/*
CSS - styles/mainstreet.css

    * Collapse All
    * Expand All
*/

/* GLOBAL ELEMENTS */

* {
	color:#333333;
	font-family:verdana, GillSans, helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #01245c;
	font-size: 62.5%;
	}
	
p, span, ul, ol, li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1em;
	}

li {
	list-style: square;
	margin: 1.2em;
}

/* STANDARD HEADER */
h1 {font-size:1.8em;}
h2 {font-size:1.4em;}
h3 {font-size:1.3em;}
h4 {font-size:1.2em;}
h5 {font-size:1.1em;}
h6 {font-size:1em;}
/* END STANDARD HEADER */
	
input, select, textarea {
	font-size: 1em;
	}

.alert {
	font-size: x-small;
	color:#FF0000;
	}

.alertFieldNames {
	font-size: 100%;
	color:#FF0000;
	}
	
.format {
	font-size: x-small;
	color:gray;
	}

/* wrapper */

.wrapper {
	width: 1280px;
	min-height: 1043px;
	margin: 0 auto;
	background: transparent url(../images/background.jpg) no-repeat;
	position: relative;
}

.contentWrap {
	width: 948px;
	margin: 0 auto;
	background-color: white;
	margin-top: 169px;
}

.logo_link {
	position: absolute;
	top: 41px;
	left: 185px;
	}

/* content */

#menu {
	width: 712px;
	margin: 0 auto;
	}

#menu div {
	float: left;
	height: 25px;
	}
	
#menu a {
	display: block;
	}
	
.home, .about, .news, .investments, .contact {
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
	padding-bottom: 25px;
	}
	
.home {
	width: 105px;
	background: transparent url(../images/nav/nav1.gif) no-repeat;
	}
	
.home:hover {
	background: transparent url(../images/nav/nav1a.gif) no-repeat;
	}

.about {
	width: 147px;
	background: transparent url(../images/nav/nav2.gif) no-repeat;
	}
	
.about:hover {
	background: transparent url(../images/nav/nav2a.gif) no-repeat;
	}

.news {
	width: 131px;
	background: transparent url(../images/nav/nav3.gif) no-repeat;
	}
	
.news:hover {
	background: transparent url(../images/nav/nav3a.gif) no-repeat;
	}

.investments {
	width: 200px;
	background: transparent url(../images/nav/nav4.gif) no-repeat;
	}
	
.investments:hover {
	background: transparent url(../images/nav/nav4a.gif) no-repeat;
	}

.contact {
	width: 129px;
	background: transparent url(../images/nav/nav5.gif) no-repeat;
	}
	
.contact:hover {
	background: transparent url(../images/nav/nav5a.gif) no-repeat;
	}

.content {
	float: left;
	width: 948px;
}

#footer {
	width: 665px;
	text-align: center;
	font-size: 1em;
	margin: 5px auto 20px auto;
	color: white;
	}

#footer .address, .address a {
	font-size: 1em;
	color: white;
	}
	

#int_random, #swf {
	border: 0;
	color: white;
	width: 948px;
	background-color: white;
	padding-top: 25px;
	}

#swf {
	height: 460px;
	}

#int_random {
	height: 263px;
	}
	
.content_inner {
	width: 948px;
	text-align: left;
	margin: 10px 0;
	background-color: #EBEBEB;
	position: relative;
	}
	
.content_inner .left {
	float: left;
	width: 560px;
	text-align: left;
	background-color: #F6F6F6;
	margin-top: -3px;
	padding: 10px 34px 0 34px;
	}

.content_inner .right {
	float: right;
	width: 302px;
	margin-top: -3px;
	padding-top: 10px;
	padding-right: 18px;
	}

.content_inner .right_link {
	padding-top: 2px;
	width: 50%;
	float: right;
	text-align: right;
}

	
.content_inner .int_copy {
	width: 78%;
	text-align: left;
	margin: 10px auto;
	padding-bottom: 20px;
	background-color: #EBEBEB;
	}
	
.learnmore {
	float: right;
	width: 93px;
	padding-bottom: 10px;
	}
	
.viewallnews {
	width: 116px;
	padding-bottom: 10px;
	position: absolute;
	right: 18px;
	bottom: 0;
	}
		
table.hm_news {
	width: 100%;
	border-collapse: collapse;
	}
	
table.hm_news h1 {
	color: #0A4893;
	font-size: 1em;
	}
	
table.hm_news tr:hover {
	background-color: white;
	}
	
table.hm_news tr:hover h1 {
	color: #FC1921;
	}
	
table.hm_news td {
	padding: 4px 3px;
	vertical-align: top;
	font-weight: bold;
	}

table.hm_news td.date {
	width: 35%;
	padding-left: 16px;
	padding-right: 13px;
	}
	
table.newsList, table#contact {
	border-collapse: collapse;
	}
	
table.newsList {
	width: 100%;
	}

table#contact {
	width: 400px;
	}

table.newsList tr:hover {
	background-color: white;
	}
	
table.newsList tr:hover a {
	color: #FC1921;
	}
	
table.newsList td.date, table.newsList td.copy {
	vertical-align: top;
	padding-bottom:  6px;
	font-size: 1.2em;
	}

table.newsList td.date {
	width: 20%;
	}
	
table.newsList td.copy {
	width: 80%;
	}
	
table#contact td.fieldNames {
	width: 28%;
	text-align: left;
	font-size: 1.2em;
	}

table#contact td.fieldNamesMsg {
	width: 28%;
	text-align: left;
	vertical-align: top;
	font-size: 1.2em;
	}

table#contact td.fieldInputs {
	width: 75%;
	}
	
table#contact td.fieldInputs textarea {
	width: 95%;
	}

table#contact td.contactRequired {
	font-size: x-small;
	color:#FF0000;
	text-align: left;
	padding-bottom: 10px;
	}
.content_inner .int_copy form {
	padding: 0;
	margin: 0;
}

.content_inner .int_copy input.button {
	padding: 2px 7px;
	margin: 6px 0;
	border: 1px solid #333333;
	font-size: x-small;
	font-weight: bold;
	color: #333333;
	background: white;
	cursor: pointer;
}

/* STANDARD LINKS */
a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a, a strong {
	color: #0A4893;
	text-decoration:none;
	}

a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, li a:hover, a:hover strong {
	color:#FC1921;
	}
/* END STANDARD LINKS */	
	
.clear {
	clear: both;
	}
	
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibiliity: hidden;
	}

.clearfix { 
	display: inline-table;
	}
/* Hides from ID-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hid from IE-mac */	


