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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #565353;
	line-height: 18px;
	background: url(../images/bkgr-top-fade.jpg) repeat-x top left;
	background-color: #ededed;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
}
#content {
	background: url(../images/side-shadow.gif) repeat-y top left;
	width: 968px;
	margin: 0 auto;
	padding: 0;
}
img {
	border:none;
}
.end {
	clear:both;
	margin:0px;
	padding:0px;
	height: 0px;
}
table {
	font-size: 10px;
}
a {
	color: #d6474f;
}
p {
	margin: 0;
	padding: 15px 0 0 0;
}
a:hover {
	color: #033365;
}
.tablemain table {
	width: 90%;
}
.tablemain img {
	border: #CCCCCC 1px solid;
}
.tablemain td {
	width: 25%;
	vertical-align: top;
}

ul{
	line-height:21px;	
}
/*-----------------------------------------------banner--------------------------------------------*/

#banner {
	width: 968px;
}
#bannerleft {
	width: 751px;
	height: 157px;
	float: left;
	display:inline;
}
#bannerright {
	width: 217px;
	height: 157px;
	float: left;
}

/*-----------------------------------------------txt styles--------------------------------------------*/

h1 {
	margin: 0;
	padding: 25px 0 0px 0;
	color: #074e98;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	line-height: 25px;
}
h2 {
	margin: 0;
	padding: 10px 0 0 0;
	color: #565353;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
h3 {
	margin: 0;
	padding: 0;
	color: #565353;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.stylesmall {
	font-size: 12px;
}
.calltoaction{
font-size:16px;	
line-height:24px;
}

/*-----------------------------------------------menu--------------------------------------------*/

#menu {
	height: 54px;
	width: 968px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#menu li {
	float: left;
	text-align: center;
	list-style-type: none;
}
/*-----------------------------------------------containers--------------------------------------------*/
#maincontainer {
	width: 256px;
	margin: 0px 0 0 10px;
}
#leftcontainer {
	width: 256px;
	margin: 0px 0 15px 10px;
	float: left;
	display:inline;
}
#rightcontainer {
	width: 520px;
	margin: 20px 0 0 10px;
	float: left;
	display:inline;
	padding: 0 100px 40px 20px;
}
#rightcontainerindex {
	width: 620px;
	margin: 40px 0 0 10px;
	float: left;
	display:inline;
	padding: 0 50px 40px 20px;
}
#rightcontainerindex h1 {
	padding: 0px 0 10px 0;
}
#indextextbox {
	width: 520px;
	padding: 0 0 15px 0;
}
/*-----------------------------------------------footer---------------------------------------------------*/
	
#footer {
	width: 940px;
	height: 80px;
	background: #012142;
	margin: 0 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
	padding: 10px 0 0 20px;
}
#footer a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-size: 10px;
	color: #b3d4f8;
	text-decoration: none;
}
