/* CSS Document */
*
{
margin:0px;
padding:0px;
}

a
{
color:#062A69;
text-decoration:none;
}

a:hover
{
color: #FF0000;
text-decoration: underline;
}


body
{
background-image:url(../images/pagebg.jpg);
background-position:left -2px;
background-repeat:repeat-x;
background-color:#EDEDE6;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:20px;
text-align: justify;
}

.maincontainer
{
max-width:1029px;
min-width:990px;
margin:0 auto;
}
.header
{
background-image:url(../images/headerbg.jpg);
background-position:center -1px;
background-repeat:no-repeat;
height:124px;
padding:30px 30px 0px 30px;
}

p
{
margin:0px 0px 10px 0px;
}
.content_wrapper
{
background-image:url(../images/contentbg_tile.jpg);
background-position:center top;
background-repeat:repeat-y;
}
.container
{
background-image:url(../images/contentbg.jpg);
background-repeat:no-repeat;
background-position: center top;
padding:0px 30px 0px 30px;
}

h1, h2, h3, h4, h5, h6
{
color:#062A69;
font-weight:normal;
padding-bottom:5px;
border-bottom: solid 1px #6E6E6E;
}

h1
{
font-size:18px;
}


h2
{
font-size:16px;
}

h2.title
{
font-size:16px;
border-bottom:none;
padding:0px;
}

h2.servicestitle
{
color:#5C5E62;
font-weight:bold;
}

h3
{
font-size:14px;
}

h4
{
font-size:12px;
}

h5
{
font-size:11px;
}

.topmenu
{

font-size:13px;
color:#fff;
}

.topmenu a
{
color:#fff;
font-weight:bold;
text-decoration:none;
}

.topmenu a:hover
{
color:#B9F3FF;
text-decoration:underline;
}


.topmenu ul
{
margin:0px;
padding:0px;
list-style:none;
height:46px;
}

.topmenu ul li
{
margin:0px;
padding:15px 12px;
list-style:none;
float:left;
background-image:url(../images/menu_divider.jpg);
background-repeat:no-repeat;
background-position:right;
}

.topmenu ul li:last-child
{
margin:0px;
padding:15px 12px;
list-style:none;
float:left;
background-image: none;
}

.topmenu ul li:first-child
{
margin:0px 0px 0px 25px;
}

/*.topmenu ul 
{
height:28px;
padding-top:2px;


}

.topmenu ul li
{
list-style:none;
float:left;
line-height:25px;
}
*/


ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	
}

li { /* all list items */
	float: left;
	position: relative;	
	z-index:9999;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top:15px;
	left: 0;
	background-color: #233a5f;
	height:auto;
	background-image:none!important;
}

li ul li
{
float:none!important;
border-bottom: solid 1px #ccc;
padding:0px;
background-image:none!important;
}
li ul li a
{
background-image:none!important;
padding:0px!important;
line-height:normal!important;
margin:0px!important;
}
li ul li a:hover
{
background-color:transparent!important;
color: #b9f3ff!important;
min-width:200px;
padding:0px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	height: auto;
	min-width:185px;
	background-image:none!important;
}




.textwrapper
{
padding:5px 0px 5px 0px;
margin-bottom:20px;
}

.hightlighttext
{
font-size:13px;
}

a.readmore
{
background-image:url(../images/readmore_but.gif);
width:72px;
height:20px;
background-repeat:no-repeat;
text-align:center;
color:#fff;
text-decoration:none;
display:block;
font-size:11px;
}

a.readmore:hover
{
color:#B9F3FF;
}

ul.overview
{
margin:0px;
padding:5px 0px 0px 0px;
list-style:none;
font-size:13px;
}


ul.overview li
{
margin:0px 0px 5px 0px;
padding:0px;
list-style:none;
background-image:url(../images/bulletbg.jpg);
background-position:left 5px;
background-repeat:no-repeat;
padding-left:15px;
float:none;
}

ul.overview li a
{
color:#244C89;
text-decoration:none;
}

.contentdivider
{
background-image:url(../images/contentdivider.jpg);
background-repeat: repeat-y;
height:12px;
margin:0px auto;
background-position:center;
}

.container_footer
{
padding:0px 30px 0px 30px;
}

h4.corousel
{
text-align:center;
border-bottom:0px;
}

h2.noborder
{
border-bottom:0px;
}

.float_left
{
float:left;
}

.float_right
{
float:right;
}

.footer
{
font-size:11px;
padding:5px 15px;
text-align:center;
}

.footer a
{
color:#4e4c4c;
text-decoration:none;
margin:0px 20px 0px 0px;
}

.footer a:hover
{
color:#000;
text-decoration:underline;
}

.hightlighttext1
{
color:#fff;
text-transform:uppercase;
font-size:18px;
text-align:center;
padding:20px 20px;
}



.hightlighttext2
{
color:#c8d0dc;
text-transform:uppercase;
font-size:18px;
text-align:center;
padding:20px 20px;
}

.hightlighttext3
{
color:#92a4c0;
text-transform:uppercase;
font-size:18px;
text-align:center;
padding:20px 20px;
}

.footerlinks
{

}

.bannertext
{
background-image:url(../images/banner_textbg.jpg);
width:252px;
height:292px;
background-repeat:no-repeat;
text-align:center;
}
.bannertext_inside
{
background-image:url(../images/banner_textbg.jpg);
width:252px;
height:133px;
background-repeat:no-repeat;
text-align:center;
}

img
{
border:0px;
}

.col1
{
width:200px;
margin-right:10px;
margin-top:10px;
}

.col2
{
width:460px;
margin-top:10px;
}

.bigtext
{
color:#253f67;
font-size:22px;
font-weight:bold;
font-family:"Trebuchet MS";
line-height:30px;
margin:0px 0px 0px 0px;
text-align:left;
}
.clearit
{
clear:both;
}

ol.textlist
{
margin:0px;
padding:0px;
list-style:none;
}

ol.textlist li
{
margin:0px;
padding:0px;
list-style:none;
background-image:url(../images/bulletbg1.jpg);
background-position:left 5px;
background-repeat:no-repeat;
padding-left:20px;
float:none;
}

table.contactform td {
padding:5px;
}