* { margin:0; padding:0 }

body { font:0.8em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif; background:#78d2e6 url(../images/bg-blue.gif) top center repeat-x; color:#666666; text-align:center; }
h1 { font:2.0em "Times New Roman"; color:#FF9846; margin-bottom:25px; }
h1 a { color:#FF9846; }
h2 { font:1.8em "Times New Roman"; color:#e3aab8; }
h3 { font:1.6em "Times New Roman"; color:#FF9846; margin-bottom:25px; }
h4 { font:1.4em "Times New Roman"; color:#FF9846; margin-bottom:25px; }
p { margin-bottom:20px; }
ul { margin-left:15px; }
img { border:0; }
a { color:#336699; }

#container { width:810px; margin:0 auto; padding-right:150px; text-align:left; }
#header { width:810px; height:200px; background:url(../images/bg-header.png) top left no-repeat; }
#logo {
	float:left;
	width:200px;
	height:79px;
	margin-top: 60px;
	margin-left: 10px;
}
#tagline { float:left; width:480px; height:200px; text-align:right; }
	#tagline h2 { color:#d84278; font-family:"Times New Roman"; font-size:1.6em; padding-top:80px; }	
.menu { clear:both; margin:0; padding-left:10px; width:685px; background:#e3aab8; border-left:5px solid #FF9846; }
	.menu li { float:left; list-style:none; padding:5px; font-size:0.9em; }
	.menu a { color:#ffffff; text-decoration:none; font-weight:bold; padding:5px; }
	.menu a:hover { color:#e3aab8; background:#f7f7f7; text-decoration:underline; }
#content { width:700px; background:#FFFFF1; z-index:100; }
	#main { float:left; width:430px; padding:50px 30px 50px 30px; background:transparent url(../images/bg-main-top.gif) top left no-repeat; border-left:5px solid #FFD2C4; }
	#sidebar { margin-left:495px; padding:60px 20px 50px 20px; border-left:1px dotted #FFD2C4; }
	#extra1 { float:left; width:600px; padding:0 30px 0 30px; border-left:5px solid #FFD2C4;}
	#extra2 { clear:both; width:700px; height:20px; margin-left:1px; background:#73cee0 url(../images/bg-main-bottom.gif) bottom center no-repeat; }
	html>body #extra2 { margin:0; }
#footer { width:700px; margin-top:20px; font-size:0.7em; color:#ffffff; text-align:center; }
	#footer p { margin-bottom:5px; }
	#footer a { color:#336699; }

.textrow { margin-bottom:20px; }
.hide { display:none; }
.clear { clear:both; height:0px; line-height:1px; font-size:1px; }
.floatleft { float:left; vertical-align:top; }
	.floatleft img { margin-right:10px; }
.floatright { float:right; vertical-align:top; }
	.floatright img { margin-left:10px; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
