/****************************
Copyright ninefootone creative
Design CSS
Coded by Jon Bradley with initial workings by David Turner

NOTE: This code is copyrighted.  No unauthorized use
is allowed.  Don't steal code.  However, please feel free
to look at how we did something then write it yourself.

*****************************/

html { height: 100%; margin-bottom: 1px; }

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
	line-height: 16px;
	color: #999999;
	/*background-color:#FFFFFF;*/
	/*background-image:url(../images/bgndline.gif);*/
	background-color:#FFFFFF;
}

div.explorer  ul li ul{	
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 6px; 
}

/* for Internet Explorer */
/*\*/
* html div.explorer  ul li ul{	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 6px; }
/**/

/* THIS is to hide any text you need hiding */
.hidetext {display:none; overflow: hidden; position: absolute;} 
/* END of text you need hiding */

#main{
	z-index: 1;
	position:absolute;
	width:800px;
	height:530px;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-right: -400px;
	margin-top: -265px;
	margin-bottom: -265px;
}

#content_container{
	height: 530px;
	width: 500px;
	float:left;
}

#page_container{
	height: 460px;
	width: 458px;
	float:left;
	padding:20px;
	text-align:right;
	border-right:1px solid #5692A9;
}

#info_container{
	width:260px;
	height:500px;
	padding:20px;
	float:left;
}

#twitter_div {
	background:#5692A9;
	width:200px;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#fff;
}

#noflash {
	padding:200px 100px 0px 100px;
	text-align:center;
	width:300px;
	height:300px;
	border:1px solid #CCCCCC;
}

#noflashssp {
	padding:0px;
	text-align:center;
	width:498px;
	height:498px;
	border:1px solid #CCCCCC;
}

/****************************
FONT STUFF STARTS HERE
******************************/

h1{ 
	font-size: 36px;
	font-family:Arial, Helvetica, sans-serif;
	color: #5692A9;
	margin: 20px 0px 42px 0px;
	padding: 0px;
}

h2{
	font-size:36px;
	line-height:38px;
	font-family:Arial, Helvetica, sans-serif;
	color: #5692A9;
	margin: 180px 0px 5px 0px;
	padding: 0px;
	font-weight:bold;
}

h3{
	font-size:24px;
	line-height:28px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:normal;
}

.large{ 
	font-size: 14px;
	line-height:20px;
    font-family:Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.blue{ 
	font-size: 9px;
    font-family:Arial, Helvetica, sans-serif;
	color: #5692A9;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

a:link {  color: #5692A9; cursor: hand; font-weight: bold; text-decoration: none}
a:active {  color: #5692A9; cursor: hand; font-weight: bold; text-decoration: none}
a:visited {  color: #5692A9; font-weight: bold; text-decoration: none; cursor: hand}
a:hover {  color: #5692A9; cursor: hand; font-weight: bold; text-decoration: underline}

#twitter_div a:link {  color: #3FCDEB; cursor: hand; font-weight: bold; text-decoration: none}
#twitter_div a:active {  color: #3FCDEB; cursor: hand; font-weight: bold; text-decoration: none}
#twitter_div a:visited {  color: #3FCDEB; font-weight: bold; text-decoration: none; cursor: hand}
#twitter_div a:hover {  color: #3FCDEB; cursor: hand; font-weight: bold; text-decoration: underline}
