/* =GLOBAL CLASSES --------------------------------------------------------------------------------------------------- */

a:link 		{ text-decoration: underline; color: #0055bd; }
a:visited	{ text-decoration: underline; color: #000000; }
a:hover 	{ text-decoration: underline; color: #0055bd; }
a:active 	{ text-decoration: underline; color: #000000; }

a { outline: none; }
img { border: none; }

.imgleft {
	float: left;
	border: none;
	width: 150px;
}

body {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	background-image: url(../images/bg_main.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #eff8ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #000;
}

.absoluteLeft {
	position: absolute;
	left: 0px;
}

.absoluteRight {
	position: absolute;
	right: 0px;	
}

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

h1, h2 {	
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 190%;
	padding-bottom: 5px;
	color: #1b549a;
}

h2 {
	font-size: 130%;
	color: #3f7bc5;
	margin-top: 30px;
}

h3 {
	font-size: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #3f7bc5;
	margin-top: 12px;
	margin-bottom: 20px;
}

hr {
	height: 1px;
	width: 98%;	
	background-color: #dcd6dc;
	border-style: hidden;
}

.strong {
	font-weight: bold;
	font-family: Tahoma, arial, Helvetica, sans-serif;
}

.textRight {
	text-align: right;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

table {
	margin-top: 10px;
}

table td {
	vertical-align: text-top;
	padding-right: 25px;
	padding-bottom: 10px;
	line-height: 18px;
}

.noPadding td {
	padding-bottom: 0px;
}

.noPadding {
	margin-bottom: -8px;
}

/* end --------------------------------------------------------------------------------------------------------------- */



/* =LAYOUT CLASSES --------------------------------------------------------------------------------------------------- */

#maincontainer {
	width: 749px; /*Width of main container*/
	margin: 0 auto;
	background-color: #fff;
	border-left: 1px solid #4d95ee;	
	border-right: 1px solid #4d95ee;	
	border-bottom: 1px solid #4d95ee;	
	border-top: none;
}

.innerwrap {	
	margin-top: 0;
}

/* end --------------------------------------------------------------------------------------------------------------- */



/* =HEADER ----------------------------------------------------------------------------------------------------------- */

#topcurve {
	background-image: url(../images/bg_headerTop.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 749px;
	height: 18px;
	margin: auto;
}

#header {
	width: 100%;
	height: 154px; /*Height of top section*/
	background-image: url(../images/bg_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header .logo {
	float: left;
	margin-top: 11px;
	margin-left: 31px;
}

* html #header .logo { /* IE6 */
	margin-left: 15px;
}

#header .right {
	text-align: right;
	float: right;
	margin-right: 20px;
}

* html #header .right { /* IE6 */
	margin-right: 10px;
}

#header p {
	color: #3f7bc5;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	margin-top: 8px;
	margin-bottom: 8px;
}

#header h1 {
	color: #2062b4;
	font-size: 200%;
	line-height: 20px;
	padding: 0px;
}

.imgover {
	margin-top: 3px;
	margin-bottom: 3px;
}

* html .imgover { /* IE6 */
	margin-bottom: 0px;
}

/* end --------------------------------------------------------------------------------------------------------------- */



/* =CONTENT ---------------------------------------------------------------------------------------------------------- */

#contentwrapper {
	float: left;
	width: 100%;
	background-image: url(../images/bg_content.gif);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #fff;
}

#contentcolumn {
	margin-left: 245px; /*Set left margin to navWidth*/
	margin-top: 20px;
	margin-right: 32px;
	margin-bottom: 20px;
}

#contentcolumn .shortContent {
	margin-bottom: 130px;
}

#contentcolumn p {
	line-height: 18px;
	font-size: 95%;
	padding-bottom: 6px;
}

* html #contentcolumn p { /* IE6 */
	padding: 0px;
}

#contentcolumn img {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid #a7cfff;
}

#contentcolumn ul {
	margin-top: 15px;
	padding-left: 15px;
	margin-left: 0px;
}

#contentcolumn ul li {
	line-height: 19px;
	list-style: none;
	padding-left: 18px;
	padding-bottom: 10px;
	background: url("../images/bullet.gif");
	background-position: top left;
	background-repeat: no-repeat;	
}

.yellowbox {
	width: 469px;
	height: 61px;
	line-height: 22px;
	padding-top: 7px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	background-image: url(../images/yellowbox.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	color: #043a6a;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.yellowbox a {
	font-size: 110%;
	color: #043a6a;
}

/* end --------------------------------------------------------------------------------------------------------------- */



/* =LEFT NAV --------------------------------------------------------------------------------------------------------- */

#nav {
	float: left;
	width: 214px; /*Width of left column*/
	margin-left: -740px; /*Set left margin to -(MainContainerWidth)*/	
	background-color: #f1f8ff;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu {
	border-bottom-width: 0;
	width: 214px;	
}

#ddblueblockmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#ddblueblockmenu li a {
	line-height: 29px;
	display: block;
	list-style: none;
	background: url("../images/bullet_navArrow.gif");
	background-repeat: no-repeat;	
	width: 189px;
	padding-left: 25px;
	text-decoration: none;
	color: #000;
	background-color: #f1f8ff;
	border-bottom: 1px solid #719ed4;	
}

#ddblueblockmenu li a:hover {
	background-color: #cbe3ff;
}

#ddblueblockmenu div.menutitle {
	color: #1b549a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 130%;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #719ed4;
}

.phoneNumber {
	width: 100px;
	height: 26px;
	line-height: 26px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 35px;	
	color: #1b549a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 130%;
	background-image: url(../images/icon_phone.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
	
/* end --------------------------------------------------------------------------------------------------------------- */



/* =FOOTER ----------------------------------------------------------------------------------------------------------- */

#footer {
	clear: left;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	font-size: 100%;
	font-family: "Tahoma MS", Arial, Helvetica, sans-serif;
	background-color: #cce4ff;
	color: #043a6a;
}

* html #footer { /* IE6 */
	margin-top: -4px;
}

.bottomDots {
	clear: both;
	background-image: url(../images/bottomDots.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 9px;
	background-color: #fff;
}

/* end --------------------------------------------------------------------------------------------------------------- */