body {
	margin: 0;
	padding: 0;
	background: #1f1f1f;
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
} #wrap0 {
	margin: 0;
	padding: 0;
} #wrap1 {
	width: 900px;
	margin: auto;
}

#topLine {
	height: 3px;
	background: #3773b6;
	width: 100%;
} #topLine2 {
	height: 4px;
	background: url(images/topLine.gif) no-repeat;
	width: 930px;
	margin: auto;
}


#header {
	/* EMPTY */
} #top {
	padding: 2.5em 2em 2.5em 12.5em;
	background: url(images/logo.gif) no-repeat left center;
	margin: auto;
	width: 700px;
}

#topContent {
	background: url(images/topContent.gif) no-repeat;
	height: 200px;
} #topLeft {
	float: left;
	width: 650px;
} #topLeft2 {
	padding: 2.4em 1.5em 0 2.5em;
	color: #FFF;
	line-height: 16px;
} #topRight {
	float: right;
	width: 242px;
	color: #FFF;
} #topRight2 {
	padding-top: 2em;	/*padding: 1em 1.5em 0 1.5em;*/
} #topRight2 ul.menu {
	padding: 0;
	margin: 0;
} #topRight2 ul.menu li {
	margin: 0;
	border-top: 1px solid #DDD;
	list-style: none;
} #topRight2 ul.menu li.first {
	border:0;
} #topRight2 ul.menu li a:link, #topRight2 ul.menu li a:active, #topRight2 ul.menu li a:visited {
	color: #FFF;
	display: block;
	padding: .8em 0 .8em 2em;
	text-decoration: none;
} #topRight2 ul.menu li a:hover {
	font-weight: bold;
}


#content {
	clear: both;
	color: #bbb;
	margin-bottom: 1em;
	background: #555;
}
#contentLeft {
	float: left;
	width: 655px;
}
#contentLeft2 {
	padding: 1em 2em 0 2em;
}
#contentLeft2 ul {
	padding: 0;
	margin: 0 0 0 1.5em;
}
#contentLeft2 ul li {
	padding: 0 0 3px 0;
}
#innerLeftContent {
	float: left;
	width: 290px;
}
#innerRightContent {
	float: left;
	width: 295px;
	margin-left: 2em;
}
#innerContent {
	clear: both;
	border-top: 1px solid #999;
	padding: 2em 1em 0 1em;
}
#contentRight {
	float: right;
	width: 235px;
}
#contentRight2 {
	padding: 1em 1.5em 0 1.5em;
}

#contentRight2 ul {
	padding: 0;
	margin: 0 0 0 1.5em;
}
#contentRight2 ul li {
	padding: 0 0 3px 0;
}
#footer {
	clear: both;
	background: #1f1f1f;
	color: #FFF;
	margin: 0 0 2em 0;
}
#footer2 {
	padding: 1.5em;
	font-size: 10px;
}
.footerTag {
	font-size: 22px;
	float: left;
	width: 44px;
	font-weight: bold;
}
.footerText {
	float: left;
}
#content p  {
	margin: 0 0 .5em 0;
	line-height: 16px;
}
a:link, a:active, a:visited {
	/*color: #467aa7;*/
	color: #eee;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
img.photoframe {
	border: 6px solid #3f3f3f;
}
img.floatLeft {
	float: left;
}
img.floatRight {
	float: right;
	margin: 1em 0 0 1.5em;
}
.clear {
	clear: both;
}


/*-------------------- HEADERS --------------------*/
h1 {
	color: #FFF;
	font-size: 26px;
} h2 {
	font-size: 12px;
	color: #FFF;
	margin: 0 0 .4em 0;
} h3 {
	font-size: 16px;
	text-transform: none;
	margin: 1em 0 .2em 0;
	font-weight: normal;
	color: #FFF;
	font-family: Georgia, times;
} h3 span {
	font-size: 10px;
	padding: 0 0 0 .5em;
	color: #888;
} h4 {
	padding: 0;
	margin: .5em 0 1em 0;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	color: #FFF;
}
/*-------------------- /HEADERS --------------------*/

p.nostyle {
	padding: 0;
	margin: 0;
}
.serviceField {
	background: #6f6f6f;
	padding: 1em;
	margin: 0 0 1em 0;
	color: #FFF;
}
table tr td {
	padding: 2px;
}
input[type="text"] {
	width: 350px;
}
input, textarea {
	border: 1px solid #AAA;
	background: #EEE;
	padding: 5px;
}
input:focus, input:hover, textarea:focus, textarea:hover {
	background: #FEFEFE;
	border: 1px solid #444;
}
