/* .... css reset .... */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* .... end of css reset .... */

img
{
	border: none;
}

a
{
	text-decoration: none;
}

.clearBoth
{
	clear: both;
}

body
{
	font-size: 62.5%;
	font-family: tahoma, helvetica, arial, "lucida grande", sans-serif;
	background-color: #000;
}

#container
{
	width: 900px;
	margin: 0px auto;
}

#header
{
	height: 123px;
	position: relative;
}

#logo
{
	position: absolute;
	top: 30px;
	left: 0px;
}

#mainNav ul
{
	clear: both;
	float: right;
	margin-top: 26px;
	/*top: 59px;
	left: 396px;*/
}

#mainNav li
{
	float: left;
	display: inline;
}

#mainNav li a,
#mainNav img
{
	display: block;
}

/*#mainNav ul
{
	position: absolute;
	top: 59px;
	left: 396px;
}

#mainNav li
{
	float: left;
	display: inline;
}

#mainNav li a
{
	display: block;
}*/

#flashContainer
{
	position: relative;
}

#threeColCont
{
	position: relative;
}

#threeColCont h1 span
{
	visibility: hidden;
}

#threeColCont p
{
	font-family: Arial, Helvetica, sans-serif;
	color: #bfbfbf;
	font-size: 11px;
	padding: 8px 36px 0px 36px;
}

.lrnMore
{
	margin-top: 28px;
	display: block;
	width: 180px;
	margin: 28px auto;
}

#colOne
{
	float: left;
	display: inline;
	width: 296px;
	margin-right: 5px;
	background: #1a1a1a url(../images/boxbg.gif) repeat-x;
}

#colOne h1
{
	width: 296px;
	height: 95px;
	background: url(../images/main_15.gif) no-repeat top;
}

#colTwo
{
	float: left;
	display: inline;
	width: 297px;
	margin-right: 5px;
	background: #1a1a1a url(../images/boxbg.gif) repeat-x;
}

#colTwo h1
{
	width: 297px;
	height: 95px;
	background: url(../images/main_17.gif) no-repeat top;
}

#colThree
{
	float: left;
	display: inline;
	width: 297px;
	background: #1a1a1a url(../images/boxbg.gif) repeat-x;
}

#colThree h1
{
	width: 297px;
	height: 95px;
	background: url(../images/main_19.gif) no-repeat top;
}

#footerTop
{
	width: 900px;
	height: 49px;
	background: url(../images/main_27.gif) no-repeat top;
}

#footerTop p
{
	font-family: Helvetica, Arial, sans-serif;
	color: #696868;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 18px;
}

#footerTop p a
{
	font-size: 12px;
	/*font-weight: bold;*/
	color: #fab02e;
}

#footerBot
{
	width: 900px;
	height: 38px;
	background: url(../images/main_28.gif) no-repeat top;
}

#footerBot ul
{
	padding-top: 12px;
	text-align: center;
}

#footerBot li
{
	display: inline;
	border-right: 1px solid #232323;
	padding-top: 13px;

}

#footerBot li a
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #878787;
	margin: 0px 18px;
}

#footerBot li a:hover
{
	color: #fff;
}

#footerBot li.noBorder
{
	border-right: 0px !important;
}

/*-----Login Form--------*/

#formContainer
{
	margin-top: 10px;
	float: right;
}

#formContainer input
{
	background: #333;
	color: #e5e5e5;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	border: 0px;
	margin-right: 5px;
}

#formContainer input:focus
{
	background: #4c4c4c;
}

#formContainer label
{
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #878787;
	text-transform: uppercase;
	font-size: 10px;
	margin-right: 5px;
	margin-left: 10px;
}

#formContainer .subBttn
{
	padding: 0px;
	position: relative;
	top: 5px;
	margin-right: 0px;
}


