/************************ [Table of contents]
* body
	+ Glaobal Elements / p, h1, h2, h3, h4, h5, form, li, a, img, hr
	+ Container / #container
    + Header / #header
	+ Search Global / #search 
	+ Navigation / #top_nav #prod_nav #left_nav
    + Content / #wrapper, #content_wrapper
        - Left column / #leftcolumn,  #leftcolumn_home
        - Right column / #rightcolumn, #rightcolumn_home
        - Home Page Settings / #home_text
            - Highlight Box / .highlight_wrapper .highlight
            - Advancde Product Search / #search_adv_wrapper, #search_adv
        - Sub Page Settings / #
            
	        - Product Catgories / #sub_cat .group
	        - Product Detail / #sub_cat .detail
			- Content Pages / #sub_cat .content					
    + Footer / #footer
    + Extras / Float, Text, Image , Border, Padding

/************************ [Color codes]
* Dark grey (text): #464646
* Mid Blue (headings, links) #005dab
* Dark Blue (header) #004681

	
/************************ Global Elements */
body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background-color: #265A33;
	background-image: url(../images/bg_body.gif);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. */
}
p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #262626;
	font-weight: 400;
}
h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #282d88;
	font-weight: 800;
}
h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	color: #004681;
	font-weight: 800;
}
h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #265a33;
	font-weight: 800;
}
h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 800;
	text-align: left;
	color: #002e59;
}
h5 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #464646;
}
form {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	text-align: left;
	margin-top: 0px;
	color: #464646;
}
li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	margin-top: 0px;
	color: #262626;
	list-style: none;
}
li a:link {
	text-decoration: none;
	color: #002e59;
}
li a:visited {
	text-decoration: none;
	color: #003F7B;
}
li a:hover {
	text-decoration: underline;
	color: #24598a;
}
li a:active {
	text-decoration: underline;
	color: #357E47;
}
a:link {
	text-decoration: none;
	color: #002e59;
}
a:visited {
	text-decoration: none;
	color: #003F7B;
}
a:hover {
	text-decoration: underline;
	color: #24598a;
}
a:active {
	text-decoration: underline;
	color: #357E47;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	margin: 0px;
	padding: 0px;
}
hr {
	border-top: 1px solid #4A765C;/*the border*/
	height: 1px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}
/************************ Container */
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	border: 0px;
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	overflow: hidden;
}
/************************ Header */
#header {
	background-image: url(../images/bg_header.gif);
	height: 166px;
	width: 900px;
	background-repeat: no-repeat;
}
/* using an image to replace text in an h1 */
#header h1 {
	height: 147px;
	width: 280px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#header h1 span {
	display: none;
}
#header h2 {
	height: auto;
	width: 740px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: 800;
	text-align: right;
	color: #FFFFFF;
}
/************************ Header Image Map Settings */
#links a {
	position: absolute;
	height: 121px;
	width: 229px;
	top: 27px;
	text-decoration: none;
	left: 18px;
  }
#links a i { visibility: hidden; } 
a#home {
	left: 23px;
}
/************************ Search Global */
#search {
	margin:0;
	padding:0px;
	text-align:right;
	height: 40px;
	width: 400px;
	white-space: nowrap;
	position: absolute;
	top: 128px;
	left: 330px;
}
#search label {
	display:inline;
	font-size: 11px;
	text-align: right;
	color: #FFFFFF;
}
#search input.text {
	border:1px solid #7982ce;
	padding:1px;
	font-size:10px;
	background:#FFFFFF;
	margin: 1px;
}
#search img {
	border:none;
	vertical-align: middle;
}
#search p {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
	font-weight: 800;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#search a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#search a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#search a:hover {
	text-decoration: none;
	color: #CFEA0A;
}
#search a:active {
	text-decoration: none;
	color: #CCCC00;
}
#search hr {
	border-top: 1px dotted #282d88;
	border-bottom: 0;
	margin-top: 3px;
	margin-bottom: 3px;
}
/************************ Navagation */
	/* top nav */
