@charset "utf-8";
/*---------------------------------------------Imagine8 Design Studio default css stylesheet--------------------------------------------------*/

/*---------------------Common Layout styles-----------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 802px;
	background-color: #013152;
	margin-top: 30px;
	margin-bottom: 30px;
}
#wrapper {
	float: left;
	height: auto;
	width: 802px;
	background-image: url(../images/repeat.jpg);
	background-repeat: repeat-y;
}
#header {
	float: left;
	height: auto;
	width: 802px;
	background-color: #005A98;
}
#header img {
	float: left;
}
#flashWrap {
	width: 550px;
	float: left;
	height: 150px;
}
#navbar {
	float: left;
	height: auto;
	width: 236px;
	padding-bottom: 30px;
}
#navbar img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#content {
	float: left;
	height: auto;
	width: 566px;
}
#gallery {
	float: left;
	width: 556px;
	padding-bottom: 18px;
}
#gallery img {
	padding-top: 18px;
	padding-left: 18px;
	float: left;
}

.text_home {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #FFFFFF;
}
.text_home h3 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #000033;
}
.text_home ul li{
	margin-left: 12px;
}
.text_wrap {
	clear: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
}
.text_wrap h1 {
	font-size: 16px;
	color: #000033;
	padding-bottom: 10px;
}
.text_wrap h2 {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
}

.text_wrap h3 {
	font-size: 12px;
	color: #000033;
	padding-bottom: 5px;
}
.text_wrap h4 {
	color: #000033;
	font-size: 12px;
	padding-bottom: 4px;
}
.text_wrap ul li{
	margin-left: 12px;
}
#lh_box {
	float: left;
	width: 250px;
	padding-right: 15px;
}
#rh_box {
	float: left;
	width: 250px;
	height: auto;
}





.black {
	float: left;
	width: 230px;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.coast {
	float: left;
	width: 280px;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/*---------------------Common class's styles-----------------*/

.clear{
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
