/* ==============================================================================
											GLOBAL SETTINGS
	============================================================================== */
* {
	margin: 0;
	padding: 0;
	outline: 0;
	text-rendering: optimizeLegibility;
}

body {
	height: 100%;
	color: #010000;
	font: 13px 'Myriad Pro', 'Arial', 'Helvetica', sans-serif;
	background-color: #dbdde2;
}

a,
a:link,
a:visited {
	text-decoration: none;
	font-weight: bold;
	
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
a:focus,
a:hover {
	text-decoration: underline;
}

a img { border: 0 }
strong { font-weight: bold }
em { font-style: italic }
.left { float: left }
.right { float: right }
.clear { clear: both }


/* ==============================================================================
													CONTENT
	============================================================================== */
#wrapper {
	width: 760px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	height: 150px;
	position: relative;
	background: #fff url('img/index-header_bg.png') no-repeat top left;
}

#logo {
	position: absolute;
	top: 27px;
	left: 195px;
}

/* social_menu */
.social_bar {
	width: 100%;
	height: 24px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: transparent url('img/social_bg.jpg') no-repeat bottom left;
}

.social_bar ul.left {
	position: absolute;
	top: 2px;
	left: 30px;
}

.social_bar ul.left li {
	float: left;
	margin-right: 4px;
	list-style-type: none;
}

.social_bar ul.left li a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: transparent url('img/social_icons.png') no-repeat 0 0;
}
.social_bar ul.left li a.facebook {
	background-position: -20px 0;
}
.social_bar ul.left li a.twitter {
	background-position: -40px 0;
}
.social_bar ul.left li a.myspace {
	background-position: -60px 0;
}

.social_bar ul.right {
	margin-right: 30px;
}

.social_bar ul.right li {
	float: left;
	margin-left: 10px;
	list-style-type: none;
}

.social_bar ul.right li a {
	color: #fff;
	font: 11px/28px 'Myriad Pro', 'Arial', 'Helvetica', sans-serif;
}
.social_bar ul.right li a:focus,
.social_bar ul.right li a:hover {
	
}
/* end social_menu */

.questions {
	COLOR: #69B900;
	font-size: 1.1em;
	margin-bottom: 0px;
	}	

.answers {
	margin-top: 0;
	}	
	
.title_02 {
FONT-SIZE: 20px;
PADDING-TOP: 28PX;
PADDING-BOTTOM: 10PX;
BORDER-BOTTOM: 1px solid #69B900;
	}

#content {
	height: 423px;
	overflow: hidden;
	position: relative;
	background: transparent url('img/index-content_bg.jpg') no-repeat top left;
}

#content .top.left {
	width: 511px;
	height: 246px;
	position: absolute;
	top: 0;
	left: 0;
}

/* index_slider */
#content .top.left ul li {
	width: 490px;
	height: 246px;
	
}

#content .top.right {
	width: 249px;
	height: 246px;
	position: absolute;
	top: 0;
	right: 0;
}

#content .top.right ul#index_menu {
	width: 249px;
	height: 246px;
	
}

#content .top.right ul#index_menu li {
	width: 249px;
	height: 41px;
	list-style-type: none;
	position: relative;
	background: transparent url('img/index-menu_bg.jpg') no-repeat left -1px;
	
}
#content .top.right ul#index_menu li:focus,
#content .top.right ul#index_menu li:hover {
	background-image: url('img/index-menu_hover_bg.jpg');
	
}

#content .top.right ul#index_menu li a {
	display: block;
	width: 219px;				/*controls the positioning of the text to the right on the main menu*/
	height: 41px;
	text-align: right;
	color: #383838;
	font: bold 12px/42px 'CenturyGothic Bold', 'Myriad Pro', 'Arial', 'Helvetica', sans-serif;
	padding-right: 30px;

}
#content .top.right ul#index_menu li a:focus,
#content .top.right ul#index_menu li a:hover {
	text-decoration: none;
}

#content .top.right ul#index_menu li ul {
	width: 220px;				/*controls the positioning of the sub menu		width: 140px;*/
	position: absolute;
	top: 0;
	right: 249px;
	background-color: #c9e798;
	z-index: 999;
	}

#content .top.right ul#index_menu li ul li {
	width: 140px;
	height: 20px;
	margin: 0;
	background-image: none;	
}
#content .top.right ul#index_menu li ul li:focus,
#content .top.right ul#index_menu li ul li:hover {
	background-image: none;
}

#content .top.right ul#index_menu li ul li a {
	width: 200px;					/*width: 120px;*/
	padding: 0 20px 0 0;
	height: 20px;
	line-height: 20px;
}
#content .top.right ul#index_menu li ul li a:focus,
#content .top.right ul#index_menu li ul li a:hover {
	background-color: #eaf8c4;
}

#content .bottom.left {
	height: 148px;
	position: absolute;
	bottom: 0;
	left: 30px;
}

