/* Interactive Focus
Stylesheet Addons
November 2008 */

h1,h2,h3,h4,h5 {

}

h1 {
	font-size: 18px;
	color: #184273;
}

h2 {
	font-size: 16px;
	color: #333333;
}

h3,h4,h5 {
	font-size: 14px;
	color: #000000;
}

hr {
	margin: 5px;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	background-color: #FFFFFF;
	width: 720px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.col-2 {
	margin: 5px 0;
	padding: 5px 0;
	width: 48%;
	display: block;
}

.col-3 {
	width: 212px;
	display: block;
}

.col-img {
	padding: 0 10px 0 0;
	width: 139px;
	display: block;
}

.two-col-img {
	width: 524px;
	display: block;
}

.both {
	margin: 0;
	padding: 0;
	clear: both;
}

/** Form **/

.row {
	clear: both;
	padding: 2px 0;
}

.row p {
	padding: 0;
	margin: 5px 0;
}

.label-col {
	width: 25%;
	display: block;
}

.field-col {
	width: 75%;
}

input.field,
textarea.field,
select.field {
	border: 1px solid #CCCCCC;
	padding: 2px;
	font: 12px Arial, Helvetica, sans-serif;
}

input.field {
	width: 95%;
}

textarea.field {
	width: 96%;
}

select.field {
	width: 97%;
}

input.field:focus,
textarea.field:focus,
select.field:focus {
	border: 1px solid #009900;
}

.button {
	background-color: #8CC639;
	border-bottom: #61882A 1px solid;
	border-left: #C5E399 1px solid;
	border-right: #61882A 1px solid;
	border-top: #C5E399 1px solid;
	padding: 5px;
	color: #ffffff; 
	cursor: hand; 
	font: 12px tahoma,arial,helvetica,sans-serif;
}

/** End Form **/

/* Header Region */

#header {
	margin: 0 0 10px 0;
	border-top: 5px solid #184273;
	display: block;
	width: 720px;
}

#header h3 {
	margin-top: 0;
	color: #8cc639;
	text-align: right;
}

#header h2 {
	color: #184273;
	text-align: right;
}

#header #logo {
	width: 225px;
	display: block;
}

#header #details {
	margin: 10px 0 0 0;
	width: 300px;
	display: block;
}


#tnav {
	clear: both;
	background-color: #184273;
	font-size: 12px;
	text-transform: uppercase;
}

#tnav ul {
	margin: 0;
	padding: 0;
	height: 30px;
}

#tnav ul li {
	float: left;
	background-image: url("/images/tnav_bullet.gif");
	background-repeat: no-repeat;
	background-position: 15px 12px;
	background-color: #184273;
	border-right: 1px solid #FFFFFF;
	list-style-type: none;

}

#tnav ul li a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 5px 25px 5px 30px;
}

#tnav ul li a:hover {
	background-image: url("/images/tnav_bullet.gif");
	background-repeat: no-repeat;
	background-position: 15px 12px;
	background-color: #8cc639;
	color: #FFFFFF;
}

#tnav ul li.active {
	background-color: #8cc639;
}

/* End Header Region */

/* Splash Region */

.splash {
	background-image: url("/images/bg_splash.png");
	background-position: left top;
	background-repeat: no-repeat;
	width: 720px;
	height: 150px;
	display: block;
	position: relative;
}

.splash h1 {
	margin: 0 0 10px 0;
}

.splash h2 {
	margin: 5px 0;
	font-size: 14px;
}

.splash .content {
	margin: 0;
	padding: 20px 10px 0 10px;
	width: 570px;
	height: 130px;
	overflow: hidden;
}

.splash .cta {
	position: absolute;
	bottom: 0;
	width: 570px;
	text-align: right;
}

.splash-img {
	background-image: url("/images/splash_girl.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	width: 130px;
	height: 150px;
	display: block;
}

/* End Splash Region */

/* Footer Region */

#footer {
	clear: both;
	background-color: #184273;
	padding: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	background: url("images/marker1.gif") no-repeat 0 7px;
	padding-left: 14px;
	text-decoration: none;
	list-style-type: none;
}

#footer .col-3 {
	border-right: 1px solid #CCCCCC;
	height: 60px;
	padding: 0 10px;
}