#top_nav_wrapper {
	width: 900px;
	height: 33px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	background-image: url(../images/bg_topnav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
#top_nav {
	width: 900px;
	height: 33px;
	font-size: 14px;
  font-weight: 1000;
	position: relative;
	top: 0px;
	overflow: hidden;
	left: 18px;
}
#top_nav ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#top_nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	height: 33px;
	border-left: 1px solid #347b46;
}
#top_nav li a {
	color: #245430;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin: 0px;
	padding: 8px;
	line-height: 33px;
}
#top_nav li a:hover {
	background: url(../images/bg_topnav_hover.gif) repeat-x top;
	color: #FFFFFF;
	text-decoration: underline;
}
#top_nav li a:active {
	background: url(../images/bg_topnav_active.gif) repeat-x top;
	color: #ABC9B3;
	text-decoration: underline;
}
#top_nav li #active {
	background: url(../images/bg_topnav_hover.gif) repeat-x top;
	color: #FFD755;
	text-decoration: none;
}
/* admin nav */
#admin_nav {
	height: 63px;
	margin: 0px;
	padding: 0px 0px 0px 24px;
	overflow: hidden;
	position: absolute;
	width: 322px;
	top: 30px;
	left: 541px;
	text-align:right;
}
#admin_nav ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#admin_nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	height: 24px;
}
#admin_nav li a {
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 2000;
	margin: 0px;
	padding: 6px;
	line-height: 24px;
	height: 24px;
}
#admin_nav li a:hover {
	color: #000000;
	text-decoration: underline;
}
#admin_nav li a:active {
	color: #565656;
	text-decoration: underline;
}
/* left nav */
#left_nav {
	width: 217px;
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
#left_nav ul {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#left_nav li {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F9F9F9;
}
#left_nav li a {
	display: block;
	background: #dfdfdf;
	width: 217px;
	height: 24px;
	color: #2548aa;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-decoration: none;
	text-align: left;
	text-indent: 12px;
	margin: 0px;
	padding: 0px 0px;
}
#left_nav li a:hover {
	background: #ECECEC;
	color: #2548aa;
	text-decoration: underline;
}
#left_nav li a:active {
	background: #C8C8C8;
	color: #173782;
	text-decoration: underline;
}
/* active state for the left nav  */
#left_nav #active a:link, #left_nav #active a:visited, #left_nav #active a:hover {
	background: #FFFFFF;
	text-decoration: none;
}
/* sub menu item  */
#left_nav ul ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	background: #FFFFFF;
	left: 0px;
}
#left_nav #subnav li {
	padding: 1px 0px;
	margin: 1px 0px 1px 16px;
	list-style-type: none;
}
#left_nav #subnav li a {
	display: block;
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-size: 11px;
	font-weight: 400;
	text-decoration: none;
	padding: 0px;
	background-image: none;
	line-height: 13px;
	margin: 0px;
	text-indent: 0px;
	height: 1%;
	width: auto;
}
#left_nav #subnav li a:hover {
	text-decoration: underline;
}
/* active state for the left nav  */
#subactive a:link, #subactive a:visited, #subactive a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#left_nav h2 {
	margin-top: 0px;
	height: 44px;
	margin-bottom: 0px;
}
#left_nav h6 {
	background-image: url(../images/bg_leftcolumn_btm.gif);
	width: 171px;
	height: 91px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
/************************ Content */
	/* content wrapper */
#wrapper {
	min-height: 300px;
	width: 900px;
	text-align: left;
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
	padding: 0px;
	position: relative;
	margin: 0px;
}
#flash {
	width: 900px;
	padding: 0px;
	margin: 0px;
	height: 202px;
	background-image: url(../images/bg_flash.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	text-align: center;
}
#content_wrapper {
	width: 879px;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
}
#content_wrapper_sub {
	width: 892px;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
}
/* homepage column position */
#leftcolumn_home {
	width: 568px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#rightcolumn_home {
	width: 296px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 15px;
}
/* subpage column position */	
#right_column {
	width: 565px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}
/* left sidebar position */
#left_column {
	width: 217px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}
/************************ Home Page Settings */	
	/* home main text */
