body {
	font-size: 62.5%;
    font-family: Tahoma, "Lucida Grande", Verdana, sans-serif;
    color: #747474;
    background-color: #e1e1e1;
}
strong { font-weight: bold; }
img { border: none; padding: 0px; margin: 0px; }

/* VARIABLES
----------------------------- */

.cl { clear: left !important; }
.cr { clear: right !important; }
.cb { clear: both !important; }
.fl { float: left !important; }
.fr { float: right !important; }
.mt5 { margin-top: 5px !important; }
.mr5 { margin-right: 5px !important; }
.mb5 { margin-bottom: 5px !important; }
.ml5 { margin-left: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mr10 { margin-right: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ml10 { margin-left: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mr15 { margin-right: 15px !important; }
.mb15 { margin-bottom: 15px !important; }
.ml15 { margin-left: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mr20 { margin-right: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml20 { margin-left: 20px !important; }
.pt10 { padding-top: 10px !important; }
.pr10 { padding-right: 10px !important; }
.pb10 { padding-bottom: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pr15 { padding-right: 15px !important; }
.pb15 { padding-bottom: 15px !important; }
.pl15 { padding-left: 15px !important; }
.hrt { border-top: 1px solid #c7cdd1; }
.hrb { border-bottom: 1px solid #c7cdd1; }
.w25 { width: 25px !important; }
.w50 { width: 50px !important; }
.w75 { width: 75px !important; }
.w100 { width: 100px !important; }
.w125 { width: 125px !important; }
.w150 { width: 150px !important; }
.w175 { width: 175px !important; }
.w200 { width: 200px !important; }
.w225 { width: 225px !important; }
.w250 { width: 250px !important; }
.w275 { width: 275px !important; }
.w300 { width: 300px !important; }
.em { font-style: italic !important; }
.strong { font-weight: bold !important; }
.em09 { font-size: .9em !important; }
.em10 { font-size: 1.0em !important; }
.em11 { font-size: 1.1em !important; }
.em12 { font-size: 1.2em !important; }
.em13 { font-size: 1.3em !important; }
.em14 { font-size: 1.4em !important; }
.lh05 { line-height: .5em !important; }
.lh10 { line-height: 1em !important; }
.lh15 { line-height: 1.5em !important; }
.tal { text-align: left !important; }
.tac { text-align: center !important; }
.tar { text-align: right !important; }
.border { border: 6px solid #c7cdd1 !important; }
.quote {
	font: normal 1.5em/1.5em Georgia, "Times New Roman", Times, serif !important;
    text-indent: 28px;
    background: transparent url(/images/site/icon_quote.gif) no-repeat 0 0;
}
.more {
    background: transparent url(/images/site/icon_arrow.gif) no-repeat top right;
    padding-right: 14px;
}
.hide { display: none; }

/* LINKS
----------------------------- */

a:link, a:visited { 
	/*color: #bd5319;*/
    color: #499393;
	text-decoration: none;
}
a:hover { 
	color: #bd1934;
	text-decoration: underline;
}
#nav a:link, #nav a:visited { 
	color: #bbbbbb;
}
#nav a:hover { 
	color: #bd1934;
}
#banner a, #banner a:visited {
	color: #319e9c;
}
#banner a:hover {
	color: #bd1934;
}




/* CONTENT
----------------------------- */

#content h2 {
/*    margin: 0 0 .7em 0;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: bold;
    color: #20558a;
    letter-spacing: -.05em;
}
#content h3 {
	clear: left;
    margin: 0 0 .7em 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #4073a6;
    font-weight: bold;
}
#content h4 {
    margin: 0 0 .25em 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    font-style: italic;
}
#content p {
    line-height: 1.6em;
    margin: 0 0 1em;
    font-size: 1.1em;
    max-width: 610px;
}
#content p.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.6em;
    line-height: 1.6em;
}
#content ul {
	margin-bottom: 1.5em;
}
#content li {
    line-height: 1.5em;
    font-size: 1.1em;
    margin: 0 0 .25em 0;
}
#content ul.bulleted {
	width: 610px;
}
#content ul.bulleted li {
	padding: 0 0 0 13px;
    background: transparent url(/images/site/icon_bullet.gif) no-repeat 0 6px;
}
#content ul.three_col {
	clear: both;
	float: left;
	margin-bottom: 1.5em;
}
#content ul.three_col li {
	float: left;
    width: 220px;
    line-height: 1.5em;
    font-size: 1.1em;
    margin-right: 5px;
}
#content ul.two_col {
	clear: both;
	float: left;
	margin-bottom: 1.5em;
}
#content ul.two_col li {
	float: left;
    width: 419px;
    line-height: 1.5em;
    margin: 0px 20px 0px 0px;
    font-size: 1.1em;
}
#content li p {
    font-size: 1em;
}
#content li h4 {
    font-size: 1.1em;
}
#content p.breadcrumbs {
    font-size: 1em;
    text-transform: lowercase;
}

/* HOME PAGE STYLES
----------------------------- */

body#default #content {
	background: #f2f2f2 url(/images/site/bg_content.gif) repeat-x top left;
	width: 958px;
    min-height: 300px;
    background-color: #f2f2f2;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    padding: 0;
}
body#default #banner p {
	color: #319e9c;
    font-size: 1.1em;
    width: 440px;
    margin: 125px 0 0 182px;
}
body#default #logo, body#default #banner {
	height: 220px;
}
body#default #col_1 {
	float: left;
	padding: 0px;
    width: 459px;
    height: 383px;
}
body#default #col_2 {
	float: left;
	padding: 18px 0px 0px 20px;
    border-left: 1px solid #8dabaa;
    min-height: 365px;
    height: 383px;
}
body#default #content {
	background: #f2f2f2 url(/images/site/bg_content_home.gif) repeat-x top left;
	width: 958px;
    min-height: 401px;
    background-color: #f2f2f2;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
