/* GENERAL STYLES */
/* DOECSS Framework Version: 3.00
	File Name: base.css
	Notes:
		- Based on 960 Grid System (http://960.gs/)
		- Imports all other CSS files
		- Overwrites imported classes
		- Copyright 2008, Doe-Anderson (http://www.doeanderson.com)
===============================================================*/


/* DOECSS Framework Imports
---------------------------------------------------------------*/

@import "/css/reset.css";
@import "/css/type.css";
@import "/css/structure.css";


/* Custom and Redefined Classes
===============================================================*/

body
{
	background: #ebeced;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 100%;
}

a:link,
a:visited,
a:active
{
	color: #8494a5;
	text-decoration: underline;
}

a:hover
{
	color: #012;
}

h1 {
	font-size: 100%;
}

h2 {
	font-size: 90%;
	margin-bottom: 10px;
}

h3 {
	font-size: 90%;
	margin-bottom: 10px;
	color: #003467;
}

p
{

}

br.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
}


#Container {
	margin: 0;
	padding: 0;
	width: 100%;
}


#Container div.InnerContainer {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 940px;
}

#Container div.Box {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
}


/* Header classes
---------------------------------------------------------------*/

#Header {
	background: #ebeced;
	margin: 0;
	padding: 0;
	height: 250px;
	width: 100%;
	color: #003467;
}

	#Header #Logo {
		float: left;
		margin: 0;
		padding: 0;
		height: 250px;
		width: 247px;
	}
	
	#Header #Logo a:link,
	#Header #Logo a:active,
	#Header #Logo a:visited,
	#Header #Logo a:hover {
		display: block;
		background: #a4b4c5 url("/images/logo01.gif") no-repeat left top;
		margin: 0;
		padding: 0;
		height: 250px;
		width: 247px;
		text-decoration: none;
	}
	
	#Header #Logo a span {
		display: none;
	}
	
	#Header div.InnerContainer {
		background: #a4b4c5 url("/images/header_photo04.jpg") no-repeat right top;
		height: 250px;
	}

	#Header div.Photo1 {
		background: #a4b4c5 url("/images/header_photo02.jpg") no-repeat right top;
	}

	#Header div.Photo2 {
		background: #a4b4c5 url("/images/header_photo03.jpg") no-repeat right top;
	}

	#Header div.Photo3 {
		background: #a4b4c5 url("/images/header_photo04.jpg") no-repeat right top;
	}

	#Header div.Photo4 {
		background: #a4b4c5 url("/images/header_photo05.jpg") no-repeat right top;
	}
	


/* NavMain classes
---------------------------------------------------------------*/

#NavMain {
	background: #ebeced;
	margin: 0;
	padding: 0;
	height: 30px;
	width: 100%;
	color: #bcbec0;
}

	#NavMain div.InnerContainer {
		background: #003467;
		height: 30px;
	}

	#NavMain ul {
		float: left;
		margin: 0 0 0 100px;
		padding: 0;
		list-style: none;
	}
	
		#NavMain ul li {
			float: left;
			margin: 0;
			padding: 0;
			height: 30px;
			list-style: none;
		}
	
			#NavMain ul li a:link,
			#NavMain ul li a:active,
			#NavMain ul li a:visited {
				display: block;
				margin: 0 0 0 62px;
				padding: 6px 0 0 0;
				height: 24px;
				font-size: 13px;
				line-height: 18px;
				color: #fff;
				text-decoration: none;
			}
			
			#NavMain ul li a:hover {
				color: #dedede;
			}
			
			#NavMain ul li:first-child a:link,
			#NavMain ul li:first-child a:active,
			#NavMain ul li:first-child a:visited,
			#NavMain ul li.first a:link,
			#NavMain ul li.first a:active,
			#NavMain ul li.first a:visited {
				margin: 0;
			}
			
						
		#NavMain ul li.selected {
			background: transparent url("/images/navmain_selected_bg01.png") no-repeat center bottom;
		}
		
			#NavMain ul li.selected a:link,
			#NavMain ul li.selected a:active,
			#NavMain ul li.selected a:visited {
				color: #a4b4c5;
			}
			
			#NavMain ul li.selected a:hover {
				color: #748495;
			}

	#Content #ContentContainer #NavSecondary {
		border-bottom: solid 1px #cbcccd;
		height: auto;
		padding-bottom: 10px;
	}

	#Content #ContentContainer #NavSecondary li {
		font-weight: bold;
		font-style: normal;
		color: #999;
	}

	#Content #ContentContainer #NavSecondary li a:link,
	#Content #ContentContainer #NavSecondary li a:visited,
	#Content #ContentContainer #NavSecondary li a:active {
		font-weight: bold;
		font-style: normal;
		color: #999;
	}

	#Content #ContentContainer #NavSecondary li.active,
	#Content #ContentContainer #NavSecondary li.active a:link,
	#Content #ContentContainer #NavSecondary li.active a:visited,
	#Content #ContentContainer #NavSecondary li.active a:active {
		color: #003467;
	}


