﻿html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-image:url(/_Images/main_bg.gif);
	background-repeat:repeat-x;
	background-color:#c0cfdc;
	font-family:arial,sans-serif;
	font-size:11px;
	color:#19354e;
}

img {
	border:0;
}

a {
    color:#3686bd;
    text-decoration:none;
    border:none;
    outline:none;
}

a:visited {
    color:#3686bd;
    text-decoration:none;
}

a:hover {
    color:#59a1e2;
    text-decoration:none;
}

h1 { 
	font:22px arial,sans-serif; 
	margin:0;
	margin-bottom:10px;
	color:#26455b;
	font-weight:bold;
	border-bottom:1px solid #e3e9ee;
	padding:0 0 10px 0;
}

h2 {
    color:#66809a;
    font-family:Arial;
    font-weight:bold;
    line-height:27px;
    font-size:16px;
    margin:0 0px 15px 0px;
	border-bottom:1px solid #e3e9ee;
	padding:0 0 10px 0;
}

h3 {
    line-height:20px;
    font-size:18px;
    margin:5px 0 5px 0;
	}

h4  {
    color:#2d4d6e;
    font-size:16px;
    font-weight:bold;
    padding:15px 0px 8px 0px;
    margin:0px;
}

h6 {
    font-size:12px;
    margin:5px 0 3px 0;
    border-bottom:1px solid #e3e9ee;
    padding:0 0 3px 0;
}

.centered {
	text-align:center;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:944px;
    background-color:#fff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
    position:relative;
	height:319px;
}

    div#logo {
        position:absolute;
        top:45px;
        left:10px;
        z-index:100;
    }
    
    div#menulinks {
        position:absolute;
        top:60px;
        left:500px;
        z-index:100;
		width:530px;
    }
    
        div#menulinks img {
            margin-right:25px;
        }
    
    div#mainbanner {
        position:relative;
        background-image:url(/_Images/mainbanner.jpg);
        background-repeat:no-repeat;
        width:944px;
        height:217px;
        padding-top:102px;
        background-position:0px 102px;
    }


div#content-container {
    background-image:url(/_Images/content_bg.gif);
    background-repeat:repeat-x;
    padding-top:12px;
    padding-left:15px;
    padding-right:10px;
    padding-bottom:85px;
}

div#content {
	background:url(/_Images/content_bg2.gif) repeat-y;
	width:914px;
	border-bottom:1px solid #eee;
	padding:0 0 25px 0;
}
	
	div#maincontent {
	    background-color:Transparent;
		padding:5px 0 0 25px;
	    width:600px;
	    line-height:18px;
	}
	
	div#sidebar {
	    float:right;
	    background-color:Transparent;
	    padding-left:10px;
		margin:0 22px 0 0;
	}
	
		div#contactbox {
			background:url(/_Images/rightside_contact_bg.gif) no-repeat;
			height:60px;
			width:218px;
			padding-top:140px;
		}
		
		div#newsbox	{
			position:relative;
			background:url(/_Images/rightside_news_bg.gif) no-repeat;
			height:215px;
			width:218px;
			font-size:10px;
			color:#7e94aa;
		}
		
			.news1 {
				position:absolute;
				top:62px;
				left:16px;
				width:187px;
			}
		
			.news2 {
				position:absolute;
				top:134px;
				left:16px;
				width:187px;
			}
		
			div#newsbox strong {
				color:#1f486e;
			}
		
		div#testimonialsbox	{
			position:relative;
			background:url(/_Images/rightside_testimonial_bg.gif) no-repeat;
			height:90px;
			width:154px;
			padding:12px 32px 25px 32px;
			font-size:10px;
			color:#7190ad;
			line-height:14px;
		}
		
			.testimonialname {
				position:absolute;
				top:92px;
				left:17px;
				font-size:9px;
				color:#7e94aa;
				line-height:12px;
			}
			
			.testimonialname strong {
				font-size:10px;
				color:#1f486e;
			}
			
			.testimonialbutton {
				position:absolute;
				top:95px;
				left:160px;
			}

	    	
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background-image:url(/_Images/footer_bg.gif);
	background-repeat:no-repeat;
	height:67px;
}

.partnersTable td {
    padding-bottom:15px;
}

.benefits-2column {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0px;
    padding:0px;
}

.benefits-2column li {
    display:block;
    float:left;
    padding:0px;
    width:49.999%;
}

.benefits-2column p {
    padding:10px 20px 15px 0px;
}

.bulletpoints {
    float:right;
    color:#708aa3;
    margin:0px;
    padding:0px;
    margin-right:10px;
    padding-top:44px;
    margin-bottom:5px;
}

.bulletpoints ul {
    margin:0px;
    padding:0px;
    padding-left:20px;
    list-style:none;
    color:#708aa3;
}

.bulletpoints li {
    font-size:12px;
    padding-left:15px;
    margin-top:5px;
    padding-bottom:5px;
    background:url(/_Images/greencheck_small.gif) no-repeat;
    border-bottom:1px solid #eee;
}

.solutions-subtitle {
    color:#456B95;
    font-size:14px;
    font-weight:bold;
    margin-bottom:5px;
    margin-top:20px;
}

.requiredField {
	color:#900;
}

ul.default {
    margin:10px 0 10px 0;
    padding:0 0 0 15px;
    }

/*------------- Home page styles --------------*/

.homepage-solutions {
	border-bottom:1px solid #eee;
	padding:8px 0 18px 0;
	margin:0 0 10px 0;
}

.homepage-solutions a {
	background:url(/_Images/home_solution_button.gif) no-repeat;
	display:block;
	width:241px;
	height:73px;
	padding:13px 30px 0 20px;
	text-align:left;
}

