@charset "utf-8";

/* Note: All styles are alphabetized */

/*  Reset all styles for cross-browser consistency */
@import url(reset.css);

/* General Styles -------------------------------- */
body {
	background: #fff url(../images/wrapper-bg-alt.png) repeat-x top;
	color: #2a2a2a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* After this, specify font sizes in em. 1em will be 10px, 1.4em will be 14px, and so on */
	line-height: 2em; }
 
p, table, address, fieldset, ul, ol, dl {
	font-size: 1.2em;
	margin: 0 0 20px 0; }
 
a, .button {
	font-family: Arial, Helvetica, sans-serif;
	color: #3b587a;
	font-style: italic;
	font-weight: bold;
	cursor: pointer; }
 
a:hover, .button:hover, #submit:hover { color: #677f8f; }
 
a:active { color: #425970; }
 
em {
	color: #575757;
	font-style: italic; }
 
ul {
	list-style-type: disc;
	padding: 0 0 0 30px; }
 
	ul ul {
		font-size: 1em;
		margin: 0;
		padding: 0 0 0 17px; }
 
ol {
	list-style-type: decimal;
	padding: 0 0 0 30px; }
 
	ol ol {
		font-size: 1em;
		list-style-type: lower-alpha;
		margin: 0;
		padding: 0 0 0 17px; }
 
dl { padding: 0 0 0 30px; }
 
dt {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold; }
 
dd { padding: 0 0 0 17px; }
 
blockquote {
	color: #575757;
	font-style: italic; }
 
pre {
	font-size: 1.4em;
	overflow: auto;
	width: 100%; }
 
abbr, acronym { border-bottom: dotted 1px #333; }
 
fieldset {
	background: #E2E7EC;
	padding: 10px 20px 0px; }
 
	fieldset p { font-size: 1em; }
 
legend {
	background: #efefef;
	border: solid 1px #fff;
	font-size: 1.2em;
	padding: 5px 8px; }
 
hr {
	background: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
	margin: 0 0 20px 0;
	padding: 0; }
 
table { border: solid 1px #ccc; }
 
td, th { padding: 9px 10px 11px; }
 
th {
	background: #e2e7ec;
	color: #425970; }
 
.even { background: #EFEFEF; }
 
h1, h2, h3, h4 {
	background: #e8e8e8;
	border-bottom: solid 1px #cfcfcf;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 10px; }
 
h1 {
	color: #415e80;
	font-size: 2.2em; }
 
h2 {
	color: #496688;
	font-size: 1.8em; }
 
h3 {
	color: #6a6a6a;
	font-size: 1.6em; }
 
h4 {
	background: none;
	border-bottom: solid 1px #cfcfcf;
	color: #6a6a6a;
	font-size: 1.8em;
	padding: 0px 10px 10px 0px; }
 
h5, h6 {
	color: #575757;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 20px 0; }
 
h6 { font-size: 1.3em; }
 
h1.h1icon {
	padding: 10px 10px 10px 45px;
	position: relative;
	width: 695px; }
 
h1.h1iconalt {
	background: url(../images/h1-bg.jpg) no-repeat;
	border-color: #CDD6DF;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 45px;
	position: relative;
	width: 695px; }
	
	h1.h1iconaltmap {
	background: url(../images/h1-bg.jpg) no-repeat;
	border-color: #CDD6DF;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 10px;
	position: relative;
	width: 695px; }

 
/* H1 icons */
.infoicon, .checkicon, .globeicon, .bookmarkicon, .computericon, .addressbooksicon, .droparrow, .crossicon, .writeicon {
	display: block;
	height: 32px; width: 32px;
	left: 7px;
	position: absolute;
	top: 4px; }
	
	
	 .mapicon {
	display: block;
	height: 200px; width: 269px;
	right: 107px;
	position: absolute;
	top: 4px; }

 .mapicon { background: url(../images/mapbg.png) no-repeat; }
 
 .writeicon { background: url(../images/writesm.png) no-repeat; }

.infoicon { background: url(../images/info.png) no-repeat; }

.checkicon { background: url(../images/checkmark.png) no-repeat; }

.computericon { background: url(../images/computer.png) no-repeat; }
 
.globeicon { background: url(../images/globe.png) no-repeat; }
 
.bookmarkicon { background: url(../images/books.png) no-repeat; }
 
.addressbooksicon { background: url(../images/addressbooks.png) no-repeat; }

.droparrow { background: url(../images/pencil.png) no-repeat; }

.crossicon { background: url(../images/crossicon.png) no-repeat; }

 
#wrapper {
	background: url(../images/header-bg-alt.jpg) no-repeat 1px top;
	margin: 0 auto;
	width: 1020px; }
 
#header {
	height: 69px;
	padding: 28px 0 0 0;
	width: 100%; }
 
	#header img { float: left; }
 
#slogan {
	color: #91a8c3;
	float: left;
	font-size: 1.8em;
	letter-spacing: 1px;
	margin: 5px 0 0 20px; }
 
	#slogan em { color: #879eba; }
 
#contentwrapper {
	margin: 0 0 0 31px;
	width: 978px; }
 
#columnwrapper {
	background: url(../images/content-shadow.png) repeat-y 153px;
	overflow: hidden;
	width: 978px; }
 
.imageborder {
	background: #fff;
	border: solid 3px #cfcfcf;
	padding: 1px; }
 
a.button, p a.button, .button, a.featurebutton, #button {
	background: url(../images/featurebutton-bg.png) no-repeat center right;
	border: solid 1px #a1a1a1;
	display: block;
	font-size: 1.3em;
	font-style: normal;
	letter-spacing: 1px;
	padding: 2px 17px 2px 7px;
	text-decoration: none; }
 
a.featurebutton { margin: 5px 4px 3px 5px; }
 
a.button:active, p a.button:active, .button:active, .featurebutton:active { background: url(../images/featurebutton-down-bg.png) no-repeat center right; }
 
p a.button, p .button {
	display: inline;
	font-size: 1.1em; }
/* LogIn style ------------------------ */
	
	/* Login box */
	
	#login {
		width:246px;
		height:286px;
		border:1px solid #c3d4d7;
		padding:1px 1px 1px 1px;
		font-size:11px;
		float:left;
		position:relative;
		margin-top:20px;
	}
	#login p {color:#7a9da5;}
	
	.column_headline_small {
		height:30px;
		width:236px;
		background:url(../images/column_headline_bg.png) repeat-x;
		position:relative;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#fff;
		padding:10px 0px 0px 10px;
	}
	.column_content {padding:20px; background:#e5e5e5 url(../images/column_bg.png) repeat-x; height:206px;}

	.lock { float:right; position:absolute; top:140px; right:8px;}

 
/* Common Positioning and Style Classes ------------------------ */
.alignleft { float: left; }
 
.alignright { float: right; }
 
.marginbottom { margin-bottom: 20px; }
 
.marginright { margin-right: 20px; }
 
.marginleft { margin-left: 20px; }
 
br.clear {
	clear: both;
	display: block;
	height: 1px;
	line-height: 0;
	margin: -1px 0 0 0;
	padding: 0;
	width: 100%; }
 
 /* Lightbox Styles ------------------------------- */

 #lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
/* Sidebar Styles ------------------------------- */
#sidebar {
	color: #575757;
	float: left;
	width: 170px; }
 
	#sidebar h3 { background: #e8e8e8 url(../images/content-shadow.png) repeat-y 153px; }
 
	#sidebar p { padding: 0 20px 0 0; }
 
