body { 
	text-align: center;
	position: relative;
	background: url(images/bg.gif) repeat-y center #eef9fb;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	font-size: 80%;
	font-weight: normal;
}

a {
	color: #660000;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}



#container { 
	width: 800px;
	margin: 0 auto 20px auto;
	text-align: left;
	position: relative;
	display: block;
}

#pad {
	height: 10px;
	clear: both;
}

#header {
	text-align: center;
	background: #000000;
	width: 800px;
	height: 80px;
}

#logo {
	float: left;
	margin: 15px 0 14px 10px;
}

#anim {
	float: right;
	margin: 25px 5px 0 0;
}

#nav {
	width: 800px;
	height: 25px;
	background: url(images/heading_bg.gif) #CCCCCC;
	color: #000000;
	font-size: 10pt;
	clear: both;
	border-bottom: 1px solid #993333;
}

#nav h2 {
	float: left;
}

#nav_top {
	width: 800px;
	height: 15px;
	background: #990000;
}

#tabs {
	width: 800px;
	height: 18px;
	background: #000000;
	font-size: 10pt;
}

#tabs ul {
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#tabs li {
	float: left;
	color: #660000;
	width: 65px;
	height: 18px;
	background: url(images/tab_w.gif) no-repeat;
	text-align: center;
	font-weight: bold;
}

#tabs a {
	color: #660000;
	text-decoration: none;
}

#tabs a:hover {
	text-decoration: underline;
}

li#active {
	background: url(images/tab_r.gif) no-repeat;
	color: #ffffff;
}

li#active a{
	color: #ffffff;
	text-decoration: none;
}

#nav ul {
	float: right;
	list-style-type: none;
	margin: 4px 0 0 0;
	padding: 0px;
}

#nav li {
	float: left;
	color: #ffffff;
	text-align: center;
	margin-right: 5px;
	padding-left: 5px;
	border-left: 1px solid #ffffff;
}

#nav a {
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav a:visited {
	color: #ffffff;
}

.navlink {
	margin: 0 5px 0 10px;
	padding-top: 1px;
	height: auto;
	float: left;
}

.navlink a {
	text-decoration: none;
	color: #000000;
}

.navlink a:hover {
	text-decoration: underline;
}

#banner {
	width: 800px;
	height: 135px;
	background: url(images/banner_bg.gif) #E3E3E3;
}

#banner img {
	float: right;
	margin-right: 15px;
}

#banner_text {
	width: 250px;
	height: auto;
	float: left;
	color: #666666;
	font-size: 10pt;
	padding: 0 0 0 20px;
}

.lrg {
	font-size: 16pt;
}

#leftcol {
	width: 315px;
	height: auto;
	float: left;
}

#rightcol {
	width: 484px;
	height: auto;
	padding-left: 1px;
	float: right;
}

.heading {
	width: 100%;
	height: 25px;
	float: right;
	background: url(images/heading_bg.gif) repeat-x;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 15px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 0 0 20px;
	margin: 0;
}

.text {
	height: auto;
	padding: 0;
	color: #333333;
	font-size: 80%;
	margin: 10px 20px 0 20px;
}

leftcol.text {
	width: 315px;
}

rightcol.text {
	width: 484px;
}

h3 {
	font-size: 100%;
	margin: 20px 0 0 20px;
	color: #660000;
}

.serviceline {
	width: 300px;
	height: 1px;
	background: url(images/service_ul.gif) no-repeat;
	margin: 0 0 0 20px;
	clear: both;
}

.servicetext {
	height: auto;
	padding: 0;
	color: #333333;
	font-size: 80%;
	margin: 10px 20px 0 20px;
}

/* Services */

#service_left {
	width: 370px; 
	border: 1px solid #cccccc; 
	margin: 10px; 
	float: left; 
	padding: 0 0 20px 0;
}

#service_right {
	float: right; 
	width: 370px; 
	border: 1px solid #cccccc; 
	margin: 10px; 
	background: #eef9fb;
}

#service_right img {
	border: 1px solid #eef9fb;
}

#service_right img:hover {
	border: 1px solid #660000;
}

.service_img_left {
	float: left; 
	margin: 10px 10px 10px 20px; 
	clear: left;
}

.service_img_right {
	float: right; 
	margin: 10px 20px 10px 10px;
}

#subhead {
	margin: 10px 0 10px 10px;
	padding-left: 0px;
	color: #000000;
	font-weight: normal;
}

#service_right table, p {
	font-size: 11px;
	margin: 10px 20px 10px 20px;
}

.errors {
	color: #FF0000;
}

.case_study_img {
	width: 200px;
	margin: 0 0 20px 20px;
	font-size: 12px;
}

/* Gallery Page */
#gallery_image {
	background: #eef9fb;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 20px;
}

#gallery_links {
	margin: 10px;
	color: #CCCCCC;
	font-size: 12px;
}
