/* CSS Document */

/* CSS RESET - SLIGHTLY MODIFIED - FROM WWW.MEYERWEB.COM v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
{
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-size: 100%;
			vertical-align: baseline;
			background: transparent;
			font-family:Arial, Helvetica, sans-serif;
}

input, textarea, select {
			margin:0;
			padding:0;
}

body {  	
			background-color:#e2e1c5;
			text-align:center;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			line-height: 1;
}

#wrapper {
			width:960px;
			margin:0px auto 0 auto;
			text-align:center;
			background-color:#c1d0bf;
			overflow:hidden;
			border-left:7px solid #fff;
			border-right:7px solid #fff;
}

#banner {   
			width:960px;
			margin:0;
			padding:0;
			float:left;
			overflow:hidden;
			clear:both;
			background-image:url(images/vicks_mag_banner.jpg);
			background-position:left;
			background-repeat:no-repeat;
			height:147px;
			text-indent:-9999px;
}

#vicks_banner {   
			width:960px;
			margin:0;
			padding:0;
			float:left;
			overflow:hidden;
			clear:both;
			background-image:url(images/vicks_banner.jpg);
			background-position:left;
			background-repeat:no-repeat;
			height:147px;
			text-indent:-9999px;
}

#mag_banner {  width:960px;
			margin:0;
			padding:0;
			float:left;
			overflow:hidden;
			clear:both;
			background-image:url(images/mag_banner.jpg);
			background-position:left;
			background-repeat:no-repeat;
			height:147px;
			text-indent:-9999px;
}

#sidenav {	clear:both;
			float:left;
			width:250px;
			background-color:#c1d0bf;
			margin-top:35px;
			padding-left:30px;
}
			
#sidenav h2 {font-family:Arial, Helvetica, sans-serif;
			font-size:1.2em;
			margin:10px 0 10px 0;
			font-weight:normal;
}			
			
#sidenav ul {list-style-type:none;
			float:left;
}
			

a#vss_rounded {background-image:url(images/vss_rounded.jpg);
			background-repeat:no-repeat;
			height:77px;
			width:250px;
			text-indent:-9999px;
			display:block;
			overflow:hidden;
}

a:hover#vss_rounded {background-image:url(images/vss_rounded_hover.jpg);
			background-repeat:no-repeat;
			height:77px;
			width:250px;
			text-indent:-9999px;
			display:block;
			overflow:hidden;
}
				
a#mag_rounded {background-image:url(images/mag_rounded.jpg);
			background-repeat:no-repeat;
			height:77px;
			margin-top:15px;
			width:250px;
			text-indent:-9999px;
			display:block;
			overflow:hidden;				
}

a:hover#mag_rounded {background-image:url(images/mag_rounded_hover.jpg);
			background-repeat:no-repeat;
			height:77px;
			margin-top:15px;
			width:250px;
			text-indent:-9999px;
			display:block;
			overflow:hidden;				
}


/* the interior_sidenav styles below are for the vicks and mag pages */


#interior_sidenav {	clear:both;
			float:left;
			padding-left:30px;
			margin-top:35px;
}


#interior_sidenav h2 {background-color:#060;
					color:#fff;
					font-size:1.0em;
					display:block;
					padding:15px 10px 15px 20px;
					width:200px;
					border:1px solid #060;
					text-align:left;
					font-weight:normal;
}

#interior_sidenav ul {list-style-type:none;
					background-color:#fff;
					border:1px solid #060;
					margin-bottom:100px;
}

			
#interior_sidenav li {
					text-align:left;			
}			


#interior_sidenav a:link {font-size:.9em;
						color:#060;
						line-height:.9em;
						text-align:left;
						text-decoration:none;
						font-weight:normal;
						padding:15px 10px 15px 40px;
						width:180px;
						background-color:#fff;
						display:block;
}
						
#interior_sidenav a:visited {font-size:.9em;
						color:#060;
						line-height:.9em;
						text-align:left;
						text-decoration:none;
						font-weight:normal;
						padding:15px 10px 15px 40px;
						width:180px;
						background-color:#fff;
						display:block;
}		
						
#interior_sidenav a:hover {font-size:.9em;
						color:#060;
						line-height:.9em;
						text-align:left;
						background-color:#e2e1c5;
						text-decoration:none;
						font-weight:normal;
						padding:15px 10px 15px 40px;
						width:180px;
						height:100%;
						display:block;
}								

#mainbody {float:right;
			width:600px;
			text-align:left;
			padding:35px 10px 92px 10px;
}		
			
#mainbody h2 {font-size:1.5em;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:normal;
			padding:10px 0 15px 10px;
			color:#060;
}
			
#mainbody h3 {font-size:1.3em;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:normal;
			padding:10px 0 15px 10px;
			color:black;
			text-transform:uppercase;
}
		
#mainbody p {font-size:1em;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:normal;
			padding:0 45px 12px 10px;
			line-height:120%;
}							

#mainbody ul {list-style-type:square;
				padding:0 20px 10px 50px;
			}		
							
#mainbody li {	
			font-size:1em;
			padding-bottom:3px;
			font-weight:normal;
			padding:0 45px 12px 10px;
			line-height:120%;
}						

#mainbody a {
			color:#060;
			text-decoration:none;
}
			
#mainbody a:hover {
			color:#060;
			text-decoration:underline;
}


#missionbox {background-color:#ffffff;
			border: 2px solid #ccbf95;
			margin:10px 80px 10px 10px;
			padding:10px;
			line-height:130%;
			}
		
#missionbox h2 {font-size:120%;}				
#missionbox p {padding-right:10px;
				font-size:.9em;
}			


#footer {   
			width:960px;
			margin:0;
			padding:0;
			overflow:hidden;
			clear:both;
			background-color:#ccbf95;
			height:125px;
			color:#fff;
			line-height:125px;
			border-top:7px solid #fff;
			border-bottom:7px solid #fff;	
}

#footer p {
			font-size:.9em;
			text-align:right;
			padding-right:20px;
}

#footer a {
			color:#060;
			text-decoration:none;
}
			
#footer a:hover {
			color:#060;
			text-decoration:underline;
}

/*start menu dropdown code*/

#nav a{
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	display:block;
	text-transform:uppercase;
	background-color:#060;	
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li a:hover {color: #060;
				background-color: #ccbf95;
				border-left: #000000;
				border-right: #000000;
}
				
#nav li {
	float: left;
	position: relative;
	width: 160px;
	text-align: center;
	cursor: default;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
}


#nav li li a {
	display: block;
	font-weight: normal;
	color: #060;
	background-color:#fff;
	font-size: 11px;
	width: 160px;
	text-transform:none;	
}

#nav li li a:hover {
		background-color: #ccbf95;
		display: block;
}


#nav li li:hover{
		background-color: #fff;
		display: block;
}

#nav li li {
	display: block;
	float: none;
	background-color: #cccccc;
	border-bottom: 1px solid #060;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}

#nav li > ul {
	top: auto;
	left: auto;
	margin-top: 0px;
	margin-left: -1px;
}

/*this is for ff*/

#nav li:hover ul{
	display: block;
	margin-top: 0px;
	margin-left: -1px;
	border-top: 1px solid #060;
	background-color:#fff;
}

/*this is for ie*/

#nav li.over ul {
display: block;
	margin-top: 0px;
	margin-left: -1px;
	border-top: 1px solid #060;
	background-color:#fff;	
}