#navigation { margin: 10px 0 20px 0; width: 150px; }

ul#navigation li ul { display: none; }
ul#navigation li.current ul { display: block; }
 
#sidebar ul {
	list-style-type: none;
	padding: 0; }
 
ul#navigation li, ul#navigation li ul { margin: 2px 0 0 0; }
	
	/* ul#navigation li { } */

	ul#navigation li a, ul#navigation ul li a{
		background: #425970 url(../images/navbutton-bg.png) no-repeat center right;
		color: #eee;
		display: block;
		font-style: normal;
		letter-spacing: 1px;
		padding: 2px 0 4px 10px;
		text-decoration: none;
		width: 140px;
		}
 		ul#navigation ul li a { background: url(../images/subnavbutton-bg.png) no-repeat center right; color: #575757; display: block; }
		ul#navigation ul li a:hover, ul#navigation ul li a.current { background: url(../images/subnavbutton-over-bg.png) no-repeat center right; }
		ul#navigation li a:hover { background: #425970 url(../images/navbutton-over-bg.png) no-repeat center right; }
		ul#navigation li a.subnav:hover { background-image: url(../images/navbutton-parent-bg.png); }
 
		ul#navigation li a:active, ul#navigation a.current { background: #425970 url(../images/navbutton-selected-bg.png) no-repeat center right; }
 
#sidebar form {
	position: relative;
	width: 150px; /* IE6 needs width in container to absolute position the icon */ }
 
#search {
	background: #dcdcdc;
	border: solid 1px #a1afbf;
	color: #575757;
	margin: 0 0 20px 0;
	padding: 4px 3px;
	width: 109px; }
 
#sidebar #searchbutton {
	position: absolute;
	right: -4px;
	top: -1px; }
 
ul.contactinfo {
	font-size: 1.2em;
	line-height: 2.2em;
	margin: 0 0 20px 0; }
 
	ul.contactinfo li { padding: 0 0 0 25px; }
 
