﻿/* CSS Document */

body {
	padding: 0px;
	margin: 0px auto;
	background: url(/template/images/bg.jpg) #b1e3fc repeat-x;
	font-family: verdana;
	font-size: 10px;
	color: #535353;
}
img {
	border: none;
}






.outer-wrapper {
	width: 902px;
	padding: 0px;
	margin: 0px auto;
}
.banner {
	height: 348px;
}





/*--- NAVIGATION ---*/
#navigation {
	width: 204px;
	font-weight: bold;
}
#navigation .top {
	height: 15px;
	background: url(/template/images/nav-top.jpg);
}
#navigation .bottom {
	height: 40px;
	background: url(/template/images/nav-bottom.jpg);
}
#navigation .mid {
	background: url(/template/images/nav-mid.jpg);
}
#navigation .mid .inner-container {
	width: 174px;
	padding: 0px;
	margin: 0px auto;
}
#navigation ul {
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
#navigation li {
	list-style: none;
	margin-bottom: 5px;
}
#navigation li a {
	text-decoration: none;
	color: #000000;
	display: block;
	height: 18px;
	line-height: 18px;
	padding-left: 24px;
}
#navigation li a:hover {
	background: #e5e5ff;
}





.title1 {
	font-size: 18px;
	font-weight: bold;
}
.title2 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
}
.black {
	color: #000000;
}
.clickme a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
	display: block;
}
.clickme a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
}
.clickme img {
	border: none;
}






#main-content {
	padding: 0px;
	margin: 0px;
}
#main-content .inner-wrapper {
	padding: 17px 7px 17px 5px;
}
#main-content .writeups {
	padding-bottom: 17px;
	text-align: justify;
}
#main-content .howitworks-container {
	width: 450px;
	margin: 0px auto;
	margin-bottom: 10px;
	padding: 10px;
	border: solid 1px #E9F3FE;
}
#main-content .howitworks-container a {
	color: #535353;
	display: block;
	text-decoration: none;
	border: none;
}
#main-content .howitworks-container a:hover {
	color: #000099;
}






#left-pane {
	padding: 0px;
	margin: 0px;
}
#left-pane .inner-wrapper {
	margin: 0px 15px 1px 15px;
	padding: 5px;
	background: #ecf0f3;
}
#left-pane .writeups {
	text-align: justify;
	padding-top: 7px;
	padding-bottom: 7px;
}






#right-pane {
	padding: 25px 0px 0px 0px;
	margin: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#right-pane .inner-wrapper {
	background: #dae1e7;
	margin: 0px 18px 1px 16px;
	padding: 7px 5px 12px 5px;
}
#right-pane ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#right-pane ul li {
	padding-left: 15px;
}

#right-pane a {
	text-decoration: none;
	color: #000000;
}

#right-pane a:hover {
	color: #000000;
	text-decoration: underline;
}


#footer {
	background: #d9f0fe;
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	color: #002c56;
	font-family: Arial, Helvetica, sans-serif;
}
#footer ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#footer li {
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
}
#footer li a {
	color: #002c56;
	text-decoration: none;
}
#footer li a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer a {
	color: #002c56;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}





/*--- INTRO ---*/
.intro-body2 {
	padding-top: 20px;
	margin: 0px;
	background: #778992;
	color: #FFFFFF;
}
#intro2 a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	display: block;
}
#intro2 a:hover {
	text-decoration: underline;
	color: #FF9900;
}
#intro2 .wrapper {
	width: 896px;
	padding: 0px;
	margin: 0px auto;
}
#intro2 .top {
	height: 73px;
	background: url('/images/intro-top.jpg');
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
}
#intro2 .bottom {
	height: 25px;
	background: url('/template/images/intro-bottom.jpg');
	text-align: right;
	padding-right: 40px;
	padding-top: 58px;
}
#intro2 .mid {
	background: url('/template/images/intro-mid.jpg');
	text-align: center;
}
#intro2 .mid .flash-intro {
	background: #999999;
	padding: 0px;
	margin: 0px auto;
	width: 830px;
	height: 350px;
}
