﻿body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family:Arial;
}

/*a:hover {
	color:#fff;
	text-decoration:none;
}
*/
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}

/* Header styles */
#header 
{
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
	vertical-align:bottom;
	margin:0px;
	padding:0px;
	height:90px;
}

/* Right and Left Header Columns */
#header .leftHeader
{
	float:left;
	margin: 0px;
	padding:0px;
	height:90px;
}

#header .rightHeader
{
	
	float:right;
	margin: 0px;
	height:90px;
	width:431px;
	padding:0px;
	border:none;
}

#header img
{
	/*margin: 10px 0px 0px 0px;	*/
}

/* Footer styles */
#footer {
	clear:both;
	position:relative;
	overflow:hidden;
	width:780px;
	height:31px;
	text-align:center;
	font-size:.9em;	
	background-image: url('/images/ModernBlue/footer2.jpg');
	color: #fff;	
	/*border-top:1px solid #000;*/
	
}
#footer p {	
	padding-top:10px;
	margin:0;
}


#footer img
{
	margin: 0;
}

#footerLinks
{
	text-align:center;
}

#footerLinks a
{
	font-size: .9em;
	font-weight: lighter;
}

.container
{
	position:relative;
	clear:both;
	overflow:hidden;
	/*width: 90%; */
	width: 780px;
	background-color: #fff;
	margin: 10px auto 10px auto;
}

.body
{
	position:relative;
	clear:both;
	overflow:hidden;
	/*width: 90%; */
	width: 780px;
	min-height:441px;
	height:100%;
	margin:0px;
	padding:0px;
	background-color: #fff;
	background-image: url('/images/ModernBlue/contentBack3.jpg');
	background-repeat:repeat-y;
}

#main
{
	position:relative;
	float:right;
	width:631px;
	overflow:hidden;
	height:100%;
	/*min-height:470px;*/
	margin:0px;
	padding:0px;
	/*background-image: url('/images/contentBack.jpg');
	background-repeat:repeat-y; */
}

#main .content
{
	position:relative;
	width: 560px;
	height:100%;
	margin-left: 15px;	
	z-index:1;
}

#main .leftNav
{
	float:left;
	background: #01458C;	
}

.rightDiv
{
	clear:both;
	float:right;
	background-color: #D7E0E9;
	width: 81px;
}

#headerGraphic
{
	float:right;
	margin:0px;
	padding: 0px;
	border:0px;
	height:110px;
	width:631px;
}


img
{
	padding: 0em;
	border: 0em;
	margin: 0em;	
}

#divBackground
{
	width:100%;
	height:100%;
	z-index:-1;
}

#imgBackground
{
	width:100%;
	height:100%;
}

.inputContainer
{
	text-align:center;
	position:relative;
	overflow:hidden;
	clear:both;
	/*border:solid 1px Black;*/
	width: 350px;	
	margin:10px 0px 10px 0px;
}

.inputContainer .heading
{
	background: #01458C;
	color: White;
	width: 100%;
	font-weight:bold;
	/*padding:2px;*/
	margin-bottom: 10px;
}

.inputRow
{
	position:relative;
	overflow:hidden;
	clear:both;
	vertical-align:bottom;
	width: 100%;	
	/*padding: 5px;*/
	/*padding-right: 10px;*/
}

.inputRow .labelDiv
{
	float:left;
	/*padding:2px;*/
	width:150px;
	text-align:left;	
}

.inputRow .fieldDiv
{
	float:right;
	text-align:left;
	width: 150px;
	white-space:nowrap;
	margin-right: 10px;	
}
.textAreaDiv
{
	position:relative;
	text-align:left;
	width:100%;
}

.textAreaDiv textarea
{
	height:80px;
	position:relative;
	width:299px;
}

.updateProgress 
{
    /*background-color:yellow; */
    border: solid 1px #01458C;
    background: #fff;
    position:absolute;   
    width:130px; 
    height:50px;    
}
.updateProgressMessage 
{
    margin:3px; 
    font-family:Trebuchet MS; 
    font-size:small; 
    vertical-align: middle;
}
.background 
{
    background-color:gray; 
    filter:alpha(opacity=10); 
    opacity:0.1;
    z-index:1000;

}        

.errorMessage
{
	color:Red;	
}

.informationMessage
{
	color:#01458c;
}

.messageDiv
{
	text-align:left;
}

.leftDiv
{
	text-align:left
}

a
{
	text-decoration: none;
	color:#01458c;
}

a:hover
{
	text-decoration:underline;
	color:#01458c;

}

blockquote a
{
	text-decoration: underline;
}

.contentContainer ul
{
	list-style-type:square;
}

.collapsePanel 
{	
	background-color:white;
	overflow:hidden;
	height:0px;
}

.collapsePanelHeader
{
	width:100%;
	height:30px;
	font-weight:bold;
	padding:5px;
	cursor:pointer;
}

.collapsePanel ul
{
	margin-top:5px;
}

ul li
{
	list-style-image: url('../../images/subtleBullet.png');	
}

ul ul li
{
	list-style-image: url('../../images/targetblue.png');
	list-style-type: disc;
}

.required
{
	color: #FF0000;
}