/* --------------Page globals------------- */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #cccccc;
	
	
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#container {
	border: 1px solid #245484;
	background-color: #FFFFFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#footer {
	height: 20px;
	width: 750px;
	background-color: #245484;
	clear: both;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	color: #FFFFFF;
}
img {  
	border-style: none;
}
div.clearit{
	clear:both
}

/* ---------------Header / Navigation CSS------------- */

#header {
	height: 95px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #245484;
	float: left;
	width: 725px;
	padding-left: 25px;
	background-color: #FFFFFF;
}
#header #nav {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #245484;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
}
#phone {
	float: right;
	margin-top: 35px;
	width: 250px;
	text-align: right;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#phone h5{
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	font-weight: normal;
	color: #92482f;
}
#header img{
	float:left;
}
a:link.navlink {
	color: #245484;
	text-decoration: none;
}
a:hover.navlink {
	color: #245484;
	text-decoration: none;
}
a:active.navlink {
	color: #245484;
	text-decoration: none;
}
a:visited.navlink {
	color: #245484;
	text-decoration: none;
}


/* ------------.index CSS------------------- */

#banner {
	float: left;
	height: 200px;
	width: 735px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #245484;
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 15px;
}
#banner_txt {
	float: right;
	width: 340px;
	margin-top: 50px;
}
#content.index {
	float: left;
	width: 735px;
	background-image: url(diagonal_background.jpg);
	background-repeat: repeat;
	padding-left: 15px;
}
#banner_txt h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #92482F;
	margin: 0px;
	padding: 0px;
}
#banner_txt p {
	font-size: 16px;
}

#lefttxt h1,h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #92482F;
	margin: 0;
}
#lefttxt p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.7em;
}
#rgttxt p {
	color: #4e0101;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}
#rgttxt ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4e0101;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-image: url(bullet.jpg);
}
#rgttxt li {
	padding-top: 2px;
}

#lefttxt {
	height: 263px;
	background-color: #FFFFFF;
	width: 423px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #A0A0A0;
}
#rgttxt {
	height: 263px;
	background-color: #f9f9ef;
	width: 238px;
	float: left;
	margin: 15px;
	padding: 10px;
	border: 1px solid #A0A0A0;

}

/* ------------Backpage CSS------------------ */

#content.back {
	float: left;
	width: 750px;
	background-image: url(sidebar_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

/* --main section-- */

#main {
	float: left;
	padding: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 520px;
}
#main h3 {
	color: #245484;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main p {
	line-height: 1.5em;
}

#headline {
	width: 510px;
	background-image: url(headline_bg.gif);
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 40px;
	background-repeat: no-repeat;
}
#headline h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	color: #92482F;
	font-weight: bold;
}
/* --sidebar-- */
#sidebar {
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	margin-top: 10px;
}
#sidebar li {
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 2px;
	margin-right: 5px;
	margin-left: 0px;
	padding-left: 5px;
}
a:link.sidelink {
	color: #000;
	text-decoration: none;
}
a:hover.sidelink {
	color: #000;
	text-decoration: none;
}
a:active.sidelink {
	color: #000;
	text-decoration: none;
}
a:visited.sidelink {
	color: #000;
	text-decoration: none;
}