@import url("grid.css");

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Author: Danny Halarewich
    Website: www.limewheel.com	
	
	FONT SIZING GUIDE
	
	This website uses EM's to specify font sizes. The base font-size is 62.5% which equals 10px.
	This even base number makes it easy to specify EM's sizes that relate to relative pixel sizes.
	i.e. 1.2em = 12px		1.8em = 18px		3.6em = 36px
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* (1) =RESET STYLES
   ----------------------------------------------------*/
   
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
   
/* (2) =TYPOGRAPHIC STYLES
   ----------------------------------------------------*/


h1 {
	font: bold 2.4em Helvetica, Arial, sans-serif;
	color: #4c5b52;
	padding: 0 0 5px 0;
}

	h1 + p {
		margin: 0 0 15px 0;
	}

h2 {
	font: bold 1.8em Helvetica, Arial, sans-serif;
	color: #1a3961;
	padding: 0 0 5px 0;
}

	h2 + p {
		margin: 0 0 15px 0;
	}

h3 {
	font: bold 1.4em Helvetica, Arial, sans-serif;
	color: #1a3961;
	padding: 0 0 5px 0;
}

	h3 + p {
		margin: 0 0 15px 0;
	}

h4 {
	font: bold 1.2em Helvetica, Arial, sans-serif;
	color: #1a3961;
	padding: 0 0 5px 0;
}

p {
	font: normal 1.3em/1.8em Helvetica, Arial, sans-serif;
	color: #4c5b52;
	margin: 15px 0;
	line-height: 16px;
}

a {
    font: inherit;
    color: #d4500a;
}
	a:hover {color: #772900;}

strong {font-weight: bold;}
em {font-style: italic;}

ul {
	list-style: inside disc;
	font-size: 13px;
	margin: 10px 0;
}

.mainContent ul, .mainContent ol {
	list-style-position: outside;
	color: #4c5b52;
	line-height: 16px;
	margin: 10px 20px;
}
	.mainContent ul li, .mainContent ol li {
		margin-bottom: 4px;
	}


ol {
	list-style: inside decimal;
	font-size: 1.2em;
	margin: 10px 0;
}

table {
	width: 100%;
	/* font: normal 1.3em/1.2em Helvetica, Arial, sans-serif; */
	color: #4c5b52;
	margin: 10px 0;
}
	th {
		font-weight: bold;
	}


abbr, acronym {border-bottom: 1px dotted #000;}

/* =forms
   ----------------------------------------------------*/
 
 .mainContent form label {
 	font: normal 13px/1.4em Helvetica, Arial, sans-serif;
 	color: #4c5b52;
 }
 
 .mainContent form div.field {
 	margin-bottom: 10px;
 }

/* =LAYOUT STYLES (header, content, footer, etc.)
   ----------------------------------------------------*/

body {
	font: normal 62.5%/1.125em Helvetica, Arial, sans-serif;
	color: #4c5b52;
	margin: 0;
	padding: 0;
	text-align: center; //IE margin fix
}


#wrapper {
    width: 100%;
}

#header {
	position: relative;
    width: 960px;
	height: 114px;

    margin: 0 auto;
  	text-align: left; // IE margin fix
}

#header a:hover {
	color: #739dd3;
}

#logo img {
	margin-top: 20px;
}

#topNav {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #4c5b52;
    color: #000;
	-khtml-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 0 10px;
}

	#topNav ul {
		list-style: none;
	}
	
		#topNav ul li {
			display: inline;
		}
			#topNav ul li a {
				color: #e6e6e6;
				text-decoration: none;
			}
			
#contactInfo {
	position: absolute;
	top: 40px;
	right: 0;
}

#contactInfo ul {
	list-style: none;
}

	#contactInfo ul li {
		display: inline;
		color: #4c5b52;
	}
		#contactInfo ul li a {
			color: #4c5b52;
			text-decoration: none;
		}
		
			#contactInfo ul li strong {
				color: #d4500a;
			}
			


#navWrap {
	width: 100%;
	height: 54px;
	background: transparent url(../images/nav_bg.png) 50% 0 no-repeat;
}

#navInner {
	position: relative;
	width: 960px;
	height: 54px;
	margin: 0 auto;
  	text-align: left; // IE margin fix
}

#callToActions {
	width: 300px;
	position: absolute;
	right: 0;
	top: 0;
	height: 54px;
}

	#callToActions a {
		display: block;
		float: right;
		margin: 8px 0 0 10px;
	}
	
	#calToActions img {
		display: block;
	}

