/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, blockquote, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/*end reset*/

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #242f45;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #051b31;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-style: solid;
	border-top-color: #666;
}
p {
	margin-bottom: 18px;
}
span {
	color: #041554;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #41567c;
	margin-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #41567c;
}
a{
	color: #990000;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
blockquote {
	margin-left: 30px;
}
#container  {
	width: 940px;
	margin: 0 auto;
	background: #ebe8e0;
}
#header  {
	height: 50px;
	width: 940px;
	background: #05175e;
}
#logo-left{
	float: left;
	height: 50px;
	width: 260px;
	text-align: left;
}
#tel-right {
	float: right;
	height: 20px;
	width: 260px;
	text-align: right;
	margin-top: 16px;
	margin-right: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
}
#anim-header {
	height: 270px;
	width: 940px;
	background-image: url(images/bg-header.jpg);
}
#navContainer {
	height: 30px;
	width: 940px;
	background-image:url(images/bg-nav.jpg);
	background-repeat:no-repeat;
	padding-top: 20px;
	padding-bottom: 0px;
}
#navContainer li {
	list-style-type: none;
	float: left;
}
#navContainer li a {
	background-image: url(images/btn-divider.jpg);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	padding: 0px 25px;
}
#navContainer li a:hover {
	color: #edaf07;
}
#mainContainer {
	width: 940px;
	background-color: #ebe8e0;
}
#mainContent {
	float: left;
	padding-left: 25px;
	width: 590px;
	padding-top: 30px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #ebe8e0;
} 
#sidebar1 {
	float: right;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background-color: #d3ccba;
	background-image: url(images/bg-sidebox.jpg);
	background-repeat: repeat-x;
	margin-right: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
}
#home-boxes {
	width: 590px;
	border-top: 1px solid #969fae;
	border-bottom: 1px solid #969fae;
	overflow: hidden;
}
#home-box-left {
	float: left;
	width: 280px;
	padding-top: 20px;
	padding-right: 10px;
	border-right: 1px solid  #969fae;
	padding-bottom: 10px;
}
#mainContent li {
	list-style-type: circle;
	margin-left: 40px;
	margin-bottom: 5px;
	font-size: 12px;
	color:#000;
}
#sidebar1 li {
	list-style-type: circle;
	margin-left: 12px;
	font-size: 12px;
	color:#000;
}
#home-box-right {
	float: right;
	width: 265px;
	padding-top: 20px;
	padding-left: 20px;
}
#footer {
	clear: both;
	background-color: #06154c;
	background-image: url(images/bg-bottom-nav.jpg);
	background-repeat: no-repeat;
	width: 940px;
	height: 120px;
	margin-top: 20px;
} 
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 0px;
	color: #999;
	padding-left: 30px;
	padding-top: 40px;
}
/* Footer Nav */
#footer-navigation {
	width: 920px;
	height: 40px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#footer-navigation li {
	list-style-type: none;
	float: left;
}

#footer-navigation li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F90;
	text-decoration: none;
	font-size: 11px;
	padding: 0px 10px 0px 10px;
	background-image: url(images/btn-divider.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#footer-navigation li a:hover {
	color: #CCC;
	text-decoration: underline;
}

/* Miscellaneous classes for reuse */
.fltright {
	float: right;
	margin-left: 20px;
}
.fltrt-icon {
	float: right;
	margin-left: 12px;
	margin-right: 12px;
}
.fltleft {
	float: left;
	margin-right: 12px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.txt-yellow {
	font-size: 14px;
	color: #FC0;
	font-weight: bold;
}
.txt-sidebar {
	font-size: 12px;
	color: #d3ccba;
}
.txt-sm {
	font-size: 11px;
	color: #000;
}
.txt-18px {
	font-size: 18px;
}
