/* 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; }

/* Removes border from images */
img { border: 0; padding:0; }




body {
	font: 72% Verdana, Arial, sans-serif;
	background: url(sitegraphics/bg.jpg) 0 0 repeat-x #FFF;
	color: #555;
}


h1 {
	margin-bottom: 0.8em;
	font-size: 190%;
	font-weight: normal;
	color: #ABC124;
}


a:link, a:visited {
	text-decoration: underline;
	color: #ABC124;
}

a:active, a:hover {
	color: #666;
}

.tableheader {
	font-weight:bold;
}

.highlight {
	font-weight:bold;
}

/*--------------------WRAPPER--------------------*/

#wrapper {
	width: 750px;
	margin: 25px auto 25px auto;
	padding: 2px;
	background-color: #7B7A7A;
	border: 5px solid #EDECEB;
}


/*--------------------BRANDING--------------------*/

#branding {
	width: 740px;
}



/*--------------------ANIMATION--------------------*/

#goodbetterbest {
	height: 150px;
	/*flash replaces this	
	background: url(sitegraphics/bg_goodbetterbest.jpg) 0 0 repeat-x #BABABB; */
}


/*--------------------NAVIGATION--------------------*/

#nav {
	width: 750px;
	background: url(sitegraphics/bg_nav.jpg) 0 0 repeat-x #6A6969;
	font-family: Arial;
	font-size: 110%;
	/*-----text-transform: uppercase;-----*/
	letter-spacing: -0.05em;
}

#nav ul {
	padding: 10px 0 10px 25px;
}

#nav li {
	display: inline;
	padding: 0 8px 0 8px;
	border-left: 1px solid #C0D62F;
}
#nav li.first {
	display: inline;
	padding: 0 8px 0 0;
	border: none;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #FFF;
}
#nav a:active, #nav a:hover {
	text-decoration: underline;
	color: #FFF;
}


/*--------------------CONTENT--------------------*/

#contentWrapper {
	width: 700px;
	background-color: #FFF;
	padding: 25px;
}

#contentMain {
	width: 700px;
}

#contentMain h1 {
	margin-bottom: 0.8em;
	font-size: 190%;
	font-weight: normal;
	color: #ABC124;
}
#contentMain h2 {
	clear: both;
	margin: 0 0 0.65em 0;
	padding: 0.85em 0 0 0;
	border-top: 1px solid #E0E0E0;
	font-family: Arial;
	font-weight: normal;
	font-size: 160%;
}
#contentMain h3 {
	clear: both;
	margin: 0.6em 0 0.4em 0;
	font-family: Arial;
	font-size: 130%;
}

#contentMain ul {
	margin: 1.1em 0 1.5em 1.75em;
}
#contentMain li {
	margin: 0 0 0.8em 0;
	padding-left: 16px;
	background: url(sitegraphics/bullet.gif) 0 0.15em no-repeat #FFF;
}
#contentMain .sub {
	margin: 0 0 0.8em 0;
	padding-left: 32px;
	background: none;
}

#contentMain p {
	line-height: 1.4em;
	margin-bottom: 1.2em;
	font-size: 115%;
}


#contentHome {
	float: left;
	width: 435px;
}
#contentHome p {
	line-height: 1.4em;
	margin-bottom: 1.2em;
	font-size: 115%;
}


#contentSub {
	float: right;
	width: 250px;
}


#bigBullets {
	margin: 0.3em 0 1.5em 1.5em;
}
#bigBullets li {
	margin-bottom: 0.5em;
	padding-left: 10px;
	background: url(sitegraphics/bigbullet.gif) 0 0.4em no-repeat;
	font-size: 140%;
	font-family: Arial;
	color: #ABC124;
}




#experience {
	margin-bottom: 1.5em;
}
#experience .caption {
	padding-right: 0.7em;
	font-weight: bold;
	text-align: right;
	color: #ABC124;
	vertical-align: top;
}
#experience .value {
	padding-bottom: 0.7em;
	vertical-align: top;
}



#service {
	float: left;
	width: 670px;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #ABC124;
}
#service h1 {
	clear: both;
	margin-bottom: 0.35em;
	font-family: Arial;
	font-weight: normal;
	font-size: 160%;
	color: #555;
}
#service li {
	font-size: 95%;
	margin: 0 0 0.5em 0;
}
#service p {
	font-size: 95%;
	font-style: italic;
}



#contactInfo {
	margin-left:60px;
	width: 300px;
}

#contactInfo ul {
	padding:0;
	margin:0;
}

#contactInfo li {
	padding:0;
	list-style:none;
	background:none;
	font-size:110%;
}

#contactDetails {
	width: 250px;
	padding: 1.5em 0;
	border-top: 1px solid #623810;
	border-bottom: 1px solid #623810;
}
#contactDetails h1 {
	margin-bottom: 0.6em;
	font-size: 145%;
	font-weight: bold;
	color: #C02064;
}
#contactDetails p {
	margin: 0;
	line-height: 1.4em;
}
#contactDetails .caption {
	font-weight: bold;
	color: #C02064;
}
#contactDetails .address {
	margin-bottom: 0.8em;
}
#contactDetails a:link, #contactDetails a:visited {
	color: #FFF;
	text-decoration: underline;
}
#contactDetails a:active, #contactDetails a:hover {
	color: #C02064;
}


/*-------------------SERVICES-------------------*/

#contentMain li .sub {
	padding-left:50px;
}

.seperator {
	margin-bottom:10px;
	border-bottom: solid 1px #E0E0E0;
}


/*--------------------FOOTER--------------------*/

#footer {
	clear: both;
	margin: 20px 25px 0 25px;
	padding: 0 0 20px 0;
	font-size: 115%;
}
#footer h1 {
	margin: 20px 0 0.5em 0;
	font-size: 110%;
	font-weight: bold;
	color: #C02064;
}
#footer p {
	line-height: 1em;
	margin-bottom: 0;
}
#footer .caption {
	font-weight: bold;
	color: #C02064;
}

.imageleft {
	float: left;
	margin: 0 15px 15px 0;
}
.imageright {
	float: right;
	margin: 0 15px 0 15px;
}
.imagemarginleft {	
	margin: 0 15px 15px 0;
}