/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0px;
	padding: 0;
	background-color: #49769d; /* muted blue */
	background-image: url(../images/bg_folderORIG.jpg);
	background-position: center;
	background-attachment:fixed;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	font-family: Arial, Helvetica, sans-serif;  /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	f\ont-family: Arial, Helvetica, sans-serif; /* for other IE versions */
}

#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF5e4; /* muted yellow */
	border: 1px solid #aeaeae;
}

#header {
	width: 780px;
	height: 170px !important;
	height: 165px;
	/*padding: 0 3px 0 3px;*/
	background-image: url(../images/header2.png);
	background-color: #49769d;
	clear: both;
}

#logo {
	width: 279px;
	height: 70px;
	padding: 0 5px 0 30px;
	float: left;
}

#headerRight {	
	width: 490px;
	float: right;
}

#headerImage {
	width: 772px;
	margin-left: auto;
	margin-right: auto;
}

#contentContainer {
	width: 780px;
	/*background-color: #fff;*/
}

#sidebar {
	width: 250px;
	float: left;
	/*background-color: #fff !important;*/
}

#content {
	width: 520px;
	float: right;
	/*background-color: #fff !important;*/
	padding: 10px 3px 10px 0;
}

	#content ul {
		list-style: url(../images/bullet_content.gif);
	}
	
	#content a:link, #content a:visited, #content a:active {
		color: #333;
		text-decoration: underline;
	}
	
	#content a:hover {
		
		color: #f50003;
		text-decoration: none;
	}

#contentCorner {
	background-image: url(../images/pg_corner_bg2.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-top: 1px;
}

#contentCornerBottom {
	background-image: url(../images/pg_corner_bottom_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 10px;
}

#footer {
	width: 780px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding-top: 5px;
	clear: both;
}

	#footer p {
		padding: 5px 0 5px 0;
		font-size: 90%;
	}
	
	#footer a.link,#footer a.visited,#footer a.active {
	color: #b4d6f1;
	text-decoration: none;
	}

	#footer a.hover {
		color: #336699;
		text-decoration: underline;
	}



/* ---------------------------------- TEXT ---------------------------------- */

p, td {
	color: #000;
	margin-top: 2px;
}

h1 {
	font-size: 115%;
	font-weight: bold;
	padding: 2px 0 2px 0;
}

h1.title {
	background-image: url(../images/pgtitle_bg.gif);
	background-repeat:repeat-x;
	padding: 12px 0 2px 5px;
	text-transform: uppercase;
}

h1.head {
	color: #f50003;
	/*color: #000000;*/
	font-size: 135%;
	
	text-transform: uppercase;
	
	
}

h2.subhead {
	color: #f50003;
	font-size: 115%;
	font-weight: bold;
	margin: 0 0 1px 0;
	padding-bottom: 0;
}

.leadin {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #004271;
	font-size: 105%;
}

	.leadin a:link, .leadin a:visited, .leadin a:active {
	color: #ffffff;
	text-decoration: none;
	}

	 .leadin a:hover {
		color: #000;
		text-decoration: underline;
	}
	
#leadin {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #004271;
	font-size: 105%;
}

	#leadin a:link, #leadin a:visited, #leadin a:active {
	color: #004271;
	text-decoration: underline;
	}

	 #leadin a:hover {
		color: #f50003;
		text-decoration: none;
	}	

.imgKeyline {
	border: #333333 1px solid;
}
/* ---------------------------------- GLOBAL ---------------------------------- */



/* ---------------------------------- TOP MENU ---------------------------------- */

#topContainer {
	padding-top: 5px;
	/*margin-left: 433px;*/
	/*float: right;*/
}

#pipe {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#pipe ul {
	display: inline;
}

#pipe li {
	padding: 3px 15px;
	display: inline;
	border-left: 1px solid #ddd;
}

#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#pipe a:link, #pipe a:visited, #pipe a:active {
	color: #eee;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#pipe a:hover {
	color: #999;
}

/* ---------------------------------- PHONE NUMBER ---------------------------------- */

.helpText {
	color: #FFF5e4;
	font-size: 85%;
	font-weight: bolder;
	text-transform: uppercase;
}

.callText {
	color: #ffc20e;
	/*color: #f50003;*/
	font-size: 85%;
	font-weight: bolder;
	text-transform: uppercase;
}

#phoneNumber {
	padding: 10px 0px 8px 400px;
}

/* ---------------------------------- MAIN MENU ---------------------------------- */

#mainMenuContainer {
	
	/*float: right;*/
	padding: 115px 0 0 20px !important;
	padding: 110px 0 0 20px;
}

/* ---------------------------------- SIDEBAR MENU ---------------------------------- */

#sidebarMenu {
	list-style-type: none;
	padding: 5px 0px 0px 10px;
	margin-top: 0px;
	margin-left: 5px;
}
#sidebarMenu li {
	margin-top: 0px;
}
#sidebarMenu a:link, #sidebarMenu a:visited, #sidebarMenu a:active {
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/sb_panel_bg2.gif);
	background-repeat:no-repeat;
	width: 195px;
	height: 31px;
	text-decoration: none;
	display: block;
	padding-top: 15px;
	padding-left: 30px;
}
#sidebarMenu a:hover {
	color: #CCCCCC;
}

/*#sidebarMenu {
	list-style-type: none;
	display: block;
	margin-left: 10px;
}
#sidebarMenu li {
	padding-top: 5px;
	background-image: ;
	background-repeat: no-repeat;
	background-position: top;
}
#sidebarMenu a:link, #sidebarMenu a:visited, #sidebarMenu a:active {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	
	margin-top: 18px;
	padding-left: 30px;
}
#sidebarMenu a:hover {
	color: #CCCCCC;
}*/

/* ---------------------------------- SERVICES MENU ---------------------------------- */

#servicesContainer {
	width: 235px;
	margin-left: 3px;
}

#servicesBoxOuter {
	background-image: url(../images/pg_corner_bg2.gif);
	/*background-image: url(../images/sb_corner_bg.gif);*/
	background-repeat: no-repeat;
	background-position: top right;
}

#servicesBoxInner {
	width: 227px;
	background-color: #e5e5e5;
}

#services {
	list-style: url(../images/bullet_arrow.gif);
	/*margin: 0px;
	padding: 0px;
	display: block;*/
}

/*#services ul {
	display: block;
}

#services li {
	padding: 0 0 2px 20px;
	display: block;
}

#services ul li.first {
	margin-left: 0;
	list-style: none;
	display: block;
	}*/

#services a:link, #services a:visited, #services a:active {
	color: #000;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}

#services a:hover {
	color: #ccc;
}

/* ---------------------------------- FOOTER MENU ---------------------------------- */

#footerMenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#footerMenu ul {
	display: inline;
}

#footerMenu li {
	padding: 0 7px;
	display: inline;
	border-left: 1px solid #000;
}

#footerMenu ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#footerMenu a:link, #footerMenu a:visited, #footerMenu a:active {
	color: #006699;
	font-size: 75%;
	text-decoration: none;
	text-transform: uppercase;
}
#footerMenu a:hover {
	color:#ccc;
}