#home_text {
	margin: 0px;
	width: auto;
}
#home_text h2 {
	margin-top: 0px;
	margin-bottom: 4px;
}
#home_text p {
	margin: 0px;
	padding: 0px;
}
#home_text hr {
	margin: 0px 0px 3px;
	padding: 0px;
}
/* highlight box home */
.highlight {
	background-image: url(../images/bg_highlight_brdr.gif);
	background-repeat: repeat-y;
	width: 568px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.highlight h2 {
	background-image: url(../images/bg_highlight_top.gif);
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px 0px 8px;
	padding: 0px;
	font-weight: 800;
	height: 56px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 56px;
	text-indent: 24px;
	background-color: #D8D7C9;
	width: 568px;
}
.highlight p {
	text-align: left;
	margin: 0px 24px 8px;
	padding: 0px;
}
.highlight h3 {
	text-align: left;
	margin: 0px 24px 2px;
	padding: 0px;
}

.highlight hr {
	border-top: 1px dotted #A6A6A6;
	border-bottom: 0;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 22px;
	margin-left: 22px;
}
.highlight ul {
	margin-top: 3px;
	margin-bottom: 3px;
}
.highlight li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	color: #464646;
	list-style: url(../images/li_bullet.gif) none inside;
	margin: 0px;
	padding: 0px;
	text-indent: 18px;
}
.highlight h6 {
	background-image: url(../images/bg_highlight_btm.gif);
	width: 568px;
	height: 21px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

/* highlight_note box home */
.highlight_note {
	background-image: url(../images/bg_highlight_note_brdr.gif);
	background-repeat: repeat-y;
	width: 568px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.highlight_note h2 {
	background-image: url(../images/bg_highlight_note_top.gif);
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px 0px 8px;
	padding: 0px;
	font-weight: 800;
	height: 56px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 56px;
	text-indent: 24px;
	background-color: #D8D7C9;
	width: 568px;
}
.highlight_note p {
	text-align: left;
	margin: 0px 24px 8px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.highlight_note h3 {
	text-align: left;
	margin: 0px 24px 2px;
	padding: 0px;
	font-size: 18px;
	color: #002e59;
}
.highlight_note hr {
	border-top: 1px dotted #A6A6A6;
	border-bottom: 0;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 22px;
	margin-left: 22px;
}
.highlight_note ul {
	margin-top: 3px;
	margin-bottom: 3px;
}
.highlight_note li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	color: #464646;
	list-style: url(../images/li_bullet.gif) none inside;
	margin: 0px;
	padding: 0px;
	text-indent: 18px;
}
.highlight_note h6 {
	background-image: url(../images/bg_highlight_note_btm.gif);
	width: 568px;
	height: 21px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

/* highlight_plus box home */
.highlight_plus {
	background-image: url(../images/bg_highlight_plus_brdr.gif);
	background-repeat: repeat-y;
	width: 568px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.highlight_plus h2 {
	background-image: url(../images/bg_highlight_plus_top.gif);
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px 0px 8px;
	padding: 0px;
	font-weight: 800;
	height: 56px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 56px;
	text-indent: 24px;
	background-color: #D8D7C9;
	width: 568px;
}
.highlight_plus p {
	text-align: left;
	margin: 0px 24px 8px;
	padding: 0px;
}
.highlight_plus h3 {
	text-align: left;
	margin: 0px 24px 2px;
	padding: 0px;
}

.highlight_plus hr {
	border-top: 1px dotted #A6A6A6;
	border-bottom: 0;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 22px;
	margin-left: 22px;
}
.highlight_plus ul {
	margin-top: 3px;
	margin-bottom: 3px;
}
.highlight_plus li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	color: #464646;
	list-style: url(../images/li_bullet.gif) none inside;
	margin: 0px;
	padding: 0px;
	text-indent: 18px;
}
.highlight_plus h6 {
	background-image: url(../images/bg_highlight_plus_btm.gif);
	width: 568px;
	height: 21px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}


/* Search Advanced */
#search_adv_wrapper {
	width: 238px;
	background-image: url(../images/bg_search_adv_brdr.gif);
	background-repeat: repeat-y;
	background-color: #D1D1D1;
	margin: 0px;
	padding: 0px;
}
#search_adv_wrapper h2 {
	background-image: url(../images/bg_search_adv_top.gif);
	margin-top: 0px;
	width: 238px;
	height: 33px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 33px;
	color: #666666;
	text-indent: 8px;
	font-size: 12px;
}
#search_adv_wrapper h6 {
	background-image: url(../images/bg_search_adv_btm.gif);
	width: 238px;
	height: 13px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#search_adv {
	width: auto;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
#search_adv h4 {
	text-align: left;
	margin: 0px 9px 3px;
	display: block;
	padding: 0px;
	overflow: auto;
}
#search_adv label {
	display:inline;
	font-size: 11px;
	text-align: right;
}
#search_adv select {
	width: 140px;
}
#search_adv select.age {
	width: auto;
}
#search_adv input {
	width: 136px;
}
#search_adv input.area {
	width: auto;
}
#search_adv select.text {
	border:1px solid #7982ce;
	padding:1px;
	font-size:10px;
	background:#FFFFFF;
	margin: 1px;
}
#search_adv input.text {
	border:1px solid #7982ce;
	padding:1px;
	font-size:10px;
	background:#FFFFFF;
	margin: 1px;
}
#search_adv img {
	border:none;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