ul#mainNav {
	position: relative;
    width: 520px;
    height: 54px;
    list-style-type: none;
    padding: 0 0 0 10px;
    margin: 0;
}

		ul#mainNav li {
			display: block;
			float: left;
			zoom: 1;
			height: 54px;
			font-size: 1.4em;
			line-height: 54px;
			background: transparent url(../images/nav_divider.png) 100% 0 no-repeat;
			padding-right: 15px;
			margin-right: 15px;
		}
		
			ul.dropdown li.hover,
			ul.dropdown li:hover {
				position: relative;
			}
		
			ul#mainNav li.last {
				background-image: none;
			}
		
			ul#mainNav li a {
				display: block;
				color: #e6e6e6;
				text-shadow: 1px 1px 1px #2f3b34;
				text-decoration: none;
			}
			
				ul#mainNav a:hover {
					color: #fff;
					text-shadow: 1px 1px 5px #000;
				}
		
		/* 	LEVEL TWO */
		
		ul#mainNav ul {
			width: 120px;
			visibility: hidden;
			z-index: 999;
			position: absolute;
			top: 95%;
			left: 0;
			background-color: #3F5046;
			-khtml-border-bottom-right-radius: 10px;
			-khtml-border-bottom-left-radius: 10px;
			-moz-border-radius-bottomleft: 10px;
			-moz-border-radius-bottomright: 10px;
			-webkit-border-bottom-right-radius: 10px;
			-webkit-border-bottom-left-radius-radius: 10px;
			border-bottom-right-radius: 10px;
			border-bottom-left-radius: 10px;
			padding: 5px 10px;
			margin: 0;
		}
			ul#mainNav ul li {
				font-weight: normal;
				font-size: 13px;
				text-shadow: none;
				background-image: none;
				float: none;
				height: auto;
				line-height: 1.2em;
				margin-bottom: 10px;
			}
			
				ul#mainNav ul li:last-child, ul#mainNav ul ul li:last-child {
					margin: 0;
				}
											  
		                                    /* IE 6 & 7 Needs Inline Block */
			ul#mainNav ul li a {
				width: 100%;
				display: inline-block;
			}
			
				ul#mainNav ul li a:hover {
					background-color: #536359;
				}
		
		/* 	LEVEL THREE */
		ul#mainNav ul ul {
			left: 100%;
			top: 0;
			padding: 10px;
		}
			ul#mainNav li:hover > ul {
				visibility: visible;
			}



#content {
	width: 100%;
	background: transparent url(../images/content_bg.png) 0 1px repeat-x;
}

.wrap12 {
	float: none;
    margin: 0 auto;
  	text-align: left; // IE margin fix
}

#secondNav {
	list-style: none;
}

	#secondNav li {
		background: transparent url(../images/blue_bullet.png) 0 4px no-repeat;
		line-height: 16px;
		padding-left: 15px;
		margin: 0 0 2px 0;
	}
	
	#secondNav li a {
		color: #739dd3;
		text-decoration: none;
	}
	
		#secondNav li a.current {
			color: #4c5b52;
		}
		
		#secondNav li a:hover {
			color: #4c5b52;
		}
		
		
		#secondNav ul {
			font-size: 13px;
			list-style: none;
			margin: 5px 0;
		}
		
		
.sidebar1 {
	min-height: 406px;
	background: transparent url(../images/col_divider.png) 100% 0 no-repeat;
}

.mainContent {
	min-height: 406px;
	background: transparent url(../images/col_divider.png) 100% 0 no-repeat;
	padding-bottom: 20px;
}
		
#footerWrap {
	background-color: #4c5b52;
	border-top: 3px solid #828f87;
	text-align: left;
}

	#footer {
	    width: 960px;
		margin: 0 auto;
		padding: 20px 0;
	}

#footer .copyright {
	float: right;
	text-align: right;
	color: #adb7b1;
	margin: 0;
}

	#footer .copyright li a {
		font-weight: normal;
		color: #adb7b1;
	}


#footer ul {
	list-style: none;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

	#footer ul li a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}

#footer ul ul {
	font-size: inherit;
	margin: 0 0 0 10px;
}

	#footer ul ul li a {
		font-weight: normal;
	}
	
#footer ul ul ul li a {
	color: #adb7b1;
}

#footer ul a:hover {
	color: #739dd3;
}

/* =Widgets
   ----------------------------------------------------*/
   
.WidgetHolder {
	-khtml-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border: 1px solid #739dd3;
	overflow: hidden;
	margin-bottom: 20px;
}

.WidgetHolder h3 {
	font-size: 1.3em;
	color: #fff;
	padding: 5px;
	background-color: #739dd3;
	-khtml-border-top-right-radius: 8px;
	-khtml-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius-radius: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.WidgetHolder ul {
	color: #37443B;
	list-style: none;
	padding: 0 0 0 10px;
}

	.WidgetHolder ul li {
		background: transparent url(../images/blue_bullet.png) 0 50% no-repeat;
		padding-left: 15px;
		margin-bottom: 5px;
	}
	
.WidgetHolder p {
	color: #37443B;
	line-height: 18px;
	padding: 0 5px;
	margin: 5px 0;
}

.WidgetHolder a {
	text-decoration: none;
}

/* =Landing Page
   ----------------------------------------------------*/
.landingPage {
	background: url("../images/content_bg_new.gif") repeat-x scroll 0 1px #F1F1F1;
}
.landingPage #wrapper {
	width: 1024px;
	margin: 0 auto;
}
.landingPage #header {
	height: 80px;
	width: 944px;
	padding: 10px 40px;
	margin-top:20px;
	background: #FFFFFF;
}
.landingPage hr {
	width: 944px;
        margin: 40px 0;
}
.landingPage #content {
	background: #FFFFFF;
}
.landingPage #contactInfo {
	top: 40px;
	padding-right: 40px;
}
.landingPage #header a#logo {
	display: block;
	/* width: 451px; 
	height: 60px; */
	margin: 0 auto;
}
.landingPage #header a#logo img {
	display: block;
	float: none;
	/* width: 451px;
	height: 60px; */
}
.landingPage .col12 {
//	text-align: center;
	text-align: left;
	padding-top: 40px;
}
.landingPage .col12 h1 {
	text-align: left;
}