#content .bottom.left ul li {
	list-style-type: none;
}

#content .bottom.left ul li a {
	color: #fff;
	font: bold 16px/24px 'CenturyGothic Bold', 'Myriad Pro', 'Arial', 'Helvetica', sans-serif;
	text-decoration: underline;
}
#content .bottom.left ul li a:focus,
#content .bottom.left ul li a:hover {
	text-decoration: none;
}

#content .bottom.right {
	height: 142px;
	position: absolute;
	bottom: 0;
	right: 11px;
}

#content .bottom.right ul li {
	height: 142px;
	height: 34px;
	list-style-type: none;
	text-align: right;
}

#content .bottom.right ul li a {
	padding: 0 15px;
	color: #444041;
	text-align: right;
	font: bold 22px/34px 'CenturyGothic Bold', 'Myriad Pro', 'Arial', 'Helvetica', sans-serif;
}
#content .bottom.right ul li a:focus,
#content .bottom.right ul li a:hover {
	text-decoration: underline;
}


/* ==============================================================================
													SUBPAGE
	============================================================================== */
.subpage #header {
	height: 143px;
	background-image: url('img/subpage-header_bg.jpg');
	z-index: 999;
}

.subpage #logo {
	top: 20px;
	left: 20px;
}

.subpage .address {
	position: absolute;
	top: 30px;
	right: 20px;
	text-align: right;
	color: #000;
	font: bold 15px/16px 'Myriad Pro', 'Arial', 'Helvetica', sans-serif;
}

.subpage .social_bar {
	bottom: 33px;
}

.subpage .address span {
	color: #0274ce;
}

.subpage #menu {
	width: 744px;
	height: 33px;
	padding: 0 0 0 16px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: transparent url('img/subpage-menu_bg.jpg') no-repeat top left;
}

.subpage #menu li {
	height: 33px;
	float: left;
	position: relative;
	list-style-type: none;	
}
.subpage #menu li:focus,
.subpage #menu li:hover {
	background: transparent url('img/subpage-menu_hover_bg.png') repeat-x bottom center;
}

.subpage #menu li a {
	display: block;
	padding: 0 6px;
	color: #383838;
	font: 10px/34px 'CenturyGothic Bold', 'Myriad Pro', 'Arial', 'Helvetica', sans-serif;
}
.subpage #menu li a:focus,
.subpage #menu li a:hover {
	text-decoration: none;
}

.subpage #menu li ul {
	width: 190px;					/*original width: 110px*/
	position: absolute;
	top: 32px;
	left: 0;
	background-color: #c9e798;
	z-index: 9999;
}

.subpage #menu li ul li {
	height: 20px;				/*controls the height of the drop down list items*/
}

.subpage #menu li ul li a {
	width: 	180px;					/*controls the width of the text original 120px;*/
	line-height: 20px;
}
.subpage #menu li ul li a:focus,
.subpage #menu li ul li a:hover {
	background-color: #eaf8c4;
}

.subpage #content {
	height: auto;
	padding: 140px 30px 5px;
	position: relative;
	background: #fff url('img/subpage-content_bottom_bg.png') no-repeat bottom left;
	z-index: 9;
}

.subpage #content .header {
	width: 760px;
	height: 113px;
	position: absolute;
	top: 0;
	left: 0;
}

.subpage #content .header img {
	position: absolute;
	top: 0;
	left: 0;
}

.subpage #content .header span {
	position: absolute;
	top: 40px;
	right: 85px;
	color: #52abf1;
	font: bold 37px 'Myriad Pro', 'Arial', 'Helvetica', sans-serif;
	z-index: 9;
}

.subpage #content h1 {
	color: #018b87;
	font: bold 16px 'CenturyGothic Bold', 'Myriad Pro', 'Arial', 'Helvetica', sans-serif;
	margin-bottom: 20px;
}

.subpage #content h2 {
	color: #018b87;
	font: bold 15px 'CenturyGothic Bold', 'Myriad Pro', 'Arial', 'Helvetica', sans-serif;
	margin-bottom: 20px;
}

.subpage #content a.left {
	color: #69b900;
	margin: 0 20px 7px 0;
}

.subpage #content a.right {
	color: #69b900;
	margin: 0 0 7px 20px;
}

.subpage #content p {
	line-height: 16px;
	margin-bottom: 20px;
}

.subpage #content a {
	color: #69b900;
}

.subpage #content ul
{
	margin-left: 20px;
}


/* ==============================================================================
													FOOTER
	============================================================================== */
#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	color: #018b87;
	font: 12px/14px 'CenturyGothic', 'Myriad Pro', 'Arial', 'Helvetica', sans-serif;
}

#footer a {
	color: #018b87;
	font: 10px/14px 'CenturyGothic', 'Myriad Pro', 'Arial', 'Helvetica', sans-serif;
}

#footerleft {
	text-align: left;
	margin-left: 50px;
}
