/**
 *  --------------------------------------------------------------------------------------
 *  Hyper Media Solutions CSS
 *  ----------------------------------------------------
 *  1.	RESET
 *  --------------------------------------------------------------------------------------
 */

/* RESET
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* GLOBAL
--------------------------------------------------------------------------------------- */
/*Used to fix Fire Fox float error.*/
.clearfix:after {
	content:".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* Images */
img[align=right] {
	margin-left:10px;
	margin-bottom:10px;
}
img[align=left] {
	margin-right:10px;
	margin-bottom:10px;
}
/* BODY
--------------------------------------------------------------------------------------- */
body {
	background:#2e6476 url(../images/background.png) repeat;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	}


/* HEADER
--------------------------------------------------------------------------------------- */

#header {
background:#155367 url(../images/bannerbg.jpg) repeat;
height:300px;
width:auto;
position:relative;}

#flash {
width:800px;
height:300px;
z-index:10;}

#logo {
width:300px;
height:150px;
position:relative;
top:-30px;
left:-65px;
z-index:99;
}


/* CONTENT
--------------------------------------------------------------------------------------- */

#content {
width:900px;
position:relative;}

#sub-content {}

#white-body-top {
	background:url(../images/images/white-body_top.png) no-repeat;
	height:25px;
	width:866px;
	position:relative;
}

#white-body-middle {
background:url(../images/images/white-body_middle.png) repeat;
height:auto;
width:866px;
position:relative;}

#white-body-bottom {
background:url(../images/images/white-body_bottom.png) no-repeat;
height:30px;
width:866px;
position:relative;}

#form {
	position:relative;
	width:auto;
	text-align:center;
}


/* NAVIGATION
--------------------------------------------------------------------------------------- */


#navigation {
background:url(../images/nav/images/nav-bg.png) repeat;
height:90px;
top:-15px;
width:auto;
position:relative;
z-index:80;}

#nav-wrapper {
left:50px;
width:900px;
margin:0 auto;
position:relative;
z-index:80;}

#testimonials {
float:left;
width:150px;
position:relative;}

#team {
float:left;
width:155px;
position:relative;
left:50%}


#sub-nav {
	background:url(../images/navicon-bg.jpg) no-repeat;
	height:190px;
	width:866px;
	position:relative;
	line-height:1;
	background-image: url(../images/navicon-bg.png);

}

#mini-nav {
	height:auto;
	width:866px;
	position:relative;
	line-height:1;

}

#icons {
top:-250px;
position:relative;}



/* FOOTER
--------------------------------------------------------------------------------------- */

#footer {}


#footer a:link {
color:#000000;}

#footer a {
color:#000000;}

/* STYLES
--------------------------------------------------------------------------------------- */

.bluetable {
background:#99ccff;
}
.darkbluetable {
color:#FFFFFF;
background:#003366;
}

.style1 {font-size: 9px}

.style2 {font-size: 12px;
font-weight:normal;}

.style3 {
	font-size: 16px;
	font-weight: bold;
}
.style4 {
	color: #FF0000;
	font-weight: bold;
}
.style6 {
	font-size: 18px;
	font-weight: bold;
}
.style7 {color: #FF0000}
.style9 {
	color: #FF0000;
	font-weight: bold;
	font-size: 24px;
}
.style8 {font-size: 24px; font-weight: bold; }

a {
color:#000;
}

a:link {
color:#000;}

a:hover {
color:#000;}
