@charset "utf-8";


/*  /////////////////// GLOBAL 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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*  /////////////////// END RESET ////////////////////  */


/* FONT STYLES */

h1 { font-size:153.9%; margin-bottom:12px;font-weight:normal;}
h2 { font-size:123.1%; margin-top:10px; font-weight:normal;}
h3 { font-size:108%; margin-top:10px; font-weight:normal;}
h4 { font-size:100%; margin-top:10px; font-weight:normal;}
h5 { font-size:93%; margin-top:10px; font-weight:normal;}
p  { font-size:77%; line-height:135%; margin-bottom:12px; margin-top:6px; color:#444444; font-weight:normal;}

a:link { color:#00aeef; }

strong { font-weight:bold; }
sup { font-size:40%; vertical-align:80%; }
.green { color:#4bb200; font-size:146.5%;font-weight:normal; }

/*  /////////////////// END FONT STYLES ////////////////////  */


body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #eeeeee;
	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: #333333;
	padding-bottom:40px;
}

.mainContainer #container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.mainContainer #header {
	background: #ffffff url(../images/sold-couple.jpg) top right no-repeat; 
	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. */
	height:133px;
}

.mainContainer #header.builder {background: #ffffff url(../images/bg_builder.jpg) top right no-repeat; }
.mainContainer #header.sponsor {background: #ffffff url(../images/bg_sponsor.jpg) top right no-repeat; }
.mainContainer #header.more_info {background: #ffffff url(../images/bg_more_info.jpg) top right no-repeat; }

.mainContainer #header img { float:left;  }
.mainContainer #header h1 {
	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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position:absolute;
	left:-9999px;
	width:9900px;
}
.mainContainer #content {
	padding: 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ebf6fa;
	margin:5px 0 5px 0;
	float:left;
	width:736px;
}

.mainContainer #content ul { list-style-image: url(../images/bullet_blue.gif); list-style-position:outside; margin-bottom:15px; }
.mainContainer #content ul li { font-size: 77%; margin:10px 0 6px 2.6em; padding: 0 0 0 .4em;}

.mainContainer #content #news {
	float:left;
	width:275px;
	background: transparent;
}

.mainContainer #content #news p {
	width:250px;
}

.mainContainer #content #news h1 {
	font-size:116%;
	width:250px;
}

.mainContainer #content #news img {
	margin-top:10px;

}
.mainContainer #content #subContent {
	float:left;
	width:732px;
	background: transparent;
}
.mainContainer #content #subContent h2 {
	margin-bottom:15px;
}
.mainContainer #content h1 {
	color:#00aeef;
	font-size:131%;
}
.mainContainer #sideBar {
	float:right; 
	width:432px; 
	margin:5px 7px 15px 15px;
}


.mainContainer #sideBar #builders {
	clear:both;
	height:175px;
	background-color:#ffffff;
	padding-bottom:5px;
}
.mainContainer #sideBar #builders ul { font-size: 12px; line-height: 17px; color:#555555; margin: 10px 0 0 35px; padding: 7px 15px 5px 10px; list-style-image:url(../images/arrow_right.gif); list-style-position:outside; }
.mainContainer #sideBar #builders ul li { font-size:138.5%; margin:0 0 6px 0; }
.mainContainer #sideBar #builders ul li a { text-decoration:none; }
.mainContainer #sideBar #builders ul li a:hover { text-decoration:none; border-bottom:1px solid #8fdcf9; }
.mainContainer #sideBar #builders ul li a:visited:hover { border-bottom:1px solid #ddb8ff; }


.mainContainer #sideBar #builders h3 {
	background: url(../images/cyan_gradient_bg_lg.jpg) top repeat-x;
	height:60px;
	color:#ffffff;
	font-weight:bold;
	padding:7px 0 0 25px;
	font-size:116%;
	margin-top:0;
}

.mainContainer #sideBar #builders img {
	float:left;
	margin:13px;
}

.mainContainer #sideBar #builders p {
	margin: 10px 25px;
}

.mainContainer #sideBar #photo {
	float:right; 
	width:432px; 
	height:153px;
	margin-bottom:15px;
}

.mainContainer #sideBar #photo img {
	border: 1px solid #cccccc;
}
	
.mainContainer #sideBar p {
	margin:5px 0 0 10px;
}
.mainContainer #footer {
	height:100px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#00aeef;
	clear:both;
}
.mainContainer #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: 20px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:93%;
	color:#eeeeee;
	width:95%;
}

.mainContainer #footer a {
	color:#ffffff;
	text-decoration:none;
}

#navigation {
	padding: 101px 0 0 0;
	width: 650px;
	float:right;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#navigation ul {
	font: bold 11px Arial;
	margin:0;
	margin-right: 18px; 
	padding: 0;
	list-style: none;
}

#navigation li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

#navigation a {
	float: right;
	display: block;
	color: white;
	margin: 0 2px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #777777; 
	border: 2px solid #ffffff;
	border-bottom: 1px solid white;
}

#navigation a:hover {
	background-color: #999999; 
}

#navigation #current a { 
	background-color: #00aeef; 
	border-color: #ffffff; 
	border-bottom:1px solid #00aeef;
}

#navigation-rule {
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #00aeef; 
	float:right;
}

#builderName {
	position:absolute;
	top:9px;
	left:345px;
	width:400px;
	height:30px;
	text-align:right;
}


#builderName h1 {
	text-align:right;
	text-transform:uppercase;
	font-size:108%;
}


/*  LEARN MORE BUTTON */
	
#learn_more	{ height: 99px;width: 243px;margin: 15px 0 0 0;padding: 0;border: 0; }
#learn_more ul#button { height: 99px;width: 243px;background: transparent url(../images/learn_more_button.gif) top left no-repeat;margin: 0;padding: 0;position: relative; }
#learn_more ul#button li { margin: 0;padding: 0;list-style: none;position: absolute;top: 0; }
#learn_more li, ul#button a { height: 99px;display: block; }
#learn_more ul#button li a { text-indent: -9999px;text-decoration: none; }
#es {left: 0; width: 243px;}
#es a:hover {background: transparent url(../images/learn_more_button.gif) 0 -99px no-repeat;}

#learn_more.right	{ float:right; margin: 0 0 10px 25px; }

.clearfloat {clear:both;}