/* CSS Document */

*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
	padding: 0px 0 0 0px;
	margin: 0px 0 0 0px;
}

body{
}

#all{
	width:auto;
	height: auto;
	padding-bottom: 50px;
}

#wrapper{
	width: 833px;
	height: auto;
	border: solid 1px #636363;
	background: url(Images/orange_background.png) no-repeat #fa9e30;
	padding: 25px 3px 3px 3px;
	margin-bottom: 50px;
	margin-top: -1px;
	display: block;
}

#content{
	width: auto;
	background: url(Images/content_gradient.png) repeat-x #FFFFFF;
	border: solid 1px #636363;
	padding: 15px;
}

#logo{
	width: 548px;
	height: 116;
	float:left;
	marging-top: 0px;
	text-align: left;
}

#top_nav{
	width: 252px;
	height: 89px;
	margin-top:28px;
	padding: 0px;
	float:right;
}

#tertiary{	
	float: left;
	width: 800px;
	height: 26px;
	list-style: none;
	margin-top: -2px;
	display: inline;
}

#tertiary ul{
	list-style: none;
	font-weight: bold;
	height: 26px;
}

#tertiary a {
	display: block;
	text-decoration: none;
	line-height: 26px; 
	font-size:11px; 
	width: 159px;
	height: 26px;
	text-align:center;
	background: url(Images/nav_background.png) no-repeat;
	border: solid 1px #666666;
}

#tertiary li {
	position:relative;
	float: left;
	list-style:none;
	margin-left: -1px;
}

#tertiary li a{	
	color: #fa9e30;
}

#tertiary ul a:hover{
	background-position:right; 
	background: url(Images/nav_rollover.png) no-repeat;
	color:#666666;
}

#tertiary li ul {
	height: 26px;
	width: 155px;
	position: absolute;
	left: -999em;
	font-weight: normal;
	top: 29px; 
	margin-top: -1px;
}


#tertiary li:hover ul,#tertiary li li:hover ul,#tertiary li li li:hover ul,#tertiary li.sfhover ul,#tertiary li li.sfhover 
ul,#tertiary li li li.sfhover ul {
	left: 0.25em;
}


#tertiary li ul a{
	height: 26px;
	width: 155px;
	line-height: 28px;
	color: #666666;
	margin-top: -1px;
	background: #fa9e30;
}

#tertiary li ul a:hover{
	background: #666666;
	color: #ffffff;
}

#mainimg{
	width: 521px;
	height: 275px;
	float: left;
	margin-top: 15px;
}

#contenthglt{
	width: 279px;
	height: 275px;
	float: left;
	padding-top: 15px;
}

#contenthglt a{
	text-decoration: none;
}

#contenthglt_wp{
	width: 249px;
	height: 260px;
	margin: 15px 0 0 15px;
	float: right;
	background: url(Images/content_highlight.jpg) no-repeat;
}

#highlight{
	color: #333333;
	text-align: left;
	font-size: 11px;
	padding: 15px;
}
	

#highlight li{
	color: #333333;
	font-size: 11px;
}

.bold_white{
	font-weight: bold;
	color: #333333;
	font-size: 11px;
}

.iconspan{
	float: left;
	margin: 2px;
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
}

.eg-bar{
	font-weight: bold;
	border: 1px solid #666666;
	padding: 2px;
	color: #666666;
	text-align: left;
}

div.eg-bar{
	width: 260px;
}

.icongroup1{
	color: #666666;
	text-align:right;
	width: 260px;
}

#contentcontact{
	width: 268px;
	height: 275px;
	float: left;
	padding-top: 15px;
}

#contentarea{
	width: 800px;
	margin-top: 15px;
	float: left;
}

.signin a{
	text-decoration: none;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Georgia;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(Images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(Images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 796px;
margin-bottom: 1em;
}

.tabcontent{
	display:none;
	text-align: left;
	font-size: 11px;
	padding: 10px;
}

@media print {
.tabcontent {
display:block!important;
}
}


#regulations_left{
	width: 359px;
	float: left;
	height: auto;
}

#regulations_left li{
	list-style: inside;
	list-style-position: inside;
	text-indent: 10px;
}


#regulations_horz{
	width: 20px;
	height: 800px;
	float:left;
	background: url(Images/horz_line.png) repeat;
}

#regulations_right{
	width: 359px;
	float: left;
	height: auto;
}

#footer{
	width: 800px;
	height: auto;
	margin-top: 15px;
	float: left;
	background: #666666;
}

#leftfoot{
	width: 330px;
	height:auto;
	color:#FFFFFF;
	float: left;
	text-align: left;
	padding: 5px;
}

#rightfoot{
	width: 450px;
	height:auto;
	color:#FFFFFF;
	float: right;
	text-align: right;
	padding: 5px;
}

#rightfoot a{
	color: #FFFFFF;
	text-decoration: none;
}

#rightfoot a:hover{
	color: #00adef;
	text-decoration: underline;
}

sup{
    font-size: 80% ;
}