.homepage-solutions a:hover {
	background:url(/_Images/home_solution_button_on.gif) no-repeat;
}

.homepage-solutions h3 {
	font-size:16px;
	margin:0 0 3px 0;
}

.homepage-solutions span {
	font-size:10px;
	color:#7088a1;
	line-height:12px;
}


/*------------- About Us page styles --------------*/



p.jobtitle {
    font-size:13px;
    font-weight:bold;
    background-image:url(/_Images/large_arrow2.png);
    background-repeat:no-repeat;
    padding-bottom:2px;
    padding-left:18px;
    padding-top:1px;
    margin:0px;
}

p.jobdesc {
    margin:0px;
    margin-left:19px;
}

.jobsmaintitle {
    font-size:12px;
    font-weight:bold;
    margin:0px;
}

.jobsparagraph {
    margin:0px;
}

.jobsitalic {
    font-weight:bold;
    margin:0px;
}

.aboutbox {
	float:right;
	width:216px;
	height:165px;
	background:url(/_Images/aboutus_infobox_bg.gif) no-repeat;
	padding:192px 0 0 20px;
	margin:10px 10px 10px 25px;
	font-size:11px;
	line-height:20px;
	color:#718c9f;
}

.aboutbox div {
	line-height:13px;
	margin:0 0 28px 0;
}

.aboutbox div strong {
	font-size:12px;
	display:block;
	margin:0 0 3px 0;
}

.aboutbox strong {
	color:#1c3f5f;
}

/*------------- Contact page styles --------------*/


#contactformbox-container {
	background:url(/_Images/contact_form_top.jpg) no-repeat;
	font-size:18px;
	font-weight:bold;
	color:#19354E;
	padding:10px 0 10px 20px;
}

.contactformbox {
	line-height:14px;
}

.contactformbox div {
    position:relative;
}

.contactformbox input {
	border:2px solid #CCC;
	padding:5px 0 6px 5px;
	margin:2px 0 0 0;
	font-size:10px;
}

.contactformbox textarea {
	border:2px solid #CCC;
	padding:4px 4px 4px 5px;
	margin:2px 0 0 0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.contactformbox select {
	border:2px solid #CCC;
	padding:4px 4px 4px 3px;
	margin:2px 0 0 0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.contactformbox input:hover, .contactformbox textarea:hover, .contactformbox select:hover {
	border-color:#bababa;
}

.contactformbox input:focus, .contactformbox textarea:focus, .contactformbox select:focus {
	border-color:#bababa;
}

.contactformbox td {
	padding:10px 10px 10px 20px;
}

.contactformbox strong {
	color:#19354E;
}

#contactusbox {
	position:relative;
	background:url(/_Images/contact_bg.jpg) no-repeat;
	padding:25px 20px 0 310px;
	margin:15px 0 0 0;
	width:270px;
	height:380px;
	color:#61788d;
}

#contactusbox #info {
	position:absolute;
	top:127px;
	left:310px;
	padding:20px 0 22px 95px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	line-height:17px;
}

#contactusbox div strong {
	color:#19354e;
}

#contactusbox div span {
	font-size:26px;
	font-weight:bold;
	color:#3196d0;
	line-height:26px;
}

#contactusbox #map {
	position:absolute;
	top:145px;
	left:189px;
}

#contact-submitcontainer {
	background:url(/_Images/contact_confirm_bg.gif) no-repeat;
	height:45px;
	padding:5px 0 0 8px;
	margin:0 10px 0 0;
	position:relative;
	text-align:left;
	width:227px;
}

.contact-submitconfirm {
	left:89px;
	position:absolute;
	top:0px;
}

.contactformbox div .form-error {
    left:5px;
    position:absolute;
    top:38px;
}

.contactformbox div .form-error-comment {
    left:115px;
    position:absolute;
    top:-4px;
}

.contactformbox div .SuccessBox {
	position:absolute;
	top:12px;
	left:-290px;
	font-weight:bold;
}


.contactbox div .ErrorBox {
	position:absolute;
	top:12px;
	left:-290px;
	font-weight:bold;
}


/*----------- Solutions page styles --------------*/

.solution-checks {
	background-color:#fafbfc;
	border-top:1px solid #e3e9ee;
	border-bottom:1px solid #e3e9ee;
	padding:5px 0 5px 0;
	margin:8px 0 0 0;
	color:#6c8eaf;
}

.solution-checks ul {
	list-style-type:none;
	margin:0 0 0 15px;
	padding:0;
}

.solution-checks li {
	background:url(/_Images/check_small.gif) no-repeat left center;
	display:block;
	float:left;
	padding:3px 0 3px 12px;
	width:120px;
}

.extrasbox {
	float:right;
	background:url(/_Images/extrasbox_top.gif) no-repeat;
	margin:5px 10px 10px 25px;
}

.extrasbox h5 {
	text-align:center;
	font-size:14px;
	margin:11px 0 10px 0;
}

.extrasbox-contents {
	width:170px;
	border-top:1px solid #e7ecf0;
	border-left:1px solid #e7ecf0;
	border-right:1px solid #e7ecf0;
	padding:8px 0 2px 16px;
	font-size:12px;
}

.extrasbox ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.extrasbox li {
	padding:3px 0 7px 10px;
	background:url(/_Images/bullet_grayarrow.gif) no-repeat left center;
	font-weight:bold;
}

/*----------- Careers page styles --------------*/

h5.jobs {
    font-size:14px;
    margin:15px 0 5px 0;
    border-bottom:1px solid #e3e9ee;
    padding:0 0 5px 18px;
    background:url(/_Images/bullet_roundarrow.gif) no-repeat left 3px;
}
