/*******************************************************
 * MidnightBlue_Home.css
 * 
 * (C) 2007 Carsley and Associates
 * ALL RIGHTS RESERVED
 ******************************************************/
#contactBar
{
	min-width: 860px;
	height: 20px;
	min-height: 20px;
	width: 88% !important;
	width: 900px;
	
	margin: 0 auto;
	
	background-color: #EFEFEF;
	border-right: 1px solid	#7E8AA2;
	border-left: 1px solid	#7E8AA2;
}


/* 
 * Defines the main content area with the light grey background
 */
#mainPane
{
	max-width: 1024px;
	min-width: 860px;
	width: 88% !important;
	width: 900px;
	
	margin: 0 auto;
	
	background-color: #EFEFEF;
	border-right: 1px solid	#7E8AA2;
	border-bottom: 1px solid #7E8AA2;
	border-left: 1px solid	#7E8AA2;
	
	text-align: left;
}

#bigPane
{
    max-width: 1024px;
	min-width: 860px;
	width: 88% !important;
	width: 900px;
	
	margin: 0 auto;
}

/* 
 * Defines the 'bar' at the top of the page containing 
 * the logo and main navigation menu
 */
#topBar
{
	width: 100%;
	margin-top: -15px;
	height: 91px;
	background-color: transparent;
	background-image: url('Images/topGradient.gif');
	background-repeat: repeat-x;
	background-position: center;
}

/* 
 * Defines the area in which the main navigation menu 
 * will go
 */
div#topNav
{
	margin-top: 32px;
	
	clear: right;
	float: right;
		
	color: #FFFFFF;
}

/* 
 * Defines the actual content area of the page
 */
#content
{
	width: 98%;
	
	margin: 0 auto;
	padding-top: 16px;
	padding-bottom: 2%;
}

/*
 * Defines the container for the main page banner images
 */
#banners
{
    min-width: 720px;
    margin: 0 auto;
    
    text-align: center;
    font-size: 12px;
}

/*
 * Defines a wrapper for the rounded 'Contact' area
 */
div#contact
{
	width: 90%;       /* Standards-based compatibility */
	#width: 800px;    /* IE compatibility */
	min-width: 775px;
	
	margin: 0 auto;
		
	text-align: left;
	font-size: 15px;
	font-family: Arial, Sans-Serif;
	#font-family: Calibri, Sans-Serif;
}

/*
 * Defines the left portion of the 'Contact' area
 */
div#contactLeft
{
	height: 36px; 
	
	background-image: url('../Global/Images/contact-left.gif'); 
	background-repeat: no-repeat; 
	background-position: center left; 
}

/*
 * Defines the right portion of the 'Contact' area
 */
div#contactRight
{
	height: 36px; 
	
	background-image: url('../Global/Images/contact-right.gif'); 
	background-repeat: no-repeat; 
	background-position: center right; 
}

/*
 * Defines a content portion of the 'Contact' area
 */
div#contactContent
{
	height: 28px;			/* Gecko compatibility */
	line-height: 1.9em;     /* IE, Opera compatibility */
	#line-height: 1.6em;
	#font-size: .9em !important;
	#font-size: 16px !important;
	#font-size:.8em;
	#font-size: 15px;
	text-align:center;
	margin-left: 36px;
	margin-right: 25px;
	border-top: 4px #7E8AA2 solid; 
	border-bottom: 4px #7E8AA2 solid;
}

/* 
 * Defines the positioning, color, and size for the copyright
 * notice, Terms of Use link, and Privacy Statement link at
 * the very bottom of the page.
 */
#copyright
{
	max-width: 1024px;
	min-width: 860px;
	width: 88% !important;
	width: 900px;
	
	margin: 0 auto;
	
	color: #FFFFFF;
	font-size: 0.75em;
	font-size:13px;
}

/*
 * Defines the container for the text blurbs at the bottom of
 * the main screen
 */
div#blurbs
{
	min-width: 775px;
	width: 90%;
	
	margin: 0 auto; 
	padding-top: 5px;
		
	border-top: 2px solid #404B62; 
	
	font-size: 1.0em; 
	#font-size: 0.85em;
	#font-size: 15px;
}

div#blurbs p.header
{
	height: 16px; 
	
	font-weight: bold; 
	font-family: Candara; 
	font-size: 1.4em;
	
	display: inline; 
}

div#blurbs div
{
	padding: 0 4%;
}

div#blurbs a
{
	color: #0000CC;
	font-size: 1.2em;
	font-weight: bold;
}

div#blurbs a:hover
{
	color: #000099;
	font-size: 1.2em;
	font-weight: bold;
}

div#blurbs a:visited
{
	color: #0000CC;
	font-size: 1.2em;
	font-weight: bold;
}

div#blurbs a:active
{
	color: #000099;
	font-size: 1.2em;
	font-weight: bold;
}

td#leftBlurb
{
	width: 33%; 
		
	vertical-align: top; 
	text-align: justify;
}

td#centerBlurb
{
	width: 34%; 
		
	border-left: 1px solid #404B62; 
	border-right: 1px solid #404B62;
	
	vertical-align: top; 
	text-align: justify; 
}

td#rightBlurb
{
	width: 33%;
	
	vertical-align: top;
	text-align: justify;
}
