/* GLOBAL ELEMENTS */
	* {
		margin:0;
		padding:0;
		border: 0;
		color:#646464;
		}
	
	body {
		background: #26618f url(../images/background.jpg) no-repeat;
		font: 62.5%/1.6em verdana,helvetica,arial,sans-serif;
		}
	hr {
		color: #8b8b8b;
		background-color: #8b8b8b;
		height: 1px;
		width: 100%;
		margin: 5px auto;
		}
	input, textarea, checkbox, select, file {
		border:1px solid #8b8b8b;
		}
	p, span, ul li, ol li {
		font-size: 1.2em;
		}
	p {
		margin:0 5px 10px 5px;
		}
	em {
		font-style: italic;
		}
	ul, ol {
		margin: 0 10px;
		}

/* END GLOBAL */

/* STANDARD CLASSES */
	.wysiwyg {
		margin:0 5px 5px 5px;
		width:100%;
		}
	.wysiwyg p {
		margin:0 0 10px 0;
		}
	.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg table {
		margin:5px 0 0 0;
		}
	.common {
		margin:0 0 5px 0;
		width: 90%;
		}
	.alert {
		color:#ff0000;
		}
	
	.legal {
		font-size:1em;
		color:#c9c9c9;
		}
	.clear_float {
		clear: both;
		}
/* END STANDARD CLASSES */

/* STANDARD HEADER */
	h1, h2, h3, h4, h5, h6 {
		color:#26618f;
		margin: 0 0 5px 0;
		font-family: minion, Georgia, Times, "Times New Roman", serif;
		}
	h1 {font-size:1.8em;}
	h2 {font-size:1.4em;}
	h3 {font-size:1.3em;}
	h4 {font-size:1.2em;}
	h5 {font-size:1.1em;}
/* END STANDARD HEADER */

/* STANDARD LINKS */
	a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a, a strong, strong a {
		text-decoration:none;
		color:#659c32;
		font-weight: bold;
		}
	a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, li a:hover, a:hover strong, strong a:hover {
		color:#26618f;
		}
/* END STANDARD LINKS */

/* ALIGNMENTS */
	.cal {text-align:center;}
	.left {text-align:left;}
	.ral {text-align:right;}
	.tvert {vertical-align:top;}
	.mvert {vertical-align:middle;}
	.mcal {vertical-align:middle;text-align:center;}
	.tcal {vertical-align:top;text-align:center;}
/* END ALIGNMENTS */

/* TABLE */
/* END TABLE */

/* TD */
	table.tbl_4p td {
		padding: 4px;
		}
	table.tbl_8p td {
		padding: 8px;
		}
	table.tbl_12p td {
		padding: 12px;
		}
	tr.even {
	background: #dbd9d9;
	}
	tr.odd {
	background: #EBEBEB;
	}

/* END TD */

/* DIV */
	#hm_body_wrapper {
		margin: 15px auto 15px auto;
		padding: 4px 4px 4px 4px;
		width: 948px;
		background: #fff;
		}
	#hm_body, #footer, #int_body {
		width: 948px;
		}
	#hm_body {
		background: #fff url(../images/bg_body_hm.gif) repeat-y;
		}
	#int_body {
		background: #fff url(../images/bg_body_int.gif) repeat-y;
		}
	#hm_left_wrap {
		float: left;
		width: 751px;
		}
	#hm_middle, #hm_left, #hm_right {
		min-height: 290px;
		height: auto !important;
		height: 290px;
		}
	#hm_middle {
		float: right;
		margin: 0 16px 0 0;
		width: 521px;
		}
	#int_left {
		float: left;
		margin: 0 0 0 32px;
		width: 690px;
		min-height: 300px;
		height: auto !important;
		height: 300px;
		}
	#hm_left {
		margin-left: 5px;
		width: 181px;
		}
	#hm_right, #int_right {
		float: right;
		margin-right: 5px;
		width: 181px;
		}
	#footer {
		height: 38px;
		background: #1f5075 url(../images/bg_footer.gif) repeat-x;
		}
	#hm_middle_left, #hm_middle_right {
		margin-bottom: 10px;
		min-height: 80px;
		height: auto !important;
		height: 80px;
		}
	#hm_middle_left {
		margin-top: 10px;
		padding: 3px 15px 3px 0;
		width: 280px;
		border-right: 1px solid #8b8b8b;
		}
	#hm_middle_right {
		margin-top: 5px;
		float: right;
		padding: 3px 0 3px 0;
		width: 203px;
		}
