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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

div { behavior: url(css/iepngfix.htc) }

/*
 * CORE STYLES
 */
body {
	background: #4b85b3 url(../images/bodybg.jpg) repeat-x 0 0;
	padding-top: 21px;
	color: #9e9e9e;
    font-family: Georgia, "Times New Roman", Times, serif;
}

a, a:link, a:visited {
	color: #4982af;
}

#container {
	width: 798px;
	margin: 0 auto;
	background: transparent url(../images/content-middle.png) repeat-y 50% 0;
}

#container-top {
	padding-top: 29px;
	background: transparent url(../images/content-top.jpg) no-repeat 50% 0;
}

#header {
	height: 128px;
	padding-top: 12px;
	padding-right: 74px;
	background: transparent url(../images/headerbg.jpg) no-repeat 50% 0;
}

#header h1 {
	width: 128px;
	height: 100px;
	float: right;
}

#header h1 a {
	display: block;
	text-indent: -9999em;
	height: 100px;
	width: 128px;
	background: transparent url(../images/logo.jpg) no-repeat 0 0;
}

#content {
	padding: 16px;
	overflow: hidden;
	letter-spacing: 0.4px;
	font-size: 14px;
	line-height: 28px;	
}

.imgLeft {
	float: left;
	padding: 0 16px 10px 0;
}

#pHeading {
	color: #29567c;
	font-size: 20px;
}

#left {
	padding: 0 14px 0 22px;
	width: 466px;
	float: left;
	background: transparent url(../images/divider.gif) no-repeat 100% 28px;
}

#left p {
	margin-bottom: 18px;
}

#menu {
	width: 242px;
	height: 284px;
	padding: 12px 0;
	background: transparent url(../images/menubg.gif) no-repeat 0 0;
	overflow: hidden;
}

#menu li {
	padding: 0 26px;
	line-height: 38px;
}

#menu li a {
	font-size: 17px;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: 1px solid #e9e9e9;
	display: block;
	width: 100%;
}

#menu li#active a, #menu li a:hover {
	text-indent: 12px;
	background: transparent url(../images/navarrow.png) no-repeat 0 50%;
	border-bottom: 1px solid #d1d1d1;
}

#right {
	width: 242px;
	padding-left: 13px;
	float: left;
}

#contactBox {
	width: 220px;
	height: 120px;
	background: #777 url(../images/envelope.gif) no-repeat 0 0;
	line-height: 20px;
	font-size: 14px;
	color: #d2d2d2;
	border-top: 20px solid #fff;
	margin: 0 auto;
	clear: both;
}

#contactBox ul {
	padding: 8px;
}

#contactBox strong { letter-spacing: -1px; color: #e0e0e0; }


#footer {
	height: 79px;
	width: 798px;
	margin: 0 auto;
	background: transparent url(../images/content-bottom.png) no-repeat 50% 100%;	
	line-height: 75px;
	text-align: center;
}

#footer p {
	color: #bbbbbb;
	font-size: 14px;
}
