/*
Based on: The Layout Reservoir 
http://www.bluerobot.com/web/layouts/ 
*/

body 
{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #0D095E;
	text-align: left;
}
p
{
	margin:0px 0px 16px 0px;
}
#Frame
{
	width: 714px;
	margin:0px auto;
	text-align:left;
}


#Header
{
	padding: 0px 0px 0px 10px;
	/*border: solid 1px black;*/
	/* Tantek Celik - Box Model Hack */
	height: 59px;  /* ie5 - h30px + p20px + b2px = 52px */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 145px;
	text-align: left;
	width:144px;
	float:left;	
}
.HeaderMenu
{
	float:right; 
	width:560px;
	padding-top:50px;
}
/* Tantek Celik - Be Kind to Opera Rule */
body>#Header 
{
	height: 37px;
}

#SubHeader 
{
	text-align: right;
	padding: 0px 0px 0px 0px;
	/*border: solid 1px black;*/
	height: 274px;  
}


#ContentColumn 
{	
	text-align: center;
	/*border: solid 1px black;*/
	padding: 20px 0px 0px 0px;
}

#MenuColumn, #AdColumn
{
	display: none;

}

#Footer
{
	clear: both;
	text-align: center;
	padding: 40px 0px 0px 0px;
	/*border: 1px solid black;*/
}

.leadingText
{
	text-align: left;
	display: block;
	width: 622px;
	color: #0D095E;
	padding: 15px 15px 15px 15px;
	border: solid 1px #FE8A20;
}

.leadingTextBig
{
	font-size: 15px;
	font-weight:bold;
	color: #FE8A20;
}

A:link
{
	color: #336699;
	text-decoration:none;
	font-weight: bold;
}

A:visited
{
	color: #336699;
	text-decoration:none;
	font-weight: bold;
}

A:active
{
	color: #336699;
	text-decoration:none;
	font-weight: bold;
}
A:hover
{
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
}

#PrinterHeader, #PrinterFooter  
{
	display: none;
}

/*Image timer display*/
/*--------------------------------------------------------------*/

#HomeAnim
{
	float: right;
	width: 300px;	
	margin-left: 10px;
	margin-bottom: 10px;
}

#MainImage, #MainImage1, #MainImage2, #MainImage3, #MainImage4, #MainImage5
{
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#ImageButtons, #ImageButtons1, #ImageButtons2, #ImageButtons3, #ImageButtons4, #ImageButtons5
{
	margin: 0px 0px 0px 6px;
	width: 300px;
	height: 26px;
}
/*--------------------------------------------------------------*/
/*------------- Image Timer Display ends here --------------*/

/* request call / video styles */
.span
{
	width:500px;
	display:block;
}
.label
{
	padding-right:5px;
	width:100px;
	display:block;
	float:left;
}
.textBox
{
	width:200px;
}
.btnSubmit
{
	float:right;
}
.validate
{
	margin-top:5px;
	margin-bottom:5px;
	background-color:#EFEAE5;
	border:1px solid #C6C3C1;
	padding:5px;
	color:red;
	display:block;
}
/* end request call / video styles */

/* summary grid */
.gridHeader
{
	font-size: 1.2em;
	color: #0063C3;
	width:700px;
	text-align:left;
	padding:2px;
	height:15px;
}	
.gridRow1
{
	width:700px;
	background-color: #EFEAE5;
	text-align:left;
	padding:2px;
	height:15px;
}
.gridRow2
{
	width:700px;
	background-color: #FFFFFF;
	text-align:left;
	padding:2px;
	height:15px;
}
.gridRow
{	
	width:180px;
	display:block;
	float:left;
	color: #0063C3;
}

.gridRowFlag
{	
	width:70px;
	display:block;
	float:left;
	text-align:center;
}

.gridRowLink
{	
	width:30px;
	display:block;
	float:right;
	color: #0063C3;
}

.gridRowLink a:hover
{	
	text-decoration:underline;
}
/* end summary grid */
/* login page */ 
.loginPanel
{
	clear: both;
	width: 350px;
	
	padding: 10px 0px 10px 0px;
}
.loginLabel
{
	padding: 2px 2px 2px 0px;
	
	width: 100px;
	float: left;
	display:block;

}
.loginTextBox
{
	padding: 2px;


	
	width: 220px;
}
/* end login page */ 
#ContentColumn 
{
	margin: 0px 0px 0px 152px;
	border: solid 0px black;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	background-color: #ffffff;
	text-align:left;
}
.userLabel
{
	padding: 2px 2px 2px 0px;
	width: 200px;
	display:block;
	float:left;

}
.pValid
{
	padding:0px;
	margin:2px;
	clear:both;
	float:none;
	
}