@charset "utf-8";
body {
	font: 100% "Trebuchet MS";
	background: #491d38 url(../images/mainbg.gif) center repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #EEE;
}
#container {
	width: 820px;
	background: #925f4f url(../images/contentbg.gif) top left repeat;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #491d38;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 40px;
	background: #491d38 url(../images/topnavbg.gif) top repeat-x; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header a {
	color: #EEE;
	text-decoration: none;
	padding-left: 30px;
}
#header a:hover {
	color: #dd5e14;
}
#header p {
	float: right;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 40px 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 13px;
	text-align: right;
}
.branding {
	float: left;
	margin: -30px 0 0 20px;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.righty {
	width: 550px;
	float: right;
	margin-top: 50px;
}
.righty div span {
	width: 175px;
	float: left;
	padding: 40px 0;
	font-size: 85%;
	text-align: center;
	text-transform: uppercase;
	background-color: #b85633;
}
.righty div span a {
	color: #722e57;
	text-decoration: none;
}
.righty div span a:hover {
	color: #dd5e14;
	text-decoration: none;
}
.righty div span:hover {
	background-color: #885051;
}
.maincopy {
	width: 500px;
	padding: 20px;
	background-color: #885051;
	border-right: 1px #dd5e14 solid;
	border-bottom: 1px #dd5e14 solid;
	border-left: 1px #dd5e14 solid;
}
.maincopy #flashcontent {
	display: block;
	background-color: #885051;
	color: #EEEEEE;
	margin: 0;
	padding: 0;
}
.maincopy p, li {
	font-size: 90%;
}
.maincopy p.quote {
	font-style: italic;
	color: #dd5e14;
	text-align: right;
}
.maincopy p.condition {
	color: #dd5e14;
	text-transform: uppercase;
}
.maincopy h2 {
	font-size: 16px;
	color: #461C35;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	border-bottom: 2px dotted #461C35;
}
.maincopy a {
	color: #dd5e14;
	text-decoration: none;
}
.maincopy a:hover {
	color: #722e57;
}
.maincopy a.ailment {
	font-size: 110%;
	color: #461C35;
	text-transform: uppercase;
}
.maincopy li {
	padding-bottom: 8px;
}
.maincopy div.cloud {
	clear: both;
	margin: 10px;
	padding: 10px 5px;
	width: 440px;
	text-align: center;
}
.maincopy div.cloud a {
	margin: 3px 6px;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.maincopy div.box {
	float: right;
	margin: 10px;
	padding: 0 15px 15px 15px;
	width: 150px;
	text-align: center;
	font-size: 75%;
	background: url(../images/boxbg.gif) bottom no-repeat;
}
.maincopy div div {
	width: 130px;
	float: left;
	padding: 5px 0;
	font-size: 75%;
	text-align: left;
	color: #491d38;
}
.maincopy td h2 {
	font-size: 14px;
	color: #461C35;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	border: 0;
}
.maincopy td p {
	font-size: 78%;	
	color: #461C35;
	margin-left: 20px;
}
.maincopy td a {
	color: #dd5e14;
	text-decoration: none;
}
.maincopy td a:hover {
	color: #dd5e14;
	text-decoration: underline;
}
.cta {
 	float: right; 
	margin: -20px 3px 0 0;
}
.maincopy p.testinden {
	margin-left: 50px;
}
.lefty {
	width: 150px;
	float: left;
	margin: 30px 0 0 30px;
	padding: 10px 0;
	background-color: #885051;
	border: 1px #dd5e14 solid;
	text-align: center;
	text-transform: uppercase;
	font-size: 75%;
}
.lefty a {
	color: #dd5e14;
	text-decoration: none;
}
.lefty a:hover {
	color: #722e57;
}
#media {
	margin-top: 40px;
}
#noUpdate {
    margin: 0 auto;
	padding: 40px;
}
#credits {
	color: #bd6f71;
	font-size: 65%;
	text-align: center;
	padding-bottom: 5px;
}
#credits a{
	color: #bd6f71;
	text-decoration: none;
}
#footer {
	height: 40px;
	padding: 3px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #491d38 url(../images/footerbg.gif) top repeat-x;
	font-size: 80%;
	color: #FFFFFF;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	font-size: 80%;
	color: #EEE;
	text-transform: uppercase;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}