.landingPage #footer {
clear: both;
margin: 0 auto;
width: 1024px;
height: 120px;
}
.landingPage #footer-copyright {
padding: 25px 55px;
font-size: 12px;
color: #333;
}
.landingPage #footer-logo {
float: right;
margin-top: -26px;
padding-right: 10px;
}
.landingPage form label {
color:#4C5B52;
font:13px/1.4em Helvetica,Arial,sans-serif;
}

/* Home Styles
   ----------------------------------------------------*/

#banner {
	width: 940px;
	height: 179px;
	margin: 20px 0;
	overflow: hidden;
}

#banner a, #banner a img {
	display: block;
	width: 940px;
	height: 179px;
}

.firstbanner {
	display: block;
}


.home {
	margin: 20px 0;
}

.home h3 {
	color: #739dd3;
	padding: 0;
}

.home p {
	line-height: 18px;
	margin: 10px 0;
}

.customers {
	background: transparent url(../images/divider_horizontal.png) 0 0 no-repeat;
	margin: 10px 0 20px 0;
	padding-top: 10px
}
.customers img {
	margin-top: 20px
}


/* =MISC. STYLES
   ----------------------------------------------------*/

#header h1 a {      /*----Add image replaced element here----*/
    letter-spacing: -10000em;
    text-indent: -99999em;
    overflow: hidden;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





/* new A/B home page styling - center area */

/* layout */
.home-2 {
        float: left;
        width: 960px;
        padding: 20px 10px 20px 0;
}
.home-2-left-form-area {
	float: left;
	width: 265px;
	height: 332px;
	background: url("../images/test-your-website-bg.gif") top left no-repeat;
	padding-right: 20px;
}
.home-2-right-area {
	padding-left: 10px;
}
.home-2-right-area-top {
        float: left;
        width: 675px;
        height: 158px;
        background: url("../images/testimonial-bg.gif") top left no-repeat;	
	padding-bottom: 20px;
}
.home-2-right-area-left {
	float: left;
	width: 240px;
	padding-right: 25px;
	border-right: 3px solid #E5E5E5;
}
.home-2-right-area-right {
	float: left;
	width: 375px;
	margin-left: 25px;
}

/* style */
.home2-form-text {
	padding: 75px 20px 0 30px;
}
.home2-form-text p {
        color: #FFFFFF;
        font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
        font-size: 19px;
        font-weight: lighter;
        line-height:1.2;
}
#home-2-form-url {
	margin: 5px 0 20px 30px;
	padding-left: 10px;
	width: 200px;
	height: 30px;
	border-left: 1px solid #C8C8C8;
	border-top: 1px solid #C8C8C8;
}
#home-2-form-submit {
	background: url("../images/run-test-button.gif") no-repeat top left;
	height: 33px;
	width: 138px;
	text-indent: -9999px;
	cursor: pointer;
	margin-left: 30px;
	border: none;

	font-size: 0;
	display:block;
	line-height: 0;
}
.home-2-right-area-top img.left {
 	float: left;
	padding-top: 55px;
}
.home-2-right-area-top p {
	color:#FFFFFF;
	font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
	font-size:15px;
	font-weight:lighter;
	line-height:1.25;
	padding-right:20px;
	text-align:right;
}
.home-2-right-area-left h1, .home-2-right-area-right h1 {
	color: #333366;
	font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
	font-size:19px;
	line-height:1.25;
}	
.home-2-right-area-left p, .home-2-right-area-right p {
	font-family: Arial,sans-serif;
	font-size: 12px;
	margin: 0;
}


/* Page Comments */
#CommentHolder {
}
#PageComments {
	margin: 20px 0 0 0;
	border-top: 1px dotted;
	list-style: none;
}
#PageComments .comment {
	font-size: 15px;
}
#PageComments .info {
	font-size: 13px;
}
ul.actionLinks {
	margin: 0;
	list-style: none;
	border-bottom: 1px dotted;
}
#PageCommentInterface_Form_PostCommentForm_error {
	color: red;
}

.authorDate {
	font-size: 11px;
	margin: 0;
}
.tags {
	font-size: 11px;
	margin: 0;
}
.blogVitals {
	font-size: 11px;
	border-bottom: 1px dotted;
	padding-bottom: 10px;
	margin-bottom:30px;
}

.blog-h1 {
	font-size: 30px;
}

