﻿/* ----------------------------------------------------------
   Main Body Sections
   ==========================================================*/
body
{
    background-color: #737D97;
    margin: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    height:100%;
}

#bkg_shad {
	height: auto;
	width: 1078px;
	background: url(graphics/bkg_shadow_blue.gif);
	background-repeat: repeat-y;
	background-position: top center;
	position:relative;
	margin:auto;
}

#container {
	width: 1000px;
	height: auto;
	margin:auto;
	margin-top:0;
	position:relative;
	background-color: #ffffff;
}
#header {
	height: 127px;
	width: 1000px;
	background-image:url(graphics/bkg_gradient.gif);
	background-repeat: repeat-x;
	position:relative;
}
#content {
	min-height: 600px;
	width: auto;
	margin: 30px 30px 0 30px;
}

#leftColumn  	
{
	float:left;
	width: 200px;
	height: auto;
	background-image: url("graphics/quicklinks.gif");
	background-position:top center;
	background-repeat:no-repeat;
}
#left_nav {
	background-image:url("graphics/left_col_bkg_grad_1px.gif");
	background-repeat:repeat-x;
	min-height:450px;
	width: 200px;
	margin-top:46px;
	position:relative;
	width:200px;
	overflow: hidden;
}

#left_box {
	background-color:#6B7594;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 5px 10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	width:80%;
	}

#left_box a:link { color: #FFFFFF; text-decoration: underline; }
#left_box a:visited { color: #FFFFFF; text-decoration: underline; }
#left_box a:hover { color: #FFFFFF; text-decoration: underline; }

#rightColumn { width:700px; height:auto; float:right; position:relative; margin-top:15px; }

#footer {
	height: 50px;
	background-color: #061e56;
	color: #ffffff;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	padding-top: 10px;
	clear: both;
}
#footer a:link { color: #FFFFFF; text-decoration: none; }
#footer a:visited { color: #FFFFFF; text-decoration: none; }
#footer a:hover { color: #FFFFFF; text-decoration: underline; }

#logo {	margin: 0 0 0 25px;	float: left; }

/* ----------------------------------------------------------
   Links
   ==========================================================*/

a:link {
	color: #0000FF;
}
a:hover { text-decoration:underline; }

a:visited, a:active {
	color: #800080;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}
/* ----------------------------------------------------------
   Headings
   ==========================================================*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* ----------------------------------------------------------
   Form Layout Elements
   ==========================================================*/
fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block; font-weight:bold;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    border: 1px solid #CCC;
}

input[type="password"] 
{
    border: 1px solid #CCC;
}
/* ----------------------------------------------------------
   Tables
   ==========================================================*/
table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}
/* ----------------------------------------------------------
   Miscellaneous
   ==========================================================*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
    padding-top:10px;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

div#logon { width:300px; margin-left:auto; margin-right:auto; }

#miniLogon { border:none; width:215px; height:60px; font-size:10px; float:right; }
#miniLogon td { border:none; }
#miniLogon a { text-decoration:none; text-align:center; }

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

#webResourceList li { margin-top:10px; }

ul.unorderedlist li {margin-top: 10px;}

ol.unorderedlist li {margin-top: 10px;}
/* ----------------------------------------------------------
   Generic Styling
   ==========================================================*/
.blueline { color:#7994CB; }
.bolded { font-weight:bold; }
.centered { text-align: center; }
.italic { font-style:italic; }
.twopoint { height:2px; }
.underlined { text-decoration:underline; }
.font9 { font-size:9px; }
.font18 { font-size:18px; }
.font20 { font-size:20px; }
.textRight { text-align:right; }
.nobreak { white-space:nowrap; }
.addressLabel { font-weight:bold; vertical-align:top; }
.textRed { color:red; }

img { margin:0; padding:0; border:none; }

/* ----------------------------------------------------------
   Page Styling
   ==========================================================*/
span.StateCoverageButton { border:solid thin black; padding-left:5px; padding-right:5px; }
span.StateCoverageButton:hover { background-color:#E8EEF4; cursor:pointer; }

/* ----------------------------------------------------------
   Account Registration Form
   ==========================================================*/
#register { width:400px; margin-left:auto; margin-right:auto; }
.watermark { color: #999; }

#disclaimer { width:100%; font-size:9px; margin-top:7em;}
