/* Global
------------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1, h2 {
	color: #fff;
	font-weight: normal;
}


h3, h4, h5, h6 {
	color: #5a0000;
	font-weight: normal;
}

span.color a { color: #5a0000; }

p { 
	padding-bottom: 1em; 
	line-height: 1.4em;
	_line-height: 1.6em;
}

body {
		font: normal 13px/1.4em  "Lucida grande",Arial,sans-serif;
		background-image: url(../i/bg/top_bg.png);
		background-attachment: scroll;
		background-position:top; 
		background-repeat:  no-repeat;
		background-color: #dedcb6;
		
		/* For IE < 7 :hover's */
		behavior:url("css/csshover.htc");
}

a, a:link, a:active, a:visited, a:hover {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
	overflow: hidden;
}

#top {
	float:right;
	color: #666;
	height:22px;
}

#top p {
	margin:0;
	padding: 3px 10px 0 0;
	font-size: 11px;
}

#top a {
	color: #5a0000;
}

#header {
	text-align: center;
	clear:both;
	height: 129px;
	width: 947px;
	margin: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	border: 1px solid black;
	border-width: 0 1px 0 1px;
}

/* Safari Only Hack for border width */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#header { width: 949px; }
}

#header h1 {
	padding-top: 50px;
	width:940px;
}

#header a {
	color: #fff;
}

#nav {
	float: left;
	width: 173px; /* To compansate for border */
	background-color: #f3f1ce;
	padding: 35px 0;
	margin-top: 0;
	margin-bottom: -4000px; padding-bottom: 4000px;
	border-left: 1px solid #535144;
	border-right: 1px solid #9c9b81;
}

#nav h4 {
	margin-left: 10px;
}

#nav ul, #nav p {
	margin-left: 20px;
}

#nav ul {
	padding-left: 35px;
	margin: 5px 0 20px 0;
}

#nav li {
	padding: 0 0 4px 0;
}

#nav li a:hover {
	color: #5a0000;
}

#nav li { 
list-style-image: url(../i/nav_li_out_arrow.png); 
_list-style-image: url(../i/nav_li_out_arrow_ie.png); 
}

#nav li:hover { 
list-style-image: url(../i/nav_li_over_arrow.png); 
_list-style-image: url(../i/nav_li_over_arrow_ie.png); 
} 

#content {
	float: left;
	width: 600px;
	background-color: #fff;	
}

#content div#inner {
	padding: 30px 50px 80px 50px;
}

#content h3 { padding: 0; }

#content h4 { padding: 10px 0 0 0; }

#content ul { margin-top: 0; margin-bottom: 30px; margin-right: 40px; }

#content ul li { margin-top: .5em; line-height: 1.4em; }

#content dd { margin-bottom: 20px; border-bottom: 1px solid #ddd; }

.filler { height: 450px; }

.pghead {
	padding-bottom: 1em;
}

#contactnav {
	width: 172px; /* To compansate for border */
	float: left;
	background-color: #f3f1ce;
	height: 100%;
	padding: 35px 0;
	margin-bottom: -4000px; padding-bottom: 4000px;	
	border-right: 1px solid #535144;
	border-left: 1px solid #9c9b81;
}

/* Safari Only Hack for border width */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#contactnav { width: 173px; }
}

#contactnav p {
	margin-top: 0;
	font-size: 12px;
	padding: 0 15px;
}

#contactnav a {
	color: #7a0000;
	text-decoration: underline;
}

#footer {
	padding: 50px 0 60px 0;
	clear: both;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .25em;
	background-color: #eee;
	background-image: url(../i/bg/bottom_bg.png);
	background-position: top;
	background-repeat: repeat-x;
}

img.portrait {
	float: left;
	margin: 0 2em 1em 0;
}

dt {
	font-weight: bolder;
}

#profilephoto {
	float: left;
	width: 150px;
}

#profile1 {
	float: left;
	width: 350px;
}

#profile1 p {
	padding-left: 1em;
}

#profile2 {
	padding-top: 2em;
	clear: both;
}

#profile2 ul {
	margin-left: 0;
	padding-left: 1.25em;
}

/* Contact page
-----------------------------------------------------*/

#h-contact-us span { display:none }

#contact td {
	padding: 5px 5px 5px 0;
}

#contact td, #contact input, #contact textarea {
	font-family:'Lucida grande' Arial;
	font-size: 12px;
}

#contact textarea {
	height:150px;
	width:325px;
	margin-bottom:11px;
}

#msg-ok {
	margin: 10px 0;
	padding: 10px;
	background-color: #d3ffa9;
	border: 1px solid green;
}

#msg-err {
	padding: 10px;
	background-color: #ffddd7;
	border: 1px solid red;
}