
body { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 14px; 
color: #000000; 
background-color: #FFFFFF; 
}


/* .... css reset .... */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* .... end of css reset .... */


img
{
	border: none;
}

a
{
	text-decoration: none;
}

.clearBoth
{
	clear: both;
}

.noBorder
{
	border: none;
}

body
{
	font-size: 62.5%;
	font-family: tahoma, helvetica, arial, "lucida grande", sans-serif;
	background: #837f79 url(../images/main-bg_01.jpg) repeat-x top;
}
.noPrint { 
display: none; 
}

#container
{
	width: 954px;
	margin: 0px auto;
}

#header
{
	position: relative;
	width: 100%;
	height: 86px;
	background: url(../images/mainbgmiddle_04.jpg) no-repeat center 2px;
}

#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#mainNav
{
	float: right;
	margin-top: 25px;
}

#mainNav li
{
	float: left;
}

#mainNav li a
{
	display: block;
	float: left;
	height: 36px;
		background:url(../images/main-nav.gif) no-repeat 0px 0px;
}

ul#mainNav li#nav1 a { width: 78px; background-position: 0px 0px; }
ul#mainNav li#nav2 a { width: 94px; background-position: -78px 0px; }
ul#mainNav li#nav3 a { width: 101px; background-position: -172px 0px; }
ul#mainNav li#nav4 a { width: 113px; background-position: -273px 0px; }
ul#mainNav li#nav5 a { width: 76px; background-position: -386px 0px; }
ul#mainNav li#nav6 a { width: 69px; background-position: -462px 0px;}

ul#mainNav li#nav1 a:hover { width: 78px; background-position: 0px -36px; }
ul#mainNav li#nav2 a:hover { width: 94px; background-position: -78px -36px; }
ul#mainNav li#nav3 a:hover { width: 101px; background-position: -172px -36px; }
ul#mainNav li#nav4 a:hover { width: 113px; background-position: -273px -36px; }
ul#mainNav li#nav5 a:hover { width: 76px; background-position: -386px -36px; }
ul#mainNav li#nav6 a:hover { width: 69px; background-position: -462px -36px;}

ul#mainNav li#nav1 a.select { width: 78px; background-position: 0px -72px; }
ul#mainNav li#nav2 a.select { width: 94px; background-position: -78px -72px; }
ul#mainNav li#nav3 a.select { width: 101px; background-position: -172px -72px; }
ul#mainNav li#nav4 a.select { width: 113px; background-position: -273px -72px; }
ul#mainNav li#nav5 a.select { width: 76px; background-position: -386px -72px; }
ul#mainNav li#nav6 a.select { width: 69px; background-position: -462px -72px;}

#flashHolder
{
	width: 950px;
	height: 370px;
	margin: 0 auto 10px auto;
	background:url(../images/main-bg_10.jpg) no-repeat top;
}

#flashHolder img /* for now */
{
	
}

#mainBody
{
	width: 100%;
	/*height: 439px;*/
	height:auto;
	min-height:450px;
	background: url(../images/bg_beige.jpg) no-repeat 0px 3px;
}

#columnLeft
{
	width: 640px;
	float: left;
	padding-top: 23px;
}

#columnLeft h1
{
	height: 93px;
}

.boxes
{
	width: 640px;
}

.boxes ul
{
	width: 100%;
}

.boxes ul li
{
	float: left;
	width: 50%;
	height: 100px;
}

.boxes ul li h2
{
	height: 19px;
}

.boxes ul li p
{
	font-size: 12px;
	color: #757575;
	line-height: 16px;
	width: 85%;
}

.boxes ul li p a
{
	color: #757575;
}

#columnRight
{
	
	width: 310px;
	float: right;
	position:relative;
	left:12px;
}

#blogEntries
{
	width: 100%;
	background:url(../images/blog-bg_03.jpg) no-repeat top center;
	padding-top: 14px;
}

#blogEntries h2
{
	padding-left: 28px;
	margin-bottom: 13px;
	padding-top:0px;
}

#btnRss
{
	float: right;
	display: inline;
	margin-right: 24px;
	margin-top: -26px;
}

#blogEntries ul
{
	width: 264px;
	margin: 0px auto 2px auto;
}

#blogEntries ul li
{
	display: inline;
}

#blogEntries ul li a
{
	display: block;
	cursor: pointer;
	padding: 5px 0px 15px 0px;
	height: 40px;
	margin: 0px auto;
	border-bottom: 1px solid #dbd0bd;
	background:url(../images/date-bg.png) no-repeat 5px 5px;
}

#blogEntries ul li a:hover span
{
	color: #2762a2;
}

#blogEntries ul li span.date
{
	float:left;
	color:#898989;
	display: inline;
	line-height:12px;
	font-weight:normal;
	position:relative;
	width:40px;
	top:14px;
	text-align:center;
	margin-left:10px;
	text-transform:uppercase;
}

#blogEntries ul li span.date strong
{
	font-size:18px;
	color:#4b4a48;
}


#blogEntries ul li img
{
	margin-left: 5px;
}

#blogEntries ul li span
{
	width: 180px;
	float: right;
	display: inline;
	margin-right: 15px;
	font-size: 11px;
	line-height: 16px;
	color: #757575;
}

#blogEntries .readMore
{
	text-align: right;
	padding-right: 24px;
	margin-bottom:10px;
}

#blogEntries .readMore a
{
	font-size: 10px;
	color: #2762a2;
	background: url(../images/arrow_blue_double.gif) no-repeat 0px 6px;
	padding-left: 8px;
}

#blogEntries .readMore a:hover
{
	text-decoration:underline;
}

#testimonial
{
	clear: both;
	margin-top:10px;
	width: 955px;
	height: 95px;
	background: url(../images/bg_testimonial.gif) no-repeat top;
	padding: 15px 0px;
}

#quote
{
	width: 767px;
	float: right;
	font: italic 16px georgia, times, serif;
	line-height: 22px;
	color: #757575;
}

#quoteFrom
{
	clear: both;
	text-align: right;
	color: #8d8d8d;
	font-size: 11px;
	padding-right: 20px;
}

#footer
{
	clear:both;
	padding-top: 0px;
	height: 82px;
	width: 954px;
	margin: 0px auto;
}

#footer .left
{
	font-size: 10px;
	color: #dad9d7;
	float: left;
}

#footer .right
{
	float: right;
}

#footer .right li
{
	display: inline;
}

#footer .right li a
{
	font-size: 11px;
	margin-left: 12px;
	color: #dad9d7;
}

#footer .right li a:hover
{
	color: #fff;
}