/* Content classes
---------------------------------------------------------------*/

#Content {
	background: transparent url("/images/content_bg02.gif") repeat-y center top;
	margin: 0;
	padding: 0;
	min-height: 400px;
	width: 100%;
	color: #003467;
	font-size: 80%;
	line-height: 130%;
}

	#Content #ContentContainer {
		background: #ebeced url("/images/content_bg01.gif") no-repeat left top;
		min-height: 125px;
	}
	
		#Content #ContentContainer div.Box {
			float: left;
			margin: 18px 0 0 37px;
			padding: 0;
			width: 211px;
		}
		
	
		#Content #ContentContainer div.Last {
			float: left;
			margin: 18px 37px 0 0;
			padding: 0;
			width: 655px;
		}
		
		#Content #ContentContainer div.InnerContentContainer {
			margin: 0;
			padding: 30px 10px 10px 16px;
			min-height: 200px;
			border-right: solid 1px #c7c7c7;
		}
		
		#Content #ContentContainer div.Sidebar {
			background: transparent url("/images/content_box_bg01.gif") no-repeat left top;
			min-height: 125px;
		}


		#Content #ContentContainer div.Interior h2 {
			color: #fff;
			font-size: 110%;
			margin: 30px 0 0 0;
			font-style: italic;
			text-align: center;
		}
		
			#Content #ContentContainer div.Sidebar div.InnerContentContainer {
				color: #003467;
			}
		
			#Content #ContentContainer div.Sidebar h2.PageTitle {
				color: #fff;
			}
			
			#Content #ContentContainer div.Sidebar ul {
				margin: 16px 0 0 16px;
				padding: 0;
				height: 73px;
				list-style: none;
			}
			
			#Content #ContentContainer div.Sidebar ul li {
				margin: 0;
				padding: 0;
				list-style: none;
				color: #fff;
				font-size: 90%;
				font-style: italic;
			}
			
		
		#Content #ContentContainer div.HomeGrid {
			background: transparent url("/images/content_last_bg01.gif") no-repeat right top;
		}
		
			#Content #ContentContainer div.HomeGrid div.InnerContentContainer {
				border: 0;
				padding: 19px 0 0 0;
			}
		
			#Content #ContentContainer div.HomeGrid ul {
				margin: 0;
				padding: 0;
				height: 87px;
				list-style: none;
			}
			
			#Content #ContentContainer div.HomeGrid ul li {
				float: left;
				margin: 0;
				padding: 0;
				list-style: none;
			}
			
			#Content #ContentContainer div.HomeGrid ul li.one {
				margin: 17px 0 0 19px;
			}
			
			#Content #ContentContainer div.HomeGrid ul li.two {
				margin: 17px 0 0 35px;
			}
			
			#Content #ContentContainer div.HomeGrid ul li.three {
				margin: 17px 0 0 35px;
			}
			
			#Content #ContentContainer div.HomeGrid ul li.four {
				margin: 17px 0 0 37px;
			}
			
			#Content #ContentContainer div.HomeGrid div.InnerContentContainer ul {
				margin: 0;
				padding: 0;
				height: auto;
				list-style: none;
			}
			
			#Content #ContentContainer div.HomeGrid div.InnerContentContainer ul li {
				float: left;
				margin: 0;
				padding: 0;
				list-style: none;
				width: 163px;
				min-height: 330px;
			}
			
			#Content #ContentContainer div.HomeGrid div.InnerContentContainer ul li.one {
				margin: 0;
			}
			
			#Content #ContentContainer div.HomeGrid div.InnerContentContainer ul li.two {
				margin: 0;
				width: 162px;
				border-left: solid 1px #c7c7c7;
			}
			
			#Content #ContentContainer div.HomeGrid div.InnerContentContainer ul li.three {
				margin: 0;
				width: 163px;
				border-left: solid 1px #c7c7c7;
			}
			
			#Content #ContentContainer div.HomeGrid div.InnerContentContainer ul li.four {
				margin: 0;
				width: 152px;
				border-left: solid 1px #c7c7c7;
			}
		
	
	#Content h2 {
		color: #003467;
	}

	
	#Content h3 {

	}
	
		#Content #ContentContainer div.HomeGrid div.InnerContentContainer ul li h3 {
			background: transparent url("/images/heading_bull01.gif") no-repeat left top;
			color: #a4b4c5;
			margin-top: 11px;
			padding-left: 25px;
		}
		
			#Content #ContentContainer div.HomeGrid div.InnerContentContainer ul li h3 a:link,
			#Content #ContentContainer div.HomeGrid div.InnerContentContainer ul li h3 a:active,
			#Content #ContentContainer div.HomeGrid div.InnerContentContainer ul li h3 a:visited {
				color: #a4b4c5;
			}
	
	#Content img {
		margin: 0;
		padding: 0;
	}
	
	#Content #ContentContainer div.HomeGrid div.InnerContentContainer ul li div,
	#Content #ContentContainer div.HomeGrid div.InnerContentContainer ul li p {
		margin-left: 25px;
		margin-right: 10px;
	}

	#Content #ContentContainer div.HomeGrid div.InnerContentContainer ul li div p {
		margin-left: 0;
		margin-right: 0;
	}

	#Content #ContentContainer div.Interior2 {
			margin-top: 30px;
		}

	#Content #ContentContainer div.Interior2 div {
			margin: 20px 20px 0 20px;
		}

	#Content #ContentContainer div.Interior div {
			margin-top: 60px;
			padding: 20px 10px 10px 20px;
			border-right: solid 1px #c7c7c7;
			min-height: 150px;
		}

