/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

body {
	background-color: #303030;
	font: 62.5%/1.5 'normal "Trebuchet MS"', Helvetica, Arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	border-top-color: #303030;
	border-top-width: 50px;
	border-top-style: solid;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 890px;
	background-color: #fff;
}

#navigation {
	width: 42px;
	float: left;
	background-color: #fff;
}

#content {
	width: 848px;
	float:right;
	background-color: #fff;
}

#mainContent {
	width: 403px;
	float: left;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

#secondaryContent {
	width: 435px;
	float: right;
}

#branding_sub {
	background-color: #000;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(images/logo-black.gif);
}

#branding_sub_logo {
	float:left;
	width: 220px;
	padding-left: 5px;

}

#branding_sub p {
	line-height: normal;
	font-size: 1em;
	color: #fff;
	margin: 0;
	padding-top: 6px; 
}

#branding_sub p.blue {
	color: #4B87CC;
}

#branding_sub a {
	text-decoration: none;
	color: inherit;
}

#navigation {
	margin: 0;
	padding: 0;
}

#navi {
	width: 42px;
	float: left;
}

ul#navi li {
	font-size: 1em;
	display: inline;
}

ul#navi a {
	float: left;
	color: #000;
	display: block;
	margin: 0;
	text-decoration: none;
	padding: 0;
}


#navi li {
	margin: 0;
	padding: 0;	
}

#navi li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a#home {
	text-indent:  -5000px;
	background: url(images/home.gif) no-repeat;
	width: 39px;
	height: 54px;
}

a#home:hover {
	background: url(images/home1.gif) no-repeat;
}

a#services{
	text-indent: -5000px;
	background: url(images/services1.gif) no-repeat;
	width: 39px;
	height: 59px;
}

a#services:hover {
	background: url(images/services2.gif) no-repeat;
}

a#testimonials {
	text-indent: -5000px;
	background: url(images/testimonials1.gif) no-repeat;
	width: 39px;
	height: 85px;
}

a#testimonials:hover {
	background: url(images/testimonials2.gif) no-repeat;
}

a#contact {
	text-indent: -5000px;
	background: url(images/contact1.gif) no-repeat;
	width: 39px;
	height: 59px;
}

a#contact:hover {
	background: url(images/contact2.gif) no-repeat;
}

#home_page #navigation #navi a#home{
	background: url(images/home1.gif) no-repeat;
}

#services_page #navigation #navi a#services{
	background: url(images/services2.gif) no-repeat;
}

#testimonials_page #navigation #navi a#testimonials{
	background: url(images/testimonials2.gif) no-repeat;
}

#contact_page #navigation #navi a#contact{
	background: url(images/contact2.gif) no-repeat;
}

.clear_both {
clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

h1 {
	color: #003366;
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1.8em;
}

p {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}

ul {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
	list-style-type: circle;
	list-style-position: inside;
}

.vcard {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}