#search_adv div {
	text-align: right;
	margin: 0px 9px 3px;
	padding: 0px;
}
/* sidebar home */
.sidebar_wrapper {
	width: 296px;
	background-image: url(../images/bg_side_brdr.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.sidebar_wrapper h2 {
	background-image: url(../images/bg_side_top.gif);
	margin-top: 0px;
	width: 296px;
	height: 56px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 56px;
	color: #FFFFFF;
	text-indent: 36px;
	font-size: 12px;
}
.sidebar_wrapper h6 {
	background-image: url(../images/bg_side_btm.gif);
	width: 296px;
	height: 21px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.sidebar {
	width: 296px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#rightcolumn_home .sidebar p, h4 {
	text-align: left;
	margin: 0px 24px;
	padding: 0px;
}
.sidebar h5 {
	text-align: left;
	margin: 0px 24px;
	padding: 0px;
}
#rightcolumn_home .sidebar li {
	text-align: left;
	margin: 0px 24px;
	padding: 0px;
	list-style: url(../images/li_bullet.gif) none outside;
	text-indent: 0px;
}

/************************ Sub Page Settings */	
		/* sub category */
#sub_cat_tab {
	background-image: url(../images/bg_sub_cat_wht.gif);
}
#sub_cat_tab h6 {
	background-image: url(../images/bg_sub_content_wht_btm.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 17px;
	width: 565px;
}

/*  detail pages */
#sub_cat {
	width: 672px;
	margin: 0px;
	float: left;
	height: auto;
	background-image: url(../images/bg_sub_cat_brdr.gif);
	position: relative;
	background-repeat: repeat-y;
}
#sub_cat h2 {
	background-image: url(../images/bg_sub_cat_top.gif);
	margin-top: 0px;
	width: 672px;
	height: 56px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 56px;
	color: #FFFFFF;
	text-indent: 24px;
	font-size: 14px;
	text-transform: uppercase;
}
#sub_cat h6 {
	background-image: url(../images/bg_sub_cat_btm.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 21px;
	width: 672px;
}
#sub_cat .detail {
	width: 540px;
	margin: 4px 12px 0px;
	height: auto;
	padding: 0px;
}
#sub_cat .detail h3 {
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	margin: 0px 0px 2px;
	padding: 0px;
}
#sub_cat .detail p {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0px 0px 2px;
	padding: 0px;
}
#sub_cat .detail hr {
	margin: 2px 0px 8px;
	padding: 0px;
}
#sub_cat .detail table {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0px 0px 4px;
	padding: 0px;
	height: auto;
	width: auto;
}
#sub_cat .detail table th {
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	margin: 0px;
	padding: 4px 8px;
	border: 1px solid #D4D4D4;
	background-image: url(../images/bg_th.gif);
	background-position: center bottom;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #464646;
}
#sub_cat .detail table td {
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	margin: 0px;
	padding: 4px;
	border: 1px solid #D4D4D4;
	color: #464646;
}

/* sub content page */
#sub_cat .content {
	margin: 4px 22px 0px 24px;
	height: auto;
	padding: 0px;
}
#sub_cat .content h3 {
	text-align: left;
	margin: 0px 0px 2px;
	padding: 0px;
	color: #004681;
}
#sub_cat .content h4 {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin: 0px 0px 2px;
	padding: 0px;
	color: #347B46;
}
#sub_cat .content h5 {
	font-size: 26px;
	font-weight: 800;
	line-height: 20px;
	text-align: center;
	margin: 0px 0px 2px;
	padding: 0px;
	color: #347B46;
}
#sub_cat .content p {
	text-align: left;
	margin: 0px 0px 6px;
	padding: 0px;
}
#sub_cat .content hr {
	margin: 2px 0px 8px;
	padding: 0px;
}
.content ul {
	margin-top: 3px;
	margin-bottom: 6px;
}
.content li {
	text-align: left;
	list-style: url(../images/li_bullet.gif) none outside;
	margin: 0px 0px 6px;
	padding: 0px;
	text-indent: 0px;
}

