@charset "UTF-8";
/* CSS Document */

a:link {
	color: #0066CC;
}
li {
	list-style: none;
}
body {
	background-image:url(images/header/body_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin:0;
	padding:0;
}
#head {
	width: 740px;
	height: 170px;
	padding: 0;
	background-image:url(images/header/header_bulk.gif);
}
#top_menu {
	width: 740px;
	height: 20px;
	background-image:url(images/header/header_menu.gif);
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	border-bottom: 1px solid #666666;
}
#top_menu .separator {
	background-image: url(images/header/menu_sep_left.gif);
	background-position:left;
	background-repeat:no-repeat;
	width: auto;
	width: 34px;
	float: left;
	text-align: right;
}
#top_menu a {
	color: #000000;
	text-decoration: none;
	display: block;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	text-align:center;
	float: left;
	background:#cccccc;
}
#top_menu a:hover {
	color: #FFFFFF;
	background-color:#000000;
}
#top_menu .active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	text-align:center;
	float: left;
	background:#000000;
}
#page_title {
	width: 740px;
	text-align: center;
	margin-bottom: 5px;
	padding-left: 7px;
}
#page_main {
	background-image: url(images/main_bg.gif);
	background-repeat:repeat-y;
	width: 600px;
	float: left;
}
#page_main p {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 24px;
	padding-right: 5px;
}
#page_main img {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	cursor: pointer;
}

#page_main p a {
text-decoration: none;
color: #000000;
}
#page_main p a:visited {
text-decoration: none;
color: #000000;
}
#page_main p a:hover {
text-decoration: none;
color: #0066CC;
}

.more {
display: block;
background-color: #666666;
width: 15px;
height: 15px;
border: solid 1px #CCCCCC;
line-height: 10px;
}

/* RIGHT COLUMN */
#page_right_column {
	float:left;
	width: 140px;
}
.navigation {
height: 160px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	padding-left: 9px;
}
.navigation a {
	background: #f7f7f7;
	border: 1px solid #999999;
	color: #404040;
	display: block;
	text-decoration: none;
	line-height: 35px;
	width: 120px;
	height: 35px;
	margin-bottom: 10px;
}
.navigation a:hover {
	background:#d2d2d2;
	border: 1px solid #000000;
	cursor: pointer;
	text-decoration:underline;
	color: #000000;
}
.navigation .active {
	background:#d2d2d2;
	border: 1px solid #000000;
	cursor: pointer;
	color: #000000;
}
.callfree {
	color: #373737;
	display: block;
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
	text-align:center;
	font-size:14px;
}
.callfree p {
	margin: 0;
}
.navigation ul {
	display: inline;
}
.navigation li {
	float: left;
	margin-bottom: 5px;
}
/* FOOTER */
#footer_wrapper {
margin-top: 5px;
border-top: 1px solid #EEEEEE;
width: 100%;
height: 90px;
background-color: #F7F7F7;
}
#footer {
	padding-left: 7px;
	width: 740px;
	text-align:center;
	padding: 10px;
}
#footer a {
	color: #0066CC;
	text-decoration:none;
}
#footer .copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
