* {
	margin: 0;
	padding: 0;
}
#menu a {
	text-decoration: none
}
#menu a:hover {
	text-decoration: underline
}

body {
	background: #ddd;
	font-family: Helvetica, Tahoma, Arial, Serif;
	min-width: 795px;
}


#header {
	height: 100px;
	background-image: url(/images/old/header.jpg);
	color: #fff;
}
#header h1 {
	font-size: 28px;
	margin: 36px 14px;
}


#logo {
	float: left;
}



#menu {
	text-align: right;
}
#menu ul {
	list-style-type: none;
	padding-right: 30px;
}
#menu ul li {
	font-size: 16px;
	padding-top: 20px;
	font-weight: normal !important;
}
#menu li a {
	color: #fff;
}

#mid {
	height: 200px;
	background: #8bb6d7 url(/images/old/mid.jpg) left no-repeat;
	border-top: 1px solid #000;
	position: relative;
}
#mid p {
	display: none;
	color: #133855;
}

#emailform {
	margin-bottom: 10px;
	text-align: center;
}
#emailform p {
	line-height: 140%;
}
#emailform input {
	font-size: 13px;
	padding: 5px;
	margin: 4px 0;
	color: #a0a0a0;
	border: 1px solid #333333;
}
#emailform textarea {
	font-size: 13px;
	padding: 4px;
	color: #a0a0a0;
	border: 1px solid #333333;
	height: 90px;
	width: 500px;
	margin: 0 6px;
}
#emailform input#submit {
	height: 100px;
	background: #ddd;
	color: #000;
	padding: 4px;
}

#network {
	color: #444;
	font-size: 13px;
	position: absolute;
	top: 3px;
	right: 24px;
}
#network ul {
	list-style-type: none;
	display: inline;
}
#network ul li {
	display: inline;
	background: url(/images/old/forward.png) left no-repeat;
	padding-left: 22px;
	margin-left: 24px;
}
#network ul li a {
	text-decoration: none;
	color: #222;
}
#network ul li a:hover {
	text-decoration: underline;
}

#bod {
	background: url(/images/old/bod.jpg) repeat-x;
	border-top: 2px solid #c0c0c0;
	padding: 15px 25px;
}

#bod h3 {
	border-bottom: 1px solid #9a9a9a;
	padding-bottom: 14px;
	margin-bottom: 9px;
}
#bod p {
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 11px;
	text-indent: 9px;
}
#bod p span {
	font-size: 17px;
	font-weight: bold;
}
#bod ul {
	list-style: none;
	margin: 10px 20px;
}
#bod ul li {
}
#bod ul li a {
	background: url(/images/old/ularrow.jpg) 0px center no-repeat;
	display: block;
	text-decoration: none;
	color: #336699;
	padding: 6px 0 6px 15px;
	font-size: 14px;
	font-weight: normal;
}
#bod ul li a:hover {
	text-decoration: underline;
}

#bod ul#services {
	list-style: none;
	margin: 10px 20px;
}
#bod ul#services li {
	background: url(/images/old/ularrow.jpg) 0px center no-repeat;
	display: block;
	padding: 6px 0 6px 15px;
	font-size: 14px;
	font-weight: normal;
}

.col1 {
	width: 27%;
	margin-right: 6%;
	height: 500px;
	float: left;
	max-width: 350px;
}

.clear {
	clear: both;
}

a, a:active, a:visited {
	color: #0a4a73;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #003e63;
	text-decoration: underline;
}

a.email {
	cursor: pointer;
}

/*******************************************/
/*             sIFR CSS Settings           */
/*           A highly useful tool          */
/*       From Mike Davidson & Friends      */
/*   Available @ mikeindustries.com/sifr   */
/*******************************************/

.sIFR-flash { visibility: visible !important; }
.sIFR-replaced { visibility: visible !important; }
span.sIFR-alternate { position: absolute; left: 0; top: 0; width: 0; height: 0; display: block; overflow: hidden; }
.sIFR-flash + div[adblocktab=true] { display: none !important; }
.sIFR-hasFlash #bod h3 { visibility: hidden; font-size: 10pt; }