/************** global styles *********************************************************************************/

html {
	width: 100%;
}
body {
	background-color: #606060;
	padding: 0px;
	margin: 0px;
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	color:#565656;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

hr {
	color:#EBEBEB;
	height:1px;
}

a:link { color:#BD1515;text-decoration:none; font-weight:bold}
a:visited {color:#BD1515; text-decoration:none; font-weight:bold}
a:hover {color:#3B665F; text-decoration:none; font-weight:bold}

/*===HEADINGS===*/

#content H1 {
	color: #A30000;
	font-size:14px;
	font-weight:bold;
	}
	
#content H2 {
	color: #E06D3D;
	}
	
#content H2 b {
	padding-left: 5px;
	}
	
#content H4 {
	color: #E06D3D;
	}
	
#content H2 b {
	color: #E06D3D;
	}
	
#content H5 {
	color: #212495;
	}

/** Background Styles ****************************************************************************************/

#headerBG {
	margin-left: auto;
	margin-right: auto;
	height: 204px;
	background-image: url(../img/bg_header.png);
	background-repeat: repeat-x;
	border-bottom: 20px solid #fff;
}

*html #headerBG {
	height: 200px;
}

#contentBG {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-image: url(../img/bg_sideNavigation.gif);
	background-repeat: repeat-y;
	border-bottom: 34px solid #fff;
	background-color: #E0DFDF;
	background-position: center center;
}

#footerBG {
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat;
	background-color: #606060;
	height: auto;
}

/**** Container ******************************************************************/

.container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

/**** Header styles ******************************************************************/

#header {	
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 198px;
	padding-top: 6px;
}

*html #header {
	height: 198px;
}

#header #logo {
	float: left;
}

#header #animation {
	float: left;
}

/******* Footer Styles *******************************************************************/

#footer {
	padding-top: 12px;
	font-size: 10px;
	color: #CCCCCC;
	clear: both;
	margin-left: 535px;
}

#footer a:link, #footer a:visited  {
	color: #cccccc;
}

#footer a:hover {
	color: #fff;
}

/******* Menu Styles Defined in stylesMenu.css ***********************************************/

/******** Home Page Styles Defined in stylesHome.css *****************************************/

/******* Content Styles *******************************************************************/

#content {
	background-color:#FFFFFF;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background-image: url(../img/bg_sideNavigation.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#content p {
	margin: 10px 0px 10px 0px;
}

#contentContainer {
	float:left;
	width: 540px;
	}
/******* Staff Profiles *****************/
.staffPhoto {
	width: 148px;
	height: 260px;
	margin: 0 22px 0px 0;
	float:left;
	}
.staffPhoto img {
	width: 138px;
	height: 150px;
	}
.staffPhoto .name {
	font-size:12px;
	font-weight:bold;
	margin: 5px 0px 0px 0;
	}
.staffPhoto .title {
	color: #000;
	}
.staffPhoto a:link, .staffPhoto a:visited {
	font-weight: normal;
	}
.staffPhoto a:hover {
	text-decoration:underline;
	}
	
/* --------------------------------------------------
Images For Content Pages
-----------------------------------------------------*/

/*floats image right of content*/
img#right { 
	float: right;
	margin: 0 0 10px 10px;
	}
/*floats image left of content*/
img#left { 
	float: left;
	margin: 0 10px 10px 0;
	}
	
/*===PDF BUTTONS===*/

.downloadPdf a:link, 
.downloadPdf a:visited {
	background: url(../img/ico_pdf.gif) no-repeat;
	display: block;
	height: 32px;
	padding-left: 40px;
	width: 500px; 
}

.getAcrobat a:link, 
.getAcrobat a:visited {
	background: url(../img/ico_acrobat.gif) no-repeat 0 10px;
	border-top: 1px solid #E0DFDF;
	color: #606060; 
	display: block;
	font-size: 9px; 
	height: 51px;
	line-height: 12px; 
	padding: 12px 0px 0px 98px; 
	text-decoration: none;
	width: 450px; 
}

.downloadPdf a:hover { 
	color:#a89794;
}