/* General */
body {	font: 11pt/130% Arial, Helvetica, sans-serif; margin: 0; padding: 0; color: #000; background: #fff;}
a {	color: #333; text-decoration: none;}
a:visited { color: #777; }
a:hover { color: #111; }
a:active { color: #333; }
a img {	border: none; }
img.float-right { width: auto; float: right; }

h2.centered { float: left; width: 100%;text-align: center; margin: 5px 0 0px; padding: 0 0 25px;}
h3.exposed-heading { float: left; width: 350px; margin: 12px 0;}

p { margin: 10px 0; }
strong { color: #666; }
.red { color: #cb0a00; } 
.orange,
.orange a { color: #ff8a00 !important; text-decoration: none;}
.orange a:hover,
.orange a:focus { color: #e45600 !important; }
.orange a:active { color: #cb0a00 !important; }
	
form ul, form li { margin: 0; padding: 0; list-style: none; }
form, fieldset { margin: 0; padding: 0; }
fieldset { border: none; }	

/* Containers */
#container { width: 1000px; margin: 0 auto; }
#header { min-height: 457px; height: 550px; background: url(../images/header-bg.jpg) 0px 0 no-repeat; }
#content { width: 86%; padding: 0 7%; float: left; clear: left; color: #919191;}

/* Header > Logo */
h1 { margin: 188px 0 168px; padding: 0; float: left; display: inline; line-height: 12px;}

/* Header > Nav */
ul#nav { margin: 0;text-align: center; clear: left; float: left; width: 86%; padding: 0 7% 69px; background: url(../images/nav-bottom-glow.gif) 50% 100% no-repeat; list-style: none; }
ul#nav li { margin: 0; padding: 0 20px; display: inline; font-size: 16px; }
ul#nav li a { display: inline; color: #1aba7b; line-height: 24px; padding: 0 0 5px 25px; background: url(../images/nav-list-style.gif) 0 -85px no-repeat; text-decoration: none; }
ul#nav li a:hover, 
ul#nav li a:focus
ul#nav li.active a { background-position: 0 -2px; }
ul#nav li a:active { background-position: 0 -85px; }
ul#nav li.active a { background-position: 0 -2px; }
/* Content > Subcontent */
.sub-content { float: left; width: 500px; padding-bottom: 30px; }

/* Content > Contact Details */
dl#contact-details { margin: 10px 0 0; padding: 0; float: left; width: 100%; }
dl#contact-details dt { margin: 0; line-height: 17px; float: left; clear: left; width: 50px; padding: 2px 0; color: #666; }
dl#contact-details dd { margin: -21px 0 0 60px; line-height: 17px; float: left; clear: left; padding: 2px 0; }

/* Content > Questions and Answers */
ul.questions-and-answers { margin: 0 0 0 7%; padding: 0; width: 43%; display: inline;list-style: none; float: left; }
ul.questions-and-answers:first-child { margin: 0 0 0 3%; }
ul.questions-and-answers li { line-height: 20px; margin-bottom: 20px; float: left; }
ul.questions-and-answers li h2 { color: #5d005c; font-size: 1em; line-height: 1em; margin: 5px 0 0; padding: 0; clear: left;width: 100%; }

/*Content > Info */
#info { float: left; width: 43%; margin-left: 7%; display: inline; font-size: 12px; line-height: 12px;}

/* Foot */
#foot { width: 86%; padding: 0 7% 30px; float: left; min-height: 135px; height: auto !important; height: 135px; background: url(../images/foot-bg.gif) 50% 0 no-repeat; clear: left;}