@charset "utf-8";
/* Daniel Castellon and Michael Salem Web2 Studios | Web2Studios.com */

* {
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

html {
	background-image:url(Images/top_background.png);
	background-repeat: repeat-x;
	background-color: #40c0fc;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	text-align: center;
}
.content ul {
	padding-left: 30px;
	padding-bottom: 10px;
}
a img {
	border: none;
}
p {
	padding-top: 10px;
}
h1 {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-weight: lighter;
}

h2 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0091d4;
	
}

h3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

/* Top section of page */
/* Top section of page */
/* Top section of page */

.maincontainer {
	width: 1066px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.sunstripe {
	position: absolute;
	background-image: url(Images/sunstripe.png);
	background-repeat: no-repeat;
	width: 1066px;
	height: 380px;
}

.banner {
	position: relative;
	background-image: url(Images/banner.png);
	background-repeat: no-repeat;
	width: 614px;
	height: 123px;
	margin: 0 auto;
	margin-top: 20px;
}

.nav_container {
	position: relative;
	margin: 0 auto;
	width: 614px;
	min-height: 20px;
	top: 160px;
	text-align: center;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

.navlinks {
	float: left;
	font-size: 20px;
	margin-right: 20px;
	margin-left: 20px;
	text-decoration: none;
}

#content_top {
	position: relative;
	margin: 0 auto;
	width: 782px;
	margin-top: 200px;
}

.content_holder {
	position: relative;
	width: 782px;
	background-image: url(Images/content.png);
	background-repeat: repeat-y;
	text-align: left;
	min-height: 300px;
}

.content {
	position: relative;
	width: 682px;
	min-height: 300px;
	left: 50px;
	padding-bottom: 20px;
}

.left {
	position: relative;
	float: left;
	width: 325px;
	padding-top: 20px;
}

.right {
	position: relative;
	float: right;
	width: 325px;
	padding-top: 20px;
}
.middle_content
{
	position: relative;
	float:left;
	top: 30px;
	width: 100%;
	padding-bottom: 30px;
}

/* Bottom page section */
/* Bottom page section */
/* Bottom page section */

.bottom_content {
	position: relative;
	float: left;
	text-align: center;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 682px;
	padding-bottom: 20px;
}

.exec_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000;
}

.footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(Images/footer.png);
	background-repeat: no-repeat;
	width: 782px;
	height: 162px;
}

.footer_content {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0091d4;
	padding-top: 10px;
}

/* Global Links */
/* Global Links */
/* Global Links */

a:visited {
	color: #0091d4;	
	text-decoration: none;
}

a:link {
	color: #0091d4;
	text-decoration: none;
}

a:hover {
	color: #0091d4;
	text-decoration: underline;
}

a:active {
	color: #0091d4;
	text-decoration: underline;
}

/* Navigation Links */
/* Navigation Links */
/* Navigation Links */

.navlinks a:visited {
	color: #fff;	
	text-decoration: none;
}

.navlinks a:link {
	color: #fff;	
	text-decoration: none;
}

.navlinks a:hover {
	color: #fff;	
	text-decoration: underline;
}

.navlinks a:active {
	color: #fff;	
	text-decoration: underline;
}

/* Daniel Castellon and Michael Salem Web2 Studios | Web2Studios.com */