/*//////////// BuilderFusion Default Stylesheet ////////////*/

body {
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:160%;
	text-align:center;
}

#main_container {
	width:859px;
	margin:10px auto;
	text-align:left;
}

#content_container {
	background:url(images/main_bg.jpg) repeat-y;
	width:859px;
	overflow:auto;
}

#banner {
	
}

#top_nav {
	float:right;
}

#content {
	width:610px;
	float:left;
}

#footer {
	text-align:center;
	background:url(images/footer.jpg) bottom no-repeat;
	height:74px;
}

.img_top_left {float:left; margin:0px 10px 10px 0px;}
.img_middle_left {float:left; margin:10px 10px 10px 0px;}
.img_bottom_left {float:left; margin:10px 10px 0px 0px;}
.img_top_center {text-align:center; margin:0px 10px 10px 10px;}
.img_middle_center {text-align:center; margin:10px 10px 10px 10px;}
.img_top_right {float:right; margin:0px 0px 10px 10px;}
.img_center_right {float:right; margin:0px 0px 10px 10px;}
.img_bottom_right {float:right; margin:10px 0px 0px 10px;}


a:link {text-decoration:underline; color:#bf2e38;}
a:hover {text-decoration:none; color:#be6a2c;}
a:visited {text-decoration:underline; color:#be6a2c;}
a:visited:hover {text-decoration: none;color:#bf2e38;}
/*/////Link Styles

a.nav:link { color: #000000; text-decoration: none; }
a.nav:hover { color: #0066FF; text-decoration: none; }
a.nav:visited { color: #999999; text-decoration:none; }
a.nav:visited:hover { color: #0066FF; text-decoration: none; }


a.quick_link:link {text-decoration:none; color:#000000; font-weight:bold;}
a.quick_link:hover {text-decoration:none; color:#0066FF; font-weight:bold;}
a.quick_link:visited {text-decoration:none; color:#999999; font-weight:bold;}
a.quick_link:visited:hover {text-decoration:none; color:#0066FF; font-weight:bold;}
/////*/

h1, .Page_Title {color:#bf2e38; font:18px "Times New Roman", Times, serif; margin:0px 0px 5px 0px;padding:0px 0px 1px 0px; font-weight:bold; border-bottom:1px solid #bf2e38;}

h2, .Sub_Title {color:#bf2e38; font:14px Arial, Helvetica, sans-serif; margin:0px;padding:0px; font-weight:bold;}

h3, .Sub_Sub_Title {color:#bf2e38; font:13px Arial, Helvetica, sans-serif; margin:0px;padding:0px; font-weight:bold;}

h4, .Warning {color:#FF0000; font:22px "Times New Roman", Times, serif; margin:0px;padding:0px; font-weight:bold;}

h5, .Caution {color:#FFCC00; font:14px Arial, Helvetica, sans-serif; margin:0px;padding:0px; font-weight:bold;}

/*////quick links////*/
h6, .Important {color:#000000; font:14px Arial, Helvetica, sans-serif; margin:0px;padding:0px; font-weight:bold;}



hr {background-color:#cccccc; height:2px; width:80%; text-align:center;}

p {margin:10px 0px 10px 0px;}

img {
	border:none;
}


#column_01 {
	float:left;
	width:249px;
}

#column_02 {
	float:left;
	width:305px;
}

#column_03 {
	float:left;
	width:305px;
}

#column_04 {
	float:left;
	width:200px;
}

#column_01_content {
	padding:10px 15px 10px 15px;
	margin:8px 0px 8px 0px;
	background:url(images/col_bg.jpg) repeat-y center;
	text-align:center;
}

#column_02_content {
	padding:10px;
}

#column_03_content {
	padding:10px;
}

#column_04_content {
	padding:10px 15px 10px 15px;
	margin:8px 0px 8px 0px;
	background:url(images/col_bg.jpg) repeat-y center;
	text-align:left;
}

#quick_links {
	background:#ffffff;
	overflow:auto;
	font-size:10px;
	padding-bottom:7px;
}

.quick_link_div {
	width:213px;
	float:left;
}

.quick_link {
	padding:10px;
	line-height:160%;
	color:#cccccc;
}

.q_link {
	
}

.quick_pic {
	float:left;
	margin-right:10px;
}

#side_nav {
	list-style:none;
	padding:0px;
	margin:0px;
}

#side_nav li {
	list-style:none;
	padding:0px;
	margin:0px 0px 10px 0px;
}