.phone { background: url(../images/phone-icon.png) no-repeat left center; }
 
.email { background: url(../images/email-icon.png) no-repeat left center; }
 
.skype { background: url(../images/skype-icon.png) no-repeat left center; }
 
/* Main Column Styles --------------------------- */
#maincolumn {
	background: #fff;
	float: left;
	padding: 0 20px;
	width: 750px; }
 
.inlinebox {
	background: #e2e7ec;
	color: #425970;
	padding: 20px; }
 
	.inlinebox ul {
		list-style-type: none;
		margin: 0;
		padding: 0; }
 
	.inlinebox li {
		background: url(../images/bullet.png) no-repeat left center;
		padding: 0 0 0 15px; }
 
	.inlinebox p:last-child { padding: 0; }
 
/* Footer Styles -------------------------------- */
#footerwrapper {
	background: url(../images/footer-tile-bg.png) repeat-x top;
	clear: both; }
 
#footer {
	background: url(../images/footer-bg.jpg) no-repeat top;
	margin: 0 auto;
	overflow: hidden;
	width: 960px; }
 
	#footer p {
		color: #848484;
		float: left;
		margin: 20px 0; }
 
	#footer ul.footerright {
		float: right;
		list-style-type: none;
		margin: 20px -10px 20px 0; }
 
	#footer li {
		float: left;
		margin: 0 10px; }
 
	#footer ul.footerleft { float: left; }
 
	#footer a {
		border-bottom: dotted 1px #526c86;
		color: #526c86;
		font-style: normal;
		font-weight: normal;
		text-decoration: none; }
 
		#footer a:hover { border-bottom: solid 1px #526c86; /*text-decoration: underline;	*/ }
 
/* Page-specific Styles ------------------------- */
/* Home Page ----------------- */
#featurewrapper {
	background: #cfcfcf;
	border: solid 1px #a1afbf;
	float: left;
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 3px; }
 
#feature {
	border: solid 1px #a1afbf;
	height: 230px;
	overflow: hidden;
	width: 740px; }
 
#pager {
	background: #fff;
	border: solid 1px #a1a1a1;
	display: block;
	float: left;
	margin: 5px 4px 3px 5px; }
 
	#pager a {
		background: url(../images/featurebutton-bg.png) no-repeat center left;
		display: block;
		float: left;
		font-size: 1.2em;
		font-style: normal;
		padding: 2px 8px;
		text-decoration: none; }
 
		#pager a:active { background: url(../images/featurebutton-down-bg.png) no-repeat center left; }
 
		#pager a.activeSlide {
			background: #fff;
			display: inline;
			float: left; }
 
#featuredescription {
	color: #6a6a6a;
	float: left;
	font-size: 1.2em;
	margin: 7px 0 0 8px; }
 
/* Contact Page -------------- */
#contactform {
	float: left;
	width: 430px; }
 
#addressbox {
	background: #e2e7ec;
	color: #425970;
	float: right;
	padding: 20px;
	width: 260px; }
 
	#addressbox a { display: inline; }
 
	#addressbox h2 {
		background: none;
		border-bottom: solid 1px #91A8C3;
		color: #425970;
		font-weight: normal;
		margin: 0 0 10px 0;
		padding: 0 0 11px 0; }

ul#response { list-style-type: none; padding: 0; }

li.success {
	background: #9ff3a1 url(../images/checkmark.png) no-repeat 10px center;
	border-bottom: 1px solid #70c364;
	color: #2c512d;
	font-size: 1.2em;
	margin: 0 0 3px 0;
	padding: 7px 10px 8px 42px; }
 
li.error {
	background: #ffe59f url(../images/warning.png) no-repeat 10px center;
	border-bottom: 1px solid #d5c150;
	color: #2c512d;
	font-size: 1.2em;
	margin: 0 0 3px 0;
	padding: 7px 10px 8px 42px; }
 
label { font-weight: bold; }
 
#email, #name, input[type=text], input[type=password], select {
	background: #dcdcdc;
	border: solid 1px #a1afbf;
	color: #575757;
	padding: 4px 3px;
	width: 200px; }
 
select { width: auto; }
 
textarea {
	background: #dcdcdc;
	border: solid 1px #a1afbf;
	color: #575757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 4px 3px;
	width: 400px; }
 
#email:focus, #name:focus, #search:focus, textarea:focus, input[type=text]:focus, input[type=password]:focus, select:focus { background: #eee; }
 
/* Portfolio Page ------------ */
/* Add a zoom icon to Fancybox Images */
a.fancybox { cursor: url(../images/magnify_24.cur), url(images/magnify_24.cur), pointer; /*Note: second url is for IE, which is relative to the HTML file*/ }
