/* sms style */



/* begin reset */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

body {
	line-height: 1.4;
	}

ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

/* end reset */



/* begin basic elements */

body {
	font: 74% Verdana, sans-serif;
	color: #003A63;
	background: #D8E9E8 url("images/backgroundPattern.gif") repeat top center;
	text-align: left;
	}

p {
	font: 1em Verdana, sans-serif;
	line-height: 1.4;
	color: #003A63;
	margin: .6em 0 0 0;
	}

h1 {
	font: 2em georgia, serif;
	line-height: 1.4;
	color: #72AEB6;
	margin: 0 0 .5em 0;
	}

h2 {
	font: bold 1em Verdana, sans-serif;
	line-height: 1.4;
	color: #00578D;
	text-transform: uppercase;
	margin: 2em 0 0 0;
	}

h3 {
	font: bold 1em Verdana, sans-serif;
	line-height: 1.4;
	color: #72AEB6;
	margin: 1.5em 0 0 0;
	}

a {
	margin: 0 0 1em 0;
	color: #E46B1F;
	text-decoration: underline;
	}

a:hover {
	color: #72AEB6;
	text-decoration: none;
	}

ul {
	margin: .6em 0 2em 0;
	}

li {
	line-height: 2;
	color: #003A63;
	list-style: square outside url("images/bullet.gif");
	}

em {
	font-style: italic;
	}

/* end basic elements */



/* begin global classes */

.imgLink {
	padding: 6px;
	border: #E46B1F dotted 1px;
	}

.imgLink:hover {
	border: #72AEB6 dotted 1px;
	background: #D8E9E8;
	}

.secondaryList li {
	font-style: italic;
	line-height: 1.4;
	margin: 0 0 .6em 0;
	color: #E46B1F;
	list-style: none outside;
	}

.twoColumn {
	width: 204px;
	float: left;
	}

.threeColumn {
	width: 136px;
	float: left;
	}

.testimonial {
	font: italic 1em Verdana, sans-serif;
	line-height: 1.4;
	}

.testimonialCompany {
	font: bold italic 1em Verdana, sans-serif;
	color: #72AEB6;
	}

.extraTopMargin {
	margin-top: 1em;
	}

.noTopMargin {
	margin-top: 0;
	}

.clear {
	clear: both;
	}

#anniversarylogo {
	margin: -5px 0 12px 18px;
	}

/* end global classes */



/* begin layout */

#backgroundStripe1 {
	background: #00578D;
	width: 100%;
	height: 150px;
	}

	#header {
		background: url("images/backgroundHeader.gif") #003A63;
		width: 800px;
		height: 150px;
		margin: 0 auto;
		}

		#logo {
			position: absolute;
			margin: 70px 0 0 40px;
			color: #D8E9E8;
			line-height: 3;
			}

		#tagline {
			position: absolute;
			margin: 85px 0 0 515px;
			color: #D8E9E8;
			line-height: 1.6;
			}	

#backgroundStripe2 {
	background: #FFFFFF;
	width: 100%;
	height: 3px;
	}

#backgroundStripe3 {
	background: #72AEB6;
	width: 100%;
	height: 37px;
	}

	#navigation {
		background: #E46B1F;
		width: 800px;
		height: 37px;
		margin: 0 auto;
		overflow: hidden;
		}

		#listNav {
			margin: 0 0 0 45px;
			}

			#listNav li {
				margin: 6px 40px 0 0;
				color: #FFFFFF;
				float: left;
				list-style: none;
				}

			#listNav a {
				color: #FFFFFF;
				text-decoration: none;
				font-weight: bold;
				}

			#listNav a:hover, #listNav .selected {
				color: #003A63;
				}

	#contentWrapper {
		background: #FFFFFF;
		border: #72AEB6 dotted 1px;
		border-top: 0;
		width: 800px;
		margin: 0 auto;
		overflow: auto;
		}

		#mainColumn {
			width: 409px;
			padding: 30px 45px 30px 45px;
			float: left;
			border-right: #72AEB6 dotted 1px;
			}

		#secondaryColumn {
			overflow: auto;
			width: 210px;
			float: left;
			padding: 30px 45px;
			}

	#footer {
		background: #FFFFFF;
		border: #72AEB6 dotted 1px;
		border-top: 0;
		width: 800px;
		height: 40px;
		margin: 0 auto 50px auto;
		}

		#footer p {
			font: 0.9em Verdana, sans-serif;
			margin: 0;
			padding: 13px 0 0 40px;
			color: #72AEB6;
			overflow: auto;
			}

/* end layout */



/* begin home */

#homeImages {
	width: 408px;
	margin: 0 0 1em 0;
	border: #72AEB6 dotted 1px;
	}

#homeImages img {
	margin: 8px 0 8px 8px;
	}

/* end home */



/* begin custom solutions */

#processChart {
	width: 409px;
	height: 200px;
	table-layout: fixed;
	padding: 10px 0;
	margin: 1.5em 0 0 0;
	background: #72AEB6;
	border-spacing: 10px 0;
	}

	#processChart tr, #processChart th, #processChart td { 
		text-align: center;
		vertical-align: middle;
		}

	#processChart tr {
		height: 20px;
		}

	#processChart td {
		background: #D8E9E8;
		}

	#processChart th {
		height: 35px;
		font: bold 1em Verdana, sans-serif;
		background: #00578D;
		color: #D8E9E8;
		}

/* end custom solutions */



/* begin methodologies */

#columnLeft {
	float: left;
	width: 224px;
	}

#columnRight {
	float: left;
	width: 185px;
	}

/* end methodologies */



/* begin about */

.bioPreview {
	width: 405px;
	height: 8.5em;
	padding: 6px;
	margin-bottom: 1em;
	border: #72AEB6 dotted 1px;
	overflow: hidden;
	}

.bioPreviewPhoto {
	float: left;
	margin: 0 8px 0 0;
	}

.bioName {
	font: bold 1em Verdana, sans-serif;
	line-height: 1.4;
	color: #00578D;
	text-transform: uppercase;
	margin: 0;
	}

.bioPhoto {
	float: right;
	margin: 0 0 0 12px;
	padding: 6px;
	border: #72AEB6 dotted 1px;
	}

#columnOne {
	width: 146px;
	}

#columnTwo {
	width: 156px;
	}

#columnThree {
	width: 106px;
	}

/* end about */

/* FORM STYLES */
form { 
	width: 210px; 
}
form br { 
	clear:left; 
}
input[type="checkbox"]{ 
	background: none; 
	float: left; 
	display: block; 
	width: 10px; 
}
input { 
	line-height: 12px; 
	height: 15px;
}
input, textarea { 
	width: 105px; 
	font: 1em Verdana, sans-serif;
	line-height: 1.4;
	color: #00578D;
	margin: 2px 0 0 0; 
	padding: 2px; 
	margin-left: 4px;
	background: #ffffff; 
}
input.inputButton {
	height: 25px; 
	width: 65px; 
	margin-top:12px;
}
label { 
	font: 1em Verdana, sans-serif;
	line-height: 1.4;
	color: #003A63;
	margin: .6em 0 0 0;
	display: block; 
	float: left;  
	width: 70px; 
	padding: 0px 0px 0px 8px; 
	line-height: 20px; 
	margin: 3px 0 0; 
	text-align: right; 
}
/* END FORM STYLES */