@charset "UTF-8";
/* CSS Document */

/* Colors Used 

#AAAAAA - rule gray
#c6d9e9 - rule light blue
#0B374C - bkg dark blue
#a9233e - fleetwood red
#257599 - font light blue
#333333 - font dark gray
#999999 - font light gray

*/

html, body, #wrap {
	height: 100%;
}

body > #wrap {height: auto !important; min-height: 100%; height: 100%;}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bkg_main.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#wrap {
	background-image: url(../images/bkg_shadow.png);
	background-repeat: repeat-y;
	width: 896px;
	margin: 0 auto;
	text-align: left;
}

#container {
	padding-bottom: 40px; /* must be same height as the footer */
	margin: 0 8px 0 8px; /* account for width of shadow */
}

/* --------------------------------- left column --------------------------------- */
#left_column {
	float: left;
	width: 219px;
	height: auto !important;
	height: 480px;
	min-height: 480px;
	margin: 0px;
	background-image: url(../images/bkg_navigation.jpg);
	background-repeat: repeat-x;
}

#home_news {
	margin: 20px 10px 0 20px;
}

#home_testimonials {
	margin: 20px 10px 0 20px;
	padding: 10px 0 0 0;
	border-top: 1px solid #AAAAAA;
	position: relative;
}


/* --------------------------------- right column --------------------------------- */
#right_column {
	float: left;
	width: 640px;
	margin: 10px 0 0 11px;
}

#home_copy {
	width: 600px;
	margin: 10px 0 0 0;
	padding: 20px;
	background-image: url(../images/bkg_copy.jpg);
	background-repeat: repeat-x;
	position: relative;
}

#copy {
	width: 600px;
	margin: 0;
	padding: 20px;
	background-image: url(../images/bkg_copy.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: auto !important;
	height: 160px;
	min-height: 160px;
}

#footer {
	position: relative;
	margin: -40px auto 0 auto; /* margin top is negative value of footer height */
	height: 40px;
	width: 880px;
	background-color: #FFFFFF;
	clear:both;
}

/* --------------------------------- navigation --------------------------------- */
#navigation {
	width: 200px;
	margin: 20px 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	list-style-type: none;
}
	
#navigation ul li a:link, #navigation ul li a:visited {
	font-size: 14px;
	color: #257599;
	text-decoration: none;
	background: url(../images/nav_regular.gif) no-repeat left top;
	width: 190px;
	height: 22px;
	display: block;
	padding: 7px 0 0 10px;
	margin: 0;
}

#navigation ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-position: 0 -29px;
}

#navigation #active a{
	background: url(../images/nav_regular.gif) no-repeat left top;
	background-position: 0 -58px;
	color: #FFFFFF;
}

#navigation #first a {
	background: url(../images/nav_top.gif) no-repeat left top;
}

#navigation #first a:hover {
	background-position: 0 -29px;
}

#navigation #first_active a {
	background: url(../images/nav_top.gif) no-repeat left top;
	background-position: 0 -58px;
	color: #FFFFFF;
}

#navigation #last a {
	background: url(../images/nav_bottom.gif) no-repeat left top;
	background-position: 0 -58px;
}

#navigation #last a:hover {
	background-position: 0 -29px;
}

#navigation #last_active a {
	background: url(../images/nav_bottom.gif) no-repeat left top;
	background-position: 0 -29px;
	color: #FFFFFF;
}

#navigation #indent a {
	background: url(../images/nav_indent.gif) no-repeat left top;
	background-position: 0 -29px;
	padding: 7px 0 0 20px;
	width: 180px;
	color: #333333;
	font-size: 12px;
}

#navigation #indent a:hover {
	color: #FFFFFF;
	background-position: 0 -58px;
}

#navigation #indent_active a {
	color: #FFFFFF;
	background: url(../images/nav_indent.gif) no-repeat left top;
	background-position: 0 -58px;
	font-size: 12px;
	padding: 7px 0 0 20px;
	width: 180px;
}

