/* begin overall style */
body
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-position: 0 -55px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: url('../images/Capture.JPG');
	color: white;
	font-size: 10pt;
}

.center
{
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}

#header
{
	margin: 0;
	padding: 0;
	height: 220px;
}

#logo
{
	padding: 20px 0 20px 10px;
	font-size: 200%;
}
#loginBox
{
	float: right;
	width: 230px;
	height: 90px;
	position: relative;
	left: 110px;
	top: 88px;
	padding: 0;
	margin: 0;
	color: #244946;
}
#loginBox h4
{
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	text-transform: uppercase;
	float: right;
	color: #244946;	
}
#loginBox input
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 2px;
	padding: 0px;
	float: right;
	position: relative;
	bottom: 23px;
}
#loginBox p
{
	top: 4px;
	position: relative;
	margin-top: 1px;
	margin-bottom: 8px;
}
#homelink
{
	margin-top: 20px;
	float:right;
	width: 125px;
	height: 100px;
}

#mainmenu
{
	position: absolute;
	top: 185px;
	width: 100%;
	background-color: rgb(56, 114, 108);
}

#mainmenu ul
{
	float: right;
	padding: 5px;
	margin: 0;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bolder;
	font-size: 0.95em;
	margin-left: 45px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #ebe028;
	text-decoration: none;
}

#mainmenu ul li a:hover, #mainmenu ul li a.active
{
	color: white;
}

#titlebar
{
	bottom: 26px;
	position: relative;
	height: 25px;
	font-size: 11pt;
}

#titlebar h3
{
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 40px;
	margin-top: 0px;
	font-size: 0.9em;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-top: 4px;
	background-color: rgb(93, 144, 138);
	color: rgb(214, 204, 38);
	text-transform: uppercase;
	font-weight: bolder;
	display: inline;
}

#titlebar a
{
	font-size: 0.85em;
	margin-right: 5px;
	margin-left: 5px;
}

#content
{
	color: white;
	background-color: #38726c;
    position: relative;
	width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 30px;
}

#footer
{
	background-image: url('../images/Capture.JPG');
	background-repeat: no-repeat;
	height: 30px;
	padding: 15px;
	font-size: 0.8em;
	/*text-align: center;*/
	border-top: 1px solid #EEE;
	color: #000000;
}

#footer img 
{
	border-style: none;
}

#footerLeftText
{
	float:left;
	width:50px;
	margin-top: 16px;
}

#copyright
{
	float: right;
	width: auto;
	color: rgb(56, 114, 108);
	margin-bottom: 10px;
}
#copyright a
{
	color: white;
}
#copyright a:hover
{
	
	text-decoration: underline;
	
}
/* end of overall style */

.actionBar
{
	margin: 10px;
}

div.item
{
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}

.yellowBorder
{	
	border-color: rgb(216, 194, 32);	
	border-width: 3px;
	border-style: solid;
}

.rightFloat
{
	margin-bottom: 15px;
	margin-left: 30px;	
	float:right;
}

h1
{
	font-size: 1.3em;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #ebe028;
}

h4
{
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	padding: 0px;
	font-size: 14px;
	color: #ebe028;
}

h2
{
	padding: 0px;
	margin: 0px;
	color: #ebe028;
}

#faq h3
{
	font-size: 14px;
	text-decoration: underline;
	color: white;
}

#faq p
{
	margin-left: 0px;
	margin-bottom: 25px;
	margin-right: 0px;
	margin-top: 3px;
	padding: 0px;
}

#faq ol li
{
	margin-bottom: 10px;
}
a
{
	text-decoration: none;
	color: #d6cb26;
}

a:hover
{
	color: #eee663;
}

li
{

	margin-left: 0px;

	list-style-position: outside;

}

ul
{
	padding-left: 15px;
	margin-left: 0px;
}

#inputBlock
{
	width: 620px;
}

#inputBlock input
{
	height: 15px;
	border-color: #fff530;
	border-width: 1px;
	border-style: solid;
	top: 10px;
	position: relative;
	width: 400px;
	float: right;
}

#inputBlock textarea
{
	height: 55px;
	border-color: #fff530;
	border-width: 1px;
	border-style: solid;
	top: 10px;
	position: relative;
	width: 400px;
	float: right;
}
#inputBlock .checkBox
{
	float: left;
	width: 30px;
	position: inline;
	bottom: 20px;
}
#inputBlock .checkBoxLabel
{
	margin-left: 30px;
	position: relative;
	top: 16px;
}
#inputBlock .checkBoxDiv
{
	position: relative;
	bottom: 15px;
}
