
html
{
	height:100%;
	overflow-y:hidden;
}

body
{
	height:100%;
	font-size:100%;
	background-color:#e2e2e2;
}

#page
{
	width:960px;
	height:100%;
	margin:0 auto;
	overflow-y:auto;
	overflow-x:hidden;
}






#nav
{
	height:50px;
	background-color:#000;
}

#nav ul
{
	float:left;
}

#nav ul li
{
	height:100%;
	float:left;
}
 
#nav ul li a
{
	display:block;
	padding:0 0.6em;
	color:#fff;
	font-size:75%;
	line-height:50px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}




#top
{
	overflow:hidden;
	height:120px;
	background-color:#0000ff;
}

#top .logo
{
	height:120px;
	float:left;
	overflow:hidden;
}

#top .buttons
{
	height:120px;
	float:right;
}

#top .buttons ul
{
	float:right;
	position:relative;
	top:40px;
}

#top .buttons ul li
{
	float:left;
}

#top .buttons ul li a
{
	line-height:40px;
	display:inline;
	padding:1em;
	margin-right:1em;
	color:#fff;
	font-weight:bold;
	font-size:90%;
	text-decoration:none;
	text-transform:uppercase;
	background-color:#000;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border:3px solid #fff;
}


#contact{
	padding:5em 0;
}

#contact:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}

#contact .address{
	width:300px;
	float:left;
	margin-left: 1em;
}

#contact .address h1{
	font-weight:bold;
}


.row
{
	width:960px;
	overflow:hidden;
}

.row .row_holder
{
	overflow:hidden;
}

.row .row_holder .box_set
{
	width:100%;
	padding:10px;
	padding-left:0;
}

.row .row_holder .box_set .box
{
	float:left;
	padding:10px;
	margin-left:10px;
}

.row .row_holder .box_set .box h1
{
	font-weight:bold;
	line-height:50px;
	text-transform:uppercase;
}

.row .row_holder .box_set .box ul
{
	
}

.row .row_holder .box_set .box ul li
{
	line-height:24px;
	list-style-type:disc;
	list-style-position:inside;
}

.row .row_holder .box_set .box p
{
	line-height:24px;
}

#login_form
{
	width:300px;
	margin:auto;
	margin-top:10em;
	margin-bottom:5em;
}

#login_form #login_log
{
	width:100%;
	line-height:50px;
	text-transform:uppercase;
	text-align:right;
	font-size:80%;
}

#login_form form
{
	
}



#login_form form fieldset
{
	
}

#login_form form fieldset label
{
	display:block;
	clear:both;
	line-height:30px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:70%;
}

#login_form form fieldset label input
{
	float:right;
	width:160px;
	height:20px;
	padding-top:4px;
	text-align:center;
	font-size:120%;
}

#login_form form fieldset #submit_button
{
	float:right;
	margin:1em 0;
	padding:0 1em;
	text-transform:uppercase;
	font-weight:bold;
	font-size:70%;
}

#faq{
	margin:1em;
}

#faq h3{
	font-weight:bold;
}

#faq p{
	line-height:24px;
	margin-bottom:1em;
}

#about{
	margin:1em;
}

#about h1{
	font-weight:bold;
	margin-bottom:1em;
}

#about h3{
	
}


#about p{
	line-height:24px;
	margin-bottom:1em;
}

#about ol{
	
}

#about ol li{
	line-height:24px;
	list-style-position:inside;
	list-style-type:decimal;
}

#foot{
	height:100px;
	-moz-border-radius-bottomLeft:1em;
	-moz-border-radius-bottomRight:1em;
	-webkit-border-bottom-left-radius:1em;
	-webkit-border-bottom-right-radius:1em;
}

#foot  .contact{
	width:100%;
	height:40px;
	position:relative;
	top:1.5em;
}

#foot  .contact label{
	float:right;
	color:#fff;
	line-height:40px;
	margin-right:1em;
	padding:0 1em;
	background-color:#000;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border:3px solid #fff;
}

#foot  .contact label em{
	font-weight:bold;
}
