/* CSS Document */

body{
	background-image: url(../images/bluedot.gif);
	margin: 0;
	padding:0;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p /* text settings */    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.3;
	padding-left: 15px;
	padding-right: 3px;
}
td /* text settings */    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.3;
}
li, ul, ol/* text settings */    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.3;
}
ul {	
	padding-left: 5px;
	margin-left:20px;
}
li {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../images/bluedot.gif);
	padding-left: 2px;
	padding-right: 5px;
	padding-bottom: 5px;

}


h1 {
	font-size: 18px;
	line-height: 26px;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 15px;
	font-weight: normal;
	margin-bottom: 2px;
	margin-top: 4px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbbbbb;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #bbbbbb;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #003366;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 15px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #56AF9D;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 15px;
}

.reducedMargin {
	margin-bottom: -8px;
}

.leadText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#133A7A;
	line-height: 20px;
}

.captionText{
	margin: 2px 4px 2px 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	line-height: 10px;
	font-weight: bold;
}

.captionTextdark {
	margin: 2px 4px 2px 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height: 14px;
	font-weight: bold;
}

a:link, a:visited{
	color:#123874;
	font-weight:bold;
	text-decoration: none; 
}

a:hover, a:active {
	color:#009999;
	font-weight:bold;
	text-decoration: none;
	}

.dotlink {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
}



/* for alignment */

#formPadder{
	padding: 0px 6px 4px 0px;
}

.columnPadding{
	padding-top: 30px;
	padding-bottom: 30px;
}

#rightColWrapper{
	padding: 5px 5px 5px 5px;
}




/* background images and color settings */

.whiteBackground{
	background-color:#ffffff;
}

.searchBackground{
	background-image:url(../images/header_search_background.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: right top;
}

.rightColBackground{
	background-color: #DBDBDB;
}

.leftColBackground{
	background-color: #EFF1ED;

}


.captionBackground{
	background-color: #123874;
}

.calloutBackground{
	background-color: #C9E1DA;
}

.verticalDivider{
	background-image:url(../images/whiteDivider.jpg);
	background-repeat:repeat-y;
}

.borderLeft{
	background-image:url(../images/border_left.jpg);
	background-repeat: repeat-y;
}

.borderRight{
	background-image:url(../images/border_right.jpg);
	background-repeat: repeat-y;
}

#quote_floatleft {
	padding: 5px;
	float: left;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-right: 12px;
}
#picture_floatleft {
	padding: 5px;
	float: left;
	width: 156px;
}

#picture2_floatleft {
	padding: 5px;
	float: left;
	width: 156px;
}
.footer {
	margin: 2px 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#003366;
	line-height: 9px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 12px;
}
#map {
	background-color: #FFFFFF;
	width: 490px;
	height: 380px;
	margin-left: 10px;
}

.twoColFixRtHdr #container {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #EFF1ED;
} 
.twoColFixRtHdr #header {
	padding: 0;
	background-repeat: repeat;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #72BDAE;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.twoColFixRtHdr #mainContent {
	margin: 0 240px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: EFF1ED;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #EFF1ED;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.padding_right {
	padding-right: 10px;
}
.padding_left {
	padding-left: 10px;
	padding-top: 5px;
}
