/* common settings */
* { font-size:100.5%; }
html { font-size: 64%; }
body {
	margin: 0;
	font: 1.1em arial, Helvetica, sans-serif; 
	color: #4d4c42;
	min-width: 1003px;
	background: #0c1e30;
}
a {
	color: #02468a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
/* headings */
h1,
h2,
h3,
h5 {
	margin: 0;
}
#title {
	width: 635px;
	}
#title h1 {
	margin-bottom: 23px;
	padding: 9px 0 8px 13px;
	color: #ffffff;
	font-size:2.63em;
	background: url(../images/bg-title.jpg) no-repeat;
	text-transform:lowercase;
}
/* lists */
ul {
	margin: 0;
	padding: 0 0 0 35px;
	list-style: none;
}
li {
	margin-bottom: 3px;
	padding: 0 0 0 8px;
	background: url(../images/bullet.gif) no-repeat 0 5px;
	font-weight: bold;
	font-size: 12px;
}
.thumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.thumbs li {
	margin-bottom: 3px;
	padding: 0;
	background: none;
	list-style: none;
}
/* links in lists */
li a {
	color: #4d8d4d;
	font-weight: bold;
}
/* header-top */
/* 3 DIV blocks used for widescreen displays + help to stretch background */
#header-top-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
.header-top-wrapper {
	width: 1024px;
	position: relative;
	float: left;
	left: 50%;
}
.header-top-wrapper2 {
	width: 1024px;
	position: relative;
	float: left;
	left: -50%;
	z-index: 200;
}
/* DIV block with transparant background */
.header-top {
	width: 1024px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/bg-header-top.png) repeat-x;
}
/* top navigation settings */
.header-top-nav {
	margin: 0 36px 0 0;
	padding: 0;
	list-style: none;
	background: url(../images/top-divider.gif) no-repeat;
	float: right;
	display: inline;
}
.header-top-nav li {
	float: left;
	margin: 0;
	padding: 7px 14px 7px 10px;
	background: url(../images/top-divider.gif) no-repeat 100% 0;
}
.header-top-nav li a {
	color: #ffffff;
	font-weight: bold;
}
.header-top-nav li a:hover {
	color: #75a1cb;
	text-decoration: none;
}
/* header */
#header-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: -28px;
	z-index: 0;
	background: url(../images/bg-header-left.gif) repeat-x;
}
.header-wrapper {
	width: 1045px;
	position: relative;
	float: left;
	left: 50%;
	background: url(../images/bg-header-right.gif) repeat-x;
}
.header-wrapper2 {
	width: 1045px;
	position: relative;
	float: left;
	left: -50%;
}
#header {
	width: 1024px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 11px;
	background: url(../images/bg-header.jpg) no-repeat;
}
/* hidden text */
#header span,
#header address {
	display: block;
	text-indent: -9999px;
}
.logo {
	float: left;
	margin-left: 59px;
}
.logo a {
	display: block;
	width: 236px;
	height: 189px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}
