@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #808080;
	margin: 25px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/containBG.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/*holds the curved top, logo, header navigation*/
#header { 
	
}

/*top with curve*/
#headerCurve {
	height:30px;
}

/*contain floated headerLeft and right*/
#headerWrap{
	padding:0;
	margin:0;
	}

/*left header contains the logo*/
#headerLeft{
	width:465px;
	padding: 0;
	float:left;
	margin: 0px 0px 0 22px;
	height:103px;		
} 

/*right header contians the navigation*/	
#headerRight{
	width:450px;
	float:right;
	padding: 0;
}

/* contains the header nav*/
#headerNavWrap { 
	margin:0;
	padding: 0 0px 0 0px/*positions header nav to the right*/
} 

/*header nav begins*/
#headerNav{
	margin:0;
	padding:0 0 0 0px;
	color:#231f20;
	font-size:10px;
}
	 	
#headerNav li{
	display: inline;
	list-style-type:none;
}

#headerNav a:link {
	color:#231f20;
	text-decoration: none;
}

#headerNav a:visited{
	color:#231f20;
	text-decoration:none;	
}

#headerNav a:hover {
text-decoration:underline;
}

#headerNav img{
border:none;
margin:0px 2px -5px 0;
}

.border {
	padding: 0 10px 0 5px;
	border-right: 1px solid #231f20;
	}
.third {
	padding: 0 10px 0 0px;
	border-right: 1px solid #231f20;
	}
	
.first {
	padding: 0 10px 0 10px;
	border-right: 1px solid #231f20;
	border-left: 1px solid #231f20;
}
	
	
.last {
/*border:none;*/
border-right: 1px solid #231f20;
padding: 0 10px 0 8px;
}
/*header nav ends*/

/*contains main content/bottom links and headline*/
#mainContent { 
	padding: 0; 
	margin: 0 32px 0 23px;
}

/*headline bottom below gradient*/
h1{
	padding: 10px;
	margin:0;
	font:100% Arial Rounded MT, Arial, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	padding: 20px 0 0 12px;
	font-size:18px;
}

/*headline above bottom images*/
h2{
	Font:100% Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#231f20;
	}
	
/*contains the flash top*/	
#flashHolder{
	height:230px;
	/*border:1px solid #FFFF00;*/
}

/*bottom with border*/
#bottomContain {
	/*padding: 0 0 25px 0;*/
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
	border-left:1px solid #808080;
	background-color:#595959;
	height:261px;
	background-image:url(../images/bottomBG.jpg);
	background-repeat:repeat-x;
	}

/*link bottom underline*/	
#bottomContain a:link{
	Font:100% Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	}
	
/*link bottom underline visited*/	
#bottomContain a:visited{
	Font:100% Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	}
	
/*link hover bottom underline*/	
#bottomContain a:hover{
	Font:100% Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	}

/*border around image bottom*/	
#bottomContain img{
	border:1px solid #fff;
	}	

/*table padding*/
table{
	margin: 10px 0 0 35px;}
/*puts padding to the bottom of the link for space between image and link*/
th {
	padding: 0 0 8px 0;
	}


/*contains curved bottom*/ 
#footer { 
	margin:0;
	padding:0px;
	height:55px;
	background: #808080;
	
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





/*main navigation begins*/
/*main wrapper*/
#menuwrapper {
	font:100% Arial Rounded MT, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	height:20px;
	/*width:730px;*/
	width:905px;
	/*border:1px solid #00FF33*/
}

/*clears floats*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar {
	/*width: 36em;*/
}
/*drop down contain*/
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: 100% Arial Rounded MT, Arial, Helvetica, sans-serif;
}
/*controls link*/
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-size: .85em;
	color: #CCCCCC;

}
/*controls dropdowns large tab*/
#p7menubar a.trigger{
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*padding: 5px 0px 5px 0px;*/
	/*tab grey*/
