/* colors:
blue: #036
Orange: #F60
Orange Lt: #FF8F2E     FC6
Tan: #ADB583
Tan Lt: #DFE3BA

*/

/* Basic Default Styles */
body {
	font-family: Helvetica, Arial, sans-serif;
	font: 12px "Trebuchet MS", Verdana;
	color: #000;
	background: #ADB583; 
	margin: 10px;
}

a:link {
	text-decoration: none;
	color: #F60;

}

a:visited {
	text-decoration: none;
	color: #036;

}

a:hover, a:active {
	text-decoration: underline;
	color: #F60;
}

/* page headers */
h3 {
	font-size: 20px;
	color: #F60;
	font-weight: bold;
	text-transform: lowercase;
}

#wrapper {
	position: relative;
	width: 700px;
	background: #FFF;
	margin: auto;
	border: 4px solid #036;
}

#container {
	width: 600px;
	margin: 20px 42px;
}
 
#Logo {
	color: #036;
	margin: 10px 0 30px 0;
}	

#Logo  a{
	text-decoration: none;
	color: #036;
	font-size: 18pt;
	background: #FFF;
}

#Logo #byline {
	font-style: italic;
	font-size: 12pt;
}

#utils {
	text-decoration: none;
	color: #F60;
	width: 200px;
	float: right;
	font-size: 14px;
}

#utils li {
	display: block;
	list-style: none;
	text-align: left;
	padding-left: 0;
	font-weight: bold;
}

#utils li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#utils a {
	text-decoration: underline;
	color: #F60;
}


#utils li a:hover { 
	text-decoration: underline;

 }



#navcontainer {
	margin: 20px 0;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #DFE3BA;
	color: #036;
	float: left;
	width: 100%;
	border-bottom: 6px #F60 solid;
}

.clearboth { clear: both; }

 #navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #DFE3BA;
	color: #036;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-size: 12px;
}

#navcontainer ul li a:hover
{
	background-color: #FC6;
}

#mainBody {
	background: #FFF url(images/VISLogo.gif) top left no-repeat;
	margin: 20px 0;
}

#content {
	width: 400px;
	background: #DFE3BA;
	margin-top: 0;
	margin-left: 180px;
	padding: 0 10px;
	vertical-align: top;
	border-bottom: 6px #F60 solid;	
}

#footer {
	border-top: 1px solid #036;
	margin-top: 20px;
	padding-top: 10px;
	font-size: x-small;
	color: #036;
}

.sampleContainer {
	margin-top: 40px;
}

.sampleImages {
	display: inline;
	float: left;
	margin-right: 10px;
	}
	