html {
	/* background-image: url('../images/background_image.jpg');
	background-position: top center;
	background-repeat: no-repeat; */
	background-color: #104783;
}

body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Verdana, Times New Roman, Georgia, Serif;
	line-height: 130%;
}

h2 {
	color: #104783;
	font-size: 22px;
}

#right p {
	font-size: 14px;
	padding-right: 40px;
}

#page {
	background-color: #104783;
	width: 1000px;
	margin: 0 auto;
}

#page-holder {
	background-image: url('../images/shadow.png');
	background-position: top left;
	width: 1000px;
}

/* Header and top menu style */

#header {
	width: 974px;
	height: 131px;
	background-image: url('../images/header_btn_bg.gif');
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0px 13px 0px 13px;
}

img.header-image {
	float: left;
	width: 339px;
	height: 131px;
}

ul.menu {
	position: relative;
	float: right;
	padding: 95px 12px 0px;
	margin: 0px 0px 0px 0px;
	width: 610px;
	text-align: left;
}

ul.menu li {
	display: inline;
	list-style: none;
	padding: 0px 8px 0px 8px;
}

ul.menu a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

ul.menu a:hover {
	text-decoration: underline;
	color: #1bb1e7;
}

li.on a {
	color: #1bb1e7;
}

#content {
	width: 974px;
	margin: 0px 13px 0px 13px;
}

#top {
	width: 974px;
	height: 297px;
}

#two-column {
	background-image: url('../images/footer_main_bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #fff;
	margin-top: -2.75em;
	min-height: 580px;
}

/* Right column of content */

#right {
	width: 631px;
	text-align: left;
	margin-left: 362px;
	padding-bottom: 125px;
}

#right table {
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}

#right table td a {
	font-style: italic;
	color: #104783;
	text-decoration: none;
}

#right table td a:hover {
	color: #000;
	text-decoration: underline;
}

#right ul {
	list-style: none;
	font-size: 14px;
	padding-right: 25px;
}

#right ul li {
	padding-bottom: 5px;
}

td.first-cell {
	border-right: 1px solid #8cc63f;
	padding-right: 20px;
}

td.second-cell {
    padding-left: 20px;
}

table.about-bio {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

td.bio-pic {
    font-size: 10px;
    width: 200px;
    text-align: center;
}

td.bio-text {
    padding-right: 30px;
    padding-left: 15px;
    line-height: 150%;
}

/* Left side of the content */

#left {
    float: left;
	width: 317px;
	padding: 0px 0px 0px 0px;
	margin: -1.25em 0px 0px 0px;
}

p.phone-header {
	color: #1bb1e7;
	margin-bottom: -1.0em;
}

p.list-header {
    text-align: left;
    margin-left: 90px;
    font-weight: bold;
    margin-bottom: -0.5em;
    color: #104783;
}

h2.home-title {
    text-align: left;
    margin-left: 90px;
}

#left h2 {
	padding: 0px 0px 0px 0px;
	margin-top: 0.8em;
	font-weight: normal;
	font-size: 22px;
	color: #1bb1e7;
}

#left ul {
	text-align: left;
	padding-left: 93px;
	list-style: none;
	font-size: 14px;
	color: #000;
}

#left ul li {
	padding-bottom: 5px;
}

/* News Styles */

p a {
    color: #104783;
    text-decoration: none;
}

p a:hover {
    color: #000000;
    text-decoration: underline;
}

table#news-data {
    padding: 0px 0px 0px 0px;
    margin-right: -2em;
}

td#news_date {
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
    padding-top: 2px;
    padding-right: 5px;
    border-right: 1px solid #8cc63f;
}

td#news_body {
    font-size: 12px;
    padding-left: 5px;
}

/* End News */

/* Footer Information is below */

#footer {
	background-image: url('../images/footer_shadow.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #104783;
	width: 1000px;
	height: 16px;
	margin: 0 auto;
}

#footer-text {
	padding-top: 10px;
}

ul.footer-menu {
	font-size: 10px;
}

ul.footer-menu li {
    display: inline;
	list-style: none;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
}

ul.footer-menu a {
	color: #fff;
	text-decoration: none;
}

ul.footer-menu a:hover {
	color: #1bb1e7;
	text-decoration: underline;
}

#copy-right {
	font-size: 12px;
	padding-left: 35px;
}