html {
}
	
body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

#main {
	background-color: #FFFFFF;
	background-image: url(../images/main_bg.gif);
	width: 760px;
	text-align: left;
	background-repeat: no-repeat;
}

#header {
	background-color : #FFFFFF;
}

#footer {
	padding: 10px;
	text-align: center;
	border-top: 1px solid #EEEEEE;
	margin-left: 17px;
	margin-right: 17px;
}

#footer a {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

#footer a:hover {
	font-weight : normal;
	color : #CC0000;
	text-decoration : underline;
}

#footer p {
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	text-align: center;
}
 
a {	
	color: #003333;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:hover {
	color: #CC0000;
	text-decoration: underline;
	}
		
p {
	color: #000000;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: justify;
	line-height: 1.5em;
}

ul {
	font-size: 12px;
}

li {
	list-style-image: url(../images/bullet.gif);
	font-size: 12px;
	margin-bottom: 10px;
}

#whatwedo li {
	list-style-image: url(../images/bullet.gif);
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
}

.homepage_text {
	color: #000000;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: justify;
	line-height: normal;
}

.side_text {
	color: #000000;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: left;
	line-height: normal;
}

.page_header {
	color: #CC0000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

#welcome_box {
	background-color: #EEEEEE;
	border: solid #CCCCCC 1px;
}

#welcome_box h1 {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#content_box {
	background-color: #EEEEEE;
	border: solid #CCCCCC 1px;
}

#content_box h1 {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#testimonial_box {
	background-color: #EEEEEE;
	border: solid #CCCCCC 1px;
	padding: 10px;
	margin-bottom: 10px;
}

.side_box {
	background-color: #EEEEEE;
	border: solid #CCCCCC 1px;
	padding: 5px;
	color: #000000;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: left;
	line-height: normal;
}

h1 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding : 3px;
	margin-bottom: 3px;
}

h2 {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
}

h3 {
	color: #CC0000;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 10px;
}



br {
	clear:both;
	}
	
.quote {
	font-style: italic;
	margin-bottom: 5px;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.quote_name {
	font-weight: bold;
	margin-bottom: 0px;
}

.clients_box {
	border: 1px solid #CCCCCC;
}