@charset "utf-8";

/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, tr, th, td { margin:5px; padding:5px;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* COMMON CLASSES */
.center {
	margin:0 auto;
	text-align: left;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
.left {
	float:left;
}
.right {
	float:right;
}
.reader {
	position:absolute;
	left:-999px;
}
.image {
	padding: 5px;
	border: 1px solid #999999;
	margin: 5px;
}
.strikeout {
	text-decoration:line-through;
}
.italic {
	font-style:italic;
	font-weight:bold;
}
.spacer5{height:5px;}
.spacer10{height:10px;}
.spacer15{height:15px;}
.spacer20{height:20px;}


/* CORE PAGE STYLES */
body{
	background:#c9a279 url(../img/bg.jpg) repeat-y top left;
	position:relative;
	text-align:center;
	}
div#wrapper{
	width:980px;
	margin:0 auto;
	background-color:#fff;
	text-align:left;
	border-top:10px solid #a6cfff;
	position:relative;
	}
div#topbar{
	height:110px;
	background:url(../img/top_images.jpg) no-repeat top right;
	border-bottom:1px solid #fff;
	}
div#topbar img#logo{
	margin:0 0 0 10px;
	border-width:0;
	}
div#contents{
	float:right;
	width:734px;
	background-color:#fff;
	}
div#sidebar{
	background:#8daccc url(../img/bg_subnav.jpg) repeat-y top left;
	color:#fff;
	}
div#sidebar div#subnav{
	float:left;
	width:230px;
	margin: 5px}
div#footer{
	padding:3px 7px 3px 8px;
	color:#753F00;
	font-size:12px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	text-align:center;
	}
div#footer a{
	text-decoration:none;
	color:#5E9531;
}
div#footer a:hover{
	color:#385A1D;
}
div#footer span{color:#402200;}


/*CONTENT ELEMENT STYLES & TYPOGRAPY*/
div#contents{
	line-height:140%;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*color:#000033;*/
	color:#000;
	}
div#contents h1 {
	padding:25px 3px 0 0;
	color:#00489E;
	font-size:25px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-weight:100;
	letter-spacing:1px;
	text-decoration:none;
	margin: 0 0 0 50px;
}
div#contents h2 {
	padding:7px 3px 0 0;
	color:#03306D;
	font-size:1.2em;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-weight:500;
	letter-spacing:1px;
	text-decoration:none;
	margin: 0 0 0 50px;
}
div#contents h3 {
	padding:7px 3px 0 0;
	color:#04336A;
	font-size:1.1em;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-weight:500;
	text-decoration:none;
	margin: 0 0 0 50px;
	}
div#contents p {
	line-height:160%;
	font-size:.9em;
	margin: 10px 30px 10px 50px;
}
div#contents td {
	line-height:160%;
	font-size:.9em;
	margin: 10px 30px 10px 50px;
}
div#contents a {
	text-decoration:none;
	color:#052F65;
	border-bottom: 1px dotted #052F65;
}
div#contents a:hover {
	color:#00489B;
	border-bottom: 1px solid #00489B;
}
div#contents ul {
	line-height:160%;
	font-size:0.9em;
	margin: 10px 30px 10px 70px;
	list-style-position:outside;
	list-style-type: square;
}
div#contents ul ul {
	line-height:160%;
	font-size:1em;
	margin: 10px 30px 10px 40px;
	list-style-position:outside;
	color: #002D6A;
	list-style-type: square;
}
div#contents ol {
	line-height:160%;
	font-size:.9em;
	margin: 10px 30px 10px 70px;
	list-style-position:outside;
}
div#contents img.footer_img {
	margin-left: -1px;
	float:right;
}
div#column_2 input, div#column_2 select, div#column_2 textarea{
	border:1px solid #753F00;
	color:#753F00;
	background-color:#F1FAE7;
	}
div#breadcrumbs{margin:8px 0 0 0;font-size:85%;color:#402200;}
div#quotebox{
	float:right;
	width:250px;
	border-top:1px solid #C9A279;
	border-bottom:1px solid #C9A279;
	text-align:right;
	background:url(../img/quote_shade.jpg) repeat-y top right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	}
div#quotebox p{
	font-family:futura, Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#00489D;
	margin-left:0;
	text-align:center;
	}
div#quotebox span{
	font-size:90%;
	text-align:right;
	font-family:futura, Arial, Helvetica, sans-serif;
	color:#00489D;
	margin-right:30px;
	}
div.ratingsbox {
/*	width:28em;
	border:1px solid #000066;*/
	padding:5px;
/* margin-left:40px;*/
}
div.ratingsbox ul li {
	list-style:square;
}
div.ratingsbox ul ul li {
	list-style-type: none;
	font-style: italic;
	color: #000000;
}
div.ratingsbox p {
	padding-left:0px;
}
.cite{
font-size: 80% !important;
color:#333333;
}
.cite sup{
    color:#000000;
	font-size: 75%;
	line-height: 0.5em;
	vertical-align:top; 
} 
#photolist {
    margin: 0; /*removes indent IE and Opera*/
    padding: 0; /*removes indent Mozilla and NN7*/
	list-style: none;
}
#photolist li {
	list-style: none;
} 
img a:link {
    text-decoration:none;
}