@charset "UTF-8";
/* CSS Document */

/* Heading */
h1, h2, h3, h4, h5, h6 { 
	font-family:"Trajan", Times New Roman, serif
}

h1 {font-size:1.375em; 
	font-variant:small-caps;
	color: #6e0d11;
	}
h2 {font-size:1.375em; 
	line-height:1.25;
	padding:.5em 0 0 0;
	font-variant: small-caps;	
	color: #6e0d11;
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	font-weight:bold;
	font-variant:small-caps;
	color:#7e6244;
	}
h4 {font-size:1em; 
	font-variant:normal;
	line-height:1.25;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#7e6244;
	}
h5 {font-size:1em; /* 16pt */
	font-variant:small-caps;
	color:#fdb463;
	}
h6 {font-size:1em; /* 14pt */
	font-variant:normal;
	line-height:1.25;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#6e0d11;
	}
p  {
	font-size:.8em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
	color:#7e6244;
 	}
p, a {font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}
a {
	color:#6e0d11;
	text-decoration:underline;
	}
a:hover {
	color:#fdc689;
	text-decoration:underline;
	}
#footer p {
	color: #6e0d11;
	font-size:.6em;  
 	}
#header_top a {
	color: #7e6244;
	text-decoration: underline;
	font-size:.7em; 
	line-height:1.3em; 
	margin-bottom:.75em;
}
#header_top a:hover {
	color: #6e0d11;
}
#header_nav a {
	color: #6e2e30;
	text-decoration: none;
	font-weight:bold;
	font-size:.9em;
	margin-left:20px;
}
#header_nav a:hover {
	color: #fdc689;
}
#intro_nav a {
	color: #7e756a;
	text-decoration: none;
	font-size:1em;
	margin-left:30px;
}
#intro_nav a:hover {
	color: #fdc689;
}
#describe a {
	color:#fdc689;
	text-decoration: none;
	font-size:.8em;
	margin-left:10px;
	margin-top:10px;
}
#describe a:hover {
	color:#7e756a;
}
#describe_main a {
	color:#fdc689;
	text-decoration: none;
	font-weight:500;
	font-size:.8em;
	margin-left:10px;
	margin-top:10px;
}
#describe_main a:hover {
	color:#6e2e30;

}
/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
		margin:0 1em .75em 1em; /* lists without specific classes */
		font-size:.8em;
		line-height:1.5;
		color:#7e6244;}
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		}
dt {font-weight:bold;}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
cite {
	font-size:.85em;
	font-style:italic;
	}
blockquote {
	width:70%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6e0d11;
	border-right-color: #6e0d11;
	border-bottom-color: #6e0d11;
	border-left-color: #6e0d11;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#6e0d11;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#6e0d11;
}
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	border:0;
	}

/* Style Classes */
.emphasis_r {
	font-weight: bold;
	color:#6e0d11;
}
.emphasis_t {
	font-weight: bold;
	color:#7e6244;
}
.wrapper {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left:130px;
}
.wrapper a {
	color:#fff;
	text-decoration: underline;
	font-size:.6em;
	line-height:1.5em;
}
.wrapper a:hover {
	color:#6e0d11;
}
.sidebar{
}
.rcol-s1{
	width:335px;
	float:right;
	padding:.3em 1em;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6e0d11;
	border-right-color: #6e0d11;
	border-bottom-color: #6e0d11;
	border-left-color: #6e0d11;
}
.rcol-s2{
	width:450px;
	float:right;
	padding:.3em 1em;
	margin-right:50px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6e0d11;
	border-right-color: #6e0d11;
	border-bottom-color: #6e0d11;
	border-left-color: #6e0d11;
}
.rcol-s3{
	width:240px;
	float:right;
	padding:.3em 1em;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6e0d11;
	border-right-color: #6e0d11;
	border-bottom-color: #6e0d11;
	border-left-color: #6e0d11;
}
.rcol-s4{
	width:240px;
	float:right;
	padding-top:30px;
}
.lcol-s3{
	width:220px;
	float:left;
	padding:.3em 1em;
	margin-right:20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6e0d11;
	border-right-color: #6e0d11;
	border-bottom-color: #6e0d11;
	border-left-color: #6e0d11;
}
.lcol_s{
	width:175px;
	float:left;
}
.lcol_s2{
	width:90px;
	float:left;
	font-size:.7em;
}
.l1_indent{
	margin-left:1em;
}
.l2_indent{
	margin-left:1.5em;
}
.lcol_s a{
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
}
.lcol_s p{
	font-size:.8em;
}
.lcol_s li{
	list-style-type:none;
	margin:5px 0 0 -10px;
}
.biotitle{
	font-size:1em; 
	color:#6e0d11;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}
.biotitle a{
	text-decoration:none;
}
.biotitle a:hover{
	text-decoration:underline;
}
.execimage{
	height:167px;
	width:157;
	padding: 20px 5px 5px 5px;
	float: left;
}

.portfolio{
	width:560px;
	float:right;
	clear:both;
	margin-bottom:40px;
}