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

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 10px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #A3DCE6;
	height:100%;
}

.centering { 
	width: 1px;
	height: 50%;
	margin-bottom: -450px;
	float: left;
}

.wrapper {
	margin: 0 auto;
	width: 947px;
	clear: both;
	text-align: left;
	height: 681px;
}

.header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	height: 169px;
	margin-top: 15px;
}

.header .slogan {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #764318;
	text-align: center;
	text-transform: uppercase;
	float: right;
	padding-top: 70px;
	padding-right: 55px;
}

.navigation {
	height: 29px;
	border: 1px solid #1a1c1b;
	background-color: #191313;
	padding-top: 3px;
	padding-left: 20px;
}

.navigation ul li {
	float: left;
	background-image: url(../images/navigation-separator.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 11px 0 18px;
}

.navigation ul li a {
	font-family: "Lucida Sans";
	font-size: 13px;
	color: #eee7d6;
	line-height: 29px;
}

.navigation ul li.first {
	background: none;	
}

.navigation ul li a:hover {
	text-decoration: underline;
}

.navigation ul li.current a {
	font-weight: bold;	
}

.main {
	clear: both;
	background-color: #b8b8b8;
	overflow: hidden;
	border-left: 1px solid #2e1700;
	border-right: 1px solid #2e1700;
	border-bottom: 2px solid #663300;
	padding: 30px 25px;
}

.sidebar {
	width: 160px;
	float: left;
}

.sidebar .preview {
	padding-bottom: 35px;	
}

.sidebar .preview h2 {
	line-height: 24px;
	border-bottom: 1px solid #442a13;
	padding-top: 10px;
}

.sidebar .preview h2 a {
	font-family: "Lucida Sans";
	font-size: 13px;
	font-weight: bold;
	color: #000;	
}

.content {
	float: right;
	width: 710px;
}

.content p {
	line-height: 18px;	
}

.content h1 {
	font-family: "Lucida Sans";
	font-size: 13px;
	font-weight: bold;
	color: #000;	
	line-height: 32px;
}

.content .preview h3 {
	background-image: url(../images/content-preview-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: left;
	font-size: 13px;
	font-weight: bold;
	color: #aa7760;
	line-height: 28px;
	margin-bottom: 7px;
}

.content .preview p {
	font-size: 13px;
	line-height: 17px;
}

.content .preview a {
	color: #663300;
	font-weight: bold;
}

.content a {
	font-size: 13px;
	color: #663300;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.contentdyn {
}

.contentdyn p {
	line-height: 18px;	
}

.contentdyn h1 {
	font-family: "Lucida Sans";
	font-size: 13px;
	font-weight: bold;
	color: #000;	
	line-height: 32px;
}

.contentdyn .preview h3 {
	background-image: url(../images/content-preview-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 13px;
	font-weight: bold;
	color: #aa7760;
	line-height: 28px;
	margin-bottom: 7px;
	text-decoration:none;
}

.contentdyn .preview p {
	font-size: 13px;
	line-height: 17px;
}

.contentdyn a {
	font-size: 13px;
	color: #663300;
	text-decoration: none;
}

.contentdyn a:hover {
	text-decoration: underline;
}

.contentdyn h2 {
	background-image: url(../images/content-preview-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 13px;
	font-weight: bold;
	color: #aa7760;
	line-height: 28px;
	margin-bottom: 7px;
}

.footer {
	clear: both;
	background-color: #b8b8b8;
	border: 1px solid #2e1700;
	border-top: none;
	height: 38px;
	padding: 0 22px;
	line-height: 30px;
}

.footer .team {
	float: left;
	width: 400px;
}

.footer .team a {
	font-family: "Lucida Sans";
	font-size: 10px;
	color: #9e9191;
}

.footer .email {
	float: right;
	width: 400px;
	text-align: right;
}

.footer .email a {
	font-family: "Lucida Sans";
	font-size: 13px;
	color: #666666;
}
.content h2 {
	font-family: "Lucida Sans";
	font-size: 14px;
	color: #332011;
	line-height: 32px;
}
.content .lists {
	font-family: "Lucida Sans";
	font-size: 11px;
	font-style:italic;
	color: #333333;
	font-weight: normal;
}
.aboutimageleft {
	width: 125px;
	float: right;
	padding: 10px;
}
