* html html,
*html body {
	height: 100% !important;
}

body {
	height: 100%;
}


/***** wrapper *****/

#wrapper {
	width: 974px;
	margin: 0 auto;
	background: url(../images/body.png) repeat-y top center;
	position: relative;
	height: 100%;
}

/***** content-right *****/

.content-right {
	width: 197px;
	background: #02275c;
	padding: 44px 25px 0;
	margin: 0 50%;
	position: absolute;
	left: 192px;
	z-index: 2;
}


/*sets correct width in IE6*/
* html .content-right {
	width: 197px;
	background: #02275c;
	padding: 44px 0 0 25px;
	margin: 0 50%;
	position: absolute;
	left: 192px;
	z-index: 2;
}

.content-right a.button,
.content-right a.button:visited {
	display: block;
	background: #349bda;
	padding: 4px 0;
	margin: 10px 0;
	border: 1px solid #FFF;
	color: #fff;
	font-size: 13px;
	text-align: center;
	font-weight: 700;
}

.content-right a.button:hover {
	background: #02275c;
	border: 1px solid #FFF;
}

.content-right .seperate-b {
	height: 0px;
	border-bottom: 1px solid #349bda;
	width: 247px;
	margin: 15px 0 15px -25px;
}

.content-right .seperate-w {
	height: 0px;
	border-bottom: 1px solid #fff;
	width: 247px;
	margin: 15px 0 15px -25px;
}

.content-right .seperate-photo {
	width: 247px;
	margin: 0 0 15px -25px;
}

.content-right h1 {
	color: #349bda;
	font-size: 18px;
	margin: 0 0 10px;
}

.content-right h2 {
	color: #b6d7ed;
	font-size: 18px;
	margin: 0 0 10px;
}

.content-right h3 {
	color: #fff;
	font-size: 14px;
	margin: 5px 0;
}

.content-right h4 {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	margin: 5px 0;
}

.content-right h4 a,
.content-right h4 a:visited {
	font-weight: 700;
	color: #fff;
	border: 0;
}

.content-right h4 a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.content-right p {
	padding: 0 0 5px;
}

.content-right a,
.content-right a:visited {
	font-weight: 400;
	color: #b6d7ed;
	border-bottom: 1px solid #b6d7ed;
}

.content-right a:hover {
	color: #b6d7ed;
	border-bottom: 0;
}

.content-right div.clear {
	height: 25px;
	margin: 100px 0 0;
}

.content-right ul.none {
	list-style: none;
	padding: 0;
}

.content-right ul.none li {
	margin: 2px 0 4px;
}

.content-right ul.none li a,
.content-right ul.none li a:visited {
    font-weight: 400;
	color: #fff;
	border: 0;
}

.content-right ul.none li a:hover {
	border-bottom: 1px solid #FFF;
}

.content-right ul.none li a:after {
    content: " »" ;
}

.content-right .contact p {
	padding: 0 0 10px;
}

.content-right .contact .slogan {
	color: #fce1b6;
	font-size: 16px;
}


#wrapper .height-fix {
	width: 197px;
	background: #02275c;
	padding: 0 25px;
	_padding: 0 25px 3700px; /* Bottom padding must be checked */
	margin: 0 50%;
	position: absolute;
	left: 192px;
	z-index: 1;
	height: 100% !important; /* Sets 100% height for IE7 */
}

#header {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#header #rightfocus {
	margin: 10px 40px;
	height: 88px;
	width: 382px;
	background: url(../images/rightfocus.png) no-repeat;
}

#header .logo {
	float: left;
	width: 350px;
	margin: 0 0 0 30px;
	display: inline;
}

#header .logo img {
	float: left;
	padding: 10px 10px 25px;
	height: 150px;
	width: auto;
}

#header .slogan {
	color: #02275c;
	font-size: 16px;
	margin: 120px 0 0;
}


#header .date {
	float: right;
	color: #000;
	text-transform: uppercase;
	text-align: right;
	margin: 42px 315px 0 0;
	width: 200px;
	display: inline;
}

#content {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

#content #sky {
	background: #97ccec;
}

#content #light {
	background: #d0e8f6;
	height: 100%;
}

#content .seperate-w {
	height: 0px;
	border-bottom: 1px solid #FFF;
	width: 100%;
}

#content .grad-header {
	border-top: 1px solid #FFF;
	height: 25px;
	background: url(../images/grad-header.png) repeat-y top center;
}

#content .over {
	position: relative;
	z-index: 3;
	margin: 1px 0 0;
	border: 0;
}

#content .grad-header h2 {
	color: #fff;
	font-size: 12px;
	padding: 6px 0 0 40px;
}


#content .content-left {
	float: left;
	width: 604px;
	margin: 0 29px 18px 40px;
	color: #0b2f5f;
	display: inline;
}

#content .content-left img {
	padding: 0 0 20px 0;
	display: inline;
}

#content .content-left img.float-left {
	padding: 0 20px 20px 0;
}

#content .content-left img.float-right {
	padding: 0 0 20px 20px;
}

#content .content-left h1 {
	font-family: Arial Narrow, Helvetica Condensed, sans-serif;
	font-weight: 400;
	font-size: 27px;
	margin: 28px 0 14px 0;
}

#content .content-left h1 a {
	font-weight: 400;
}

#content .content-left h1 a:hover {
	font-weight: 400;
	color: #0b2f5f;
	border: 0;
}

#content .content-left a,
#content .content-left a:visited {
	color: #0b2f5f;
}

#content .content-left a:hover {
	color: #0b2f5f;
	border-bottom: 1px solid #0b2f5f;
}


/***** footer *****/

#footer {
	width: 960px;
	margin: 0 7px;
	background: #02275c;
	height: 180px;
}

#footer .content-left {
	width: 604px;
	margin: 0 28px 0 40px;
	padding: 35px 0 43px 0;
	float: left;
	display: inline;
}

#footer .content-left a,
#footer .content-left a:visited {
	color: #fff;
	font-weight: 400;
}

#footer .content-left a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#footer .logo {
	width: 197px;
	background: #fff;
	float: left;
	padding: 0 25px 0;
	position: relative;
	z-index: 3;
	height: 100%;
	text-align: center;
}

#footer .logo img {
	padding: 35px 0 0;
}