/* CSS Document */

/*TEXT SELECTION FOR EVERY BROWSER OTHER THAN IE*/
::selection { background: #99ccff; color: #222; }
::-moz-selection { background: #99ccff; color: #222; }


body{
	background-color: #cea14c;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
	background-attachment: fixed;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: normal;
}

#container{
	width: 953px;
	margin: auto;
}

#container a{
}
#container a:hover{
}

#banner{
	background-image: url(../images/banner1.png);
	background-repeat: no-repeat;
	height: 159px;
	width: 953px;
}
#banner-tms{
	background-image: url(../images/banner-tms.png);
	background-repeat: no-repeat;
	height: 159px;
	width: 953px;
}
#top-banner{
	background-image: url(../images/top-banner.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 953px;
}

#nav{
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 909px;
	margin-left: 25px;
	z-index: 1000;
}

#nav a{
}
#nav a:hover{
}
#content{
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-y;
	width: 953px;
}
#content a:link, #content a:visited, #content a:active{
  color:#069;
}
#content a:hover{
 color:#bb971a;
}
#footer{
	background-image: url(../images/footer.png);
	background-repeat: no-repeat; 
	height: 42px;
	width: 953px;
}
#footer a { color: #eee; }
#footer a:hover { color: #eee; }

ul li{    padding-top:3px;    padding-bottom:3px;}
ol li{    padding-top:3px;    padding-bottom:3px;}
.pContent p{ padding: 5px;}

div.typography h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	padding-top: 15px;
	padding-left: 5px;
	padding-bottom: 0px;
}
div.typography h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
}
div.typography p{
	padding-top: 5px;
	padding-bottom: 5px;
}

div.headerBg{
	background-image: url(../images/title-bg.png);
	background-repeat: repeat-x;
	height: 56px;
}
div.boxBg{   
	background-image: url(../images/box-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 15px;
	padding-bottom: 20px;
	padding-top: 3px;
	min-height: 75px; height: auto;
}
* html div.boxBg{height: 75px;}
