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,sub,sup,tt,var,dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin: 0px; padding: 0px; border: 0; font-style: normal; font-size: 100%; line-height: 1.25em; font-family: inherit; text-align: left;}
body {background-color: #fff; color: #000;}
em {font-style: italic; }
table { border-collapse: collapse; border-spacing: 0; }
ol,ul {	list-style: none;}
q:before,q:after,blockquote:before,blockquote:after {content: "";}
hr {display:none}

.hidden {
	display: none;
}

html {
	width: 100%;
}


body {
	font-family:Tahoma, Arial, sans-serif;
	background: #fff url(../images/bg.png) repeat-x;
	margin: 0;
	padding: 0;
	font-size: 12px;
	width: 100%;
}

#page {
	position: relative;
	width: 919px;
	background: url(../images/header-bg.png) no-repeat;
	margin: 0px auto;
	top: 0;
	overflow: hidden;
	zoom: 1;
}
#header {
 margin: 0 22px 0 23px;
 height: 123px;
}
#title {
	margin: 0 32px;
}
#nav {
	height: 66px;
}
#nav ul {
	margin: 7px 14px 0 14px;
	overflow: hidden;
	zoom: 1;
}
#nav li {
	float: left;
	background: url(../images/nav-dark-bg.png) repeat-x;
	padding-right: 1px;
}
#nav li.right {
	float: right;
	padding-left: 1px;
	padding-right: 0;
}

#nav li a {
	float: left;
	display: block;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 0 31px;
	background: url(../images/nav-light-bg.png) repeat-x;
}

#nav li a:hover,#nav li.current a {
	background: transparent;
}

#title {
	overflow: hidden;
	zoom: 1;
}

#title h3 {
	float: right;
	font-size: 26px;
	color: #808080;
	font-weight: normal;
}

#title h2 {
	float: left;
	font-size: 25px;
	font-weight: normal;
	color: #808080;
}

#footer {
	background: url(../images/footer-bg.png) no-repeat;
	height: 48px;
}

#content {
	background: url(../images/content-bg.png) repeat-y;
	padding: 0 32px;
	overflow: hidden;
	zoom: 1;
}
#section-page {
	padding: 0 28px;
}

#home-blurb {
	float: left;
	width: 250px;
	padding: 0px 32px 0 25px;
}

#home-blurb p {
	color: #333;
	text-align: justify;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 15px;
}

#home-sections {
	float: left;
	width: 530px;
}
#content h2 {
	color: #0047BF;
	font-size: 22px;
	height: 30px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	background: url(../images/dots.png) repeat-x;
}
#home-sections h2 .moreinfo {
	padding-left: 13px;
}

#home-sections .section {
	overflow: hidden;
	zoom: 1;
}

#home-sections .section-bullets {
	float: left;
	width: 335px;
}

#home-sections .section-image {
	float: right;
}

#home-sections .section-bullets ul {
	margin: 18px 0 15px 18px;
	color: #333;
}

#home-sections .section-bullets ul li {
	padding-left: 14px;
	background: url(../images/bullet-arrow-blue.png) no-repeat 0 3px;
	margin-bottom: 8px;
}

#section-page .section {
	overflow: hidden;
	zoom: 1;
}

#section-page .section-bullets {
	float: left;
	width: 520px;
}

#section-page .section-bullets p {
	font-size: 14px ;
	color: #333;
	margin-top: 17px;
	padding-left: 20px;
}

#section-page .section-image {
	float: right;
	width: 270px;
	padding-top: 20px;
	text-align: center;
}

#section-page .section-bullets ul {
	margin: 18px 0 15px 40px;
	color: #333;
}

#section-page .section-bullets ul li {
	padding-left: 14px;
	font-size: 14px;
	background: url(../images/bullet-arrow-blue-large.png) no-repeat 0 3px;
	margin-bottom: 8px;
}

#page-contact {
	padding: 0 28px;
	overflow: hidden;
	zoom: 1;
}
#page-contact p {
	color: #333;
	margin-bottom: 20px;
	font-size: 14px;
}

#page-contact .column-left {
	float: left;
	width: 222px;
	font-size: 15px;
	margin-right: 10px;
}

#page-contact .column-right {
	float: left;
	width: 565px;
}

#page-contact ul {
	padding-top: 10px;
}

#page-contact ul li {
	padding-left: 14px;
	background: url(../images/bullet-arrow-blue.png) no-repeat 0 5px;
	margin-bottom: 8px;
	color: #333;
}

#page-contact form {
	margin-top: 24px; 
}
#page-contact label {
	display: block;
	font-size: 14px;
	color: #333;

	padding-left: 16px;
}
#page-contact input {
	background: url(../images/contact-input-text.png) no-repeat;
	height: 23px;
	width: 347px;
	padding: 18px;
	border: none;
}

#page-contact textarea {
	background: url(../images/contact-textarea.png) no-repeat;
	height: 167px;
	width: 559px;
	padding: 18px;
	border: none;
}

#page-contact input.submit {
	background: none;
	height: 35px;
	width: 128px;
	border: none;
	margin-left: 20px;
}

#page-contact p.success {
	padding: 20px;
}
