/******		TAGS	*****/
html,body
{
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	background: #f5f5f5;
}

form
{
	width: 100%;
}

form br
{
	/*clear: both; */
}

label, input, select, textarea
{
	float: left;
	display: block;
}

input, textarea
{
	width: 175px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	margin-bottom: 5px;
	border: 1px solid #888;
	background: #eee;
}

input[type="radio"], input[type="checkbox"]
{
	width: 13px;
	padding: 0px;
	height: 13px;
}

input[type='hidden']
{
	display: none;
}

input[type="submit"]
{
	float: left;
	padding: 0px 2px;
	width: 100px;
	margin-left: 95px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #efa01f;
	border: 1px solid #b36813;
	letter-spacing: 1px;
}

label
{
	min-width: 100px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 5px;
	margin-top: 2px;
}

select
{
	border: 1px solid #888;
	width: 160px;
	margin-bottom: 5px;
	background: #eee;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}

table { width: 100%; }

table.bordered
{
	border-top: 1px solid #888;
	border-left: 1px solid #888;
}

table.bordered th, td
{
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	padding: 2px 5px;
}

table.bordered th
{
	font-weight: bold;
	text-align: center;
	background: #00ade8;
	color: #fff;
}


/*****	IDS		*****/

#aboutContainer
{
	padding: 0 10px;
}

#dataContainerLeft
{
	padding: 5px;
	float: left;
	width: 470px;
	border-right: 300px solid #D3FFAF;
	position: relative;
	margin-right: -300px;
	min-height: 81.78%;
	background: #fff;
}

#dataContainerRight
{
	position: relative;
	float: right;
	margin-left: -300px;
	width: 290px;
	padding: 5px;
}

#faqLeftCol {
	width: 40%;
	float: left;
	margin-left: 2em;
}

#faqRightCol {
	width: 50%;
	float: right;
}

#faqAnswers {
	margin-left: 2em;
}

#footer
{
	text-align: center;
	margin: 30px 0 0 0;
	padding-bottom: 25px;
	font: normal 10px/14px Arial, Helvetica, sans-serif;
}

#footer a
{
	color: #000;
	text-decoration: none;
}

#footer a:hover
{
	color: #fff;
	text-decoration: underline;
}

#headerPics
{
	float: right;
	width: 455px;
	height: 100px;
	margin-top: 27px;
}

#headerPicsLeft
{
	float: left;
	width: 200px;
	padding: 40px 0 0 0;
}

#headerPicsRight
{
	float: right;
	width: 250px;
	margin-right: 10px;
}

#leftCol
{
	float: left;
	width: 155px;
	*width: 170px;
	padding-left: 15px;
	background: #fff;
}

#menu
{
	width: 100%;
	height: 23px;
	background: #fff url(../images/menu_bg.gif) repeat-x top left;
	*padding-top: 7px;
}

#newsContainer
{
	padding: 0 10px;
	margin-bottom: 15px;
}

#pageContainer
{
	height: 100%;
	min-height: 100%;
	width: 780px;
	margin: 0 auto;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fff;
}

#pageHeader
{
	width: 100%;
	height: 120px;
	background: #fff url(../images/header_newbg.gif) repeat-x top left;
}

#rightCol
{
	float: left;
	width: 590px;
	padding-top: 10px;
}

/*****	CLASSES *****/

.breadCrumb {
	margin-top: .1em;
	margin-bottom: 2em;
	float: right;
}

.breadCrumb a {
	text-decoration: none;
	color: orange;
}

.faqHeader 
{
	font-weight: bold;
	color: #d06902;
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: .1em;
}

.faqLinks
{
	font-size: 1em;
	color: #000;
}

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

.faqLinks ul li
{
	padding-top: 4px;
}

.faqLinks ul li a
{
	color: #000;
	text-decoration: none;
}

.faqText
{
	
}

.faqText a
{
	color: #d06902;
}

.formError
{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #cc0000;
	margin-bottom: 5px;
	text-align: right;
	margin-right: 269px;
}

.formRequired
{
	color: #ff0000;
	font: bold 12px "Courier New", Courier, monospace;
}

.formRequiredNote
{
	margin-left: 15px;
	margin-top: .25em;
	margin-bottom: .5em;
}

.menuElement
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.menuElement:hover
{
	color: #9F5A09;
}

.tableLightRow {
	background: #fff;
}

.tableDarkRow {
	background: #e4e4e4;
}