/*	width: 97px;
	height:16px;*/
	/*padding:2px 5px 0 5px;*/
	padding:3px 0 0 0;
/*	padding:0;*/
	background: url(../images/tabLarge4.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#231f20;
		width: 115px;
	height:18px;
	/*border:1px solid #CC00FF;*/
	
}


/*controls dropdowns medium tab*/
#p7menubar a.triggerMedium {
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*padding: 5px 0px 5px 0px;*/
	/*tab grey*/
	/*width: 73px;
	height:16px;*/
	/*padding:2px 5px 0 5px;*/
	padding:3px 0 0 0;
	/*padding:0;*/
	background: url(../images/tabMedium.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#231f20;
	width:87px;
	height:18px;
/*	border:1px solid #3300FF;*/
}

/*controls dropdowns small tab*/
#p7menubar a.triggerSmall {
	font-weight:bold;
	font-size:13px;
	text-align:center;/*
	padding: 5px 0px 5px 0px;*/
	/*tab grey*/
	/*width: 61px;*/
	height:18px;
	width:73px;
	/*padding:0;*/
	/*padding:2px 10px 0 5px;*/
	padding:3px 0 0 0;
	background: url(../images/tabSmall.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#231f20;
	/*border: 1px solid #FF0000;*/
}

/*controls selected dropdowns*/
#p7menubar a.triggerSelectSmall {
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*paddin: 5px 0 5px 0;*/
	/*tab grey*/
	width: 73px;
	height:18px;
	padding:3px 0 0 0;
	margin:0;
	background: url(../images/smallTab2.png) 0 0 no-repeat;
	text-decoration: none;
	color:#fff;
}

/*controls dropdowns medium tab*/
#p7menubar a.triggerSelectMedium {
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*tab grey*/
	width: 87px;
	height:18px;
	padding:3px 0 0 0;
	background: url(../images/mediumTab2.png) 0 0 no-repeat;
	text-decoration: none;
	color:#fff;	
}

/*controls dropdowns large tab*/
#p7menubar a.triggerSelectLarge{
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*tab grey*/
	width: 113px;
	height:18px;
/*	padding:0;*/
	padding:3px 0 0 0;
	background: url(../images/largeTab2.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#fff;
}

#p7menubar li {
	float: left;
	width: 9em;
}

#p7menubar li {
	position: relative;}

/* hide from IE mac \*/
#p7menubar li {
	position: static; 
	width: auto;}
/* end hiding from IE5 mac */

#p7menubar li ul, #p7menubar ul li  {
/*	width: 12em;*/
	width:200px;
}
/*drop down spacing vertically*/
#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 5px 12px 5px 16px;
}

/*padding top dropdown*/
#p7menubar ul li a.first  {
	color: #565656;
	border-right: 0;
	padding: 8px 12px 5px 16px;	
}

/*dropdown background*/
#p7menubar li ul {
	font-size:13px;
	color:#FFFFFF;
	position: absolute;
	display: none;
	background: url(../images/dropBG2.jpg) repeat-x;/*gradient BG drop down*/
}

/*curved corners on bottom our capabilities*/
#p7menubar li ul .last{
	height:5px;
	padding:0;
	margin:-8px 0 0 0;
	image:no-repeat;
	}
	
/*rollover main nav*/
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	/*tab red rollover*/
	background-position: 0 -22px;
    color:#fff;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

/*dropdown font style*/
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color:#FFFFFF;
	background-color: transparent;
}

/*hover drop down*/
#p7menubar ul a:hover {
	background-color: #231f20!important;
	color: #FFFFFF !important;
}

/*selected drop down*/
#p7menubar ul a.selected {
	background-color: #231f20!important;
	color: #FFFFFF !important;
}

/*selected top*/
#p7menubar ul a.selectedFirst {
	background-color: #231f20!important;
	color: #FFFFFF !important;
	/*padding: 8px 12px 3px 16px;*/
	padding: 8px 12px 5px 16px;	
}

/*mainNav ends*/
