/*Basic Elements */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:hover {
	text-decoration: underline;
}

/*End Basic Elements */

/* Global elements */
body{
	background: #fff url(/images/bg_bottom.gif) bottom repeat-x fixed;
	text-align: center;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4a5b64;
	width: 100%;
	height: 100%;
}	

li a, .action{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 p, blockquote{
	line-height: 110%;
	font-size: 1.4em;
	padding: 5px 0 8px;
	}

p.alt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

p.caption{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 30px;
}
p.lg{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	color: #7c003f;
	font-weight: bold;
}
blockquote{
	font-style: italic;
}

#colRight blockquote{
	background: url(/images/bg_quote.gif) left center no-repeat;
	padding: 10px 0 10px 65px;
	margin-bottom: 10px;
}
a{
	color: #5f6a76;
}

a.action{
	color: #1868b2;
	font-weight: bold;
	background: url(/images/star_sm.gif) no-repeat;
	text-decoration: none;
	font-size: 1.2em;
	padding: 0 0 4px 20px;
}

h1{
	font-size: 3.6em;
	color: #585858;
	margin: 70px 0 10px 30px;
	font-weight: normal;
}
h2{
	font-size: 2.2em;
}
h3{
	font-size: 1.4em;
}
h4{
	font-size: 1.2em;
	padding: 2px 0 3px;
}
h4.action{
	color: #1868b2;
	font-weight: bold;
	background: url(/images/star_sm.gif) no-repeat;
	text-decoration: none;
	font-size: 1.4em;
	padding: 0 0 4px 20px;
}
h5{
	color: #435661;
	font-size: 1.4em;
	margin-top: 15px;
	padding-bottom: 3px;
}

#wrapper{
	margin: 0;
	overflow: hidden; 
	background: url(/images/bg_top.gif) top center repeat-x;
}

#main{
	width: 875px;
	margin: 0 auto;
	text-align: left;
}

#logo{
	margin-top: 20px;
	float: left;
}

/** nav styles **/
#topnav{
	float: right;
	margin-top: 15px;
}

#topnav li, #nav li{
	display: inline; 
	float: left;
}

#topnav li a, #nav li a{
	display: block;
	padding-left: 14px;
	margin-right: 4px;
	color: #1868b2;
	font-size: 1.2em;
	background: url(/images/star_nav.gif) left  center no-repeat;
}

#topnav li a.first, #nav li a.first{
	background: none;
	padding-left: 0;
}

#nav{
	margin: 17px 0 0 30px;
}

/** end nav styles **/

/** banner styles **/
#banner{
	background: url(/images/banner_home.png) no-repeat;
	margin-top: 50px;
	padding-top: 20px;
	margin-left: 30px;
	height: 250px;
}

#banner h1{
	color: #fff;
	padding-left: 25px;
	font-weight: normal;
	font-size: 6em;
	margin: 0;
}
#banner h1 span{
	font-size: 18px;
}

#banner h3{
	font-size: 1.3em;
	padding: 15px 0 0 15px;
	font-weight: normal;
	color: #fff;
}

#banner h2{
	font-style: italic;
	color: #fff;
	font-size: 1.3em;
	margin-left: 90px;
	padding-bottom: 15px;
}

#banner p{
	width:360px;
	margin: 0 0 0 25px;
}


#banner a.action{
	background: url(/images/star_lg.gif) no-repeat;
	padding-left: 25px;
	padding-right: 50px;
	display: block;
	font-size: .9em;
}

/** end banner styles **/

#mid{
	margin-left: 30px;
	border-bottom: 1px solid #c1c5cb;
	margin-bottom: 5px;
}

/** content styles **/
#content{
	margin-left: 30px;
	width: 844px;
}

#content {
	background: url(/images/bg_content.gif) top no-repeat;
	padding-top: 20px;
}

#home #content{
	background: none;	
	padding-top: 0;
}
#content ul{
	list-style: disc;
	margin-left: 20px;
	margin-top: 5px;
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 10px;
}	
#content ul ul{
	font-size: 1em;
	list-style: circle;
	margin-top: 0;
}

#content a{
	color: #1868b2;
}

#content ul.question{
	list-style: none;
	margin: 10px 0;
	border-bottom: 1px solid #c1c5cb;
	padding-bottom: 10px;
}
#content ul.question li{
	padding: 0 20px 8px 23px;
	background: url(/images/q.gif) left top no-repeat;
}
#content ul.question a{
	font-family: Georgia, "Times New Roman", Times, serif;
}
/** end content styles **/

.col1, .col2, .col3{
	width: 266px;
	float: left;
	padding-top: 10px;
}

.col1 img, .col2 img, .item img{
	float: left;
	padding: 4px 5px 0 0;
}
.testimonial .item img{
	float: none;
}

.col1{
	margin-right: 22px;
}
.col3, #colRight{
	margin-left: 22px;
}

#colLeft{
	width: 554px;
	float: left;
	padding-bottom: 10px;
}

#colLeft img{
	padding-right: 5px;
}

#colRight{
	width: 266px;
	float: right;
	padding: 0 0 10px 0;
}

.highlight{
	border-top: 1px solid #c1c5cb;
	border-bottom: 1px solid #c1c5cb;
	padding: 20px 30px 20px 20px;
	margin: 10px 0 15px;
}

.highlight img{
	border: 4px solid #e3e4e2;
	padding: 1px;
	margin: 0 10px 0 0;
	float: left;
}

.item{
	border-bottom: 1px solid #c1c5cb;
	margin-bottom: 20px;
}

.callout{
	background: url(/images/bg_callout.gif) 15px top no-repeat;
	padding: 48px 20px 20px 0;
}

.last{
	border: none;
}
#content .nofloat, #content .testimonial .col1 img{
	float: none;
}	

.testimonial h4{
	font-size: 1.4em;
}
#content .testimonial ul{
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
#content .testimonial ul li{
	padding: 3px 0;
}
/** footer styles **/

#footer {
	background: url(/images/bg_footer.gif) top repeat-x;
	margin: 20px 0 10px 30px;
	padding: 20px 0;
}

#footer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #62727a;
}

#footer a{
	color:  #62727a;
}

input, textarea {
	padding: 5px;
	width: 400px;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #cacaca;
}
input.short{
	width: 50px;
}

textarea {
	height: 50px;
}

textarea:focus, input:focus {
	border: 1px solid #1868B2;
}

input.submit-button {	
	background: url(/images/star_lg.gif) no-repeat;
	border: none;
	color: #1868B2;
	font-weight: bold;
	font-size: 1.6em;
	text-align: left;
	padding: 0 0 4px 25px;
	cursor: pointer;
}
label {
	text-align: left;
	margin-right: 15px;
	padding-top: 5px;
	font-size: 1.4em;
}
span.required{
	color: #900;
}

#note{
	font-size: 1.4em;
}

.notification_ok p{
	font-size: 1em;
}