/*Sithar trying to code as clean as possible :-)*/
.clear 							{ clear:both;}

body 							{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style: normal;
}
a 								{ text-decoration:none; color:#d94504}
a:hover							{ color:#000;}

h2								{ text-transform:uppercase; font-size:14px; }


#wrapper						{
	margin:0 auto;
	width:929px;
}


#logo							{
	float:none;
}
#logo img						{
	border:none;
	text-align: center;
}
#logo h1						{ position:relative;display:block}
#phone							{ text-transform:uppercase; font-weight:bold; font-size:16px; float:right; position:relative; top:65px;}
#banner_img						{ float:right;}		


#nav							{
	width:247px;
	height:268px;
	float:left;
	margin-top:-268px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	background-image: url(../images/menu_bg.png);
}
#nav ul 						{
	width:220px;
	margin:50px 0 0 0px;
	list-style:none;
}
#nav li 						{
	background:url(../images/buttons.png) no-repeat left center;
	height:15px;
	padding-left: 20px;
	margin: 20px 0;
	font-weight: bold;
}




#nav li a						{
	font-size:16px;
	text-decoration:none;
	color:#FFF;
	position:relative;
	top:-1px;
}
#nav li a:hover					{
	color: #6B272A;

}
#nav li a.current				{
	color:#6B272A;
}

/*Content*/
#content						{ background:url(../images/content_bg.gif) repeat-y top}
#content li						{ list-style:circle}
/*.bar							{ background:#e3e3e3; height:2px; margin:2px 0;}*/
.bar							{ background:url(../images/bars.jpg) repeat-x; height:4px; position:relative; z-index:99999}

#sidebar						{
	width:215px;
	float:left;
	padding:30px 5px 0 10px;
}
#sidebar h2 					{ padding:0 0 10px 0;}
.newsbar						{ background:#9f9f9f; height:1px; margin:10px 0;}
.newdate						{ color:#058ea9; font-weight:bold;}

#main_content					{
	width:655px;
	float:left;
	padding: 27px 0 10px 40px;
}
#main_content	img				{
	padding-top: 0;
	padding-bottom: 0px;
	border: 2px solid #D2D2A6;
}
#main_content #main				{ min-height:200px;height:100%;}

/*Just for the Front page*/
#main_content #left_content		{ width:315px; float:left;}
#main_content #right_content	{ width:328px; float:right}
.h2bar							{ background:#e3e3e3; height:2px; margin:3px 0 10px 0;} /*Grey bars below for H2 headers*/


/*Footer*/
#footer							{ background:url(../images/footer_bg.gif) repeat-y; height:38px; width:929px;}
#footer #copyright 				{ color:#fff; float:left; width:400px; margin-left:250px;}
#footer #designby				{ float:right; margin-right:20px;}
#footer #designby	a			{ color:#e3e3e3; font-weight:bold;}

/*------------------------------------- General ------------------------------------------*/

.prompt {
	color: blue;
	font-weight: bold;
}
.mandatory {
	color: red;
	font-weight: bold;
}

/*------------------------------------- News Module ---------------------------------------*/

div.news {
	margin-top: 25px;
}
p.newsDate {
	color: #058EA9;
	font-weight: bold;
	padding-top: 5px;
}
p.addNews {
	text-align: center;
}
table.newsDetails caption {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	margin: 0;
	padding-bottom: 20px;
}
table.newsDetails th, table.newsDetails td {
	vertical-align: top;
	margin: 0;
}
table.newsDetails th {
	text-align: right;
	padding: 5px;
}
table.newsDetails td {
	padding: 5px;
}
td.btns {
	text-align: center;
}
td.btns input {
	width: 65px;
	margin: 10px 10px;
}
#tblNewsList {
	border-collapse: collapse;
}
#tblNewsList th, #tblNewsList td {
	border: 2px solid #09F;
	margin: 0;
}
#tblNewsList th {
	background-color: #9CC;
	padding: 10px;
}
#tblNewsList td {
	padding: 5px;
}
div#newsSection h1 {
	font-size: 14px;
	margin-bottom: 20px;
	color: #058ea9;
}

/*-----------------------------------------------------------------------------------------*/p.newsTitle {
	color: #571F22;
	font-weight: bold;
	padding-top: 7px;
}
#crossslide {width:700px;height:268px; overflow:hidden}
#wrapper #content #main_content .title strong {
	font-size: 14px;
}