#navigation #indent_tall a {
	background: url(../images/nav_indent_tall.gif) no-repeat left top;
	background-position: 0 -29px;
	padding: 7px 0 0 20px;
	height: 37px;
	width: 180px;
	color: #333333;
	font-size: 12px;
}

#navigation #indent_tall a:hover {
	color: #FFFFFF;
	background-position: 0 -66px;
}

#navigation #indent_tall_active a {
	color: #FFFFFF;
	height: 37px;
	background: url(../images/nav_indent_tall.gif) no-repeat left top;
	background-position: 0 -66px;
	font-size: 12px;
	padding: 7px 0 0 20px;
	width: 180px;
}


/* --------------------------------- Buttons --------------------------------- */
a:link.arrow, a:visited.arrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a9233e;
	text-decoration: none;
	margin: 0;
}

a:hover.arrow {
	text-decoration: underline;
}

.move_arrow {
	position: absolute;
	top: 28px;
	left: 270px;
}

/* --------------------------------- Fonts --------------------------------- */
/* ------------ p ------------ */
p {
	font-size: 11px;
	line-height: 17px;
	color: #333333;
	margin: 0 0 17px 0;
}


#home_news p {
	font-size: 10px;
	line-height: 12px;
}

#home_news p a:link, #home_news p a:visited {
	color: #333333;
	text-decoration: underline;
}

#home_news p a:hover {
	text-decoration: none;
}

#home_testimonials p {
	font-size: 11px;
	line-height: 17px;
	color: #999999;
	font-style: italic;
}

.testimonials {
	color: #999999;
	font-style: italic;
}

.margin250 {
	margin: 0 0 17px 250px;
}

/*
#home_copy p {
	margin: 0 0 17px 250px;
	min-height: 90px;
	color: #333333;
}
*/

#footer p {
	color:#999999;
	font-size:9px;
	position: absolute;
	bottom: -5px;
	left: 250px;
}

p a:link, p a:visited {
	color: #a9233e;
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}

/* ------------ h1 ------------ */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #257599;
	margin: 0 0 17px 0;
}

#home_news h1 {
	border-bottom: 1px solid #AAAAAA;
	margin: 0 0 16px 0;
}

/* ------------ h2 ------------ */
h2 {
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	color: #a9233e;
	margin: 0;
}

/*
#home_copy h2 {
	margin: 0 0 0 250px;
}
*/

h2 a:link, h2 a:visited {
	color: #a9233e;
	text-decoration: underline;
}

h2 a:hover {
	text-decoration: none;
}

/* --------------------------------- LISTS --------------------------------- */
#copy ul {
	font-size: 11px;
	line-height: 17px;
	color: #333333;
	margin: 0 0 17px 17px;
	padding: 0;
}

#copy li {
	margin: 0 0 4px 15px;
}

#copy ul.notopmargin {
	margin: -13px 0 17px 17px;
}

/* --------------------------------- Other --------------------------------- */

.border_left {
	padding: 5px;
	border: 1px solid #c6d9e9;
	float: left;
	margin: 0 15px 5px 0;
}

.border_right {
	padding: 5px;
	border: 1px solid #c6d9e9;
	float: right;
	margin: 0 0 5px 15px;
}

.border_right_paddbottom {
	padding: 5px;
	border: 1px solid #c6d9e9;
	float: right;
	margin: 0 0 40px 15px;
}

.float_right {
	float: right;
	margin: 0 0 15px 15px;
}

#rule {
	border-bottom: 1px solid #AAAAAA;
	width: 100%;
	height: 0;
	line-height: 0;
	margin: 0 0 10px 0;
	clear: both;
}

#rule_padd {
	border-bottom: 1px solid #AAAAAA;
	width: 100%;
	height: 0;
	line-height: 0;
	margin: 10px 0 10px 0;
	clear: both;
}

a img {
	border: none;
}


/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */