@import url("menu.css");

body {
	padding:0;
	margin:0;
	color:#666;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	color:#6693ea;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#all {
	width:1019px;
	background-image:url(assets/body_bkgd.jpg);
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:1019px;
	height:50px;
	background-image:url(assets/header.jpg);
	background-repeat:no-repeat;
}

#header_contact {
	width:200px;
	padding-top:15px;
	margin-left:805px;
}

#menu {
	margin-left:6px;
	height:42px;
}

#flash_banner {
	width:1008px;
	height:264px;
}

#main {
	width:1008px;
}

#midmenu {
	background-image:url(assets/middle_menu_bkgd.jpg);
	background-repeat:repeat-x;
	width:1008px;
	margin-left:6px;
}
#column {
	width:239px;
	background-image:url(assets/column_bkgd.jpg);
	background-repeat:repeat-y;
	float:left;
	margin-left:6px;
}

#bullets {
	margin:0 7px 7px 7px;
}

#content {
	width:740px;
	margin:10px;
	float:left;
}

#footer {
	background-image:url(assets/footer.jpg);
	background-repeat:no-repeat;
	width:1019px;
	height:54px;
	color:#FFF;
}

#footer a {
	text-decoration:none;
	color:#FFF;
}

#footer a:hover {
	text-decoration:underline;
}

#footer_text {
	padding:18px 12px 0 12px;
	font-size:11px;
}

#footer_right {
	float:right;
}

#spacer {
	height:4px;
}

.clearrow {
	clear:both;
}

.bold {
	font-weight:bold;
}

.bold_blue {
	font-weight:bold;
	color:#6693ea;
}

.bold_blue_lg {
	font-weight:bold;
	color:#6693ea;
	font-size:16px;
}
.bold_black_lg {
	font-weight:bold;
	color:#000;
	font-size:16px;
}
.bold_title {
	font-weight:bold;
	color:#666;
	font-size:16px;
}
h1 {
	font-weight:bold;
	color:#666;
	font-size:16px;
	margin:0;
	padding:0;
}
#blue_spacer {
	height:4px;
	width:1008px;
	background-color:#6693ea;
	margin-left:6px;
}

#column_right {
	width:239px;
	background-image:url(assets/column_right_bkgd.jpg);
	background-repeat:repeat-y;
	float:right;
	margin-top:49px;
}
#column_right_text {
	padding:7px;
}
#content_subpg {
	width:740px;
	margin:10px;
	float:left;
}
.home-tabs { display: none; }

#tab-container {
	margin: 15px;
	height: 94px;
}
