/* CSS Document */

/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	font-size: 68.75%; /* sets 1em = 11px (76% = 12px) (62.5% = 10px) */
	text-align: center; /* hack for ieWin5.x */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
}

/* =STRUCTURE */
#wrapper {
	margin: 0 auto; /* center aligns wrapper */
	text-align: left;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	position: relative;
	width: 900px;
	margin-top: 20px;
}

#header {
	width: 900px;
}

#content {
	width: 900px;
	position: absolute;
	margin-top: 28px;
	left: -1px;
	top: 323px;
	border: 1px #fff solid;
}

#product-content {
	width: 900px;
	position: absolute;
	margin-top: 14px;
	left: -1px;
	top: 205px;
	/*	background-image: url(../images/wrapper-bkgd.jpg);
*/	background-color: #fff;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

#product-content li {
	color: #333;
	margin-left: 20px;
	font-size: 11px;
}

#main-content {
	width: 530px;
	float: left;
	background-color: #fff;
	padding: 20px;
}

#news-content {
	width: 860px;
	float: left;
	background-color: #fff;
	padding: 20px;
}

#secondary-content {
	width: 290px;
	float: right;
	padding: 20px;
}

#main-header {
	float: left;
	width: 900px;
	height:190px;
	padding: 0px;
	background:url(../images/banner-home-v3.jpg) no-repeat bottom;
		}

#sub-header {
	width: 900px;
	padding: 0px;
	height:160px;
		}
		
#menu-container
	{
	position: absolute;
	width: 900px;
	left: -1px;
	top: 190px;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	background-color: #b21a1f;
	}

#menu-container a {
	font-size: 12px;
	}

#secondary-menu {
	float: right;
	width: 330px;
	background-color: #FFF;
	padding: 0px;
	height: 242px;
}

.housing {
	width: 530px;
	height:155px;
	background:url(../images/bg-social-housing.jpg) no-repeat;
	}

.product-news {
	width: 530px;
	height:160px;
	background:url(../images/bg-product-news.jpg) no-repeat;
	}

/* =FLOWCENTRIC STYLE */

#flowcentric {
	width: 900px;
	background: url(../images/wrapper-bkgd-cd.png) repeat-y;
	position: absolute;
	left: -1px;
	top: 190px;
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#fc-content-left {
	width: 665px;
	float: left;
	}
	
#fc-content-right {
	width: 215px;
	float: right;
	padding:10px;
	} 

#fc-menu {
	width: 175px;
	padding: 15px;
	float: left;
	}
	
#fc-content-main {
	width: 440px;
	padding: 15px 10px;
	float:right;
	}
	
#fc-content-main li {
	color: #666;
	margin-left: 20px;
	font-size: 11px;
}
	
.heading-purple {
	font-weight: bold;
	font-size: 15px;
	color: #454D72;
	}
	
.sub-heading-purple {
	font-size:12px;
	font-weight: bold;
	color: #3B5997;
	}
	
.margin-top {
	margin-top: 15px;
	}

/* =INFOR FMS STYLE */

#infor-fms {
	width: 900px;
	background: url(../images/wrapper-bkgd-cd.png) repeat-y;
	position: absolute;
	left: -1px;
	top: 190px;
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#infor-fms-content-left {
	width: 680px;
	float: left;
	}
	
#infor-fms-content-right {
	width: 200px;
	float: right;
	padding:10px;
	} 

#infor-fms-menu {
	width: 240px;
	padding: 15px;
	float: left;
	}
	
#infor-fms-content-main {
	width: 390px;
	padding: 15px 10px;
	float:right;
	}
	
#infor-fms-content-main li {
	color: #666;
	margin-left: 20px;
	font-size: 11px;
}

/* =CONTENT */
h1, .headtext {
	font-size: 16px;
	font-weight: normal;
	color: #b21a1f;
}

h2, .secondtext {
	font-size: 12px;
	font-weight: normal;
	color: #3084C0;
}

h3, .thirdtext {
	font-size: 12px;
	font-weight: bold;
	color: #06C;
}

h4, .fourthtext {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

h5, .fifthtext {
	font-size: 11px;
	font-weight: bold;
	color: #f60;
}

h6, .fourthtext {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	color: #0066CC;
}

.white-font {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.white-font-11pt {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	font-weight: normal;
	}
	
.blue-font {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #039;
	font-weight: bold;
	}

p {
	font-size: 11px;
	color: #333;
}

.float-left {
	float: left;
}

.float-left-pad-right {
	float: left;
	margin-right:6px;
}


.float-right {
	float: right;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #039;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #039;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

a.two:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #039;
	text-decoration: none;
	font-weight: normal;
}

a.two:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #039;
	text-decoration: none;
	font-weight: normal;
}
a.two:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

a.three:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #039;
	text-decoration: none;
	font-weight: normal;
}

a.three:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #039;
	text-decoration: none;
	font-weight: normal;
}
a.three:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

a.four:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #039;
	text-decoration: none;
	font-weight: normal;
}

a.four:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #039;
	text-decoration: none;
	font-weight: normal;
}
a.four:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F60;
	text-decoration: none;
	font-weight: normal;
}

a.five:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #06c;
	text-decoration: none;
	font-weight: normal;
}

a.five:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #06c;
	text-decoration: none;
	font-weight: normal;
}
a.five:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

a.six:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BFD9FF;
	text-decoration: none;
	font-weight: normal;
}

a.six:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BFD9FF;
	text-decoration: none;
	font-weight: normal;
}
a.six:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}
	
/* =FOOTER */
#footer {
	clear: both;
	color: #FFFFFF;
	text-align: left;
	background-color: #999;
	font-size: 9px;
	font-weight: bold;
	padding: 5px 15px 8px;
	height: 14px;
/*	width: 900px;
	w\idth: 880px;*/
}

/* =PRETTY STUFF */

#table-news {
	border-collapse: collapse;
	width: 330px;
	}

#table-news td, #table-pad td{
	padding: 7px 10px;
	}

.date {
	font-size: 10px;
	}

.nobold {
	font-weight: normal !important;
}

.seo {
	clear: both;
	color: #FFFFFF !important;
	text-align: left;
	background-color: #999;
	font-size: 9px !important;
	font-weight: bold !important;
	height: 24px;
}

.topkeywords h1 {
	text-align: right;
	color: #CCCCCC;
	font-size: 9px;
	margin-bottom: 5px;
	padding-top: 2px;
	border-top: 1px solid #CCC;
}

#table-02 {
	border: solid 2px #3084C0;
	margin: 0 auto;
	}

#table-02 td {
	background-color: #FFFFFF;
	padding: 5px;
	}
	
#table-events {
	border: solid 2px #AAA;
	}

#table-events td {
	padding:5px;
	}
	
.table-01 {
	border: solid 3px #AAA;
	}

.table-01 td {
	padding:8px;
	background-color: #FFFFFF;
	}

.latest-news {
	line-height:25px;
	font-size:16px;
	color: #9cd6fe;
	}

.border-bottom {
	border-bottom: 1px solid #ccc;
	}

