/* Default CSS Layout */
* {
	padding:0;
	margin:0;
}
body {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4c585b;
	text-align:justify;
	margin: 0;
	padding: 0;
	background: #329661;
}

a:link, a:visited {
	color: #285278;
}

a:hover {
	color: #3874A8;
}

img {
	border:0;
}

#preload {
	display: none;
}

#pg-top {
	height: 169px;
	background: #fff url(../images/pg_top_bg.jpg) top left repeat-x;
}
#header {
	width: 923px;
	margin: 0 auto;
}
#logo {
	width:117px;
	height:117px;
	padding-top: 13px;
	padding-left: 10px;
	float: left;
}
#logo img {
	display: block;
	padding: 0;
	margin: 0;
}
#tagline {
	width: 500px;
	float: left;
	margin-top: 70px;
	text-align: center;
}
#addr {
	width: 290px;
	float: right;
	margin: 35px 0 0 0;
}
#addr a {
	color: #fff;
}
#addr a:hover {
	color: #00477f;
}
#addr1 {
	width: 135px;
	float:left;
	text-align: right;
	font-size: 11px;
	color: #fff;
	padding-right: 10px;
	background: url(../images/addr_sep.jpg) center right no-repeat;
}
#addr2 {
	width: 135px;
	float:right;
	text-align: left;
	font-size: 11px;
	color: #fff;
	padding-left: 10px;
}
#tagline h1 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
}
#top-nav {
	height: 32px;
	color: white;
	margin: 0;
	overflow: hidden;
}

#top-nav ul {
	margin: 0;
	padding: 7px 0 0 0px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0;
}

#top-nav li:hover {

}

#top-nav li a {
	float: left;
	display: block;
	padding: 0px 0px;
	color: #ffffff;
	text-decoration: none;
}
#top-nav li a#home-top {
	width: 98px;
	height: 33px;
	background: url(../images/home_bttn.jpg) top left no-repeat;
}
#top-nav li a#home-top.active,
#top-nav li a#home-top:hover {
	background: url(../images/home_sel_bttn.jpg) top left no-repeat;
}
#top-nav li a#services-top {
	width: 126px;
	height: 33px;
	background: url(../images/services_bttn.jpg ) top left no-repeat;
}
#top-nav li a#services-top.active,
#top-nav li a#services-top:hover {
	background: url(../images/services_sel_bttn.jpg ) top left no-repeat;
}
#top-nav li a#bios-top {
	width: 90px;
	height: 33px;
	background: url(../images/bios_bttn.jpg ) top left no-repeat;
}
#top-nav li a#bios-top.active,
#top-nav li a#bios-top:hover {
	background: url(../images/bios_sel_bttn.jpg ) top left no-repeat;
}
#top-nav li a#news-top {
	width: 96px;
	height: 33px;
	background: url(../images/news_bttn.jpg ) top left no-repeat;
}
#top-nav li a#news-top.active,
#top-nav li a#news-top:hover {
	background: url(../images/news_sel_bttn.jpg ) top left no-repeat;
}
#top-nav li a#events-top {
	width: 109px;
	height: 33px;
	background: url(../images/events_bttn.jpg ) top left no-repeat;
}
#top-nav li a#events-top.active,
#top-nav li a#events-top:hover {
	background: url(../images/events_sel_bttn.jpg ) top left no-repeat;
}
#top-nav li a#accolades-top {
	width: 139px;
	height: 33px;
	background: url(../images/accolades_bttn.jpg ) top left no-repeat;
}
#top-nav li a#accolades-top.active, 
#top-nav li a#accolades-top:hover {
	background: url(../images/accolades_sel_bttn.jpg ) top left no-repeat;
}
#top-nav li a#resources-top {
	width: 138px;
	height: 33px;
	background: url(../images/resources_bttn.jpg ) top left no-repeat;
}
#top-nav li a#resources-top.active, 
#top-nav li a#resources-top:hover {
	background: url(../images/resources_sel_bttn.jpg ) top left no-repeat;
}
#top-nav li a#contact-top {
	width: 127px;
	height: 33px;
	background: url(../images/contact_bttn.jpg ) top left no-repeat;
}
#top-nav li a#contact-top.active,
#top-nav li a#contact-top:hover {
	background: url(../images/contact_sel_bttn.jpg ) top left no-repeat;
}


