﻿body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}

.twoColFixLtHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/mainbody_bkgd_repeat.png);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* 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. */
	left: 350px;
	float: right;
	height:154px;
	width: 651px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
}
h1 {
    margin-top:15px;
}
.twoColFixLtHdr #sidebar1 
{
    background:url(images/excellence_sidebar.png);
	float: left; /* since this element is floated, a width must be given */
	width: 149px;
	height:602px;
}
.twoColFixLtHdr #mainContent {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 0px;
	background-image: url(images/mainbody_bkgd.png);
	background-repeat: no-repeat;
	float:right;
	width:611px;
}
.twoColFixLtHdr #footer {
	float: right;
	width: 651px;
	background-color: #C2B59B;
	height: 18px;
	padding-top: 8px;
} 
.twoColFixLtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navbar {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #095D7E;
	background-image: url(images/navbar_bkgd.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 33px;
	width: 651px;
	float: right;
}
#navbar a, #footer a {
	color:#ffffff;
	text-decoration:none;
}
.navbar_type {
	margin-top: 8px;
	margin-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 30px;
}
.mainheadings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #B23427;
}
.bodycopy_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-right: 180px;
	margin-left: 15px;
}
#mainContent .question {
	font-weight: bold;
	display: block;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #C2B59B;
	font-size: 10px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 5px;
	margin-left: 15px;
	margin-right: 150px;
}
.tableprices {
	margin-left: 15px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #C2B59B;
	padding-top: 10px;
	margin-right: 125px;
}
#top_content {
	margin-left: 15px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #C2B59B;
	margin-right: 125px;
}
.item_wrapper {
	cursor:pointer;
	float:left;
	margin-bottom:20px;
	text-align:center;
	width:50%;
}
.thumb_container {
	background:#ffffff;
	border:1px #777777 solid;
	height:150px;
	width:200px;
}
.space {
	float:left;
	height:40px;
	width:400px;
}
#bottom_content {
	clear:both;
	width:100%;
}
.wrapper {
    width:98%;
}
#left_container, .left_container {
    float:left;
    width:49%;
}
#right_container, .right_container {
    float:left;
    width:50%;
}
#bottom_container, .bottom_container 
{
    float:left;
    width:100%;
}
.p_detail {
    font-size:10px;
    font-style:italic;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B23427;
	margin:0;
}
.noleft { margin-left:-10px; }
.aspddl {
    width:125px;
}
.aspddl_small {
    width:75px;
}
.aspddl_med {
    width:90px;
}
.asptable_mainrow {
    background:#eeeeee;
    border-bottom:solid 1px #bbbbbb;
}
.asptable_altrow {
    background:#dddddd;
    border-bottom:solid 1px #bbbbbb;
}

#tab_container {
    float:left;
    height:24px;
    width:500px;
}

#tab_container .tab {
    cursor:pointer;
    float:left;
    height:24px;
    margin-left:-20px;
    position:relative;
    width:182px;
}

#basic_design { background:url(images/basic.png) no-repeat right; }
.basic_design_w { background:url(images/brown_gradient.png) repeat-x;height:500px;padding:0 2% 0 2%;width:96%; }

#custom_design { background:url(images/custom.png) no-repeat right; }
.custom_design_w { background:url(images/blue_gradient.png) repeat-x;height:500px;padding:0 2% 0 2%;width:96%; }

#black_design { background:url(images/black.png) no-repeat right; }
.black_design_w { background:url(images/black_gradient.png) repeat-x;height:500px;padding:0 2% 0 2%;width:96%; }

p.bodycopy_info a.survey-link { color:#0a0a0a;font:normal normal bold 14px/16px Tahoma;float:right;margin:20px 20px 0 0;width:250px; }
a.survey-link:hover { text-decoration:underline; }

