/* body, html - Sets type size, font, line-height */

body, html
{
	color: #333333;
	font-size: 13px;
	font-family: "Georgia","Times New Roman",Times,serif;
	line-height: 15px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	}

.style1 
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	color: #333333;
	}

.stylecred 
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
	color: #CCCCCC;
	}
	
.twelvetext 
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	line-height: 32px;
	color: #FFFFFF;
	}

.mani
{
	color: #FFFFFF;
	font-size: 15px;
	font-family: "Georgia","Times New Roman",Times,serif;
	line-height: 18px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	}


/* Pagewidth is the translucent white square */
#infobox
{
	width: 460px;
	height: 280px;
	position: absolute;
	top: 350px;
	left: 50px;
	padding: 15px 20px 15px 15px;
	background-color:#FFFF99;
	opacity: 0.9;
}

#infobox_wide
{
	width: 700px;
	height: 325px;
	position: absolute;
	top: 300px;
	left: 50px;
	padding: 15px 15px 15px 15px;
	background-color:#FFFF99;
	opacity: 0.9;
}


#infobox_alt
{
	width: 370px;
	height: 370px;
	color: #666666;
	position: absolute;
	top: 30px;
	left: 30px;
	padding: 20px 20px 20px 20px; 
	background-color:#ffffff;
	opacity: 0.9;
}

#topbox
{
	width: 481px;
	height: 12px;
	position: absolute;
	top: 0px;
	left: 50px;
	padding: 12px 7px 7px 7px;
	background-color:#FFFF99;
	opacity: 0.9;
}

#title 
{
	position:absolute;
	left:65px;
	top:600px;
	width:220px;
	height:57px;
	z-index:1;
}

#stevec 
{
	position:absolute;
	left:305px;
	top:600px;
	width:220px;
	height:57px;
	z-index:2;
}

#menuback
{
	width: 148px;
	height: 16px;
	position: absolute;
	top: 300px;
	left: 65px;
	padding: 7px 7px 7px 7px;
	background-color:#FFFF99;
	opacity: 0.9;
}
#menuback2
{
	width: 135px;
	height: 16px;
	position: absolute;
	top: 300px;
	left: 65px;
	padding: 7px 7px 7px 7px;
	background-color:#FFFF99;
	opacity: 0.8;
}

#longmenu
{
	width: 975px;
	height: 16px;
	position: absolute;
	top: 300px;
	left: 65px;
	padding: 7px 7px 7px 7px;
	background-color:#FFFFCC;
	opacity: 0.9;
}


/* apDiv2apDiv2 contains contact information */
#leftcol
	{
	width:220px;
	height: 210px;
	float:left;
	display:inline;
	position:relative;
	margin: 0px 0px 0px 0px;
	color: #333333;
	}

#leftcol_ext
	{
	width:460px;
	height: 265px;
	float:left;
	display:inline;
	position: relative;
	margin: 0px 0px 0px 0px;
	color: #333333;
	}

#rightcol
	{
	width:220px;
	height: 210px;
	float: right;
	display:inline;
	position: relative;
	margin: 0px 0px 0px 0px;
	}

#botcol
	{
	width:350px;
	height: 60px;
	float:left;
	display:inline;
	position:relative;
	margin: 0px 0px 0px 0px;
	color: #333333;
	}
	
#credit 
	{
	position:absolute;
	left:65px;
	top:670px;
	width:220px;
	height:22px;
	z-index:3;
}

#manifesto 
	{
	position:absolute;
	left:65px;
	top:370px;
	width:470px;
	height:210px;
	z-index:1;
}

#twelve 
	{
	position:absolute;
	left:65px;
	top:65px;
	width:350px;
	height:150px;
	z-index:1;
}

#twelveblack 
	{
	position:absolute;
	left:65px;
	top:65px;
	width:350px;
	height:150px;
	z-index:1;
	color: #000000;
}



/* hiddenpic is for preloading images */
.hiddenpic{display:none;}

h3{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

h4{
color: #333333;
padding: 0px 0px 0px 0px;
margin: 4px 0px 12px 0px;
}

textarea{
margin: 5px 0px 0px 0px;
overflow: hidden;
}
	
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */ 

a:link {color: #666; text-decoration: none;}
a:visited {color: #666; text-decoration: none;}
a:hover {color: #999; text-decoration: none;}
a:active {color: #999; text-decoration: none;}

#leftcol a:link {color: #333; text-decoration: none;}
#leftcol a:visited {color: #333; text-decoration: none;}
#leftcol a:hover {color: #999; text-decoration: none;}
#leftcol a:active {color: #999; text-decoration: none;}

a.black:link {color: #000; text-decoration: none;}
a.black:visited {color: #000; text-decoration: none;}
a.black:hover {color: #999; text-decoration: none;}
a.black:active {color: #999; text-decoration: none;}
.red_text a:link {color: #FF0000;}
.red_text a:visited {color: #FF0000;}
.red_text a:hover {color: #999; text-decoration: none;}
.red_text a:active {color: #999; text-decoration: none;}
