/*

	Main page div's

*/
div#container{
	position: relative;
	width: 990px;
	max-width: 990px;
	/*height: 99%; /* IE6: treaded as min-height*/ 
	/*min-height: 700px; /* real browsers */ 
	background-color: #fff;
	height: 99%;
	margin: auto;
}
div#navigation_col{
	float: left;
	width: 240px;
	min-width: 240px;
	font-size: 0.9em;
	
	height: 600px; /* IE6: treaded as min-height*/ 
	min-height: 600px; /* real browsers */ 
	
	background: #fff url(../../../images/site_wide/backgrounds/bgNav_right.png) repeat-x;
	border-right: 2px solid #000;
}
div#content_col{
	float: right;
	color: #38372c;
	position: absolute;
	left: 240px;
	top: 110px;
	border-left: 2px solid #000;
	padding: 0;
	margin: 0;
}
div#content p {
	max-width: 593px;
	margin-bottom: 1em;
}
div#content ul, div#content ol {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
div#content h2 {
	line-height: 2.5em;
}


/*

	Top left logo styles

*/

#top_left_logo {
	background-color: #fff;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width: 240px;
	border-right: 2px solid #000;
	text-align: center;
	height: 110px;
}
#top_left_logo a {
	text-decoration: none;
	display: block;
	width: auto;
}
#top_left_logo a:hover {
	background-color: transparent;
}
#top_left_logo a img {
	margin-left: auto;
	margin-right: auto;
}



/*

	Page Header styles

*/
div#header {
	float: left;
	clear: both;
	width: 100%;
	height: 110px;
}
#header h1 {
	/*padding: 1.2em 0.2em 1.2em 0.5em;*/
	line-height: 2em;
}
#breadcrumbs {
	float: left;
	clear: none;
	margin-top: 2.2em;
	padding: 0.2em 0.1em 1em 9px;
	max-width: 60%;
}
div#breadcrumbs a {
	text-decoration: none;
	color: #000;
}
div#breadcrumbs a:hover {
	text-decoration: underline;
}
.B_currentCrumb {
	font-weight: bold;
}
div#top_nav {
	background-color: #BDBEC0;
	padding: 0.5em 0.8em;
	margin: 0 0 0.8em 0;
/*	min-height: 8ex;*/
	min-height: 62px;
	min-width: 728px;
	font-size: 0.9em;
}


/*

	Top Right banner styles

*/
#top_right_banner {
	float: right;
	clear: none;
	margin: 10px;
}

/*

	Left hand navigation menu styles

*/

#navigation_col ul {
	list-style-type: none;
	padding: 0 0.3em 0 0.5em;
}
#navigation_col .menu_break {
	border-top: 1px solid #fff;
	margin-top: 0.5em;
	padding-top: 0.3em;
}
#navigation_col li {
	margin: 0.1em -0.2em 0.1em -0.2em;
	line-height: 1.1em;
}
#navigation_col li ul li {
	padding-left: 1em;
}
#navigation_col a {
	text-decoration: none;
	display: block;
	display: inline-block;
	color: #000;
	padding: 0.2em;
}

#navigation_col a:hover {
	background-color: #A7A8AA;
	color: #fff;
}
li.active ul {
	position: absolute;
	left: 100px;
	top: 117px;
	width: 130px;
}
li.active a {
	color: #00adef;
}
li.active a:hover, .menu_level_2.active a {
	background-color: #A7A8AA;
	color: #fff;
}
li.active ul li a {
	color: #000;
}

div#navigation_col div#menu li.menu_level_3 a {
	background-color: transparent;
	color: #000;
}
div#navigation_col > div#menu > ul > li.menu_level_1.is_a_folder.active > a {
	font-weight: bold;
}

/*

	Lower levels

*/

div#navigation_col li.menu_level_2 a:hover, div#navigation_col ul li.menu_level_2.active a, div#navigation_col div#menu li.menu_level_3 a:hover {
	background-color: #A7A8AA;
	color: #fff;
}

/*
div#navigation_col div#menu li.menu_level_3 a {
	background-color: transparent;
	color: #000;
}
*/
div#navigation_col div#menu ul li ul li ul li.menu_level_3.active a {
	/*background-color: #A7A8AA;
	color: #fff;*/
	font-weight: bold;
}

#menu {
	background: #fff url(../../../images/site_wide/backgrounds/bgNav_left.png) repeat-x;
	width: 108px;
	height: 98%; /* IE6: treated as min-height*/ 
	min-height: 98%; /* real browsers */ 
	padding: 0.5em 0;
	border-right: 2px solid #fff;
}
#menu a {
	display: block;
}
li.active ul li ul {
	position: relative;
	left: 0.1em;
	top: 0.5ex;
	width: 84%;
	margin-bottom: 0.4em;
}


/*

	Services template styles


*/

div#side_images {
	float: left;
	clear: none;
	width: 16%;
	min-width: 16%;
	padding: 0 0 0 0.5em;
}
div#side_images img {
	float: left;
	clear: left;
	margin: 0 0 0.8em 0.2em;
	padding: 0;
}
div#large_image {
	float: left;
	clear: none;
	margin-left: 0.7em;
}




/*

    Image row styles

*/

div.image_row {
	float: left;
	clear: both;
	padding: 0 0 0.5em 0.7em;
}
div#content div.image_row h2 {
	line-height: 1.5em;
}
div#content div.image_row ul {
	list-style-type: none;
	margin: 0;
}
.image_row li {
	float: left;
	display: inline;
	margin: 0.2em 0.5em;
}
.image_row img {
	margin: auto;
	display: inline;
	border: none;
}
.image_row a:hover {
	text-decoration: underline;
}
#image_display_box {
	float: right;
	width: 250px;
	height: 200px;
	background-color: #ddd;
}
#thumbnail_images {
	float: left;
	width: 500px;
}
.image_row br {
	float: none;
	clear: both;
}


/*

	Smooth Gallery Styles

*/
#myGallery {
	width: 720px !important;
	height: 260px !important;
	border: none;
	margin: auto;
	background-color: #e6e6e6;
}

/*

	Forms styles

*/
form#EmailForm {
	padding: 0 1em 0 1em;
	vertical-align: top;
}
form#EmailForm fieldset {
	border: none;
}
form#EmailForm label {
	display: block;
	padding: 0.4em 0.2em 0.1em 0;
}

/*

	File Download Styles

*/
.fd-pdfs {
	margin-left: 1em;
}