@charset "utf-8";
/* CSS Document */



body {
	margin: 0px;
	width: 100%;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat;
	background-color: #011534;
	font-family: Verdana, Geneva, sans-serif;
}

div, p, ul  {
	margin: 0px;
}

div#container1 {
	position: relative; 
	margin-top: 0px;
	width: 100%;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #234872;
}

div#header {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

div#social {
	position: relative;
	margin-top: 35px;
	margin-left: 0px;
	margin-right: 10px;
	text-align: center;
	float: right;
}

/*start styling navigation*/

div#menu1 {
	position: relative; 
	margin-top: 0px;
	width: 100%;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-color: #274e7a;
	text-align: center;
		}
		
div#menu2 {
	
	position: relative; 
	margin-top: 0px;
	width: 1040px;  /** was 940px  **/
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-color: #274e7a;
	text-align: center;
		}
		
div#nav {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	height: 54px;
	}

#nav ul {
	height: 40px;
	list-style-type: none;
	margin: 0;
	padding: 7px 0;
	overflow: hidden;
	}

#nav li {
	float: left;
	text-align: center;
	}

#nav li a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
	line-height: 40px;
	padding-right: 12px;
	padding-left: 12px;
	}
		
.border {
	border-right: 1px solid #fff;
}

/* end nav */

div#middle {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1040px;   /** was 940px **/
	background-color: #012152;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

div#middle2 {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1040px;   /** was 940px **/
	background-color: #012152;
	background-image:url(images/second_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
div#mid_left {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	width: 642px;
	min-height: 332px;
	background-color: #012152;
	background-image: url(images/cityscape_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

div#tagline {
	margin-top: 46px;
	margin-left: 0px;
	width: 402px;
	padding: 10px;
	background-color: #012152;  /* the background          */
    filter:alpha(opacity=83);   /* Internet Explorer       */
    -moz-opacity:0.83;           /* Mozilla 1.6 and below   */
   opacity: 0.83;   
	color: #ffffff;
	font-size: 18px;
}

div#info {
	margin: 0px;
	width: 640px;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 175px;
}

div#info a {
	color: #f1e854;
	text-decoration: underline;
	font-size: 18px;
}

div#mid_right {
	width: 357px;    /** was 258px **/
	background-color: #f7f6ef;
	color: #011534;
	padding: 0px 20px 20px 20px;
	min-height: 454px;
	float: left;
}

div#mid_right a {
	color: #3c77b8;
	font-weight: 18px;
	font-weight: bold;
	text-decoration: none;
}

div#content {
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
	width: 900px;   /** was 700px **/
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
}

div#content a {
	color: #6ba1db;
	font-weight: bold;
	text-decoration: underline;
}
	

div#footer {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	width: 1000px;  /** was 900 **/
	background-color: #011534;
	text-align: center;
	padding: 20px;
	color: #fff;
	font-size: 12px;
}

div#footer a {
	color: #fff;
	text-decoration: underline;
}

.clear {
	clear: both;
}

.copy {
	padding-top: 16px;
	padding-bottom: 20px;
}

.blue1 {
	font-size: 18px;
	font-weight: bold;
	color: #011534;
	padding-top: 20px;
}

.blue2 {
	font-size: 18px;
	font-weight: normal;
	color: #011534;
}

.blue3 {
	font-size: 12px;
	font-weight: normal;
	color: #3c77b8;
	text-decoration: underline;
}

.gold1 {
	font-size: 14px;
	font-weight: bold;
	color: #807452;
	padding-top: 14px;
}

.line {
	height: 20px;
	border-bottom: 1px solid #011534;
}
	
.yellow {
	font-weight: normal;
	color: #f1e854;
}