#pg-mid {
	background: #fff;
}
#pg-bot {
	height: 76px;
	background: #ffffff url(../images/pg_bot_bg.jpg) bottom left repeat-x;
}
#content-wrapper {
	width: 962px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	margin: 0 auto;
	background: #fff url(../images/pg_mid_bg.jpg) top center no-repeat;
}
#content-split-wrapper {
	background: #fff url(../images/pg_mid_split_bg.jpg) top center no-repeat;
}
#content {
	width: 893px;
	margin: 0 auto;
	padding: 15px;
}
#content-left {
	width: 430px;
	float: left;
	padding-right: 15px;
}
#content-right {
	width: 430px;
	float: right;
}
#contact-left {
	width:300px;
	float: left;
}
#contact-right {
	width: 580px;
	float: right;
}
#content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #007a2e;
	text-align: left;
	padding-bottom: 10px;
}
#content h2 {
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
	margin-bottom: 10px;
	background: #2a577e;
	color: #fff;
}
#content h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	color: #00477f;
}
#content h4 {
	font-size: 11pt;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 0;
	marging-bottom: 0;
}
#content p {
	padding-bottom: 10px;
}
#content p span {
	font-weight: bold;
	color: #007a2e;
}
#content ul {
	padding: 0 20px;
	list-style-image: url(../images/dot.jpg);
}
#content ul#treemenu1 li,
#content ul#treemenu2 li {
	padding-bottom: 0px;
	list-style-image: none;
	text-align: left;
}
#content ul#reviews {
	padding: 0 40px;
	list-style-image: url(../images/dot.jpg);
}
#content ul#reviews li {
	padding-bottom: 10px;
}
.bio {
	width: 100px;
	padding: 0 10px 0 0;
	float: left;
	text-align:center;
}
#content hr {
	width: 80%
	text-align:center;
}
#content table {
	width: 100%;
	padding: 0;
}
#content table.resources img {
}
#content .webaddr {
	width: 300px;
	float: right;
	text-align: right;
}
#content p.webaddr a:link,
#content p.webaddr a:visited {
	color: #285278;
	font-weight: bold;
	text-decoration:none;
	font-size: 10pt;
	text-align: right;
}
#content p.webaddr a:hover {
	color: #3874A8;
}
.clr {
	clear: both;
}
#bot-nav {
	height: 32px;
	color: white;
	margin: 0;
	overflow: hidden;
}

#bot-nav ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
}

#bot-nav li {
	float: left;
	margin: 0;
}

#bot-nav li:hover {

}

#bot-nav li a {
	float: left;
	display: block;
	padding: 0px 0px;
	color: #ffffff;
	text-decoration: none;
}
#bot-nav li a#home-bot {
	width: 98px;
	height: 33px;
	background: url(../images/home_bot_bttn.jpg) top left no-repeat;
}
#bot-nav li a#home-bot.active,
#bot-nav li a#home-bot:hover {
	background: url(../images/home_bot_sel_bttn.jpg) top left no-repeat;
}
#bot-nav li a#services-bot {
	width: 126px;
	height: 33px;
	background: url(../images/services_bot_bttn.jpg ) top left no-repeat;
}
#bot-nav li a#services-bot.active,
#bot-nav li a#services-bot:hover {
	background: url(../images/services_bot_sel_bttn.jpg ) top left no-repeat;
}
#bot-nav li a#bios-bot {
	width: 90px;
	height: 33px;
	background: url(../images/bios_bot_bttn.jpg ) top left no-repeat;
}
#bot-nav li a#bios-bot:hover {
	background: url(../images/bios_bot_sel_bttn.jpg ) top left no-repeat;
}
#bot-nav li a#news-bot {
	width: 96px;
	height: 33px;
	background: url(../images/news_bot_bttn.jpg ) top left no-repeat;
}
#bot-nav li a#news-bot:hover {
	background: url(../images/news_bot_sel_bttn.jpg ) top left no-repeat;
}
#bot-nav li a#events-bot {
	width: 109px;
	height: 33px;
	background: url(../images/events_bot_bttn.jpg ) top left no-repeat;
}
#bot-nav li a#events-bot:hover {
	background: url(../images/events_bot_sel_bttn.jpg ) top left no-repeat;
}
#bot-nav li a#accolades-bot {
	width: 139px;
	height: 33px;
	background: url(../images/accolades_bot_bttn.jpg ) top left no-repeat;
}
#bot-nav li a#accolades-bot:hover {
	background: url(../images/accolades_bot_sel_bttn.jpg ) top left no-repeat;
}
#bot-nav li a#resources-bot {
	width: 138px;
	height: 33px;
	background: url(../images/resources_bot_bttn.jpg ) top left no-repeat;
}
#bot-nav li a#resources-bot:hover {
	background: url(../images/resources_bot_sel_bttn.jpg ) top left no-repeat;
}
#bot-nav li a#contact-bot {
	width: 126px;
	height: 33px;
	background: url(../images/contact_bot_bttn.jpg ) top left no-repeat;
}
#bot-nav li a#contact-bot:hover {
	background: url(../images/contact_bot_sel_bttn.jpg ) top left no-repeat;
}
#footer {
	width: 923px;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	color: #fff;
}

#copyright {
	width: 45%;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-top: 13px;
}
#design {
	width: 45%;
	float: right;
	text-align: right;
	padding-right: 10px;
	padding-top: 13px;
}
#design a {
	color: #fff;
}
#design a:hover {
	color: #00477f;
}
.clr {
	clear:both;
}

/********** glossy menu css *****************************/
.glossymenu{
	width:100%;
	padding-top: 0px;
}

.glossymenu a.menuitem, .glossymenu a.menuitem:visited {
	height: 24px;
	padding: 2px 0 5px 0;
	background: url(../images/glossy_bg.jpg) top left repeat-x;
	color: #fff;
	font-weight: bold;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 15px;
	text-decoration: none;
	line-height: 20px;
	clear: both;
}


.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover {
	background: url(../images/glossy_hov_bg.jpg) top left repeat-x;
	color: #fff !important;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
}

.glossymenu div.submenu p {
	margin: 0;
	padding: 0px 0 0px 10px;
}
.glossymenu div.submenu table {
	width: 80%;
	margin: 5px auto;
}

.glossymenu div.submenu ul li{
}

.glossymenu div.submenu ul li a{
	color: #575757;
	text-align: left;
	font-size: 11px;
	margin: 0;
	background:#fff;
	text-decoration: none;
}
.glossymenu div.submenu ul li a img{
	padding: 0 2px;
}

.glossymenu div.submenu ul li a:hover{
	color: #fff;
}
