/* CSS Document */

/* top level
+-----------------------------------------------------+
|T CSS Designed and written by Fox Valley Web Design.|
|A http://www.foxvalleywebdesign.com/ |
|G |
+-----------------------------------------------------+
*/
a {
	color: #444444;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	height: 1000px;
	padding: 0;
	margin: 0;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 995px;
}
#container_bg {
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 233px;
	margin-left: 9px;
}
#nav {
	width: 550px;
	margin-left: -35px;
	padding: 0;
	background-color: #FFFFFF;
}
#nav li {
	float: left;
	line-height: 30px;
	list-style: none;
	font-weight: bold;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}
#nav li a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 0 10px 0 10px;
}
#nav li a.last {
	border-right: 1px solid #AAAAAA;
}
#nav li a:hover {
	color: #000000;
	background-color: #AAAAAA;
}
#leftside {
	float: left;
	width: 179px;
	height: 100%;
	margin-top: 5px;
	margin-left: 9px;
	background-color:#f3f3f3;
}
#left_nav {
	margin: 12px 0 0 12px;
}
#left_nav ul{
	margin: 0;
	padding: 0;
}
#left_nav li {
	list-style: none;
	list-style-image: url(../images/bullet.png);
	list-style-position:inside;
	margin-bottom: 25px;
}
#left_nav li a {
	text-decoration: none;
	color: #000000;
}
#left_nav li a:hover {
	text-decoration: underline;
	color: #000000;
}
#sales_tool_box {
	display: block;
	margin-top: 30px;
    width: 179px;
    height: 130px;
    background: url(../images/sales_tool_box.jpg) no-repeat 0 0;	
}
#sales_tool_box:hover {
	background-position: -179px 0;	
}
#question_image {
	margin: 20px 0 30px 0;
    background-image: url(../images/question_mid.jpg);
	background-repeat: repeat-y;	
}
#question_text {
	margin: 0 15px 0 15px;
}
#question_bottom_reply {
	background: url(../images/question_bottom_reply.jpg) no-repeat 0 0;
	width: 179px;
	height: 80px;
}
#question_bottom_reply:hover {
	background-position: -179px 0;
}
#constant_contact {
	background-color: #fff;
	padding: 20px 0;
}
#content {
	float: left;
	width: 500px;
	height: 100%;
	background-color: #FFFFFF;
	padding: 0 30px 30px 30px;
}
#inner_content {
	float: left;
	width: 715px;
	height: 100%;
	background-color: #FFFFFF;
	padding: 0 30px 30px 30px;
}
#rightside {
	float: left;
	margin-top: 30px;
	width: 215px;
	height: auto;
	background-color: #fafafa;
}
#upcoming_events_box {
	background-image: url(../images/upcoming_events_box.png);
	background-repeat: no-repeat;
	height: auto;
	margin: 0 5px 0 5px;
}
#upcoming_events_text {
	color: #0000EE;
	padding: 45px 20px 20px 20px;
	line-height: 30px;
	border: 1px solid #cab39d;
}
#news_links ul {
	margin: 10px 5px 10px 10px;
	padding: 0;
}
#news_links li {
	text-decoration: none;
	font-size: 14px;
	list-style-position: inside;
	line-height: 25px;
	list-style-image: url(../images/bullet2.png);
	border-bottom: 1px dashed #cccc00;
}
#news_links a {
	text-decoration: none;
	color: #0099FF;
}
#news_links a:hover {
	text-decoration: underline;
	color: #000000;
}
#news_links a img:hover {
	border: 1px solid #000000;
}
#footer {
	margin-top: -23px;
	height: 50px;
	text-align: center;
	color: #777777;
}
#footer a {
	text-decoration: none;
	color: #777777;
}
#footer a:hover{
	text-decoration: underline;
}
#copyright {
	font-size: 14px;
	text-align: center;
}
#copyright a {
	color:#0099FF;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
#bottom_line1 {
	background-color: #C9B39C;
	height: 10px;
	margin: 0 9px 0 9px;
}
#bottom_line2 {
	background-color: #FFFFFF;
	height: 5px;
	margin: 0 9px 0 9px; 
}
#bottom_line3 {
	background-color: #000000;
	height: 30px; 
	margin: 0 9px 0 9px;
}
#login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2852A8;
}
#login .login1 {
	font-size: 20px;
	font-weight: bold;
}
#login .login2 {
	font-size: 14px;
	font-weight: bold;
}
#login .login3 {
	font-size: 12px;
	font-weight: normal;
}
#login a {
	color: #2852A8;
}
.status {
	width: 150px;
	border: 1px solid #BBBBBB;
	text-align: center;
}
.status_login {
	border: none;
	text-align: center;
	font-size: 10px;
}
