@charset utf-8;

body {
	margin: 0;
	text-align: center;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 975px;
}

#navigation {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
}

#navigation li a {
	display: block;
	width: 106px;
	height: 14px;
	text-decoration: none;
	color: #3d89ba;
	font-family: arial;
	font-size: 12px;
	padding: 11px 0;
	margin: 0 1px 8px;
}

#navigation li a:hover {
	color: #DAE3E7;
	text-shadow: 1px 1px 3px gray; /* works in current versions of safari and firefox */
	background: url(images/btn-bgrnd.jpg) no-repeat;
}

a.active {
	color: white !important;
	text-shadow: 1px 1px 3px #888; /* works in current versions of safari and firefox */
}

a.active:hover {
	color: #DAE3E7 !important;
}

.active {
	background: url(images/btn-bgrnd.jpg) no-repeat;
}

#masthead {
	clear: left;
	width: 960px;
	height: 384px;
	background: url(images/masthead.jpg);
	margin-bottom: 30px;
}

#masthead a {
	display:block;
	width: 960px;
	height: 384px;
	text-decoration:none;
}

#navigation li a, h2, h3, .keypoint h4, .contact .result, a { /* blue color for nav links and headers */
	color: #3E90C2;
}

h2, h3 {
	margin-top: 10px;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
}

h3 { margin:45px 0 0; }

h2 {
	font-size: 29px;
}

h4 {
	margin: 10px 0 0;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
}

.eyes p {
	line-height:8px;
}

#content {
	width: 100%;
}

#info {
	float: left;
	width: 565px;
	padding: 0 50px 0 25px;
}

h2 + p.intro { /* CSS 3 property: "inheritance" */
	margin-top: -15px;
}

p {
	color: #535353;
	font-family: "times new roman", georgia, serif;
	font-size: 15px;
	line-height: 20px;
}

p.intro {
	margin-bottom: 35px;
}

p.intro, .keypoint p {
	color: #535353;
	font-family: georgia, times, "times new roman", serif;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
}

ul {
	list-style: square;
}

a {

}

a:hover {
	text-decoration: underline;
}

#sidebar {
	float: left;
	width: 320px;
}

.aside {
	padding-top: 15px;
	width: 320px;
	min-height: 100px;
	background: url(images/aside-bgrnd.gif) no-repeat #272727;
}

.aside .title {
	color: #E1E1E1;
	text-align: center;
	font-family: georgia, "times new roman", serif;
	font-size: 18px;
	font-style: italic;
}

.aside h3 {
	text-align: center;
	color: #C6E2EF;
	font-family: arial, verdana, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 1px 0;
	padding: 0;
}

.aside .desc {
	color: #E1E1E1;
	margin-top: 20px;
	font-family: georgia, "times new roman", serif;
	font-size: 12px;
}

.aside-btn {
	width: 320px;
	height: 22px;
	background: url(images/aside-btn.jpg);
	margin: 0 0 21px 0;
	padding: 13px 0;
	text-align: center;
}

.aside-btn .login {
	margin-left: 32px;
	float: left;
	display: block;
	width: 232px;
	height: 23px;
}

.aside-btn a {
	color:#000;
	font-size:120%;
}

.aside-btn .eye-ed {
	margin-left: 53px;
	float: left;
	display: block;
	width: 198px;
	height: 23px;
}

.goto {
	float: left;
	margin: 3px 0 0 10px;
}

.aside .icon {
	float: left;
	margin: 5px 5px 12px 25px;
}

.keypoint {
	float: left;
	width: 272px;
	margin-right: 10px;
	margin-bottom: 15px;
}

.keypoint .icon {
	float: left;
}

.keypoint h4 {
	margin: 0 0 0 65px;
	font-family: georgia, "times new roman", serif;
	font-size: 14px;
}

.keypoint p {
	margin: 0 0 0 65px;
}

#footer-wrap {
	text-align: center;
	height: 356px;
	background: url(images/bg.footer.jpg);
	margin-top: 30px;
}

#footer {
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 30px 0 0 0;
	width: 975px;
	height: 326px;
}

#footer h5 {
	margin: 0 0 8px 0;
	padding: 0;
	color: #eee;
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;

}

#listing ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#listing li {
	margin: 7px 0;
	color: #C6E2EF;
	font-family: georgia, "times new roman", serif;
	font-size: 12px;
}

#listing {
	float: left;
	margin-top: 10px;
	padding-left: 15px;
	padding-bottom: 40px;
	border-bottom: 1px solid gray;
}

.column {
	float: left;
	width: 140px;
}

#contact-info {
	float: right;
	width: 320px;
	margin-left: 65px;
	padding-right: 15px;
}

#contact-info .title {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 320px;
	height: 46px;
	background: url(images/footer.box.top.jpg);
}

#contact-info .aside {
	width: 320px;
	height: 230px;
	background: url(images/footer.aside.jpg) no-repeat;
}

.contact {
	padding-top: 8px;
	padding-left: 6px;
	font-family: georgia, "times new roman", serif;
	font-size: 16px;
}

.contact img {
	float: left;
}

.contact .item {
	float: left;
	padding: 16px 0 4px 8px;
	height: 35px;
}

.clearfix {
	clear: both;
}

.clearfix-bor {
	clear: both;
	border-bottom: 1px solid #dedede;
}

dd, dt {
	font-family: georgia, "times new roman", serif;
}

dt { margin:30px 0 10px;}

#docImg, #docImg2, #docImg3 { 
	float:left;
	margin:0 10px 5px 0;
	border:1px solid #000;
	padding:2px;
}

.logos img {
	text-decoration:none;
	border:0;
	margin:5px;
}
	

