@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body.letter {
	background-color: #ACA899;
}

div#main {
	position: relative;
	width: 760px;	
}

div#centered {
	margin-left: auto;
	width: 757px;
	margin-right: auto;
	text-align: left;
	margin-top: 8px;
}

div#branding {
	height: 150px;
	background-image: url(images/branding.jpg);
}

div#breadcrumb {
	color: #ACA899;
	font-weight: bold;
	font-size: 11px;
	padding: 1.5em;
	padding-bottom: 0;
	border-right: 1px solid #285078;
	border-left: 1px solid #285078;
}

div#content {
	border: 1px solid #285078;
	border-top: none;
	float: left;
}

div#content-text {
	width: 480px;
	padding: 1em;
	padding-right: 250px;
	padding-left: 25px;
	float: left;
}

div#content-full {
	width: 713px;
	padding: 1em;
	padding-right: 29px;
	float: left;
}

div#form {
	padding: 1em;
}

div#form-image {
	width: 200px;
	margin-left: -240px;
	float: right;
}

div#sidebar {
	width: 200px;
	height: 300px;
	border-left: 1px dashed;
	padding: 1em;
	float: right;
	margin: 10px;
	margin-left: -240px;
	margin-bottom: 40px;
	text-align: center;
}

div#quote1 {
	margin: auto;
	width: 180px;
	font-size: 18px;
	line-height: 28px;
	text-align: right;
	color: #305f8e;
}

div#quote2 {
	margin: auto;
	width: 180px;
	font-size: 11px;
	line-height: 14px;
	text-align: right;
}

div#footer {
	padding-top: 0.1em;
	padding-bottom: 1em;
	clear: both;
	font-size: 9px;
	text-align: center;
	color: #999999;
}

div#MD_address {
	padding-top: 40px;
	padding-left: 450px;
	width: 600px;
	background-image: url(images/letter-top.png);
	background-repeat: no-repeat;
}

#MD_address p {
	font-size: 9px;
}

div#MD_letter {
	padding-left: 70px;
	margin-top: -30px;
	background-image: url(images/letter-mid.png);
	background-repeat: repeat-y;
}

#MD_letter p {
	font-size: 10px;
	width: 500px;
}

#MD_letter li {
	font-size: 10px;
}

#MD_letter td {
	padding: 10px;
	border: 1px solid #999999;
}

#MD_letter td p {
	width: 400px;
}

#sidebar img {
	border: none;
}

#sidebar p {
	font-size: 22px;
	color: #305F8E;
}

#content p {
	line-height: 1.9em;
	font-size: 12px;
}

#content ul {
	line-height: 1.9em;
	font-size: 12px;
}

#content ol {
	line-height: 1.9em;
	font-size: 12px;
}

#content a {
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}

#breadcrumb a {
	color: #305F8E;
	text-decoration: none;
}

#content h1 {
	color: #305F8E;
	font-size: 18px;
}

#content h2 {
	color: #305F8E;
	font-size: 16px;
}

#content a:hover {
	color: #f0b95a;
}

#content td {
	padding: 1em;
	border: 1px solid #B7CFE7;
	text-align: left;
}

#content td.noborder {
	border: none;
}

#content td.index_header {
	text-align: center;
	background-color: #B7CFE7;
	font-weight: bold;
	color: #305F8E;
}

#content-full td.form {
	padding: 1em;
	border: none;
	font-size: 12px;
}

#form td {
	padding: 1em;
	border: none;
	font-size: 12px;
}

#navlinks {
	border: 1px solid #285078;
	margin: 0; padding: 0.2em 2em;
	background-image: url(images/navlinks.gif);
}

#footlinks li{
	display: inline;
	margin-right: 0.5em; padding-right: 2.75em;
	font-size: 9px;
	text-transform: uppercase;
}

#footlinks a {
	color: #999999;
	text-decoration: none;
}

#footlinks a:hover {
	text-decoration: underline;
}

#navlinks li {
	display: inline;
	margin-right: 0.5em; padding-right: 0.75em;
	border-right: 1px solid #285078;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#navlinks li.last {
	border-right: 0;
}

#navlinks a {
	color: #FFF;
	text-decoration: none;
}

#navlinks a:hover {
	color: #f0b95a;
}

#form textarea.gotcha {
	visibility: hidden;
}

form#cse-search-box {
    float: right;
    position: relative;
    top: 120px;
    left: -8px;
}

form#cse-search-box input#search-text {
    border: 1px solid #7E9DB9;
    padding: 0px;
    font-size: 11px;
}
form#cse-search-box input#search-button {
    border: 1px solid #324F6B;
    /*border-color: #FFFFFF #4C6F8F #4C6F8F #FFFFFF;*/
    background-color: #679DCF;
    color: #FFFFFF;
    font-size: 11px;
}