﻿body {
	color: #000000;
	background-color: #b1d2f1;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	font: 12px Arial,Helvetica,Verdana,sans-serif;
	width:100%;
	height:100%;
	margin:0;
	padding:0;} 
}

h1 {
	color: #202020;
	text-align: center;
	}

h2 {
	color: #49829b;
	text-align: center;
	}
	
h3 {
	color: #49829b;
	text-align: left;
	margin-left: 15px;
}

h4 {
	color: #49829b;
	text-align: left;
	margin-left: 15px;
}

img {
	border: 0;
	}

table, tr, td {
	font: 12px Arial,Helvetica,Verdana,sans-serif;	
	}
	
	
.clear {
	clear: both;
}

a, a:visited {
	color: #5494AF;
	text-decoration: underline;
}
a:hover {
	color: #C66653;
	text-decoration: none;
}
p {
	margin: 8px 25px;
	line-height: 18px;
	text-align: justify;
}

small {
	font: 10px Arial,Helvetica,Verdana,sans-serif;
}
.container {
	width: 950px;
	margin: 0 auto;
	background-image: url(img/containerbg.jpg);
	background-repeat: repeat-y;
	border-bottom: solid #000000 1px;
	}
	
.flash {
	width: 895px;
	height: 218px;
	margin: 0 auto;
	}

.home_buttons {
	width: 895px;
	}
	
.content {
	width: 895px;
	}

.content iframe {
	border: none;
	margin: 0;
	overflow: auto;
	}
	
.notice {
	width: 410px;
	background-color: #fff;
	border: 0 dotted #ff0000;
	color: #ff0000;
	padding: 7px;
	text-align: center;
	vertical-align: middle;
	}

.red {
	color: red;
	}
	
.testimonial {
	background-color: #fff;
	border: 1px dotted #202020;
	color: #202020;
	padding: 7px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 5px;
	}


.map {
	width: 300px;
	background-color: #fff;
	border: 1px solid #778;
	color: #ff0000;
	text-align: center;
	vertical-align: middle;
	margin-left: 25px;
	margin-top: 23px;
	padding-right: 15px;
	}
	
.notice img {
	margin: 5px 10px;
	}

.left {
	float: left;
	width: 300px;
	}
	
.left iframe {
	margin: 25px 20px;
	padding: 0;
	border: 1px #000 solid;
	}
	
.right {
	float: right;
	padding: 0 25px;
	}
	
.footer {
	height: 35px;
	width: 946px;
	background-color: #8ebae7;
	border-color: #000000;
	border-width: 0 2px;
	padding: 10px 0;
	margin-top: 10px;
	line-height: 18px;
	font: 12px Arial,Helvetica,Verdana,sans-serif;
}

a.footerlink, a.footerlink:link {
	color: #202020;
	text-decoration: underline;
}

a.footerlink, a.footerlink:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.footerlink:hover {
	color: #FFFFFF;
	text-decoration: none;
}

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

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: right;
	font: bold 11px Tahoma;
	overflow: hidden;
	margin-bottom: 1em;
	border: 1px solid #625e00;
	background: black url(img/blockdefault.gif) center center repeat-x;
	margin-right: 10px;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: #202020;
	padding: 7px 15px;
	text-decoration: none;
	border-right: 1px solid white;
}

.solidblockmenu li .last {
	border-right: 0;
}

.solidblockmenu li a:visited{
	color: #202020;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: #202020;
	background: transparent url(img/blockactive.gif) center center repeat-x;
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px ;
margin-left: -1px;
margin-top: 5px;
margin-bottom: 0;
font: normal 9px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width: 470px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(img/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(img/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* VERTICAL MENU FOR ACCOUNT MANAGEMENT    */

.arrowlistmenu{
width: 280px; /*width of menu*/
text-align: left;
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(img/blockdefault.gif) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 39px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
