﻿@import url("layoutASPX.css");
@import url("textASPX.css");
@import url("MediaASPX.css");

body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
html{
	width:auto;
	font:14px Arial,Sans-Serif;
}

/********************************************/
/* Styles for Links */
p a {
	color:#000AC4;
	text-decoration: underline;
}
p a:hover {
	color: #906050;
	text-decoration: underline;
}
/*p a:visited {
	color:#993366;
	text-decoration: underline;
}*/

/********************************************/

/*Masthead Begin*/

#masthead_bar {
	margin:0 auto 0 auto;
	height:120px;
	width:100%;
	background-image:url('../images/masthead_tile.gif');
	background-repeat:repeat-x;
}
#masthead_container {
	margin:0 auto 0 auto;
	float:none;
	height:100%;
	width:950px;
	background-image:url('../images/masthead_tile.gif');
	background-repeat:repeat-x;
}

#masthead_leftColumn {
	float:left;
	height:100%;
	width:40%;
	background-image:url('../images/masthead_tile.gif');
	background-repeat:repeat-x;
}
#masthead_rightColumn {
	float:right;
	height:100%;
	width:60%;
	background-image:url('../images/masthead_tile.gif');
	background-repeat:repeat-x;
}
#masthead {
	float:left;
	width:580px;
	margin-top:40px;
	text-align:right;
}
#masthead_logo {
	float: right;
	height: 120px;
	width: 380px;
}
#masthead p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 10px 10px;
}
/*Masthead End*/

/********************************************/

/*Navigation Begin*/
#menu_bar {
	margin:0 auto 0 auto;
	height:30px;
	width:100%;
	background-color:#003366;
}
#menu_rightColumn {
	float:right;
	height:100%;
	width:70%;
	padding:1 0 1 0;
}

.menu_staticstyle {
	height:98%;
	margin-left:2px;
	margin-right:2px;
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	background-color:#003366;
}

.menu_statichover {
	color: #000;
	background-color:#DAE9DA;
}

.menu_staticselected {
	color: #000;
	background-color:#DAE9DA;
}

.menu_dynamicstyle {
	margin-left:2px;
	margin-right:2px;
	color:white;
	background-color:#003366;
}

.menu_dynamichover {
	color: #000;
	background-color:#DAE9DA;
}

.menu_dynamicselected {
	color: #000;
	background-color:#DAE9DA;
}
#menu_spacebar {
	float:none;
	height:10px;
	width:100%;
	background-color:#85BAA9;
}

/*Menu End*/

/********************************************/

/*Content Begin*/

#content_placeholder {
	float:none;
	min-height:400px;
	height:auto;
	width:auto;
	overflow: hidden;
}

#content_bar {
	min-height:400px;
	height:auto;
	width:auto;
	background-color:#E0EEE0;
	overflow: hidden;
}
#content_container {
	margin:0 auto 0 auto;
	float:none;
	min-height:400px;
	height:auto;
	width:950px;
	overflow: hidden;
}
#content_columnleft {
	margin:0 auto 0 auto;
	float:left;
	min-height:400px;
	height:auto;
	width:60%;
	background-color:white;
	overflow: hidden;
}
#content_columnright {
	margin:0 auto 0 auto;
	float:right;
	min-height:400px;
	height:auto;
	width:40%;
	background-color:#85BAA9;
	overflow: hidden;
}
#content_left_column {
	margin:0 auto 0 auto;
	float:left;
	min-height:400px;
	height:auto;
	width:70%;
	background-color:white;
	overflow: hidden;
}
#content_right_column {
	margin:0 auto 0 auto;
	float:right;
	min-height:400px;
	height:auto;
	width:30%;
	background-color:#85BAA9;
	overflow: hidden;
}
#content_right_column p {
	color: white;
}
#content_right_column a {
	color: #ECF3EC;
	text-decoration: underline;
}
#content_right_column a:hover {
	color: #906050;
	background-color:#ECF3EC;
	text-decoration: underline;
}
/*#content_right_column a:visited {
	color: #906050;
	text-decoration: underline;
}*/
#content_container_center {
	margin:0 auto 0 auto;
	float:none;
	min-height:400px;
	height:auto;
	width:80%;
	background-color:white;
	overflow: hidden;
}
#content_container_left {
	margin:0 auto 0 auto;
	float:Left;
	min-height:400px;
	height:auto;
	width:40%;
	background-color:#85BAA9;
	overflow: hidden;
}
#content_container_right {
	margin:0 auto 0 auto;
	float:right;
	min-height:400px;
	height:auto;
	width:60%;
	background-color:#E0EEE0;
	overflow: hidden;
}
#content_container_testimonials {
	margin:0 auto 0 auto;
	float:none;
	height:auto;
	width:80%;
	background-color:white;
	overflow: hidden;
}

/*Content End*/

/********************************************/

/*Footer Begin*/

#footer_spacebar {
	margin:0 auto 0 auto;
	height:10px;
	width:100%;
	background-color:#85BAA9;
}
#footer_bar {
	margin:0 auto 0 auto;
	height:100%;
	width:100%;
	background-color:#003366;
}
#footer_container {
	margin:0 auto 0 auto;
	float:none;
	height:60px;
	width:950px;
	text-align: center;
	background-color:#003366;
	overflow: hidden;
	padding: 2px;
}

#footer_container p {
	color: white;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer_container a {
	color: white;
	text-decoration: underline;
}
#footer_container a:hover {
	color: #906050;
	background-color:#ECF3EC;
	text-decoration: underline;
}
/*#footer_container a:visited {
	color: #906050;
	text-decoration: underline;
}*/

/*Footer End*/







