@charset "utf-8";
/* CSS Document */

body { /* the main background of the computer screen*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.mainOuter {/*the main background of the container eg.layout background*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#FFFFFF;
	width:1000px;
	height:auto;
	text-align: left;
}

.links { /* this is the main outlines for all links within the site*/
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}

a:hover{ /*on the cursor hovering over the link*/
	text-decoration: underline;
	color:#005353;
}

/* MAIN CONTAINER */
.main_container {
	width:1000px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
}
/* END MAIN CONTAINER */

/* LEFT CONTAINER */
.left_container {
	width:682px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
}

.left_gradient {
	width:49px;
	height:500px;
	float:left;
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
/* HEADER */
.logo {
	width:270px;
	height:117px;
	float:left;
	font-size:1px;
	background-image:url(images/logo.jpg);
}

.gap {
	width:50px;
	height:117px;
	float:left;
	font-size:1px;
	background-color:#FFFFFF;
}

.catchphrase {
	width:263px;
	height:117px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
	color:#337784;
	background-color:#FFFFFF;
}

.line {
	width:633px;
	height:12px;
	float:left;
	font-size:1px;
	background-image:url(images/header.jpg);
}
/* END HEADER */

/* MENU */
.menu_container {
	width:175px;
	height:auto;
	float:left;
	font-size:1px;
}

.home {
	width:175px;
	height:24px;
	float:left;
	font-size:1px;
}

.categories {
	width:175px;
	height:23px;
	float:left;
	font-size:1px;
}

.bottom {
	width:175px;
	height:14px;
	float:left;
	font-size:1px;
	background-image:url(images/bottom_menu.jpg);
}

.callback {
	width:175px;
	height:380px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#337784;
	text-align:center;
	font-weight:bold;
}
/* END MENU */

/* CONTENT */
.content {
	width:432px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
	margin-left:10px;
}

.table {
	width:425px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* END CONTENT */
/* END LEFT CONTAINER */

/* RIGHT CONTAINER */
.right_container {
	width:318px;
	height:auto;
	float:left;
}
/* FLASH */
.right_container {
	width:318px;
	height:517px;
	float:left;
	font-size:1px;
}

.associations {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#337784;
	text-align:center;
	font-weight:bold;
}
/* END FLASH */
/* END RIGHT CONTAINER */

/* LOWER CONTAINER */
.lower_container {
	width:1000px;
	height:auto;
	float:left;
}
/* END LOWER CONTAINER */

/* FOOTER */
.footer_sides {
	width:49px;
	height:37px;
	float:left;
	font-size:1px;
}

.footer_content {
	width:902px;
	height:37px;
	float:left;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.footer_top{
	width:902px;
	height:20px;
	float:left;
	font-size:1px;
}

.footer_text_left{
	width:402px;
	height:17px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	margin-left:30px;
	margin-right:30px;
}

.footer_text_right{
	width:380px;
	height:17px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	margin-left:30px;
	margin-right:30px;
	text-align:right;
}
/* END FOOTER */

