body {
	background-image:url(../images/template/bodyBG2.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a{
	color: #990033;
}
#page {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	overflow:hidden;
}
#header {
	color: #FFFFFF;
	padding-top: 7px;
	height: 69px;
	margin-left: 3px;
}
#header img.floatLeft {
	margin-right: 8px;
}

.floatLeft {
	display: inline;
	float: left;
}
#header h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: .05em;
}
#header h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#header h5 {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0px 0px;
	padding: 3px 0px 0px 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-size: 13px;
	letter-spacing: 1px;
	color: #F4F4F4;
}
#sidebar {
	width: 200px;
	float: left;
	border: 1px solid #999999;
	padding: 5px;
	margin-left: 4px;
	margin-top: 15px;
	font-size: 0.9em;
	background-image:url(../images/template/gradient_grey.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#sidebar ul {
	margin: 10px 0px 0px 7px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li {
	margin-left: 13px;
	text-indent: -13px;
	margin-bottom: 10px;
}
.leftNav a {
	text-decoration: none;
}
.leftNav a:hover {
	text-decoration: underline;
}
.leftNav .on a {
	font-weight: bold;
}
#content {
	width: 515px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}
#navContainer {
	margin: 0 3px;
	border-left: 1px solid #650423;
	border-right: 1px solid #D3A3A3;
	height: 25px;
	width:1000px;
}
#nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px 35px 5px 34px;
	text-transform: uppercase;
	border-right: 1px solid #650423;
	border-left: 1px solid #D3A3A3;
	font-size: 11px;
	letter-spacing: 1px;
}
#nav li a:hover {
	color: #FFEEAA;
}
#nav li.on a,
#nav li a:hover {
	background-image:url(../images/template/nav_over2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer {
	clear: left;
	color: #666666;
	text-align: center;
	font-size: 11px;
	padding: 20px 0;
}
#footer a {
	color: #666666;
}
.projectsTable {
	width: 95%;
	margin: 0px auto;
}

.projectsTable td {
	vertical-align:top;
	text-align:left;
	padding:3px 3px 6px;
}
.projectsTable .title {
	text-indent: -16px;
	padding-left: 16px;
	line-height: 1.5em;
	font-weight: bold;
	color: #333333;
}
.detail {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.projectsTable td.detail {
	text-align:right;
}
h4 {
	font-size: 1.2em;
	padding: 0 0 3px 0;
	margin: 10px 0;
	border-bottom: 1px solid #666666;
}
h5 {
	font-size: small;
	padding: 0;
	margin: 10px 0;
}
object {
	display: block;
}
embed {
	display: block;
}
.mainImg {
	display: block;
}
dl {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

dt {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
dd {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clearer {
	/*Use between floated elements 
	to stack them vertically*/
    clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1em;
	line-height: 1px;
	width: auto;
}.serviceBox {
	background-image: url(../images/template/serviceBox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding: 11px 13px;
	width: 231px;
}
.serviceBox img {
	border: 1px solid #999999;
}

.serviceBox p {
	margin: 0 0 4px 2px;
	padding: 0px;
}
.serviceBox a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #777777;
	letter-spacing: 1px;
}
.serviceBox a:hover {
	color: #000000;
}
.serviceBox a:hover img {
	border-color: #000000;
}