/* END DIV */

/* UL */
	#hm_middle_right ul {
		margin: 0 3px;
		}
	#int_right ul {
		margin: 0 0 10px 0;
		}
/* END UL */

/* LI */
	#hm_middle_right ul li {
		margin: 0;
		padding: 3px 0 3px 17px;
		font-size: 1.3em;
		line-height: 120%;
		list-style: none;
		background: transparent url(../images/li_arrow.gif) 0 7px no-repeat;
		}
	li {
		margin-left: 30px;
		line-height: 120%;
		}
	ul li {
		padding: 3px 0 3px 17px;
		list-style: none;
		background: transparent url(../images/li_arrow.gif) 0 7px no-repeat;
		}
	#int_right ul li {
		margin-left: 20px;
		}
/* END LI */



/* TEXT */
	#footer p, #footer p strong {
		padding-top: 5px;
		font-size: .9em;
		line-height: 130%;
		text-align: center;
		}
	p.mar_top {
		margin-top: 10px;
		}
/* TEXT END */

/* LINK */
	#footer p strong a:hover {
		text-decoration: underline;
		}
/* END LINK */

/* HEADING */
/* END HEADING */

	#footer p strong, #footer p strong a {
		color: #fff;
		}
/* END STRONG */

/* SELECT */

/* END SELECT */
/* FIELDST */
	fieldset#email_signup {
		width: 181px;
		}
	fieldset#contact_form {
		margin: 20px auto 0 auto;
		padding: 5px;
		width: 70%;
		border: 1px solid #ccc;
		}
/* END FIELDSETT */
/* LABEL */
	fieldset#contact_form label {
		display: block;
		float: left;
		clear: left;
		padding-right: 5px;
		width: 200px;
		text-align: right;
		font-weight: bold;
		line-height: 250%;
		}
	fieldset#contact_form label.lenews {
		margin-bottom: 10px;
		width: 77%;
		text-align: right;
		line-height: 150%;
		}
/* END LABEL */
/* INPUT */
	fieldset#email_signup input {
		margin: 8px 0 0 6px;
		padding: 5px;
		width: 85%;
		border: 0;
		}
	fieldset#email_signup input.btnSubmit {
		float: right;
		margin: 3px 6px 0 0;
		width: 54px;
		height: 23px;
		}
	fieldset#contact_form input, fieldset#contact_form textarea, fieldset#contact_form select {
		margin-bottom: 6px;
		padding: 7px;
		width: 195px;
		background: #fff;
		}
	fieldset#contact_form input, fieldset#contact_form textarea {
		display: block;
		float: left;
		}
	fieldset#contact_form input.btn_submit {
		margin: 10px 0 0 205px;
		padding: 0;
		width: 54px;
		height: 23px;
		border: 0;
		}
	fieldset#contact_form input#enews {
		margin-left: 25px;
		width: auto;
		}
/* END INPUT */

/* IMG */
	.hm_hdr {
		padding-top: 5px;
		margin-left: 11px;
		}
	.int_hdr {
		margin-bottom: 5px;
		}
	.img_hm_left {
		margin-left: 6px;
		}
	.img_hm_btn {
		margin: 3px 0 3px 6px;
		}
	.news_thumb, .news_lores {
		float: right;
		margin: 0 0 20px 20px;
		padding: 3px;
		border: 1px solid #ccc;
		}
	.img_align_left {
		float: left;
		margin: 0 15px 15px 0;
		}
	.img_align_right {
		float: right;
		margin: 0 15px 15px 0;
		}
/* END IMG */

/* HR */
/* END HR */

/* SUP */
/* END SUP */