/* callouts */
#callout {
	height: 274px;
	width: 202px;
	margin: 0px auto;
	padding: 0px;
}
#callout p {
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	margin: 0px;
	padding: 140px 12px 18px 18px;
	color: #FFFFFF;
}
#callout h1 {
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	margin: 0px;
	padding: 140px 12px 18px 18px;
	color: #000000;
}
.call1{
	background-image: url(../images/pix_callout1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.call2{
	background-image: url(../images/pix_callout2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.call3{
	background-image: url(../images/pix_callout3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.call4{
	background-image: url(../images/pix_callout4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.call5{
	background-image: url(../images/pix_callout5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.call6{
	background-image: url(../images/pix_callout6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.call7{
	background-image: url(../images/pix_callout7.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.call8{
	background-image: url(../images/pix_callout8.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.call9{
	background-image: url(../images/pix_callout9.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.call10{
	background-image: url(../images/pix_callout10.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.call11{
	background-image: url(../images/pix_callout11.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.call12{
	background-image: url(../images/pix_callout12.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.call13{
	background-image: url(../images/pix_callout13.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.call14{
	background-image: url(../images/pix_callout14.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.call15{
	background-image: url(../images/pix_callout15.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.call16{
	background-image: url(../images/pix_callout16.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.call17{
	background-image: url(../images/pix_callout17.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.call18{
	background-image: url(../images/pix_callout18.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.call19{
	background-image: url(../images/pix_callout19.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.call21{
	background-image: url(../images/pix_callout21.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
/************************ Footer */
#footer_wrapper {
	padding: 0px;
	height: 150px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	width: 900px;
	margin: 0px;
}
#foot_text {
	padding: 0px;
	width: 600px;
	margin: 0px;
	position: relative;
	left: 108px;
	top: 0px;
	height: 113px;
}
#foot_text h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 30px;
	color: #FFFFFF;
}
#footer {
	height: 37px;
	width: 860px;
	top: 0px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	line-height: 28px;
	width: auto;
	white-space: nowrap;
}
#footer ul li {
	display: inline;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 24px;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 400;
	padding: 0px;
}
#footer ul li a {
	color: #FFFFFF;
}
#footer li a:link {
	text-decoration: none;
	color: #245430;
}
#footer li a:visited {
	text-decoration: none;
	color: #245430;
}
#footer li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer li a:active {
	text-decoration: underline;
	color: #283382;
}
#footer h5 {
	text-align: left;
	color: #5f513f;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}
/************************ Extras */
	   /* float classes */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
	margin-right: 0px;
	margin-left: 4px;
	margin-bottom: 4px;
}
.center {
	text-align: center;
	left: auto;
	right: auto;
}
.clear {
	clear: both;
}
.divider {
	text-align:left;
	margin:0px;
	padding: 0px;
	clear: both;
	height: 10px;
}
/* Text Settings */	
.caption {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #a40000;
}
.green {
	color: #347B46;
}
/* Image Settings */	
.imgLink {
	margin-top: 0px;
	padding-top: 0px;
	border: 1px solid #CEA04B;
}
.buttonLink {
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: text-bottom;
}
/* Border Settings */	
.pixBrdr {
	border:1px solid #e3e3e1;
}
/* Padding Settings */
.pad2 {
	padding: 2px;
}
.pad4 {
	padding: 4px;
}
.padPhoto {
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-top: 6px;
}
/* highlight_plus content page */
.highlight_content {
	background-image: url(../images/bg_highlight_plus_brdr.gif);
	background-repeat: repeat-y;
	width: 750px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.highlight_content h2 {
	background-image: url(../images/bg_highlight_plus_top.gif);
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px 0px 8px;
	padding: 0px;
	font-weight: 800;
	height: 56px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 56px;
	text-indent: 24px;
	background-color: #D8D7C9;
	width: 568px;
}
.highlight_content p {
	text-align: left;
	margin: 0px 24px 8px;
	padding: 0px;
}
.highlight_content h3 {
	text-align: left;
	margin: 50px 24px 50px;
	padding: 0px;
}

.highlight_content hr {
	border-top: 1px dotted #A6A6A6;
	border-bottom: 0;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 22px;
	margin-left: 22px;
}
.highlight_content ul {
	margin-top: 3px;
	margin-bottom: 3px;
}
.highlight_content li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	color: #464646;
	list-style: url(../images/li_bullet.gif) none inside;
	margin: 0px;
	padding: 0px;
	text-indent: 18px;
}
.highlight_content h6 {
	background-image: url(../images/bg_highlight_plus_btm.gif);
	width: 568px;
	height: 21px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
