/* Global Elements */
*{
	margin:0; 
	padding:0;
}

html{
	width:100%;
	heigth:100%;
}
body{
	width:100%;
	heigth:100%;
	text-align:center;
	background-color: #B6C0CB;
	background-image: url(../imgs/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
img{ /* Remove white space from bottom of images */
	margin: 0px 0px -4px 0px; 
}
.shim{ /* Invisible Spacer (used for applying min height to div) */
	float: left;
	width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FF0000;
}
.bgTop{
	width:100%;
	height:100%;
	background-image: url(../imgs/bg-main-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display:table-cell; 
	display:table;
}
.bgBtm{
	width:100%;
	height:100%;
	background-image: url(../imgs/bg-main-btm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	display:table-cell; 
	display:table;
}
.container {
	margin: 0px AUTO 0px AUTO;
	padding: 0px 7px 0px 7px;
	width: 702px;
	height:100%;
	background-color: #FFF;
	display:table-cell; 
	display:table;
}

/* BANNER */
.bnr {
	width: 700px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* NAVIGATION */
.primaryNav {
	width: 100%;
	text-align: left;
	padding: 10px 0px 15px 15px;
}
.primaryNav a{
	padding: 0px 40px 0px 0px;
}
.secondaryNav {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
}
.tertiaryNav {
	float: left;
	width: 160px;
	padding: 0px 0px 265px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #727E8C;
	background-image: url(../imgs/bg-nav-tertiary-btm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.tertiaryNav ul{
	width: 160px;
	height: 175px;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../imgs/bg-nav-tertiary-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:table-cell; 
	display:table;
	list-style-type: none;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #9AD2E7;
}
.tertiaryNav li {
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
}
.tertiaryNav li a{
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #9AD2E7;
	display:table-cell; 
	display:table;
	display:inline-block;
}
.tertiaryNav li a:hover{
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	background-image: url(../imgs/nav-tertiary-hover-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
.tertiaryNav span{
	width: 100%;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	background-image: url(../imgs/nav-tertiary-active-arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	display:table-cell; 
	display:table;
	display:inline-block;
}
.bottomNav {
	height:32px;
	padding: 8px 3px 0px 10px;
	margin: 0px 3px 0px 0px;
	text-align: left;
	background-image: url(../imgs/btm-nav-mid.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	display:block;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #515C6A;
	text-decoration: none;
}
.bottomNav a{
	padding: 0px 5px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #515C6A;
	text-decoration: none;
}
.bottomNav a:hover{
	padding: 0px 5px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.bottomNavLeft {
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px -3px 0px 0px;
}
.bottomNavRight {
	float:right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px -3px;
}
.buttonTop {
	float:right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	backgroung-color: #FFF
}

/* CONTENT */
.body {
	width: 100%;
	display:table-cell; 
	display:table;
	background-color: #8A96A5;
	background-image: url(../imgs/bg-body-mid.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
}
.bodyContainer {
	width: 100%;
	background-image: url(../imgs/bg-nav-tertiary-ext.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bodyContent {
	height: 200px;
	margin: 0px 0px 0px 4px;
	padding: 25px 25px 25px 25px;
	display:table-cell; 
	display:table;
	background-image: url(../imgs/bg-body-top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:left;
}
.indicator {
	width: 100%;
	height: 11px;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #748292;
	background-image: url(../imgs/indicator-default.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1px;
}
.newsPanel{
	width:100%;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: #8A96A5;
	background-image: url(../imgs/bg-news-panel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 17px;
}
.newsPanelContent{
	margin: 0px 450px 0px 0px;
	padding: 60px 0px 20px 22px;
	text-align: left;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #424F58;
}
.newsPanelContent p{
	padding: 0px 0px 8px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
.newsPanelContent a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}
.newsPanelContent a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.newsPanelButtons{
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 105px 310px 0px 0px;
	text-align: left;
}
.newsPanelButtons img{
	margin: 0px 0px 5px 0px;
}

/* FOOTER */
.footer {
	width: 100%;
	padding: 50px 0px 10px 0px;
	background-color: #FFF;
}

