/* _____________________________________________ ZERO OUT ______________________________________________ */

* {	margin: 0; outline: 0; border: 0; padding: 0 }

/* ____________________________________________ HTML & BODY ____________________________________________ */

html {
	height: 100% }
body {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background: url(_images/home_pg-bg.gif) repeat-x fixed #0C1863 }

/* _____________________________________________ NOTES ________________________________________________ */

/* When wanting to change a used style, check where it's currently used by doing a Find (but not Replace).
Search for source code, not tag. */

/* __________________________________________ TEMPLATE ITEMS __________________________________________  */

#wrapper {
	width: 948px;
	margin: 0 auto 0 auto;
	background: #FFFFFF;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid }
#header {
	height: 141px;
	background: url(_images/home_header_bg.gif) no-repeat }
#header-logo {
	width: 350px;
	height: 141px;
	float: left;
	margin: 0 0 0 47px }
#header-bullets {
	width: 275px;
	float: left;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11pt;
	color: #0B1A72;
	line-height: 1.4em;
	margin: 25px 0 0 30px }
#header-address {
	width: 180px;
	float: right;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11pt;
	color: #036B20;
	font-weight: bold;
	text-align: center;
	margin: 33px 19px 0 0 }
#header-btm {
	clear: both;
	height: 1px;
	background: #FFFFFF }
#main {
	clear: both;
	padding: 212px 16px 5px 16px }
#left-col {
	float: left;
	width: 220px;
	padding: 10px 0 0 0 }
#right-col {
	float: right;
	width: 185px;
	padding: 10px 0 0 0 }
#footer {
	clear: both;
	height: 30px;
	background: #AAB7EB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000 }
#copyright {
	float: left;
	width: 275px;
	height: 21px;
	padding: 9px 0 0 18px;
	border-right: 1px solid #FFFFFF }
#contact {
	float: left;
	width: 400px;
	height: 21px;
	text-align: center;
	padding: 9px 0 0 0;
	border-right: 1px solid #FFFFFF }
#share {
	float: right;
	width: 233px;
	height: 21px;
	text-align: right;
	padding: 6px 20px 0 0 }
#carl-box {
	width: 181px;
	background: #09802B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center; 
	padding: 2px 2px 4px 2px;
	margin-bottom: 10px }
#carl-box img { margin-bottom: 4px }
.leftboxes {
	width: 202px;
	background: url(_images/home_leftboxes-bg.gif) repeat-x #FCFAED;
	padding: 7px 8px 0 8px;
	border-left: #BDB99C 1px solid;
	border-right: #BDB99C 1px solid }
.leftboxes p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626234;
	text-align: left;
	line-height: 1.3em;
	margin-bottom: 12px }
.leftboxes-mainlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626234;
	text-align: center;
	font-weight: bold }
#content {
	float: left;
	width: 455px;
	padding: 0 28px 0 28px }

/* ______________________________________________ LINKS ________________________________________________ */

a:link { color: #2B4DF2; text-decoration: underline }
a:visited { color: #2B4DF2; text-decoration: underline }
a:hover { color: #2B4DF2; text-decoration: none }
a:active { color: #2B4DF2; text-decoration: none }

#carl-box a:link { color: #FFFFFF; text-decoration: underline }
#carl-box a:visited { color: #FFFFFF; text-decoration: underline }
#carl-box a:hover { color: #FFFFFF; text-decoration: none }
#carl-box a:active { color: #FFFFFF; text-decoration: none }

/* _____________________________________________ HTML TAGS _____________________________________________ */

p {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
	line-height: 1.3em;
	margin: 0 0 12px 0 }
ul_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: none;
	line-height: 1.5em;
	margin: 10px 5px 5px 5px }
ul li_unused { 
	background-image: url(images/_shared/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em; /* H,V. Using "center" for vertical doen't work if text can wrap beyond one line */
	padding-left: 20px }
ol_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 5px }
ol li_unused { margin: 5px 0 5px 0 }
blockquote_unused {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: italic;
	line-height: 1.5em }
h1_unused {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-transform: capitalize;
	word-spacing: .3em;
	margin-bottom: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFCCCC;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid }
/* HR spacing should be consistent as long as margin is equal to or greater than para bottom. */
hr_1px-solid-or-dashed {
	clear: both;
	border-top: #FF00FF 1px solid;
	height: 1px;
	width: 50%;
	margin: 20px auto 20px auto }
	
/* ___________________________________________ CUSTOM STYLES ___________________________________________ */

.text-center { text-align: center }
.text-right_unused { text-align: right }
.text-left_unused { text-align: left }
/* Float left or right also needs width specified, so a generic rule isn't practical. Add float to specific class. */
.clear { clear: both } /* Clear is also useful to mimic tables. Forces a new line when there's a floated element above. */
.no-btm-margin_unused { margin-bottom: 0 }
.img-right_unused { float: right; margin: 5px 0 7px 15px }
.img-left_unused { float: left; margin: 5px 15px 7px 0 }
