/* 
-------------------------------------------------------------- 
The Claremont Hotel - Sephone Internet Solutions
-------------------------------------------------------------- 
*/

/* Datavenger Lite - Specfic
=====================================================================*/
body#content {
	text-align: left;
}
/* Global Classes
=====================================================================*/
.clear_both {
	clear: both;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
strong {
font-family: Times, verdana, arial, serif;
}
/* Site Styles
=====================================================================*/
h1 {
	color: #a4c1e0;	
}

h2 {
	color: #a4c1e0;
	font-family: Times, verdana, arial, serif;
	font-size: 26px;
	font-weight: normal;

}

h3 {
	color: #6B6463;
	font-size: 16px;
	font-family: Times, verdana, arial, serif;
}

h4 {
	color: #6B6463;
	font-size: 14px;
	font-family: Times, verdana, arial, serif;
}


a:link, a:visited, a:active {
color: #619EDF;
}
a:hover {
color: #6B6463;
}
table tr td {
	font-size: 12px;
	line-height: 24px;
}

#content img {
border: 1px solid #CCCCCC;
}

/* Form Classes
=====================================================================*/
form {
width:400px;
}
label {
display: block;
}
.submit {
margin-top: 10px;
}
/* Site Layout
=====================================================================*/
body {
	color: #6b6463;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-align: center;
}

#content {
	background-color: #fff;
	line-height: 24px;
}

#container {
	background-color: #FFFFFF;
	background-image: url(/img/site/side_deco.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: left;
	width:958px;
}
#footer_container {
	background-color: #FFFFFF;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	margin: 0 auto;
	/*padding-top: 20px;*/
	padding-top: 60px;
	text-align: left;
	width:958px;
}
#header {
	background: #ffffff url(/img/site/logo_claremont.jpg) top right no-repeat;
	height: 133px;
	width: 958px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	
}
#header h1 a {
	display: block;
	height: 133px;
	outline: none;
	text-indent: -9999px;
	width: 958px;
}

#navigationBar {
	background-color: #d4deee;
	border-bottom: #ccc solid 1px;
	border-top: #ccc solid 1px;
	height: 30px;
	width: 958px;
}
#footerNav {
	background-color: #d4deee;
	border-bottom: #ccc solid 1px;
	border-top: #ccc solid 1px;
	height: 30px;
	margin-top: 20px;
	width: 958px;
}
#images {
/*	height: 275px; */
	width: 100%;
}
#col1 {
	min-height:300px;
 	height:auto !important;
	height:300px;
	line-height: 24px;
	float: left;
	margin-top: 15px;
	width: 318px;
}
#pad1 {
padding: 15px 40px 0px 40px;
}
#col2 {
	float: left;
	margin-top: 15px;
	/*width: 630px;*/
	width: 600px;
}
.push {
/*height: 160px;*/
height: 200px;
}
#box_links {
	background-image: url(/img/site/bg_line.jpg);
	background-repeat: no-repeat;
	color: #a4a4a4;
	font-family: Times, verdana, arial, serif;
	font-size: 18px;
	height: 34px;
}
#box_links a {
	color: #a4a4a4;
	text-decoration: none;
}
#box_links a:hover {
	color: #333333;
	text-decoration: none;
}
#link1 {
	float: left;
	left: 50px;
	position: relative;
	text-align: center;
	top: 6px;
	width: 200px;
}
#link2 {
	float: left;
	left: 182px;
	position: relative;
	text-align: center;
	top: 6px;
	width: 200px;
}
#link3 {
	float: left;
	left: 309px;
	position: relative;
	text-align: center;
	top: 6px;
	width: 200px;
}
#copyrightL {
	float: left;
	font-size: 10px;
	text-align: left;
}
#copyrightR {
	float: right;
	font-size: 10px;
	text-align: right;
}
/* Navigation Styles
=====================================================================*/
.nav {
	color: #a4a4a4;
	font-family: Times, verdana, arial, serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
#navigation {
   list-style: none;
   margin: 0; padding: 0;
}
#navigation li {
   float: left;
}
#navigation li a {
	color: #a4a4a4;
	font-size: 14px;
	display: block;
	margin-top: 9px;
	padding: 0 16px 0 16px;
	text-align: center;
	text-decoration: none;
	/*width: 94px;*/

}
#navigation li a:hover {
	color: #333333;
	text-decoration: none;
}

/* Navigation Footer Styles
=====================================================================*/
.nav2 {
	color: #a4a4a4;
	font-family: Times, verdana, arial, serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
#navigation2 {
   list-style: none;
   margin: 0; padding: 0;
}
#navigation2 li {
   float: left;
}
#navigation2 li a {
	color: #a4a4a4;
	font-size: 12px;
	display: block;
	margin-top: 7px;
	padding: 3px 0;
	text-align: center;
	text-decoration: none;
	width: 104px;

}
#navigation2 li a:hover {
	color: #333333;
	text-decoration: none;
}