/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
	margin:0px;
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color: #000000;
}

/*  Heading Formatting */
h1 {
	font-size:1.9em;
	line-height: 1.2em;
	font-weight: 900;
	color: #FFFF00;
}
h2 {
	font-size:1.7em;
	line-height: 1.2em;
	font-weight: 900;
	color: #FFFF00;
}
h3 {
	font-size:1.5em;
	line-height: 1.2em;
	font-weight: 900;
	color: #FFFF00;
}
h4 {
	font-size:1.4em;
	line-height: 1.2em;
	font-weight: 900;
	color: #FFFF00;
}
h5 {
	font-size:1.3em;
	line-height: 1.2em;
	font-weight: 900;
	color: #FFFF00;
}
h6 {
	font-size:1.2em;
	line-height: 1.2em;
	font-weight: 900;
	color: #FFFF00;
}

/*links*/
a:link {
	color: #FFFF00;
}
a:hover {color: #659FDE;}
a:visited {
	color: #FFFF00;
}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

#container {
	width: 923px;
	margin-left: auto;
	margin-right: auto;
}

#searchbox {
	text-align: right;
	position: relative;
	top: 12px;
	padding-right: 20px;
}

#contacts {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00;
	font-size: 18px;
	position: relative;
	padding-right: 40px;
	z-index: 10000;
	top: 133px;
}

#menubox {
	height: 40px;
	background-image: url(../images/menubarbg.gif);
	background-repeat: repeat-y;
	width: 923px;
	position: relative;
	top: 13px;
	z-index: 2;
}

#menubar {
	left: 50px;
	position: relative;
	height: 40px;
	width: 843px;
	text-align: center;
	top: -2px;
}

#topcontent {
	background-image: url(../images/topcontent.gif);
	background-repeat:no-repeat;
	width: 882px;
	height: 100%;
	padding-right: 20px;
}

#content {
	background-image: url(../images/contentbg.gif);
	background-repeat:repeat-y;
	min-height: 345px;
	width: 923px;
	z-index: 2;
	height: 100%;
	left: 0px;
	float: none;
	position: relative;
	top: 0px;
}

#innerboxes {
	width: 873px;
	left: 25px;
	position: relative;
	height: 100%;
}

#innerbox1 {
	background-image: url(../images/innerbox.png);
	width: 268px;
	height: 345px;
	position: relative;
	float: left;
	padding-left: 15px;
	z-index: 6;
}

#innerboxcontent {
	width: 250px;
	z-index: 7;
	padding-top: 15px;
	height: 230px;
}

#innerbox2 {
	background-image: url(../images/innerbox.png);
	width: 268px;
	height: 345px;
	left: 12px;
	position: relative;
	clear: none;
	float: left;
	padding-left: 15px;
	z-index: 6;
}

#innerbox3 {
	background-image: url(../images/innerbox.png);
	width: 268px;
	height: 345px;
	position: relative;
	clear: right;
	float: right;
	padding-left: 15px;
	z-index: 6;
}

#componentcontent {
	width: 843px;
	padding-left: 40px;
	overflow: hidden;
	position: relative;
	float: left;
	padding-right: 40px;
	background-image: url(../images/contentbg.gif);
	top: -165px;
}

#legalwrapper {
	position: relative;
	padding-left: 40px;
	padding-right: 46px;
	width: 840px;
	text-align: center;
	top: -80px;
	left: 0px;
	float: left;
}

#innerboxlgetop {
	position: relative;
	width: 877px;
	height: 25px;
	background-image: url(../images/innerboxlgetop.png);
	background-repeat: no-repeat;
}

#innerboxlge {
	position: relative;
	width: 877px;
	background-image: url(../images/innerboxlge.png);
	background-repeat: repeat-y;
	z-index: 9999;
	top: -22px;
}

#innerboxlgefoot {
	position: relative;
	width: 877px;
	height: 163px;
	background-image: url(../images/innerboxlgefoot.png);
	background-repeat: no-repeat;
	top: -40px;
	z-index: 4;
	clear: both;
}

#innerboxlgecontent {
	position: relative;
	width: 830px;
	z-index: 7;
	padding-left: 25px;
	padding-right: 15px;
}
