/* Default Text-----------------------------*/

body {
	font-family:Arial;
	font-size:12px;
	line-height: 16px;
	margin-left: 0px;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/main-background.jpg);
	background-repeat: repeat-x;
	color: #484747;
	background-color: #d9d9d9;

}
/* Default Links ----------------------------*/
a{color:#01589a; text-decoration:underline;}
a:hover{color:#01589a; text-decoration:none;}


/* Header-------------------------- */
.header {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d9d9d9;
	border-left-color: #d9d9d9;
	background-color: #FFFFFF;
	background-image: url(../images/header-background.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 8px;
}
.phone-number {
	margin-right: 24px;
}

/* Banner-------------------------- */
.banner {
	background-image: url(../images/banner2.jpg);
	background-repeat: no-repeat;
}
/* Middle Content-------------------------- */
.middle-content {
	background-image: url(../images/middle-content-background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e1e1e1;
	border-left-color: #e1e1e1;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 30px;
	background-color: #fdfdfe;
	padding-right: 19px;
}
.right-box-tab {
	background-image: url(../images/right-box-tab-background.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.right-box-background {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #75acd6;
	border-left-color: #75ACD6;
	padding-top: 10px;
	font-size: 11px;
	color: #000000;
	padding-left: 6px;
	background:#9dbfd9 url(../images/right-box-background.gif) repeat-x left bottom;
}
.right-image-gap {
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
}

/* h1 to h4 --------------------------------*/
h1{ font-size:18px;
	color:#045aa5;
	margin:0px;
	padding:0px;

}
h2{ font-size:16px;
	color:#fffefe;
	margin:0;
	padding:0;
}
h3{ font-size:14px;
	color:#66CC99;
	margin:0;
	padding:0;
}
h4{ font-size:12px;
	color:#000000;
	margin:0;
	padding:0;
}
/* Footer--------------------------*/
.footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	font-size:11px;
	color:#626262;
	padding-top: 15px;
}
.footer a{
	font-size:11px;
	color:#626262;
	text-decoration:none;

}
.footer a:hover{
	font-size:11px;
	color:#626262;
	text-decoration:underline;

}
.footer2 {
	font-size:11px;
	color:#3d3d3d;
}
