@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #EFEFEF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-color: #252525;
	background-image: url(../images/bgMain.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
h1, h1 a:link, h1 a:visited, h1 a:hover {
	font-size: 18px;
	color: #FE9900;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}
.tdMainContent {
	padding-right: 14px;
	padding-left: 14px;
}
a:link {
	color: #ACACAC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ACACAC;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	color: #fc9225;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #fc9225;
}
.menuItem {
	line-height: 18px;
	height: 18px;
	padding-left: 6px;
}
.menuItem a:link {
	color: #333333;
	text-decoration: underline;
}
.menuItem a:visited {
	color: #333333;
	text-decoration: underline;
}
.menuItem a:hover {
	color: #333333;
	text-decoration: underline;
}
.menuItem a:active {
	color: #333333;
	text-decoration: underline;
}
#bannerTop {
	line-height: 110px;
	background-image: url(../images/bannerTop.jpg);
	height: 110px;
	text-align: right;
	padding-right: 10px;
	background-repeat: no-repeat;
}
#mainContent {
	padding-top: 10px;
	padding-bottom: 10px;
}


#navbar {
	height: 50px;
	width: 902px;
}
#footer {
	background-color: #0D0D0D;
	margin: 0px;
	padding: 0px;
}
#footerCopyright {
	font-size: 11px;
	color: #CCCCCC;
	text-align: right;
}
#footerOuter {
	background-image: url(../images/bgFooter.gif);
	height: 110px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 9px;
	color: #333333;
}
#subFooter {
	background-color: #555555;
	padding: 10px;
	color: #000000;
	font-size: 9px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#subFooter a:link, #subFooter a:visited, #subFooter a:active {
	color: #efefef;
	text-decoration: none;
}
#subFooter a:hover {
	color: #333333;
	text-decoration: underline;
}
.bgMenuLeft {
	background-image: url(../images/bgMenuLeft.gif);
	background-repeat: repeat-y;
	width: 15px;
}
.bgMenuRight {
	background-image: url(../images/bgMenuRight.gif);
	background-repeat: repeat-y;
	width: 15px;
}
.bgMenuTop {
	background-position: top;
	height: 14px;
	background-repeat: repeat-x;
}
.bgMenuBtm {
	background-repeat: repeat-x;
	height: 15px;
}
#menu a:link, #menu a:visited {
	color: #FF9900;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 2px;
}
#menu a:active, #menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 2px;
}
form {
	margin: 0px;
	padding: 0px;
	display:inline;
}
#ipad {
	color: #333;
	padding: 0px;
	height: 100%;
	width: 100%;
	margin: 0px;
}
.ipad-btn-register {
	background-color: #383838;
	color: #FF7E28;
	border: 2px solid #777;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}
#ipad h1 {
	text-align: center;
}
