@charset "utf-8";
/* CSS Document */

body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F6F6E5;	
}


.t {background: white url(/images/background/curved_outline_straight.gif) 0 0 repeat-x}
.b {background: url(/images/background/curved_outline_straight.gif) 0 100% repeat-x}
.l {background: url(/images/background/curved_outline_straight.gif) 0 0 repeat-y}
.r {background: url(/images/background/curved_outline_straight.gif) 100% 0 repeat-y}
.bl {background: url(/images/background/curved_outline_bottom_left.png) 0 100% no-repeat}
.br {background: url(/images/background/curved_outline_bottom_right.png) 100% 100% no-repeat}
.tl {background: url(/images/background/curved_outline_top_left.png) 0 0 no-repeat}
.tr {background: url(/images/background/curved_outline_top_right.png) 100% 0 no-repeat; padding:10px}

body.letter 
{
	background-color: #ACA899;
}

div#main 
{
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 8px;
}

div#roundtop
{
 background-color: white;
 height: 15px;
 border-top: 1px solid #cccccc;
}

img.corner
{
	width: 15px;
	height: 15px;
	border: none;
	padding: 0px;
	margin: 0px;
	display: block;
}

div#branding {
	height: 110px;
	margin: 10px;
	background: white url(images/branding.gif) no-repeat;
}

div#search {
	float: right;
	margin: 15px;
	padding-top: 30px;
	padding-bottom: 0;
}

div#content {
	background: white;
	padding: 1em 0.5em;
}

div#breadcrumb {
	padding: 0em 0.5em;
	text-transform: uppercase;
}

div.box {
	border: 1px solid #cccccc;
	background: #f8f8f8;
	padding: 1em;
	font-size: 0.8em;
	zoom: 1;

}

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#actionform
{
	padding: 10px;
	border: 1px solid #CCCCCC;
	width: 90%;
	text-align: justify;
	background-color: #FFFFCC;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}



div#footer {
	padding-top: 0.1em;
	padding-bottom: 1em;
	clear: both;
	font-size: 9px;
	text-align: center;
	color: #999999;
}

div#title {
	border-bottom: 2px dotted #cccccc;
	margin-bottom: 1em;
	height: 2.5em;
}

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;
}

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;	
	text-decoration: none;
}


#content .floatLeft {
	float: left;
	padding-right: 10px;	
}

#breadcrumb a {
	color: #cccccc;
	text-decoration: none;
}

#content h1 {
	color: black;
	font-size: 1.2em;
	font-weight: 550;
	font-family: Helvetica, Verdana;
}


#content h2 {
	color: black;
	font-size: 0.9em;
	margin-top: 2em;
}

#content hr {
	background-color: #cccccc;
	border-style: none;
	height: 1px;
}

#content table {
	font-size: 12px;
}

#content a:hover {
	text-decoration: underline;
}

#content td {
	padding: 0.5em;
	border: none;
	text-align: left;
	border: collapse;
	
}

#content th {
	text-align: center;
}

#content td.noborder {
	border: none;
}

#content tr.gray {
	border: none;
	background-color: #ddd;
}


#content td.compare {
	width: 50px;
	height: 50px;
}

#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;
}


#content li.col {
	float: left;
	width: 20em;
}


#form td {
	padding: 1em;
	border: none;
	font-size: 12px;
}


#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 {
	margin: 0 0.5em;
	padding: 1.3em 1em 1.5em 1em;
	color: #e3e3e1;
	
}

#navlinks li {
	display: inline;
	margin-right: 0.75em;
	padding-right: 1.0em;
	text-align: left;
	font-size: 1.3em;
	font-family:  Helvetica, Verdana;
}

#navlinks a {
	color: #000;
	text-decoration: none;
}

#navlinks a:hover {
	color: #c9a709;
}

#navlinks #currentpage a{
	color: #ccc;
}

#smallNavlinks {

	text-align: left;
	list-style: none;
	color: #999999;
}

#smallNavlinks li {
	
	margin-right: 0.75em;
	padding-right: 1.0em;
	font-size: 12px;
}

#smallNavlinks li.header {
	font-weight: bold;
}

#smallNavlinks a {
	color: #999999;
	text-decoration: none;
}

#smallNavlinks a:hover {
	color: #CCCC00;
}

.sideNavlinks {
    list-style-type: none;
    padding-left: 0;
    margin: 0 0 1.7em 0;
}

#content .sideNav h2 {
    margin: 0.5em 0 0 0;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #e0e0e0;
}

#screenshotNavlinks img{
    margin: 10px 0px;
    padding: 5px;
}

#screenshotNavlinks a#currentsubpage img{
    border: 2px solid #D49D18;
    padding: 3px;
}

div#navCol
{
	float: left;
	padding: 0;
	margin: 0;
}


#form textarea.gotcha {
	visibility: hidden;
}

table.prices , table.compare {
	border-collapse: collapse;
}

#content table.prices td, #content table.compare td {
	border: 1px solid silver;
	vertical-align: top;
	padding: 3px 10px;
}

#content table.prices td.footnote {
	border-style: none;
	font-size: 0.9em;
}

.bronze {
	background-color: #eedcbe;
}

tr.bronze {
	color: #9d5a1f;
}

div.bronze {
	padding: 0 10px 5px 10px;
	border: 1px solid silver;
}

.silver {
	background-color: #e2e2e2;
}

tr.silver {
	color: #515151;
}

div.silver {
	padding: 0 10px 5px 10px;
	border: 1px solid silver;
}

#content td.SummaryTable {
	padding: 5px 5px 5px 5px;
	border: 1px solid gray;
}

#content table.map {
	border-collapse:collapse;
}

#content table.map td {
	padding: 0;
}

div.SilverOnly {
	border: 1px solid #999999;
	background-color: #eeeeee;
	margin: 15px 50px 15px 50px;
	padding: 0 15px;
}

div.Tip {
	border: 1px solid #999999;
	background-color: #f2f2c9;
	margin: 15px 50px 15px 50px;
	padding: 0 15px;
}

div.Example {
	border: 1px solid #999999;
	background-color: #f2f2c9;
	padding: 0 10px;
}