@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: trebuchet ms, myriad pro, calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}
#container-inner {
}
a {
	color: #306189;
}
/** Header **/
#header {
	position: relative;
	background: url(../cssimg/topShadow.gif) bottom right no-repeat;
}
#header-inner {
	height: 100px;
}
#infobar {
	text-align: right;
	height: 36px;
	padding: 30px 0 0 0;
	font-size: 16px;
	font-weight: bold;
}
#mainNav {
	text-align: right;
	height: 34px;
	font-size: 13px;
}
#mainNav-inner {
	height: 34px;
}
#mainNav-inner ul {
	margin: 0;
	padding: 0;
	float: right;
	height: 34px;
	display: block;
}
#mainNav-inner ul li {
	margin: 0 0 0 2px;
	padding: 0 16px;
	list-style: none;
	display: block;
	height: 34px;
	line-height: 34px;
	float: left;
}
#mainNav-inner ul li a {
	color: #fff;
	text-decoration: none;
	height: 34px;
	line-height: 34px;
}
#mainNav-inner ul li a:hover {
	text-decoration: underline;
}
#logo {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 28px;
}
/** End Header **/

/** Banner **/
#banner {
	height: 180px;
	position: relative;
	z-index: 5;
	padding: 0;
	margin: 0;
}
#banner-text {
	z-index: 6;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 310px;
	height: 120px;
	color: #fff;
	line-height: 18px;
}
/** End Banner **/

/** Home Content **/
#homeContent {
	background: #153753 url(../cssimg/homeBG.png) bottom left repeat-x;
}
#homeContent-inner {
	padding: 30px;
}
#flashFile {
	height: 360px;
	width: 550px;
	background: #fff;
}
#homeColumn-right {
	width: 350px;
	float: right;
}
#homeColumn-right-inner {
	padding: 30px 30px 30px 0;
	color: #fff;
}
#homeColumn-right-inner ul {
}
#homeColumn-right-inner ul li {
	padding: 2px 0;
}
#homeColumn-right-inner a {
	color: #758ea1;
}
/** End Home Content **/

/** Content **/
#content {
	margin-right: 260px;
}
#content-inner {
	padding: 30px;
	color: #333;
	line-height: 18px;
}
#content-inner h1 {
	padding: 0;
	margin: 0;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
}
#column-right {
	width: 260px;
	float: right;
}
#column-right-inner {
	padding: 30px;
	color: #122e46;
}
#column-right-inner ul {
	padding: 0;
	margin: 0;
}
#column-right-inner li {
	list-style: none;
	display: block;
	float: left;
	width: 100%;
	line-height: 18px;
	border-bottom: 1px solid #c8c8c8;
	padding: 8px 0;
}
#column-right-inner li a {
	text-decoration: none;
}
#column-right-inner li a:hover {
	text-decoration: underline;
}
/** End Content **/

/** Footer **/
#footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 960px;
	margin: 0 auto;
	border-top: 1px solid #c8c8c8;
	clear: both;
}
.home #footer {
	background: url(../cssimg/100_Best_Logo.gif) no-repeat 55px 10px;
	height: 180px;
}

#footer-inner {
	text-align: right;
	padding: 10px 0;
}
/** End Footer **/

/** Colors **/
.color1 {
	color: #153753;
}
.color2 {
	color: #153753;
}
.color3 {
	color: #153753;
}
.color4 {
	color: #153753;
}
.color5 {
	color: #153753;
}
.color6 {
	color: #153753;
}
.colorBG1 {
	background: #253e53;
}
.colorBG2 {
	background: #2d475c;
}
.colorBG3 {
	background: #3a5368;
}
.colorBG4 {
	background: #476176;
}
.colorBG5 {
	background: #546d82;
}
.colorBG6 {
	background: #5d778c;
}
/** End Colors **/