/* This styles the core layout and fonts of the site */

/* --------------- GENERAL --------------- */

body {
	background:#0B224C url('../imgs/gradient.jpg') repeat-x;
}

/* --------------- PAGE HOLDER --------------- */

#page-holder{
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	/*border:1px solid white;*/
}

/* --------------- SEARCH --------------- */

#searchbar {
	background:#0B224B;
	color:#FFF;
	width:800px;
	position:relative;
	top: -50px;
	left: 200px;
	/*height: 35px;*/
	padding: 4px 0 4px 0;
	text-align:center;
}

#searchbar input {
	border:1px solid #FFF;
	background:#0B224B;
	color:#FFF;
	padding:2px;
	margin:2px;
}

/* --------------- MAIN NAVIGATION --------------- */

ul#navigation{
	margin-left:14px;
	float:left;
	width:150px;
}

ul#navigation li {
	background:url('../imgs/nav_grad.jpg') no-repeat bottom left;
	padding:8px 0 2px 4px;
	list-style:url('../imgs/nav_light.jpg') outside;
}

ul#navigation li.selected {
	list-style:url('../imgs/nav_light_active.jpg') outside;
}

ul#navigation li a:link, ul#navigation li a:visited{
	color:#FFF;
	text-decoration:none;
}

ul#navigation li a:hover {
	text-decoration:none;
	color:#3DB7FA;
}

ul#navigation li a:active {
	color:#FFF;
	text-decoration:none;
}

/* --------------- CONTENT --------------- */

h1{
	height:30px;
	background:url('../imgs/h1_img.jpg') repeat-x;
	padding:4px 4px 4px 15px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	
}


div#content-holder {
	border:1px solid grey;
	width: 550px;
	margin: 0 0 0 200px;
	background:#FFF;
	font-family:arial;
	line-height:22px;
	text-align:justify;
	
}

#content ul {
margin-left: 40px;
}
#content li {
list-style-image:url('../imgs/li_icon.jpg');
}


#content{
	padding:5px 15px 5px 15px;
}

#right-cell-spacer{
	height:200px;
	border:1px solid black;
}


/* --------------- NEWS BAR --------------- */

div#newsbar {
	border:1px solid grey;
	float:right;
	width:210px;
	background:#FFF;
}

div#newsbarcontent {
	padding:5px;
}

/* --------------- CALL NOW --------------- */

div#callnow {
	position:absolute;
	top:310px;
	right:800px;
	width:280px;
	text-align:center;
	padding:10px;
}

/* --------------- BOTTOM SPACER --------------- */

div#credit {
background: #CCC;
padding: 4px;
text-align:center;
	width: 545px;
	margin: 0 0 0 200px;
}

div#botspacer {
	height:20px;
}

h2 {
color: #1c55be;
font-size: 1.2em;
font-weight:bold;
margin: 12px 0 2px 0;
}

h3 {
color: #1c55be;
font-size: 1.0em;
font-weight:bold;
margin: 12px 0 2px 0;
}

h4 {
color: #1c55be;
font-size: 1.0em;
font-weight:bold;
font-style: italic;
margin: 12px 0 2px 0;
}

h5 {
font-size: 1.0em;
font-style: italic;
margin: 12px 0 2px 0;
}

em {
font-style: italic;
font-weight: bold;
color: #347;
}