/* START MAIN SITE INFO */
html
{
	margin: 0px;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	background: url("../img/background.jpg") repeat top left;
}
body 
{
	min-height: 100%;
	width: 1100px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: url("../img/main_bg.jpg") repeat-y top left;
	padding: 0 0 0 109px;
	margin: 0;
}
/* END MAIN SITE INFO */

/* START MAIN SITE ELEMENTS */
#header
{
	position: absolute;
	width: 991px;
	height: 250px;
	padding: 0 0 0 109px;
	z-index: 1;
	background: url("../img/aheader_bg.jpg") no-repeat top left;
	top: 0;
	left: 0;
}
#menubar
{
	position: relative;
	z-index: 3;
	width: 780px;
	top: 146px;
	height: 25px;
	background-color: #04070A;
	border-bottom: solid 2px #ADDA25;
}
#contentwrap
{
	position: relative;
	z-index: 2;
	overflow: visible;
	padding: 156px 0px 20px 140px;
	width: 494px;
}
#submenu
{
	position: absolute;
	z-index: 4;
	top: 173px;
	padding: 10px 0px 0px 20px;
	width: 100px;
}
#extra
{
	position: absolute;
	z-index: 5;
	left: 764px;
	top: 173px;
	padding-top: 0px;
	width: 125px;
}
/* END MAIN SITE ELEMENTS

/* START MAIN LIST ITEMS */
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	margin: 0px;
	padding: 0px;
}
/* END MAIN LIST ITEMS */

/* START MAIN NAVIGATION */
#navigation 
{
	margin: 0px 0px 0px 20px;
	padding: 0px;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ADDA25;
}
#navigation ul 
{
	text-transform: uppercase;
	list-style: none;
	margin: 0px;
	float: left;
}
#navigation li 
{
	text-transform: uppercase;
	list-style: none;
	margin-right: 20px;
	float: left;
}
#navigation a
{
	color: #ADDA25;
	text-decoration: none;
}
#navigation .navbuttons a
{
	color: #ADDA25;
	text-decoration: none;
	background-color: #04070A;
	border: solid 1px #04070A;
	padding: 2px 5px 3px 5px;
}
#navigation .navbuttons a:hover
{
	color: #000;
	text-decoration: none;
	background-color: #ADDA25;
	border: solid 1px #FFF;
	padding: 2px 5px 3px 5px;
}
#navigationtext
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4E4E4;
	float: right;
	line-height: 24px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
/* END MAIN NAVIGATION */

/* START SUB NAVIGATION */
#subnavigation 
{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #20405B;
}
#subnavigation ul 
{
	list-style: none;
	margin: 0px;
}
#subnavigation li 
{
	list-style: none;
	/*margin-left: 30px;*/
}
#subnavigation a
{
	color: #20405B;
	text-decoration: none;
}
#subnavigation .subnavbuttons a
{
	color: #20405B;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	width: 100px;
	border-bottom: solid 1px #E4E4E4;
}
#subnavigation .subnavbuttons a:hover
{
	color: #20405B;
	text-decoration: none;
}
/* END SUB NAVIGATION */

/* START STYLE ELEMENTS */
#submenu h1
{
	color: #E4E4E4;
}
#submenu .subnavbullets
{
	padding: 0px 10px 0px 0px;
	color: #ADDA25;
}
a
{
	color: #333333;
	text-decoration: none;
}
h1
{
	font-weight: normal;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 100%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #ADDA25;
}
h2
{
	font-weight: normal;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 100%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CDE97A;
	text-indent: 100px;
}
h3
{
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #52BECA;
	line-height: 16px;
	text-decoration: none;
}
#content p
{
	padding: 0px;
	margin: 13px 0px 0px 0px;
}
/* END STYLE NAVIGATION */

.portf_item
{
	margin-top: 30px;
	height: 100px;
}
.portf_thumb
{
	float: left;
	width: 100px;
	padding-right: 10px;
}
.portf_content
{
	float: left;
	width: 382px;
}

.inputtext
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFF;
	height: 15px;
	width: 198px;
	border: solid 1px #52BECA;
	padding-left: 2px;
}
.textarea
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFF;
	height: 100px;
	width: 298px;
	border: solid 1px #52BECA;
	padding-left: 2px;
}
.inputbuttons
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #BBE6EA;
	height: 20px;
	width: 75px;
	border: solid 1px #52BECA;
	margin: 0px;
	padding: 0px;
}
