/* Start of CMSMS style sheet 'SSPS - Main Styles' */
@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(uploads/top_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}


#header {
	width: 900px;
	height: 162px;
	background: url(uploads/header.jpg) no-repeat;
	position: relative;
	/*border: 1px solid red;*/
}

#phone {
	width: 120px;
	position: absolute;
	top: 3px; 
	right: 212px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	/*border: 1px solid yellow;*/
}

#nav {
	width: 600px;
	position: absolute; 
	top: 26px;
	left: 230px;
	/*border: 1px solid red;*/
}

#nav ul {
	list-style-type: none;	
}

#nav ul li {
	display: inline;
	margin-right: 10px;
	font-size: 14px;
}

#nav ul li a {
	text-decoration: none;	
	color: #444;
	font-weight: bold;
}

#nav ul li a:hover {
	color: #AE4E0D;	
}

#container {

}

#main {
	width: 850px;
	background: url(uploads/content_bg.jpg) repeat-y;
	margin-top: 0px;
	padding-top: 0;
	/*border: 1px solid pink;*/
}

#sidebar {
	width: 150px;
	height: 400px;
	margin-left: 80px;
	float: left;
	/*border: 1px solid purple;*/
}

#sidebar ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
}

#sidebar ul li {
	font-size: 14px;
	margin-top: 4px;
}

#sidebar ul li a {
	
}

#content {
	margin-left: 40px;
	padding-bottom: 30px;
	width: 540px;
	float: left;
	/*border: 1px solid orange;*/
}


h1 {
	color: #4D4D4D;
}

h2,h3,h4,h5 {
color: #00008B;
}

#footer {
	width: 100%;
	height: 100px;
	background: url(uploads/footer_bg.jpg) repeat-x;
}

#footer_content {
	width: 700px;
	height: 100px;
	background: url(uploads/footer_content.jpg) no-repeat;
	position: relative;
}

#footer_info {
	margin-left: 270px;
	padding-top: 4px;
	width: 540px;
	/*border: 1px solid orange;*/
}

#footer_links {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

#footer_links a {
	color: #AE4E0D;	
}

#footer_links a:hover {
	color: #AE4E0D;	
	text-decoration: none;
}

#footer_other {
	text-align: center;
	width: 540px;
	color: #ccc;
	font-size: 11.5px;
	font-weight: bold;
}

#footer_other small {
	font-size: 9px;
}

table {
border: 1px solid #ccc;
background-color: #eee;
}

table tr td {
border: 1px solid #ccc;
}

table tr:hover {
background-color:  	#AE4E0D;
color: #fff;
}

.nohover tr:hover{
background-color:  #eee;
}
/* End of 'SSPS - Main Styles' */