#footer .col-3 h3 {
	margin: 0;
	color: #FFFFFF;
}

#footer .last {
	border: 0;
	text-align: right;
}

/* End Footer Region */

/* Credit */

#credit, #credit a {
	clear: both;
	padding: 5px 0;
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #999999;
}

/* End Credit */

/* Content Region */

#content {
	margin: 0 20px;
}

#content ul.bullet {
	margin: 0 10px;
	padding: 0;
}

#content ul.bullet li {
	background-image: url("/images/bullet-1.png");
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 0 10px 30px;
	list-style-type: none;
}

#content img.left {
	padding: 0 10px 0 0;
}

#content img.right {
	padding: 0 0 0 10px;
}

#content .tborder {
	border-top: 1px solid #CCCCCC;
}

#content .contact {
	border: 1px solid #CCCCCC;
	padding: 10px;
}

/* End Content Region */

#site_center {text-align:center;}
#main {width:719px; margin:0 auto; text-align:left;}

.col_1, .col_2, .col_3, .column1, .column2, .column3 { float:left;}

/*======= index.html =======*/
#page1 #content .row_2 .wrapper { background:url(images/line2.gif) 437px 0 repeat-y; width:719px;}
#page1 #content .row_2 .wrapper1 { background:url(images/line3.gif) 437px top no-repeat; width:719px;}
#page1 #content .row_2 .col_1 {width:432px; background:url(images/line1.gif) left top repeat-x;}
#page1 #content .row_2 .col_2 { width:13px;}
#page1 #content .row_2 .col_3 { width:274px; background:url(images/line1.gif) left top repeat-x;}
#page1 #content .row_3 .wrapper { background:url(images/line4.gif) 182px 0 repeat-y; width:683px;}
#page1 #content .row_3 .wrapper1 { background:url(images/line4.gif) 401px 0 repeat-y; width:683px;}
#page1 #content .row_3 .col_1 { width:214px;}
#page1 #content .row_3 .col_2 { width:231px;}
#page1 #content .row_3 .col_3 { width:228px;}

/*======= index-1.html =======*/
#page2 #content .wrapper { background:url(images/line2.gif) 277px 0 repeat-y; width:719px;}
#page2 #content .wrapper1 { background:url(images/line3.gif) 277px 0 no-repeat; width:719px;}
#page2 #content .col_1 { width:268px; background:url(images/line1.gif) left top repeat-x;}
#page2 #content .col_2 { width:20px;}
#page2 #content .col_3 { width:431px; background:url(images/line1.gif) left top repeat-x;}

/*======= index-2.html =======*/
#page3 #content .wrapper { background:url(images/line2.gif) 437px 0 repeat-y; width:719px;}
#page3 #content .wrapper1 { background:url(images/line3.gif) 437px 0 no-repeat; width:719px;}
#page3 #content .col_1 { width:432px; background:url(images/line1.gif) left top repeat-x;}
#page3 #content .col_2 { width:12px;}
#page3 #content .col_3 { width:275px; background:url(images/line1.gif) left top repeat-x;}

/*======= index-3.html =======*/
#page4 #content .row_2 .wrapper { background:url(images/line2.gif) 437px 0 repeat-y; width:719px;}
#page4 #content .row_2 .wrapper1 { background:url(images/line3.gif) 437px top no-repeat; width:719px;}
#page4 #content .row_2 .col_1 {width:432px; background:url(images/line1.gif) left top repeat-x;}
#page4 #content .row_2 .col_2 { width:13px;}
#page4 #content .row_2 .col_3 { width:274px; background:url(images/line1.gif) left top repeat-x;}

/*======= index-4.html =======*/
#page5 #content .row_2 .wrapper { background:url(images/line2.gif) 437px 0 repeat-y; width:719px;}
#page5 #content .row_2 .wrapper1 { background:url(images/line3.gif) 437px top no-repeat; width:719px;}
#page5 #content .row_2 .col_1 {width:432px; background:url(images/line1.gif) left top repeat-x;}
#page5 #content .row_2 .col_2 { width:13px;}
#page5 #content .row_2 .col_3 { width:274px; background:url(images/line1.gif) left top repeat-x;}


/*=========================*/