/*begin base styles*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, 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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	font-family: arial, helvetica, sans-serif;
}

/* remember to define focus styles! */
:focus { outline: 0; }
a { color: #336; }
a:visited { color: #336; }
ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* mac hide \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide */
/*end base styles*/
body,
html {
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: 'FrancoisOneRegular';
    src: url('../css/fonts/FrancoisOne-webfont.eot');
    src: url('../css/fonts/FrancoisOne-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/FrancoisOne-webfont.woff') format('woff'),
         url('../css/fonts/FrancoisOne-webfont.ttf') format('truetype'),
         url('../css/fonts/FrancoisOne-webfont.svg#FrancoisOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #fff;
	font-size: 14px;
	line-height: 1.4;
	color: #666;
}

strong {
	font-weight: bold;
}

/*BEGIN NAVIGATION*/

ul#navigation{
	background: url(../images/bkgd_nav.jpg) repeat-x left center;
}

ul#navigation li {
	list-style-type: none;
	float: left;
	background: url(../images/bkgd_nav_divider.gif) repeat-y right top ;
}

ul#navigation a:link,
ul#navigation a:active,
ul#navigation a:visited {
	margin-right: 2px;
	padding: 10px 20px;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	font-family: 'FrancoisOneRegular', Arial, sans-serif;
	color: #d9e7f4;
}

ul#navigation a:hover {
	background: url(../images/bkgd_nav_hover.jpg) repeat-x left center;
}

ul#navigation a.current,
ul#navigation a.current:hover {
	background: url(../images/bkgd_nav_current.jpg) repeat-x left center;
}

.rounded {
	position: relative;
	z-index: 0;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior:url(css/PIE.htc);
}

.rounded-left {
	position: relative;
	z-index: 0;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;	
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	behavior:url(css/PIE.htc);
}

/*END NAVIGATION*/

#page-background-top {
	background: #fff url(../images/bkgd_gradient_top.jpg) repeat-x left top;
}

#page-background-btm {
	background:  url(../images/bkgd_gradient_btm.jpg) repeat-x left bottom;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: url(../images/bkgd_title_highlight.jpg) no-repeat left top;
}

#header {
	padding: 20px;
}

table#logo td {
	vertical-align: middle;
}

#header h1 a {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #214a70;
	font-family: 'FrancoisOneRegular', Arial, sans-serif;
	font-size: 30px;
	color: #153460;
	line-height: 1;
	text-decoration: none;
}

#header h2 a {
	font-family: 'FrancoisOneRegular', Arial, sans-serif;
	font-size: 16px;
	color: #153460;
	line-height: 1;
	text-decoration: none;
}

#banner {
	margin: 20px 0 0 0;
	background: url(../images/photo_home.jpg) no-repeat left top;
	width: 960px; 
	height: 150px;
	display: table; /*vert align*/ 
	overflow: hidden; /*vert align*/
	_position: relative; /*vert align*/
	float: left;
}

#banner div { /*vert align*/
	display: table-cell; 
	vertical-align: middle;
	_position: absolute; 
	_top: 50%; 
}

#banner div h1 {
	margin: 20px 20px 20px 635px;
	font-family: 'FrancoisOneRegular', Arial, sans-serif;
	font-size: 20px;
	line-height: 1.2;
	color: #d9e7f4;
	font-weight: normal;
	_position: relative;/*vert align*/ 
	_top: -50%;/*vert align*/	
}

#main {
	width: 960px;
}

#col-lft {
	margin: 0;
	padding: 20px;
	float: left;
	width: 580px;
	display: inline;
	}

#col-rgt {
	margin: 0;
	padding: 20px 0 20px 0;
	float: right;
	width: 340px;
	display:inline;
}

#col-lft h1 {
	padding: 0 0 5px 0;
	font-family: 'FrancoisOneRegular', Arial, sans-serif;
	font-size: 18px;
	color: #f7941d;
}

#col-lft h2 {
	font-size: 14px;
	font-weight: bold;
}

#col-rgt h1 {
	padding: 0 0 5px 0;
	font-family: 'FrancoisOneRegular', Arial, sans-serif;
	font-size: 18px;
	color: #214a70;
}

#col-lft p,
#col-rgt p {
	margin-bottom: 15px;
}

#col-lft p.last {
	margin-bottom: 0;
}

.feature-box {
	margin-bottom: 10px;
	padding: 10px 15px 15px 15px;
	background: #fff url(../images/bkgd_feature_box.jpg) repeat-x left bottom;
	border: 1px solid #d3dae2;
}

#col-lft .feature-box p,
#col-rgt .feature-box p {
	margin-bottom: 0;
}

#col-lft .feature-box p em {
	font-style: italic;
	font-weight: bold;
}

.feature-box.last {
	margin-bottom: 0;
}

a.more:link,
a.more:active,
a.more:visited {
	padding-right: 20px;
	font-family: 'FrancoisOneRegular', Arial, sans-serif;
	font-size: 14px;
	color: #214a70;
	text-decoration: none;
	background: url(../images/icon_arrow_03.gif) no-repeat right center;
	line-height: 2;
}

a.more:hover {
	color: #437ebb;
}

#footer {
	margin: 20px auto;
	padding: 0 0 50px 0;
	width: 920px;
	font-size: 12px
}

#footer ul#links {
	margin-bottom: 10px;
}

#footer ul#links li {
	display: inline;
	padding-right: 10px;
}


#footer #links a:link,
#footer #links a:active,
#footer #links a:visited {
	color: #999;
}

#footer p {
	margin-bottom: 10px;
	color: #999;
}

ul.features {
	margin: 10px 0 10px 20px;
}

ul.features.last {
	margin: 10px 0 0 20px;
}

ul.features li {
	padding: 3px 0 5px 20px;
	background: url(../images/icon_check.gif) no-repeat left top;
	font-weight: bold;
	line-height: 1.2;
}

ul.cols3 {
	float: left;
	width: 33%;
}

ul.cols3 li {
	list-style-type: square ;
	margin: 0 5px 0 15px;
}



