

/* ---------------------------------------------- */
/* ---------------- CSS RESET ------------------- */
/* ---------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfot, thead, tr, th, td {
	
	margin: 0;
	padding:  0;
	border:  0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	
	list-style: none;
}

/* ---------------------------------------------- */
/* ------------------ BODY ---------------------- */
/* ---------------------------------------------- */

body {
		line-height: 28px;		
		background:  #231F20 url(../images/back.gif) top left;	
		margin:  0;	
		padding:  0;
		font: 14px Arial;
		color: #fff;	
}

/* ---------------------------------------------- */
/* ----------------- GENERAL -------------------- */
/* ---------------------------------------------- */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

h1 {
	font-size: 27px;
}

h2 {
	font-size: 16px;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	
}

a {
	color: #1B75BB !important;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

/* ---------------------------------------------- */
/* ------------------ COLORS -------------------- */
/* ---------------------------------------------- */

.blue {
	color: #1B75BB !important;
}

/* ---------------------------------------------- */
/* ------------------ LAYOUT -------------------- */
/* ---------------------------------------------- */

#wrapper {
	width: 980px;
	margin: 0 auto;	
	padding: 0 0 40px 0;
}



#top {
	height: 135px;
	border-bottom: 2px solid #fff;
	width: 980px;
}

.fixed {
	position: fixed;
	float: left;
	/*z-index: 40;*/
}


#logo {
	margin: 33px 0 0 0;
	float: left;
}

#nav {
	float: right;
	position: relative;
	top: 104px;
}

#main {
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
}

#tagline {
	margin: 27px 0 38px 0;
}

#view h2 span {
	font-size: 11px;
}

/*BANNERS*/

#banners {
	margin: 26px 0 0 0;
}

.banner  {
	
	margin-bottom: 10px;
}

.banner a {

width: 980px;
	height: 130px;
}

.banner a p {
	/*display: none;*/
}

/*.inse {
	background: url(../images/INSE_banner.jpg) no-repeat;
}

.inse:hover {
	background: url(../images/INSE_banner_ON.jpg) no-repeat;
}

.rose {
	background: url(../images/ROSEVILLEbanner.jpg) no-repeat;
}

.rose:hover {
	background: url(../images/ROSEVILLEbanner_ON.jpg) no-repeat;
}

.sea {
	background: url(../images/SEAGRAVEbanner.jpg) no-repeat;
}

.sea:hover {
	background: url(../images/SEAGRAVEbanner_ON.jpg) no-repeat;
}
*/

/*FOOTER*/

#footer {
	text-align: center;
	margin-top: 35px;
	color: #b3b3b3;
}

#footer a {
	color: #fff !important;
}


/*CONTACT*/


#contact {
	width: 980px;
	height: 260px;
	background: #E6E6E6;
	display: none;
	z-index: 9999;
	position: fixed;
}

#inside {
	
	margin: 0 auto;
	padding: 28px 20px;
}

#descr {
	width: 346px;
	float: left;
}

#descr h2 {
	font-weight: bold;
	color: #1B75BB;
	margin: 0 0 21px 0;
}

#descr p {
	margin: 0 0 21px 0;
	color: #000;
}

#form {
	float: left;
	width: 393px;
	margin: 0 0 0 44px;
	font-size: 12px;
}

#form .input {
	margin: 0 0 15px 0;
}

#form label {
	display: block;
	color: #000;
	
}

.fl label {
	margin: 0 0 10px 0;
}

.fr label {
	margin: 0 0 7px 0;
}

#form select {
	width: 166px;
	border: 1px solid #000;
	height: 22px;
	padding: 2px 2px 2px 4px;
}

#form .input input {
	/*width: 166px;*/
	border: none;
	height: 18px;
	padding: 5px 2px 2px 4px;
}

#close {
	float: right;
	/*margin: 40px 0 0 0;*/
	font-size: 12px;
}

.fl {
	width: 174px;
	float: left;
}

.fr {
	width: 174px;
	float: right;
	margin: 0 10px 0 0;
}

#form .submit {
	/*width: 100px;
	height: 25px;
	background: url(../images/submit.gif) no-repeat;*/
	color: #000;
}

#form .submit input {
	border: none;width: 100px;
	height: 25px;
	background: url(../images/submit.gif) no-repeat;
	color: #fff;
	margin: 0 5px 0 0;
	cursor: pointer;
}


.t10 {
	margin: 2px 0 0 0 !important;
}

