body#default #nav  {
	background: #254669 url(/images/site/bg_nav.gif) repeat-x top left;
    height: 150px;
}
body#default #nav ul li a, body#default #nav ul li a:visited {
    width: 199px;
    color: #319e9c;
    text-decoration: none;
    padding: 35px 10px 0 20px;
}
body#default #nav ul li a:hover {
	color: #319e9c;
    text-decoration: none;
}
body#default #nav ul li {
    height: 122px;
    width: 219px;
}
body#default #content h2 {
    width: 150px;
    margin: 0px 0px 0px 0px;
    font-size: 1.9em !important;
}
body#default #content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
    margin: 0 0 .5em;
}
body#default #content p {
	font-size: 1.3em;
    line-height: 1.8em;
    font-family: Tahoma, "Lucida Sans", Verdana, sans-serif;
    margin: 0 0 .75em;
}
body#default #content #slideshow p {
	font-size: 1.1em;
    line-height: 1.8em;
    font-family: Tahoma, "Lucida Sans", Verdana, sans-serif;
    margin: 0 0 100px;
}
body#default #content #jcarousel_wrapper p {
	font-size: 1.1em;
    line-height: 1.7em;
    font-family: Tahoma, "Lucida Sans", Verdana, sans-serif;
    margin: 0 0 .75em;
}
body#default div.slide_counter {
	float: right;
    width: 200px;
}
body#default div.slide_counter ul {
	float: right;
}
body#default div.slide_counter ul li {
	font-family: Tahoma, "Lucida Sans", Verdana, sans-serif;
    font-size: 13px;
	color:#000000;
    font-weight: bold;
	display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 0 0 4px;
}
body#default div.slide_counter ul li a.activeSlide {
	
	background-color:#d8d4c6;
}
body#default div.slide_counter ul li a {
text-decoration:none;
	
    display: block;
color: #033A44;
    width: 19px;
    height: 25px;
    padding: 5px 0 0 11px;
}
body#default #controls { 
	z-index: 1000; 
    position: absolute; 
    top: 0; 
    left: 0; 
    display: none;
    margin: 0; 
    padding: 6px;
    width: 100px;
}
body#default #controls a { 
	margin: 0 5px 0 0;
 color: #033A44;
    font-family: Tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
}
img.promo_ongoing {
	border: 1px solid #ccc;
    float: left;
    margin: 3px 10px 5px 0;
}
.hr_top {
	clear: both;
    border-top: 1px dotted #888;
    padding-top: 15px;
}
