/*manSimsMain.css
10-Dec-03*/

body{
	background-image: url(images/bottomstars-full.jpg);
	background-repeat: no-repeat;
	background-position: bottom left; 
	background-color: #ffffff;	
	font-family: Papyrus, Helvetica, Geneva, Ariel, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	width: 985px;
}
h1{
	font-size: 20px;
	margin-top: 0em;
}
h2{
	font-size: 17px;
	margin-top: 3em;
}
h2 span{
	font-size: 15px;
}
h3{
	font-size: 15px;
	font-weight: bold;
}
#content a:link{
	text-decoration: underline;
	color: #39609A;
	display: inline;
}
#content a:visited{
	text-decoration: underline;
	color: #39609A;
}
#content a:hover{
	text-decoration: none;
	color: #39609A;
}
#content a:active{
	text-decoration: underline;
	color: #39609A;
}
#wrapper{
	}
#nav{
	height: 42px;
	position: absolute;
	top: 20px;
	left: 270px;
	font-size: 11px;
	font-weight: bold;
	width: 735px;
	z-index: 2;

}
#content{
	color: #000000;
	font-size: 15px;
	padding: 20px 20px 120px 20px;
	position: absolute;
	top: 227px;
	left: 131px;
	width: 815px;
	z-index: 3;

	/*border: 1px solid green;*/
}
#content p{
	padding: 0 0px;
	text-indent: 3em;
}
#content ul{
	list-style-type: disc;	
	list-style-position: outside;
	position: relative;
	list-style-image: url(images/star-bullet.gif);
}
#content li{
	padding-left: 0em;
	margin-left: 0em;	
	display: block;
}
.longList{
	line-height: 200%;
}
#faq{
}
#faq p{
	text-indent: 3em;
	margin: 0;
	padding: 0;
	
}
#faq dt{
	margin: 0;
	padding-bottom: .5em;
}
#faq dd{
	margin: 0;
	padding: 0 0 2em 0;
}
.big{
	font-size: 20px;
}
/*start here*/
#nav ul{
	list-style-type: none;
	padding-bottom: 5px;
	margin: 0 0px;
}
#nav ul li{
	display: block;
	float: left;
	position: relative;
 	padding: 0px 0px; /*spacing between top items*/
	/*background-color: #536BAE;*/
	text-align: left;
	margin: 0;
	/*border: 1px solid red;*/
	
}
#nav ul ul {
	visibility: hidden;
	list-style-type: none;
	margin: 0px; 
	padding: 0;
}
#nav ul ul li{
	display: block;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;

	padding: 0;/*this has to stay at 0*/
	margin: 0;
	/*border: 1px solid black;; use for troubleshooting*/
}
a:link{
	color: #ffffff;
	text-decoration: none;
	display: block;
	/*border: gray solid 1px;use for troubleshooting*/
}
a:visited{
	color: White;
	text-decoration: none;
}
a:hover{
	color: #DADADA;
	text-decoration: none;
}
a:active{
	color: White;
	text-decoration: none;
}
.submenu a{
	display: block;
	width: 100%;
}
.submenu a:link{
	color: #2850A2;
	text-decoration: none;
	display: block;
	/*border: gray solid 1px;use for troubleshooting*/
}
.submenu a:visited{
	color: #2850A2;
	text-decoration: none;
}
.submenu a:hover{
	color: #3E87D0;
	text-decoration: none;
}
.submenu a:active{
	color: #FBC324;
	text-decoration: none;
}
#tagLine{
	position: absolute;
	top: 0px;
	left: 30px;
	text-align: center;
	color: #CDD5EC;
	font-size: 12px;
}
.clients{
	text-align: center;
}
#clientList{
	text-align: left;	
	margin: auto;
}
.addyblock{
	padding-left: 3em; 
	margin-bottom: 1em;
}
.underline{
	text-decoration: underline;
}
/**************
following are for nav placement
***************/
#home{
	 width: 50px;
}
#company{
	 width: 70px;
}
#companySub{
	 width: 200px
}
#whySim{
	 width: 125px;
}
#whySimSub{
	width: 200px;
}
#project{
	 width: 90px
}
#leadership{
	 width: 138px
}
#sox{
	 width: 115px
}
#soxSub{
	 width: 200px
}
#schedule{
	 width: 75px
}
#scheduleSub{
	width: 80px;
}
#contact{
	 width: 80px
}
#contactSub{
	width: 70px;
}
#whySimSub{
	width: 140px;
}
#projectSub{
	width: 250px;
}
#leadershipSub{
	width: 210px;
}

/***************
end nav placement
***************/
