* {
   padding:0;
   margin:0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url('../images/bg.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}


#container {
	margin: 0 auto;
	width: 960px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	color: #666;
	font-size: 14px;
	margin-left:65px;
	margin-bottom:10px;
}
#nav {
	margin-bottom: 150px;
	padding-left: 0;
	margin-left: 0px;
}

#nav li {
	list-style-type: none;
	margin-bottom: -1px;
	padding: 0px none;
}

#nav li img{
	border:0px none;
}


/*Individual Backgrounds*/
div.content-a {
	padding: 0px;
	min-height:625px;
	background:url('../images/bg-home.jpg');
	background-repeat:no-repeat;
	background-position:50px;
}

div.content-a p{
	margin-top:10px;
	margin-bottom:10px;
}

div.content-b {
	padding: 0px;
	min-height:625px;
	background:url('../images/bg-web.jpg');
	background-repeat:no-repeat;
	background-position:center;
}

div.content-c {
	padding: 0px;
	min-height:625px;
	background:url('../images/bg-print.jpg');
	background-repeat:no-repeat;
	background-position:center;
}


div.content-d {
	padding: 0px;
	min-height:625px;
	background:url('../images/bg-video.jpg');
	background-repeat:no-repeat;
	background-position:center;
}


div.content-e {
	padding: 0px;
	min-height:625px;
	background:url('../images/bg-other.jpg');
	background-repeat:no-repeat;
	background-position:center;
}


div.content-f {
	padding: 0px;
	min-height:625px;
	background:url('../images/bg-contact.jpg');
	background-repeat:no-repeat;
	background-position:center;
}



/*SubNavigation*/
.subnav{
	width:960px;
	height:146px;
	background:url('../images/subnav.jpg');
	background-repeat:no-repeat;
	padding-bottom:20px;
	z-index:2;

}


.return-top {
	cursor: pointer;
	padding-left: 0px;
	width:84px;
	height:37px;
	background:url('../images/subnav-top.jpg');
	background-repeat:no-repeat;
	position:relative;
	top:63px;
	left:375px;
	z-index:1;
	float:left;
}

.goto-home {
	cursor: pointer;
	padding-left: 0px;
	width:70px;
	height:37px;
	background:url('../images/subnav-home.jpg');
	background-repeat:no-repeat;
	position:relative;
	top:63px;
	left:70px;
	z-index:1;
	float:left;
}

.goto-web {
	cursor: pointer;
	padding-left: 0px;
	width:61px;
	height:37px;
	background:url('../images/subnav-web.jpg');
	background-repeat:no-repeat;
	position:relative;
	top:63px;
	left:70px;
	z-index:1;
	float:left;
}

.goto-print {
	cursor: pointer;
	padding-left: 0px;
	width:70px;
	height:37px;
	background:url('../images/subnav-print.jpg');
	background-repeat:no-repeat;
	position:relative;
	top:63px;
	left:70px;
	z-index:1;
	float:left;
}

.goto-video {
	cursor: pointer;
	padding-left: 0px;
	width:74px;
	height:37px;
	background:url('../images/subnav-video.jpg');
	background-repeat:no-repeat;
	position:relative;
	top:63px;
	left:70px;
	z-index:1;
	float:left;
}

.goto-other {
	cursor: pointer;
	padding-left: 0px;
	width:79px;
	height:37px;
	background:url('../images/subnav-other.jpg');
	background-repeat:no-repeat;
	position:relative;
	top:63px;
	left:70px;
	z-index:1;
	float:left;
}

.goto-contact {
	cursor: pointer;
	padding-left: 0px;
	width:99px;
	height:37px;
	background:url('../images/subnav-contact.jpg');
	background-repeat:no-repeat;
	position:relative;
	top:63px;
	left:70px;
	z-index:1;
	float:left;
}


/*End Subnavigation*/

#home-content{
	width:375px;
	margin-left:70px;
	margin-bottom:25px;
	line-height:18px;
}

.underhead{
	margin-left:72px;
	margin-top:20px;
	margin-bottom:10px
	clear:both;
	width:335px;
}

.underhead img{
	border:0px none;
}

.web-content{
	width:815px;
	margin:0px auto;
	margin-bottom:25px;
}

.contact-content{
	width:375px;
	margin-left:70px;
	margin-bottom:25px;
	line-height:18px;
}


/*Hover Descriptions - NEW HOTNESS*/
	.boxgrid{ 
		width: 114px;
		height: 114px;
		margin:10px;
		float:left;
		background:#cccccc;
		border: solid 2px #8399AF;
		overflow: hidden;
		position: relative;
	}

	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid p{ 
		padding: 10px; 
		color:#afafaf; 
		font-weight:bold; 
		font:10px "Tahoma", Arial, sans-serif;
	}

	.boxcaption{ 
		float: left; 
		position: absolute;
		background: #000; 
		height: 114px; 
		width: 114px; 
		opacity: .8; 
		/* For IE 5-7 */
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
		/* For IE 8 */
		-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
	.captionfull .boxcaption {
		top: 114px;
		left: 0;
	}
	.caption .boxcaption {
		top: 114px;
		left: 0;
	}



/*Contact Forms*/
#contact-wrapper {
	width:335px;
	padding-top:5px;
	padding-left:10px;
	color:#000000;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
	color:#000000;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:14px;
	width:auto;
}
form#contactform input {
	background-color:#e7e7e7;
	border:3px solid #aeaeae;
	margin-bottom:5px;
	height:30px;
	color:#000000;
}

form#contactform textarea {
	background-color:#e7e7e7;
	border:3px solid #aeaeae;
	margin-bottom:10px;
	color:#000000;
}





/*Hover Descriptions - OLD AND BUSTED NON COMPLIANT

.imageLibrary {
	display: inline;
	clear: none;
	margin-left:-10px;
}

.imageLibrary li {
	list-style-type: none;
	display: inline;
	clear: none;
	margin-left:20px;
}
.imageLibrary p {
	position: absolute;
	margin: 0px;
	z-index:2;
	background-Color: #555555;
	color: #ffffff;
	width: 114px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	opacity:.8;
	display: none;
	clear: none;
	font-size:10px;
}
.imageLibrary img {
	z-index:1;
	width: 114px;
	height: 114px;
	border:0px none;
	margin-bottom:10px;
}
*/