#Content div.people_bio {

clear: left;
margin: 20px 0 0 0;
padding: 0;

}


#Content div.people_bio img {

display: block;
float: left;
margin: 0 10px 30px 0;
padding: 0;
height: 267px;
width: 200px;

}

#Content div.people_bio br {

display: none;

}

#Content div.people_bio p br {

display: block;

}

#Content h3.clear {

clear: left;

}

#Content p.spacing {

clear: left;

}

#Content ul li {

margin-bottom: 10px;

}



/* Footer classes
---------------------------------------------------------------*/

#Footer {
	background: #ebeced;
	margin: 0;
	padding: 0;
	min-height: 50px;
	width: 100%;
	text-align: center;
	font-size: 70%;
	color: #003467;
}

	#Footer div.InnerContainer {
		background: #ebeced url("/images/footer_bg01.gif") no-repeat left top;
		padding: 44px 0 0 0;
		min-height: 50px;
	}

	#Footer p {
		margin: 12px auto;
		padding: 0;
		text-align: center;
	}



/* Form classes
---------------------------------------------------------------*/

form {

	padding: 0;

	margin: 0;

}







form * {

	position: relative;	

}







legend {

	background: transparent;

	padding: 0.322em 0.805em;

	color: #000;

	font-size: 1.1em;

	font-weight: bold;

	border-top: 1px solid #bbb;

	border-right: 1px solid #777;

	border-left: 1px solid #bbb;

}







fieldset {

	position: relative;

	background: transparent;

	padding: 0;

	margin: 0;

}





fieldset div {

	float: left;

	clear: left;

	margin: 0.536em 0;

	padding: 0.322em 0;

	width: 100%;

	border-bottom: dotted 1px #BBB;

}





label {

	cursor: pointer;

	margin-right: 0.536em;

	padding-top: 0.322em;

	float: left;

	width: 15em;

	vertical-align: top;

}





