body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0 0 0 0;
	line-height: 18px;
}
a:link {color: #167cc0; text-decoration: none;}
a:visited {color: #167cc0; text-decoration: none;}
a:active {color: #167cc0; text-decoration: none;}
a:hover {color: #f68c1f; text-decoration: underline;}

h1 {font-size: 22px; color: #147abe; margin: 0 0 10px 0; line-height: 22px;}
h2 {font-size: 18px; color: #f65b9b; margin: 0 0 10px 0; line-height: 17px;}
h3 {font-size: 14px; color: #70923a; margin: 0 0 10px 0; line-height: 17px;}

p {
	margin: 0 0 15px 0;
	line-height: 18px;
}

a.bottom:link {color: #fff; text-decoration: none;}
a.bottom:active {color: #fff; text-decoration: none;}
a.bottom:visited{color: #fff; text-decoration: none;}
a.bottom:hover {color: #fff; text-decoration: underline;}

/* design */

#fortix {
	width: 916px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}
.clear {clear: both;}

#top_line {
	width: 100%;
	height: 33px;
	background: url(../Site-images/top_line_bg_02.png);
}

#top_line_sub {
	width: 100%;
	height: 33px;
	background: url(../Site-images/top_line_bg_02.png);
}

#header_most_top {
	width: 916px;
	margin: 0 auto;
	height: 33px;
}
#header_most_top_home {
	width: 916px;
	margin: 0 auto;
	height: 33px;
	background-image: url(../Site-images/header_most_top_04.png);
	font-weight: bold;
	color: #FFF;
}
#header_most_top_sub {
	width: 916px;
	margin: 0 auto;
	height: 33px;
	background-image: url(../Site-images/headerSub_04.png);
	font-weight: bold;
	color: #FFF;
}

#main_header {
	width: 916px;
	height: 110px;
	margin: 0 auto;
	background-image:url(../Site-images/main_header_07.png);
}

#main_header_sub {
	width: 916px;
	height: 110px;
	margin: 0 auto;
	background-image:url(../Site-images/headerSub_07.png);
}

#main_menu {
	width: 916px;
	height: 38px;
	margin: 0 auto;
	background: url(../Site-images/menu_08.png);
}

#main_image {
	width: 916px;
	height: 229px;
	margin: 0 auto;
	padding-top: 15px;
}

#tagline {
	width: 916px;
	height: 138px;
	margin: 0 auto;
}

/* subpage details */
#subcontent_wrapper {
	width: 916px;
	margin: 0 auto;
	padding-top: 15px;
}

#subcontent {
	width: 590px;
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 30px;
}

#subside {
	width: 290px;
	float: right;
}

/* end subpage */


/* main page details */
#content_wrapper {
	width: 916px;
	margin: 0 auto;
	background-image: url(../Site-images/body_20.png);
	background-position: bottom;
	background-repeat: no-repeat;
}



#blog {
	width: 428px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
}

#side {
	width: 433px;
	float: right;
	padding-left: 25px;
	background-image: url(../Site-images/side_bg_13.png);
	background-repeat: no-repeat;
}
/* end main page */

#bottom_wrapper {
	width: 916px;
	margin: 0 auto;
	background-image: url(../Site-images/bottom_20.png);
	padding-top: 20px;
}

.bottom_component_1 {
	width: 305px;
	float: left;
	height: 335px;
	background: url(../Site-images/bottom_components_21.png);
}

.bottom_component_2 {
	width: 306px;
	float: left;
	height: 335px;
	background: url(../Site-images/bottom_components_22.png);
}

.bottom_component_3 {
	width: 305px;
	float: left;
	height: 335px;
	background: url(../Site-images/bottom_components_23.png);
}
	
.bottom_content {
	width: 245px;
	padding-top: 170px;
	padding-left: 30px;
	text-align: center;
}

#quote {
	width: 916px;
padding-bottom: 20px;
	margin: 0 auto;
}

#footer_wrapper {
	width: 916px;
	height: 139px;
	margin: 0 auto;
	background-image: url(../Site-images/footer_31.png);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#logos {
	width: 600px;
	height: 90px;
	float: left;
	padding-top: 50px;
	padding-left: 30px;
	overflow: hidden;
}

#social_media {
	width: 210px;
	height: 90px;
	float: right;
		padding-top: 50px;
	padding-right: 30px;
}

#footer {	width: 100%;
	background-color: #57bfdf;
}

#footer_line_wrapper {
	width: 916px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
}

.footer_menu {
	width: 450px;
	float: left;
}

.copyright {
	width: 400x;
	float: right;
}

/* blog properties */
.blog_date {width: 54px;
height: 45px;
background: url(../Site-images/date_21.png);
padding-top: 10px;
}
.blog_content {padding-top: 10px;}

.blog_details {
	padding-top: 10px;
	width: 100%;
	font-weight: bold;
	color: #6e9037;
}

#blog a:link, a:visited, a:active {color: #4bb8db;}
/* end of blog */


/* dynamic menu */
.sub {
	background: #48c8ef;
	color: #fff;
	padding: 5px;
	padding-left: 15px;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

.sub_on {
	background: #f16c98;
	color: #fff;
	padding: 5px;
	padding-left: 15px;
		cursor: pointer;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

#dynamic_bottom {-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topright: 0px;
 -webkit-border-top-right-radius: 0px;}

/* end of dynamic menu */.header_menu_new {
	width: 800px;
	/*padding-top: 7px;*/
}
#free_newsletter {
	background-image: url(../Site-images/free_news.png);
	height: 306px;
	width: 238px;
	margin-left: 150px;
	padding-left: 15px;
	padding-top: 20px;
	padding-right: 15px;
	font-size: 12px;
	margin-top: 40px;
	margin-bottom: 20px;
}

