* { margin:0; padding:0 }

body { font:0.9em Arial, Tahoma, Verdana, sans-serif; text-align:center; padding:10px; }
p { margin-bottom:20px; }
ul { margin-left:15px; margin-bottom:20px; }
img { border:0; }

/* global classes */
.center { text-align: center; margin: auto;}

#container {
	width:770px;
	margin:0 auto;
	text-align:left;
	border:1px solid;
}

#logo {
	float:left;
	width:495px;
	height:90px;
	text-align:center;
}

#menu {
	clear:both;
	text-align:center;
	background:url(../images/bg-menu.gif) top center no-repeat;
	border-top:5px solid;
	margin:0;
}
#menu li { display:inline; }
#menu a {
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	height:40px;
	line-height:40px;
	padding:10px 15px 10px 5px;
	background:url(../images/bg-menu-divider.gif) right no-repeat;
}

#tagline {
	float:right;
	width:255px;
	height:90px;
	_position:relative;
	display:table;
}
#tagline h2 {
	font:1.75em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	_position:absolute;
	_top:25%;
	display: table-cell;
	vertical-align: middle;
}

#intro {
	height:200px;
	padding-top:10px;
	background-color:#000000;
	text-align:center;
	overflow:hidden;
}
#intro img { width:770px; }

#subcontainer {
	background:url(../images/bg-content.gif) top center no-repeat;
	padding-top:27px;
}

#content {
	float:right;
	width:519px;
	margin:10px 5px 10px 5px;
	padding:10px;
	border:1px solid;
}
html>body #content {
	width:519px;
	margin:10px;
}
#content h1 {
	font:2.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	margin-bottom:20px;
}

#subcontent {
	float:left;
	width:180px;
	margin-left:2px;
	padding:10px;
	border-left:1px solid;
	border-right:1px solid;
	font-size:0.8em;
}
html>body #subcontent {
	margin-right:3px;
	width:182px;
}
#subcontent h3 {
	font-size:1.2em;
	margin-bottom:20px;
}

#extra1 { }
#extra1 h4 {
	font-size:1.2em;
	margin-bottom:10px;
}

#extra2 {
	clear:both;
	height:50px;
	background:url(../images/bg-menu.gif) top center no-repeat;
	text-align:center;
	line-height:50px;
	border-top:5px solid;
	border-bottom:20px solid;
}
#extra2 p { margin:0; }

#footer { clear:both; text-align:center; font-size:0.8em; padding-top:20px; }

.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 */