.main-nav-shadow {
	width: 1024px;
	overflow: hidden;
	margin: 0 auto;
	height: 7px;
	margin-top: -7px;
	background: url(../images/main-nav-shadow.png) repeat-x;
}
/* header-bottom */
#header-bottom-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: url(../images/bg-main-nav.gif) repeat-x    ;
}
.header-bottom-wrapper {
	width: 1024px;
	position: relative;
	float: left;
	left: 50%;
}
.header-bottom-wrapper2 {
	width: 1024px;
	position: relative;
	float: left;
	left: -50%;
}
/* main navigation*/
.header-bottom-nav {
	width: 959px;
	overflow: hidden;
	margin: 0 0 0 65px;
	padding: 0;
	list-style: none;
}
.header-bottom-nav li {
	float: left;
	overflow: hidden;
	height: 59px;
	background: none;
	margin: 0;
	padding: 0;
}
.header-bottom-nav a {
	text-indent: -9999px;
	display: block;
	height: 59px;
	overflow:hidden;
	background-position:0 0;
	cursor: pointer;
}
.header-bottom-nav a.home {
	width: 101px;
	background: url(../images/button-nav01.gif) no-repeat;
}
.header-bottom-nav a.about {
	width: 174px;
	background: url(../images/button-nav07.gif) no-repeat;
}
.header-bottom-nav a.policy {
	width: 152px;
	background: url(../images/button-nav03.gif) no-repeat;
}
.header-bottom-nav a.test {
	width: 168px;
	background: url(../images/button-nav04.gif) no-repeat;
}
.header-bottom-nav a.photo {
	width: 168px;
	background: url(../images/button-nav05.gif) no-repeat;
}
.header-bottom-nav a.resource {
	width: 153px;
	background: url(../images/button-nav06.gif) no-repeat;
}
.header-bottom-nav a.home:hover,
.header-bottom-nav a.about:hover,
.header-bottom-nav a.policy:hover,
.header-bottom-nav a.test:hover,
.header-bottom-nav a.photo:hover,
.header-bottom-nav a.resource:hover {
	background-position:0 -59px;
}
/* main settings */
#main-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #0c1e30 url(../images/bg-content-left.gif) repeat-x;
}
.main-wrapper {
	width: 1024px;
	position: relative;
	float: left;
	left: 50%;
	background: #0c1e30 url(../images/bg-content-right.gif) repeat-x;
}
.main {
	width: 1024px;
	position: relative;
	float: left;
	left: -50%;
	background: #0c1e30 url(../images/bg-main.gif) no-repeat;
}
.main-box {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/bg-content.png) repeat-y;
}
.main-shadow {
	width: 100%;
	height: 7px;
	overflow: hidden;
	background: url(../images/main-shadow.png) repeat-x;
}
/* content block - block that holds sidebar and primary blocks */
#content {
	width: 921px;
	margin: 0 0 0 40px;
	padding: 0 0 37px 46px;
	overflow: hidden;
	position: relative;
}
#main-top {
	background: url(../images/bg-breadcrumbs.gif) no-repeat;
}
/* sidebar */
#sidebar {
	width: 177px;
	float: left;
	padding: 13px 24px 0 0;
}
#sidebar h2 {
	margin-bottom: 15px;
	padding: 0 0 10px 0;
	color: #1c4771;
	font-size: 1.09em;
	text-transform: uppercase;
	border-bottom: 1px solid #b1ae9b;
}
.sidebar-list {
	width: 100%;
	overflow: hidden;
	margin-bottom: 38px;
}
.sidebar-list ul {
	padding: 3px 0 0 2px;
	margin-bottom: 16px;
}
.sidebar-list h3 {
	margin: 0;
	padding: 0;
	font-size:.82em;
	line-height:105%;
}
.sidebar-list h3 a {
	color: #51504b;
	text-transform: uppercase;
}
.sidebar-list h3 a:hover {
	color: #4a628a;
	text-decoration: none;
}
#sidebar .sidebar-list li {
	background: none;
	margin-bottom: 0;
	padding: 0;
}
.sidebar-list ul li div {
	padding-left: 3px;
}
#sidebar .sidebar-list p {
	margin: 0;
	color: #7e7c76;
	font-size: .75em;
	line-height: 12px;
}
/* group-logo block - block, that holds logos in sidebar */
.group-logo {
	width: 163px;
}
.group-logo img {
	display: block;
	border: 0px solid #939393;
	margin-bottom: 27px;
}
/* main content area */
#primary {
	width: 654px;
	float: left;
	padding: 4px 0 0 29px;
}
/* breadcrumbs */
.breadcrumbs {
	width: 100%;
	overflow: hidden;
	margin: 0 0 37px 1px; 
	padding: 0;
}
.breadcrumbs li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
	font-size:.85em;
}
.breadcrumbs li a {
	color: #474747;
}
/* text in main area */
#content-text {
	width: 599px;
	padding-left: 23px;
}
/* footer settings */
#footer {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	background: url(../images/bg-footer.png) no-repeat;
}
/* divider will be added to a footer text after using SPAN tag */
#footer span {
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	background: url(../images/link-divider.gif) no-repeat 0 2px;
}
#footer p {
	margin: 0;
	color: #5b7d9d;
	font-size: 1em;
}
#footer a {
	margin: 0;
	color: #819fbd;
	font-size: .909em;
}
#footer a:hover {
	color: #73a4d5;
}
/* two boxes with "copyright" and "designed by" content */
.footer-box1 {
	width: 674px;
	float: left;
	overflow: hidden;
	position: relative;
	padding-left: 71px;
}
.footer-box2 {
	width: 233px;
	float: left;
	overflow: hidden;
	position: relative;
}
/* home page feature area */

#feature {
	float:left;
	height: 133px;
	background-color:#f7f7f0;
	border-bottom: solid 1px #cac8bc;
	margin-top:5px;
/*	margin-top:-20px;*/
	margin-bottom:-20px;
	margin-left:50px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	}
#feature .adblock1 {
	float:left;
	width: 155px;
	height: 113px;
	border: none;
	background-image:url(../images/reading_man.png);
	padding-top:20px;
	}
#feature .adblock {
	float:left;
	width: 124px;
	height: 113px;
	border-left: solid 1px #cac8bc;
	background-image:url(../images/bg_feature_block.png);
	padding: 10px;
	}
#feature h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #4b894b;
	margin-top:-6px;
	margin-right:10px;
	text-align:right;
	text-transform:uppercase;
	}
#feature h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #1c4771;
	margin-top:-6px;
	text-transform:none;
	}
#feature p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #8d8c82;
	line-height: 110%;
	}
#feature a {
	color: #4b894b;
	text-transform:capitalize;
	text-decoration: none;
	text-align:right;
	}
#feature a:hover {
	text-decoration:underline;
	}