@charset "utf-8";
/* CSS Document */

body {
	background: url(images/backrep.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 19px;
}

h1 {
	color: #0065BA;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

h2, h3 {
	color: #003A94;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #1D6D9E;
	text-decoration: none;
}

hr {
	color: #003A94;
}

a:hover {
	color: #06F;
}

#site {
	background: url(images/site-gradient.png) repeat-x bottom;
}

#wrapper {
	background: url(images/site-shadow.png) repeat-y;
	width: 919px;
	margin: 0 auto;
	padding: 0 4px 0 4px;
}

#content-border {
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-left: solid 1px #FFF;

}

#content-container {
	border-bottom:solid 1px #999;
	background: url(images/content-bg.gif) repeat-x top #D0D0D0;
}

#left-col {
	width: 179px;
	float: left;
	padding: 10px 0 15px 0;
}

#left-col img {
	margin-bottom: 15px;
	border: 0px;
}

#mid-col-cal {
	width: 680px;
	float: left;
	padding: 25px 25px 15px 25px;
}

#mid-col-cal ul {
	margin-top: 7px;
	margin-bottom: 20px;
}

#mid-col-cal p {
	margin-bottom: 7px;
}

#mid-col {
	width: 445px;
	float: left;
	padding: 35px 25px 15px 25px;
}

#mid-col ul {
	margin-top: 7px;
	margin-bottom: 20px;
}

#mid-col p {
	margin-bottom: 7px;
}

#right-col {
	width: 221px;
	padding: 0 20px 15px 0;
	font-size: 12px;
	float: left;
}

#right-col img {
	margin-bottom: 20px;
}

#right-col strong {
	color: #73750E;
}

#right-col ol {
	margin-top: 7px;
	margin-bottom: 7px;
}

.float-clear {
	clear: both;
}

#footer-bg {
	background: url(images/footer-bg.jpg) repeat-x;
	height: 132px;
	border-top: solid 1px #FFF;
}

#footer-text {
	background: url(images/footer-logo.jpg) no-repeat left top;
	padding: 15px 10px 0 10px;
	font-size: 12px;
	line-height: 14px;
	color: #1D6D9E;
}

#footer-logos {
	float: right;
	padding-right: 10px;
}
#footer-logos-twitter {
	float: right;
	padding-right: 5px;
}
#footer-logos-linkedin {
	float: right;
	width:185px;
}
#footer-logos-facebook {
	float: right;
	width:190px;
	padding-top:5px;
}

#footer-credit {
	padding-top: 10px;
	font-size: 12px;
	color: #666;
	clear: both;
	text-align:left;
}

#footer-credit a {
	color: #333;
	text-decoration: underline;
}

#footer-credit a:hover {
	color: #999;
	text-decoration: underline;
}

#caspian {
	float: right;
}

.bottom {	
	background: url(images/bottom.png) no-repeat;
	width: 919px;
	height:6px;
	margin: 0 auto;
	padding: 0 4px 0 4px;
}

.benefit-box {
	border-style:  double;
        border-width: thin;
        border-color: #ffffff;
		background-color: #003A94;
		color:#FFF;
		text-align:center;
		padding: 5px;
}

.input-text {
	width: 160px;
	height: 20px;
	border: solid 1px #003A94;
	background-color: #EEE;
	font-size: 13px;
	color: #120401;
	margin-top: 3px;
}

.input-comment {
	width: 300px;
	height: 100px;
	border: solid 1px #003A94;
	background-color: #EEE;
	font-size: 13px;
	color: #120401;
	margin-top: 3px;
}

.input-list {
	width: 160px;
	height: 20px;
	border: solid 1px #003A94;
	background-color: #EEE;
	font-size: 13px;
	color: #120401;
	margin-top: 3px;
}

.submit-btn {
	border: solid 1px #fff;
	background-color: #003A94;
	font-size: 15px;
	color: #fff;
	margin-top: 3px;
}