@import url(fonts/stylesheet.css);

*{
	margin: 0;
	padding: 0;
}


.clear
{
	display: block;
	clear: both;
}

html{
	background: #fff url('../images/bg-slice.jpg') repeat-x left top;	
}

body
{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: url('../images/rainbow.gif') no-repeat right top;
	text-align: center;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #005b90;
	font-family: 'NeoSansRegular';
	font-weight: 400;
	
}

h2{	font-size: 2.1875em; /*35px*/ margin-bottom: 10px;} h2 span{ font-family: 'NeoSansBold'; font-weight: 700;}
h3{	font-size: 1.875em; /*30px*/ margin-bottom: 10px;}
h4{	font-size: 1.5em; /*24px*/ margin-bottom: 10px;}
h5{	font-size: 1em; /*16px*/ margin-bottom: 10px;}

h6{ /*substituted for span in CMS therefore needs to be same size as p tag */
	color: #005b90;
	float: left;
	font-size: 0.8125em;
	font-weight: 400;
	margin-right: 0.3em;
}

p /* STANDARD PARAGRAPH STYLE */
{
	font-size: 0.8125em;
	margin-bottom: 10px;
}

address{
	font-size: 0.8125em;
	font-style: normal;
	margin-bottom: 10px;
}

/* LIST STYLES *************************/

#content ul, #sidebar ul 
{
	list-style-position: outside;
	margin-bottom: 10px;
}

#content ol, #sidebar ol{
	list-style-position: outside;
	margin-bottom: 10px;
	padding-left: 8px;
}

#content li, #sidebar li
{
	font-size: 0.8125em; /*needs to match p font-size*/
	margin-left: 15px;
	margin-bottom: 10px;	
}

/* LAYOUT DIVS *************************/

#container
{
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 0 5px;
	text-align: left;
}

#contact ul{
	clear: right;
	float: right;
	list-style: none;
	text-align: right;
}

	#contact li{
		color: #fff;
		font-size: 1.375em;
		font-family: 'NeoSansRegular';
	}
	
	#contact a{
		color: #000;
		font-size: 0.8125em;
		font-family: Verdana;
		float: right;
		margin: 5px 0 15px;
	}
	
	#contact li a, #contact li a:visited{
		color: #fff;
		font-family: 'NeoSansRegular';
		font-size: 1em;
		text-decoration: none;
	}
	
	#contact li a:hover{
		text-decoration: underline;
	}
	
	
	
	

#header{
	float: left;
}

#header h1 a
{
	background: url('../images/logo.gif') left top no-repeat;
	display: block;
	height: 144px;
	margin: 61px 0 35px 0;
	text-indent: -9999px;
	width: 282px;
}

#nav
{
	clear: right;
	float: right;
	height: auto;
	margin: 70px 0 0;
	width: 624px;
}

#nav li /* NAVIGATION STYLE */
{
	float: left;
	list-style: none;
}

#nav li a{
	display: block;
	background-image: url('../images/navigation.png');
	background-repeat: no-repeat;
	height: 45px;
	text-indent: -9999px;
}
	#nav-home{
		width: 52px;
	}
	
	#nav-services{
		background-position: -52px;
		width: 133px;
	}
	
	#nav-security{
		background-position: -185px;
		width: 153px;
	}
	
	#nav-online{
		background-position: -338px 0;
		width: 143px;
	}
	
	#nav-contact{
		background-position: -481px 0;
		width: 143px;
	}

#banner{
	margin-bottom: 10px;
}

#content
{
	float: left;
	width: 60%;
	height: auto;
	margin-bottom: 15px;
}

#sidebar
{
	float: right;
	width: 270px;
	height: auto;
	margin-bottom: 15px;
}

#footer
{
	background: #005b90;
	color: #fff;
	padding: 5px 0;
}

	#footer-inner{
		font-size: 0.769em;
		margin: 0 auto;
		text-align: left;
		width: 950px;
	}
	
	.left{
		float: left;
	}
	.right{
		float: right
	}

/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #3300ff;
}

a:visited
{
	text-decoration: underline;
	color: #3300ff;
}

a:hover
{
	text-decoration: underline;
	color: #3300ff;
}

#nav a
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:visited
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:hover #nav a.active
{
	color: #333;
	text-decoration: none;
}

#content a{
	color: #005b90;
	text-decoration: none;
}

#content a:visited{
	color: #005b90;
	text-decoration: none;
}

#content a:hover{
	color: #005b90;
	text-decoration: underline;
}

#sidebar a{
	color: #005b90;
	text-decoration: none;
}

#sidebar a:visited{
	color: #005b90;
	text-decoration: none;
}

#sidebar a:hover{
	color: #005b90;
	text-decoration: underline;
}

/* IMAGE ALIGNMENT */

.img-left{
	float: left;
	margin: 0 10px 10px 0;
}

.img-right{
	float: right;
	margin: 0 0 10px 10px;
}

.img-center{
	text-align: center;
	margin: 0 10px 10px;
}

/* TABLE STYLING **/

table, th, td {
	border: 1px solid #000;
	border-collapse: collapse;
}

table{
	width: 100%;
	margin-bottom: 10px;
}

th{
	font-weight: 700;
}

td, th{
	font-size: 0.8125em;
	padding: 3px;
	vertical-align: bottom;
}

/* FORM **/

fieldset{
	background: #73a8c5 url('../images/round-bottom.gif') no-repeat left bottom;
	border: 0;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

	fieldset h4{
		color: #fff;
		background: url('../images/round-top.gif') no-repeat left top;
		padding: 20px 0 0 20px;
	}

label, input, textarea{
	margin-left: 20px;
}

.ie-border{
	border: 1px solid #fff;
	padding: 3px 0;
	width: 224px;
}

label
{
	color: #fff;
	display: block;
	font-size: 0.81253em;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	border: 1px solid #fff;
	padding: 3px;
	width: 224px;
}

input[type=text]:focus, textarea:focus{
	background: #d1f4ff;
}

textarea
{
	border: 1px solid #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100px;
	margin-bottom: 10px;
	padding: 3px;
	width: 224px;
}

input[type=submit]{
	margin-bottom: 10px;
	padding: 2px;
}

#login-form fieldset{
	background: none;
	float: right;
	margin: 0;
	padding: 0;
}

#login-form label{
	display: inline;
	color: black;
}

#login-form input[type=text]{
	border: 1px solid #000;
}

/* SLIDER STYLING **/

#slider, .slide
{
	clear: left;
	overflow: hidden;
	height: 250px;
	width: 960px;
	margin-bottom: 10px;
}

