/* CSS RESET  v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/*---------- general content  ----------*/
body {
	background: #ebebeb url(images/main-bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}


/*---------- main container wrapper images  ----------*/
#mainContainer {
	width: 1040px;
	margin: 0px auto;
}
#top {
	background: url(images/body-top.png) no-repeat;
	height: 44px;
	width: 1040px;
}
#middle {
	background: url(images/body-mid.png) repeat-y;
	width: 1040px;
}
#bottom {
	background: url(images/body-bottom.png) no-repeat;
	height: 44px;
	width: 1040px;
}

/*---------- seego logo  ----------*/
#logo {
	height: 69px;
	width: 196px;
	position: absolute;
	top: 10px;
}



/*---------- navigation  ----------*/
#navigation {
	height: 90px;
	width: 942px;
	margin: 0px auto;
	position: relative;
}

#navigation ul {
	float: right;
	width: 600px;
	height: 90px;
}
#navigation ul li {
	position: absolute;
	bottom: -4px;
	z-index: 100;
}
#navigation ul #contact {right: 0px;}
#navigation ul #submit {right: 100px;}
#navigation ul #faq {right: 265px;}
#navigation ul #about {right: 340px;}


/*---------- wrapper images for content area  ----------*/
#middle #content {
	margin: 0px auto;
	width: 970px;
	position: relative;
	background: #fff url(images/content-middle.png) repeat-y;
}
#middle #content #top {
	background: url(images/content-top.png) no-repeat;
	height: 36px;
	width: 970px;
	position: absolute;
	top: -12px;
	z-index: 1;
	left: 0px;
}
#middle #content #bottom {
	background: url(images/content-bottom.png) no-repeat;
	height: 36px;
	width: 970px;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	left: 0px;
}


/*---------- section summary  ----------*/
#middle #content #summary {
	color: #969696;
	padding: 24px 0px 0px 44px;
	font-size: 1.3em;
	float: left;
	overflow: hidden;
}
#middle #content #summary p {
	line-height: 28px;
	margin: 7px 0px 0px;
}

/*---------- sms area  ----------*/
#middle #content #sms {
	background: url(images/sms.jpg) no-repeat;
	height: 235px;
	width: 423px;
	position: absolute;
	right:14px;
	top: 2px;
	color: #fff;
	text-align: right;
}
#sms form p {
	margin: 5px 10px 5px 0px;
	font-size: 1em;
}
#sms form .formItem {
	margin: 0px 11px 0px 0px;
}
#sms form {
	margin-top: 70px;
}
#sms form p em {
	font-size: 0.7em;
}



/*---------- green bar  ----------*/
#middle #content #barDivider {
	background: url(images/green-bar.jpg) no-repeat;
	height: 11px;
	width: 942px;
	position: absolute;
	left: 14px;
}


/*---------- homepag graphic / steps  ----------*/
#middle #content #steps {
	background: url(images/steps.jpg);
	height: 348px;
	width: 942px;
	position: absolute;
	bottom: 0px;
	left: 14px;
}


/*---------- interior content  ----------*/
#content #interior {
	background-color: #12679D;
	height: 386px;
	width: 874px;
	position: absolute;
	bottom: 0px;
	left: 14px;
	padding: 34px;
	color: #fff;
}

#content #interior ul {
	list-style: decimal outside;
	margin-left: 20px;
	font-size: 1.2em;
}

#content #interior ul li {
	margin-bottom: 20px;
}
#content #interior ul li p {
	font-size: .8em;
	color: #78ccff;
	margin-top: 5px;
	line-height: 20px;
}
#content #interior ul li p a {
	color: #fff;
}




/*---------- footer  ----------*/
#footer {
	text-align: center;
	margin-bottom: 30px;
	color: #999;
	font-size: .8em;
}
#footer span {margin: 0px 10px;}
#footer p {margin: 10px;}
#footer a {font-weight: bold;text-decoration: none;color: #999;}
#footer a:hover {text-decoration: underline;}
#footer a:visited {color: #999;}
#footer a:active {text-decoration: none;color: #1576A9;}
#interior form {
	margin: 0px auto;
	width: 500px;
}
#interior form h1 {
	font-size: 1.4em;
}
#interior form p {
	margin: 20px 0px;
	font-weight: bold;
}
#interior form p .textField {
	width: 93%;
	height: 25px;
	margin-left: 10px;
}

