/* Reset Stuff */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
ol, ul {
	list-style: none;
}


/* Basic Setup */

body {
	background: #FFFFFF url('img/pageback.gif') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0px;
}
p {
	margin-bottom: 1.2em;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 14px;
}
h2, .h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #A90101;
}
.noMargin {
	margin: 0px;
}
a {
	color: #1357AF;
	text-decoration: none;
}
a:hover {
	color: #D70E0E;
	text-decoration: underline;
}
.pad3 {
	padding: 3px;
}
.pad4 {
	padding: 3px;
	border: 1px solid darkgray;
}
.pad5 {
	padding: 5px;
}
.bold, b, strong {
	font-weight: bold;
}
.noviz {
	width: 5px;
	visibility: hidden;
	display: inline;
}



/* Menu */

#menuBar {
	height: 47px;
}
#menu1 {
	display: block;
	padding: 13px 0px 14px 0px;
}
#menu1 li {
	display: inline;
}
#menu1 li a {
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px 18px 14px 18px;
	vertical-align: middle;
	margin: 0px;
}
#menu1 li a:hover {
	background-color: #01619D;
	color: #FFFFFF;
}



/* Design */

#container {
	width: 894px;
	margin: 0px auto;
}
#officePic {
	position: relative;
	float: right;
	top: 20px;
}
#header {
	clear: none;
}
#subNav {
	margin-top: 8px;
	margin-left: 443px;
	font-size: 12px;
}
#subNav a {
	margin: 1px 5px;
}

#mainBody {
	background: url('img/illustration.jpg') no-repeat bottom right;
	padding: 20px 150px 40px 20px;
}
#footerBar {
	background: url('img/bottomback.jpg') #A0C7F1 repeat-x;
	padding: 0px 20px 20px 0px;
	text-align: center;
	font-size: 12px;
	margin: 0px auto;
}



/* Individual Parts */

.box1 {
	width: 100%;
	border: 1px solid #ADCFF3;
	padding: 1px;
	margin-bottom: 14px;
}
.box2 {
	background-color: #C4DCF6;
	padding: 5px;
	text-align: center;
}
.box2 img {
	border: 1px #ADCFF3 solid;
}

