@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold);
@import url(http://fonts.googleapis.com/css?family=OFL+Sorts+Mill+Goudy+TT);
@import url(http://yui.yahooapis.com/3.1.1/build/cssreset/reset-min.css);

body {
	color:#534741;
	font:12px "Droid Sans", Arial, Helvetica, sans-serif;
	line-height:25px;
	padding-top:20px;
}

a {
	color:#7d866d;
	text-decoration:none;
}
a:hover { text-decoration:underline; }

p {
	margin-bottom:15px;
}

em { font-style:italic; }

h2 {
	color:#908061;
	font:24px "OFL Sorts Mill Goudy TT", "Times New Roman", Times, serif;
	line-height:26px;
	margin-bottom:10px;
}

h3, h4 { font-weight:bold; }

h3 {
	font-size:16px;
	margin:4px 0 6px;
}

h4 {
	font-size:13px;
	margin:4px 0;
}

ul {
	margin:0 0 15px 15px;
}
	ul li {
		list-style:disc;
		margin-bottom:4px;
	}

dl dt {
	font-weight:bold;
}
	dl dd {
		background:url(../images/bullet_black.gif) 0 9px no-repeat;
		margin:0 0 10px 2px;
		padding-left:12px;
	}

strong { font-weight:bold; }

iframe.gmap {
	border:1px solid #d1c1a3;
	-moz-box-shadow:2px 2px 4px #a2a2a2;
	-webkit-box-shadow:2px 2px 4px #a2a2a2;
}

/* Header */

#header {
	height:88px;
	overflow:hidden;
}
	#header h1.logo {
		float:left;
		margin-top:18px;
	}
		#header h1.logo a {
			background:url(../images/hillis_logo.png) no-repeat;
			display:block;
			height:62px;
			width:310px;
		}
		#header h1.logo a:hover { text-decoration:none; }
		#header h1.logo span { visibility:hidden; }

#header .quick_info {
	font:12px "OFL Sorts Mill Goudy TT", "Times New Roman", Times, serif;
	float:right;
	height:31px;
	margin:5px 4px 0 0;
	width:560px;
	text-align:right;
}
	#header .quick_info, #header .quick_info a {
		color:#978365;
	}

/* Top nav */

#topnav {
	float:right;
	margin-top:5px;
	width:590px;
	text-align:right;
}
	#topnav li {
		border-left:1px solid #7d866d;
		display:inline;
		margin-right:3px;
	}
	#topnav li:first-child {
		border-left:none;
	}
		#topnav li a {
			font-size:11px;
			font-weight:bold;
			margin-left:7px;
		}
		#topnav li:first-child a {
			margin-left:0;
		}

/* Main content area */

#content {
	/*margin-bottom:24px;*/
}

/* Column layouts */

.two_cols, .two_cols_even, .three_cols {
	/*overflow:hidden;*/
}
	.two_cols .col_one, .two_cols_even .col_one, .three_cols .col_one, .three_cols .col_two { float:left; }
	.two_cols .col_two, .two_cols_even .col_two, .three_cols .col_three { float:right; }
	
	.two_cols .col_one {
		width:430px;
	}
	.two_cols .col_two {
		width:475px;
	}

.two_cols_even .col_one, .two_cols_even .col_two {
	width:48%;
}
.two_cols_even .col_one, .three_cols .col_one, .three_cols .col_two {
	margin-right:15px;
}

.three_cols .col_one, .three_cols .col_two, .three_cols .col_three { width:32%; }

/* Home page specific */

.home_intro {
	float:left;
	width:690px;
}

.home_actions {
	float:right;
	margin:0;
	width:235px;
}
.home_actions li {
	list-style:none;
	margin:0 0 14px 21px;
	width:209px;
}
.home_featured {
	border-top:1px solid #d1c1a3;
	margin:0;
	padding-top:14px;
	height:71px;
	overflow:hidden;
}
.home_featured li {
	list-style:none;
	float:left;
	margin-left:40px;
}
.home_featured li:first-child {
	margin-left:0;
}
#quotes {
	background:url(../images/quotes.png) no-repeat;
	width:600px;
	height:258px;
	padding:15px 30px;
	margin:0 auto;
}
.quote {
	margin-bottom:20px;
	font-style:italic;
}
span.name {
	font-size:14px;
	font-weight:bold;
	font-style:none;
}

/* Footer */

#footer_wrap {
	background-color:#7d866d;
	color:#fff;
	font:11px Arial, Helvetica, sans-serif;
}
#footer {
	position:relative;
	top:15px;
}

#wrapper, .sitewidth {
	margin:0 auto;
	width:930px;
}

.banner {
	margin-bottom:24px;
}

/* Image styles */

.img_shadow {
	border:1px solid #d1c1a3;
	display:block;
	margin:0 5px 7px 0;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-moz-box-shadow:1px 1px 4px #b4b4b4;
	-webkit-box-shadow:1px 1px 4px #b4b4b4;
}

/* Form */

.textbox, .textfield {
	border:1px solid #7d866d;
	padding:3px;
}
.textbox {
	height:20px;
}

form label {
	display:block;
	font-weight:bold;
}
form label.lbl_chk {
	display:inline;
	font-weight:normal;
	margin:0 5px;
}

.text_placeholder {
	color:#ababab;
}

ul.form_errors {
	margin:15px 0;
}
	ul.form_errors li {
		color:#8c0000;
		list-style:none;
		line-height:19px;
	}

input[type='submit'] {
	font-family:Arial, Helvetica, sans-serif;
}

/* Misc */

.text_align_right {
	text-align:right;
}
.align_right { float:right; }
.align_left { float:left; }

.fwidth10 { width:10%; }
.fwidth15 { width:15%; }
.fwidth20 { width:20%; }
.fwidth25 { width:25%; }
.fwidth30 { width:30%; }
.fwidth35 { width:35%; }
.fwidth40 { width:40%; }
.fwidth45 { width:45%; }
.fwidth50 { width:50%; }
.fwidth55 { width:55%; }
.fwidth60 { width:60%; }
.fwidth65 { width:65%; }
.fwidth70 { width:70%; }
.fwidth75 { width:75%; }
.fwidth80 { width:80%; }
.fwidth85 { width:85%; }
.fwidth90 { width:90%; }

/* This gets styled for IE only */

.ie_box_shadow {
	background-color:#000;
	display:block;
	position:absolute;
	z-index:-1; 
}

/* Sticky footer */

html, body, #wrapper { height: 100%; }
body > #wrapper { height: auto; min-height: 100%; }
#content { padding-bottom:69px; }
#footer_wrap {
	position: relative;
	margin-top: -45px; /* negative value of footer height */
	height: 45px;
	clear:both;
}

/* Clearfix */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