#login {
	position:absolute;
	top:113px;
	left:750px;
}

.login_fields {
	margin:0px;
	padding:0px;
	vertical-align:middle;
}

.form_field {
	border: 1px solid #999999;
	background: #CCCCCC;
	width:140px;
}

.form_text_area {
	border: 1px solid #CCCCCC;
	background: #ffffff;
	width:290px;
}

#pages_image {
	height:100px;
	background:url(images/header_02.jpg) no-repeat;
	padding:15px;
}

#bottom_ads {
	margin-top:10px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding-left:65px;
}

.bottom_ad {
	border:none;
	margin-top:10px;
	margin-bottom:10px;
	width:120px;
	height:60px;
}

#banner_ad {
	position:absolute;
	top:30px;
	left:500px;
	width:468px;
	height:60px;
	border:1px solid #000000;
	background:#999999;
}

#bflink {
	font-size:10px;
}

/*//////////// Menu Script Styles ////////////*/

#dd {
    margin: 0;
    padding: 0;
}

#dd li {   
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font: 12px Arial, Helvetica, sans-serif;
}
#dd li ul{
	text-indent:-999em;
	position:absolute;
	z-index:-1;
}
#dd li a.menu {   
    display: block;
    text-align: center;
    color: #000000;
    text-decoration: none;
    height:40px;
}

#dd li a.menu:hover {   
	color:#000000;
}

#dd li:hover ul /*submenu*/ {
	background-color:#f8cd9b;
	border:1px solid #ffffff;
	border-top:none; 
	text-indent:0;
	position: absolute;
	z-index: 3;
	padding:0;
}
#dd li li {
	clear:both;
	
}

#dd li:hover ul a {   
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	padding: 5px;
	color: #2d2823;}

#dd li li a:hover {	
	color: #ca9960;
}

#dd li li a:visited {	
	color: #2d2823;
}

#dd li li  a:visited:hover {	
	color: #ca9960;
}

#dd li li a:active {	
	color: #2d2823;
}

#menu2{
	text-indent:-9999px;
}
#menu3 {
	cursor:pointer;
	width:138px;
	height:40px;
	text-indent:-9999px;
	background: url(images/n1.jpg) no-repeat;
}
#menu4 {
	cursor:pointer;
	width:132px;
	height:40px;
	text-indent:-9999px;
	background: url(images/n2.jpg) no-repeat
}
#menu5 {
	cursor:pointer;
	width:87px;
	height:40px;
	text-indent:-9999px;
	background: url(images/n3.jpg) no-repeat
}
#menu6 {
	cursor:pointer;
	width:113px;
	height:40px;
	text-indent:-9999px;
	background: url(images/n4.jpg) no-repeat
}
#menu7 {
	cursor:pointer;
	width:140px;
	height:40px;
	text-indent:-9999px;
	background: url(images/n5.jpg) no-repeat
}


/*//////////// RSS Styles ////////////*/

div.feedburnerFeedBlock p.date {
	font-size: 10px;
	display: inline;
	margin-left: 10px;
}

div.feedburnerFeedBlock div {
	display: inline;
	font-size:11px;
}

div.feedburnerFeedBlock span.headline {
	font-weight: bold;
	display: block;
	text-indent: 0;
}

div.feedburnerFeedBlock ul li {
	margin:0px 0px 19px 0px;
}

div.feedburnerFeedBlock ul {
	margin-left:0;
	padding-left:0;
	list-style-type: none;
}
