/* === ======================================= === */
/* === [ ©2006 Aaron R. Martone ] === */
/* === [ The contents of this file are protected by U.S. intellectual property legislature ] === */
/* === [ The use of this information in an manner other than intended is prohibited by law ] === */
/* === [ Access to and/or use of this file constitutes acceptance to the User Agreement ] === */
/* === [ Found at www.aaronmartone.com ] === */
/* === ======================================= === */

html, body, form {
	height: 100%;
}

body {
	background: url(../images/gui/bg.gif) top left repeat;
	padding: 0;
	margin: 0;
}

p, td {
	color: #FFF;
	text-align: justify;
	font-family: Verdana;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 15px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	word-spacing: normal;
}

li {
	color: #F2BB00;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	word-spacing: normal;
}

img {
	display: block;
	border: 0;
}

#wrapper {
	position: relative;
}

#placeholder {
	width: 700px;
	left: 50%;
	margin-left: -350px;
	position: relative;
	background: url(../images/gui/placeholder_bg.gif) top center repeat-y;
}

#content {
	margin: 15px 41px 25px 25px;
}

#content img.logo {
 margin-left: 48px;
}

#topNavContent a.menu {
	display: block;
	background: url(../images/gui/menu_bg_off.gif) top center repeat-y;
	padding-left: 37px;
}

#topNavContent a.submenu {
	display: block;
	background: url(../images/gui/menu_sub_off.gif) top center repeat-y;
	text-align: center;
	padding: 7px;
	text-decoration: none;
}

#topNavContent a.submenu:hover {
	background: url(../images/gui/menu_sub_on.gif) top center repeat-y;
}

* html #topNavContent a.menu {
	display: block;
	background: url(../images/gui/menu_bg_off.gif) top center repeat-y;
}

#topNavContent a.menu:hover {
	background: url(../images/gui/menu_bg_on.gif) top center repeat-y;
}

#topSpacer, #bottomSpacer {
	height: 40px;
}

#topNav {
	width: 248px;
	float: left;
	position: relative;
}	

#topNavSpacer {
	height: 53px;
}

#topNavContent {
	background: url(../images/gui/nav_bg.gif) top left repeat-y;
	width: 248px;
}

#topContent {
	width: 452px;
	position: relative;
	overflow: hidden;
	float: left;
	min-height: 300px;
	background: url(../images/gui/content_bg.gif) top left repeat-y;
}

#topContentSpacer {
	width: 452px;
	height: 53px;	
}

#bottomContent {
	clear: both;
	width: 700px;
	height: 58px;
}

#bottomNav {
	float: left;
	width: 248px;
	height: 58px;
}

#bottomMain {
	float: left;
	width: 452px;
	height: 58px;
}

p.title, span.title, td.title {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -1px;
	color: #F2BB00;
}

tr.altBG {
	background-color: #1A3E1A;
}

td { padding: 7px; }

a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
}

img.alignLeft {
	float: left;
	margin: 0 10px 15px 0;
	clear: left;
	border: 2px solid #F2BB00;
}

img.alignMiddle {
	float: none;
	margin: 0 0 10px 0;
	clear: both;
	border: 2px solid #F2BB00;
}

img.alignRight {
	float: right;
	margin: 0 0 15px 10px;
	clear: right;
	border: 2px solid #F2BB00;
}

img.bordered {
	border: 2px solid #F2BB00;
	margin: 0 0 10px 0;
}

img.hr {
	margin-left: 80px;
	padding: 10px 0;
}

input.txtBox, textarea.txtBox, select {
	width: 90%;
}

p.center {
	text-align: center;
}

p.faqQuestion {
	font-weight: bold;
	font-style: italic;
	color: #BBBBBB;
}

p.test {
	font-style: italic;
}

p.testSig {
	text-align: right;
	color: #DDD;
	font-weight: bold;
}