/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
font-weight: 900;
font: inherit;} 

/* **************************** MAIN STRUCTURAL STYLES **************************** */

html, body {
	height:100%;
	margin:0;
	padding:0
	} 

body {
	margin: 0;
	width: 100%;
	height: 100%;
	font: normal 100% Arial, Helvetica, sans-serif;
	color: #333;
	background: #F7F7F7;	
	text-align: center;
}

	#wrapperContainer {
		max-width: 61.25em; /* 980px */
		margin: 0 auto;
		text-align: left;
		background: #fff;
		-webkit-box-shadow: 0 0 3px 3px #CCC;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
		-moz-box-shadow: 0 0 3px 3px #CCC;  /* Firefox 3.5 - 3.6 */
		box-shadow: 0 0 3px 3px #CCC;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
		display: inline-table;
		padding-bottom: 20px;
	}
	
/* **************************** MAIN TEXT STYLES **************************** */

a {
	color: #0C4BFE;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	float: left;
	margin: 5px 10px;
}

h2 {
	font-size: 1.2em;
	color: #191919;
	line-height: 100%;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

h3 {
	font: 1.4em 'Candara', Arial, sans-serif;
	color: #333;
	margin: 15px 0px;
}	

h4 {
	font: 1.5em 'Candara', Arial, sans-serif;
	color: #333;
	margin-bottom: 15px;
}	

p {
	margin: 5px 0 5px 0;
}

/* Access key skip nav */

.offScreen { 
	display: none;
	float: none;
}

.printOnly {
	display: none;
}

/* **************************** HEADER PANEL STYLES **************************** */

header {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	display: block;
	background: #fff;
}

	header h1 a span {
		display: none; 
	}

footer {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	display: block;
	color: #666;
	font-size: 0.6em;
	margin-bottom: 20px;
}

ul.mainNav {
	width: 100%;
	float: left;
	background: #0000B7;
	padding: 5px 0;
}

	ul.mainNav li {
		display: inline-block;
		zoom: 1;
		*display: inline;
		margin: 5px 0 5px 10px;
		padding-right: 10px;
		font-size: 1.0em;
		border-right: 1px solid #fff;
	}	

		ul.mainNav li.last {
			border-right: none;
		}	
		
	ul.mainNav li a {
		float: left;
		color: #fff;
		font: 1.0em 'Candara', Arial, sans-serif;
	}
		
		ul.mainNav li a:hover {
			color: #36DDFF;
			text-decoration: underline;
		}	
		
		ul.mainNav li a.current {
			color: #36DDFF;
			text-decoration: none;
		}	

ul.topLinks {
	float: right;
	width: auto;
	position: relative;
	margin: 15px;
}

	ul.topLinks li {
		float: left;
		font-size: 0.8em;
	}	
		
	ul.topLinks li a {
		float: left;
		color: #464A57;
	}
		
		ul.topLinks li a:hover {
			text-decoration: underline;
		}
		
		ul.topLinks li a.iconfb {
			width: 34px;
			height: 31px;
			background: url(../images/icon_fb.gif) no-repeat;
		}
		
			ul.topLinks li a.iconfb:hover {
				background: url(../images/icon_fb_hover.gif) no-repeat;
			}
		
		ul.topLinks li a.iconlinked {
			width: 34px;
			height: 31px;
			background: url(../images/icon_linked.gif) no-repeat;
		}
		
			ul.topLinks li a.iconlinked:hover {
				background: url(../images/icon_linked_hover.gif) no-repeat;
			}
			
			ul.topLinks li a.iconfb span, ul.topLinks li a.iconlinked span {
				display: none;	
			}
		
		ul.topLinks li a.iconemail {
			padding: 8px 0 7px 38px;
			background: url(../images/icon_email.gif) no-repeat;
			position: absolute;
			left: -235px;
			bottom: -80px;
		}
		
			ul.topLinks li a.iconemail:hover {
				background: url(../images/icon_email_hover.gif) no-repeat;
			}
		
		ul.topLinks li span.iconphone {
			padding: 8px 0 7px 38px;
			background: url(../images/icon_phone.gif) no-repeat;
			margin-left: 8px;
			position: absolute;
			left: -65px;
			bottom: -80px;
			float: left;
			color: #464A57;
			white-space: nowrap;
    		text-align: left;
		}
		
			ul.topLinks li span.iconphone:hover {
				background: url(../images/icon_phone_hover.gif) no-repeat;
			}
			
/* **************************** CONTENT PANEL STYLES **************************** */

section {
	float: left;
	width: 100%;
	text-align: left;
	display: block;
	background: #fff;
	position: relative;
	z-index: 0 !important;
}

	section p {
		color: #333;
	}
	
	section img {
		width: 100%;	
		margin-bottom: 10px;
	}
	
		section .mainImgContent {
			width: 40%;
			padding: 2% 5%;
			position: absolute;
			right: 0;
			*right: -3px;
			top: 50px;
			z-index: 100 !important;
			font: 1.6em 'lane_-_narrowregular', Arial, sans-serif;
			background: rgba(255,255,255,0.8);
			-pie-background: rgba(255,255,255,0.8);
    		behavior: url(PIE/PIE.htc);
			line-height: 120%;
			text-align: left;
		}
		
			section .mainImgContent span {
				color: #0000B7;	
			}
			
			section .mainImgContent p {
				font: 0.9em 'lane_-_narrowregular', Arial, sans-serif;
			}
		
		section .mainContent {
			width: 61%;
			padding: 2%;
			float: left;
			font-size: 0.8em;
			line-height: 150%;
		}
		
			section .mainContent.full {
				width: 96%;
				padding: 2%;
				float: left;
				font-size: 0.8em;
				line-height: 150%;
			}
		
			section .mainContent ul {
				list-style: disc outside;
				margin: 0 0 0 15px;
				line-height: 180%;	
				color: #333;
			}
		
				section .mainContent ul ul {
					list-style: square outside;
				}
		
		section .testimonials {
			width: 27%;
			padding: 2%;
			margin: 0 2%;
			*margin: 0 2% 0 0;
			float: left;
			background: #CAD8E9;
			font-size: 0.8em;
			line-height: 150%;
			margin-top: -70px;
		}
		
		blockquote {
			float: left;
			background: url(../images/quote_left.png) no-repeat top left;
		}
				
			blockquote p {
				font-size: 0.85em;
				font-style: italic !important;
				padding: 5px 40px;
				display: block;
				background: url(../images/quote_right.png) no-repeat bottom right;
			}
				
				blockquote cite {
					font-size: 0.8em;
					float: right;
					font-weight: bold;
					text-align: right;
				}


/* **************************** MOBILE STYLES ***************************** */		

	@media (max-width: 768px) {

		ul.mainNav li {
			margin: 5px 0 5px 10px;
			padding-right: 10px;
		}	
		
		section .mainContent {
			width: 56%;
		}
		
		section .testimonials {
			width: 32%;
		}
	
		section .mainImgContent {
			width: 60%;
			top: 30px;
		}
			
	}
	
	@media (max-width: 568px) {
		
		/** this is for width 568px and 480px **/
		
		ul.topLinks li a.iconemail {
			padding: 8px 38px 7px 0;
			left: -95px;
			bottom: -50px;
			background-position: right;
		}
		
		ul.topLinks li span.iconphone {
			padding: 8px 38px 7px 0;
			left: -65px;
			bottom: -90px;
			background-position: right;
		}
		
			ul.topLinks li a.iconemail:hover, ul.topLinks li span.iconphone:hover {
				background-position: right;
			}
		
		section .mainContent {
			width: 96%;
			padding: 2%;
		}
		
		section .testimonials {
			width: 92%;
			padding: 2%;
			margin: 0 2%;
			margin-top: 0;
		}
	
		section .mainImgContent {
			font: 1.2em 'lane_-_narrowregular', Arial, sans-serif;
		}
		
		
	}
	
	@media (max-width: 400px) {		
	
		section .mainImgContent {
			width: 90%;
			padding: 2% 2% !important;
			top: 10px;
			font: 1.0em 'lane_-_narrowregular', Arial, sans-serif;
		}
		
		header h1 {
			min-height: 180px !important;	
		}
		
			ul.topLinks {
				float: right;
				width: auto;
				position: absolute;
				top: 0;
				right: 0;
				margin: 15px;
			}
			
				ul.topLinks li a.iconemail {
					left: -95px;
					bottom: -90px;
				}
				
				ul.topLinks li span.iconphone {
					left: -65px;
					bottom: -130px;
				}
		
		
	}
	