input {

	font-family: Helvetica, Arial, Sans-Serif;

	color: #000;

}







input.small {

	width: 3em;

}







input.Medium {

	width: 7em;

}





input.Large {

	width: 11em;

}



textarea {

	font-family: Helvetica, Arial, Sans-Serif;

	color: #000;

	width: 20em;

	height: 10em;

	vertical-align: top;

}





select {

	font-family: Helvetica, Arial, Sans-Serif;

	color: #000;

}







.hint {
	font-size: 90%;
	color: #666;
	float: right;
	width: 230px;
	margin: 0;
	padding: 5px 10px;
	background: #ebeced;
	border: solid 1px #bbbcbd;

}







.formError {

	color: #A00;

	background: #FDD;

	padding: 2px 4px;

}


		
		
		
/* Galleria JQ Plugin classes
---------------------------------------------------------------*/

	.galleria {
		list-style: none;
		width: 200px; 
	}

	.galleria li {
		display: block;
		width: 50px;
		height: 50px;
		overflow: hidden;
		float: left;
		margin: 0 10px 10px 0;
		border: solid 1px #000;
	}

	.galleria li a {
		display:none;
	}

	.galleria li div {
		position: absolute;
		display: none;
		top: 0;
		left: 180px;
	}

	.galleria li div img {
		cursor: pointer;
	}

	.galleria li.active div img,
	.galleria li.active div {
		display: block;
	}

	.galleria li img.thumb { 
		cursor: pointer;
		top: auto;
		left: auto;
		display: block;
		width: auto;
		height: auto;
	}

	.galleria li .caption {
		display: block;
	}

	* html .galleria li div span {
		width: 400px;
	} /* MSIE bug */

	#Content #ContentContainer div.Interior2 #Portfolio {
		margin: 0;
		padding: 0;
	}

	#Portfolio div.galleria_wrapper {
		float: right;
		margin: 0;
		padding: 0;
	}

	#Portfolio div.galleria_wrapper img {
		margin: 0;
		padding: 0;
		width: 350px;
		border: solid 1px #000;
	}

	#Portfolio ul.portfolio {
		float: left;
		margin: 20px 0 0 0;
		padding: 0;
	}

	#Content #ContentContainer div.Interior2 #Portfolio div.previous,
	#Content #ContentContainer div.Interior2 #Portfolio div.next {
		position: absolute;
		background: transparent;
		margin: 0;
		padding: 0;
		height: 28px;
		width: 22px;
		border: solid 2px #fff;
		z-index: 100;
	}

	#Content #ContentContainer div.Interior2 #Portfolio div.previous {
		margin: 120px 0 0 190px;
	}

	#Content #ContentContainer div.Interior2 #Portfolio div.next {
		margin: 120px 0 0 580px;
	}

	#Portfolio div.previous a:link,
	#Portfolio div.previous a:active,
	#Portfolio div.previous a:visited {
		display: block;
		background: url("/images/previous.gif") no-repeat left top;
		margin: 0;
		padding: 0;
		height: 24px;
		width: 18px;
		border: solid 2px #fff;
	}

	#Portfolio div.previous a:hover {
		border: solid 2px #ebeced;
	}

	#Portfolio div.next a:link,
	#Portfolio div.next a:active,
	#Portfolio div.next a:visited {
		display: block;
		background: url("/images/next.gif") no-repeat left top;
		margin: 0;
		padding: 0;
		height: 24px;
		width: 18px;
		border: solid 2px #fff;
	}

	#Portfolio div.next a:hover {
		border: solid 2px #ebeced;
	}

	#Portfolio div.previous a span,
	#Portfolio div.next a span {
		display: none;
	}

	#Content #ContentContainer div.Interior2 #Portfolio span.caption {
		display: block;
		position: absolute;
		margin: 260px 0 0 210px;
		padding: 0;
		width: 340px;
		text-align: center;
		font-weight: bold;
		color: #003467;
	}



/* Fancybox JQ Plugin classes
---------------------------------------------------------------*/

div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(/images/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(/images/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/images/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancy_title_right.png) repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(/images/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(/images/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancy_shadow_nw.png) no-repeat;
}


/* EDITOR PROPERTIES */
