/* @override http://localhost/Scap/Site/_assets/css/style.css */

/* --- COLOR SCHEME ---
dark blue 161c44
blue 1c669f
---------------------- */

/* --- # GLOBAL STYLES ---*/
html {}

body {
	 font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #ffffff url(../images/bg.png) top repeat-x;
}

strong, em, b, i {
    font-family:  "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: underline;
	color: #3953a4;
}

a:hover {
}

p {
	line-height: 1.9;
	margin: 1.1em 0;
	margin-top: 0;
}

/* --- WRAPPER STYLES ---*/
#wrapper {
	text-align: left;
	width: 960px;
	margin: 0px auto;
}

#header {
	background: url(../images/logo.png) no-repeat;
	height: 151px;
	overflow: hidden;
}

#content {
	background: #1c669f;
	padding: 7px;
}

#main {
	xwidth: 100%;
	background: #eff5fc;
	border-top: 1px solid #161c44;
	padding: 36px 20px;
	color: #161c44;
}

#p_home #main {
	background: #fff;
	padding: 0;
	color: #000;
}

/* --- # HEADER STYLES ---*/

h1#logo {
	text-indent: -9999px;
	margin-top: 5px;
	width: 960px;
	height: 90px;
	position: absolute;
}

h1#logo a {
	display: block;
	height: 100%;
}

#phone {
	margin-top: 5px;
	margin-left: 30px;
}


/* --- # NAV STYLES ---*/
#navbar {
	margin-top: 106px;
}

#nav {
	
}

#nav ul {
}

#nav li {
	width: auto;
	padding: 8px 17px;
	background: #161c44;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#navbar li.active a {

}

#navbar li a:hover {

}

#nav li ul {}

#navbar .active ul {}

#nav li li {}

#nav li li a {}


/* --- # CONTENT PAGES ---*/
#title {
	xmargin-bottom: 25px;
}

#title h2 {
	font-size: 1.7em;
	xpadding-bottom: 15px;
	color: #fff;
	margin: 20px 0 10px 20px;
	text-transform: uppercase;
	letter-spacing: 0.1em;

}

/* --- # FOOTER STYLES ---*/
#footer {
	margin-top: 2em;
	font-size: 0.9em;
	margin-bottom: 2.5em;
}

#address {
	margin-bottom: 1em;
}

#company {
	
}

#design {
	font-size: 0.9em;
	float: right;
}

#design a {
	text-decoration: none;
	color: #000;
}

#signup {
}

#signup input {
}


