/* :Javabuzz... CSS Document */


body {
	text-align:center;
	background-color: #666633;
	background-image: url(images/bg_border.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px; 
	padding: 0px;
	}
/* -------------------divs--------------------- */
#content_area{
	width:800px;
	height:100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top:0px;
	text-align:left;
	/*border-left:1px solid;
	border-right:1px solid;*/
	
}
#top_border{
	width:800px;
	height:55px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/top_border.jpg);
	border:none;

}
#time {
	position:absolute;
	top:30px;
	right:15px;
	text-align:left;
	font-weight:bold;
	font-size: 14px;
}
#text_area_left {
	position:absolute;
	left:5px;
	top: 90px;
	border: none;
	height: 450px;
	width: 490px;
}
#text_area {
	position:absolute;
	left:0px;
	top:90px;
	width:801px;
	border:none;
}
#logo{
	position:absolute;
	left:235px;
	top:315px;
	width:339px;
	height:132px;
	border:1px solid;
}
#bottom_links{
	position:relative;
	width: auto;
	height:55px;
	
}
/*end divs*/
/* -------------------menu----------------------- */
#primary_nav{
	width:800px;
	height:22px;
	position:absolute;
	top:54px;
	border-top: 1px solid #CCCCCC;
	border-right:none;
	border-bottom: 1px solid #CCCCCC;
	border-left:none;
	background-color: #999900;
}
a.menu{
	text-decoration: none;
	border-right: 1px solid #999999;
	border-left:none;
	padding-left:8px;
	padding-right:43px;
	padding-bottom:5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	background-color: #333333;
	vertical-align: middle;

}
a.menu:hover {
	background-color: #CC3300;
	border: #999999;
	border-right:1px solid;
	
}
/* end menu*/
/* ------------------sub-menu--------------------*/
#sub_nav{
	width:200px;
	height: 12px;
	position:absolute;
	top:76px;
	right:5px;
	border:none;
}
a.submenu{
	text-decoration:none;
	font-size:12px;	
	color: #666666;
}
a.submenu:hover{
	color: #cc3300
}
/* end sub_nav */
/* ---------------------classes------------------*/



p.text{
	margin-left: 35px;
	margin-right: 75px;
	padding-right: 25px;
	text-align: left;
	font-size: 14px;
}
 p.text:first-letter{	
	font-size: 26px;
	float: left;
	font-weight: bold;
}
p.text_left{
	margin-left:35px;
	margin-right:15px;
	text-align: left;
	font-size: 14px;
}
p.text_left:first-letter{	
	font-size: 26px;
	float: left;
	font-weight: bold;
}
p.sub_text{
	font-size:14px;
	color: #666666;
}
table.services {
	width: 700px;
	margin-left: 50px;
	font-size: 14px;
	color: #666666;
}
table.services .left{
	width:500px;
	border-bottom: 1px dotted #666666;
	border-right: 1px dotted #666666;
}
table.services .right{
	width:100px;
	border-bottom: 1px dotted #666666;
	border-right: 1px dotted #666666;
	vertical-align: top;
}
table.services .right_2{
	width:100px;
	border-bottom: 1px dotted #666666;
	vertical-align: top;
}
a.text{
	text-decoration:none;	
	color: #FF9900;
}
a.text:hover{
	color: #cc3300;
}
td {
	padding:5px;
}
span{
	margin-left:10px;
}
span.bolder{
	font-size: 14px;
	font-weight: bold;
	padding-left:15px;
	background-image: url(images/sm_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}
span.bolder_2{
	font-size: 14px;
	font-weight: bold;
	padding-left:15px;
}
span.red {
	font-size: 12px;
	color:#CC3300;
}
table.form {
	margin-top:7px;
	width:450px; 
	border: none; 
	cellspacing: 0px;
	cellpadding: 0px;
	font-size: 14px;
	color: #666666;
}
form{
	margin-left:15px;
	font-size: 14px;
	color: #666666;
	
}
.h_rule{
	width: 375px;
	height: 1px;
	border-top: 1px solid #ccc;
	margin-left:5px;
}
/* end classes */


	

