body, html {
	height: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat:no-repeat;
	background-color: #58687b;	
}

p{
	margin:8px 0;
	line-height:1.5em;
}
a:link {
	color: #2BA1C8;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #2BA1C8;
}
a:hover {
	text-decoration: underline;
	color: #2BA1C8;
}
a:active {
	text-decoration: underline;
	color: #2BA1C8;
}
input {
	width: 202px;
}
select {
	width: 206px;
	height: 23px;
}
ul li {
	line-height:1.5em;
	margin-left:15px;
}

.clear{
	clear: both;
}

.bullet{
	background-image:url(../media/siteimages/bullet.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
}

/* JAY */
ul li {
	line-height:1.5em;
	margin-left:15px;
}
ol li {
	line-height:1.5em;
}

/* IKE */
.bullet a{
	display:inline-block;
}
/*ul {
    list-style-image:url(/media/siteimages/bullet.gif);
    margin-left:16px;
}
* html ul {
    margin-left:20px;
}*/
ul {
    list-style-type: none;
    margin:0px;
    padding-top: 1px;
}
li {
    list-style-image:url(/media/siteimages/bullet.gif);
	list-style-position:outside;
    /*background-repeat:no-repeat;
    background-position:0px 4px;
    padding:0 0 0 15px; */
}
.box-type ul{
	margin: 0;
	list-style-type: none;
	float: left;
}
.box-type ul li{
	position: relative;
	padding: 5px 15px;
	display: inline;
	float: left;
}

.left-column1stbullet {
	float:left;
}

#page {
	position: relative;
	min-height: 100%;
}

/* WJC */
.header1 a  {
	text-decoration: none;
}

.header1 a:hover  {
	text-decoration: underline;
}

/*------- this style is for the wrapper -------*/

#wrapper{
	width:960px;
	display: table;
	min-height: 100%;
	/* margin-bottom: 65px;  WJC had to remove as it was making a big gap in the center column white */
}

/*------- JAY ADDED THIS - this style is for the top shadow -------*/

#topshadow{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	height:58px;
	width:960px;
	background-image:url(../media/siteimages/bluetopborder.gif);
	background-repeat:no-repeat;
}
.topshadowtype{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	padding: 25px 12px 0px 20px;
}
* html .topshadowtype{
	margin-bottom: 0px;
}

/*------- this style is for the nav -------*/

#nav{
	margin-left:0px;
	margin-top:0px;
	background-image:url(../media/siteimages/navbar.gif);
	background-repeat:no-repeat;
	height: 50px;
}
#logo{
	width: 205px;
	height: 50px;
	float:left;
}
* html #logo{
	cursor: pointer;
}
/*------- this style is for the flash piece -------*/

#flash{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	height:239px;
	width:960px;
	background-image:url(/media/siteimages/flash.jpg);
	background-repeat:no-repeat;
	z-index:1;
	overflow: hidden;
}

/*------- this style is for the top blue -------*/

#top{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	height:68px;
	width:960px;
	background-image:url(../media/siteimages/topblue.gif);
	background-repeat:no-repeat;
}

/*------- this style is for the main content area -------*/

#main-white{
	background-color:#FFFFFF;
	width:960px;
	float:left;
}

/*------- this style is for the top box blue -------*/

#top-box{
	margin-left:49px;
	margin-right:49px;
	margin-top:30px;
	padding-bottom:10px;
	float:left;
	width:860px;
	text-align:left;

}
* html #top-box{
	margin-left: 25px;
	margin-right: 0px;
}

/*------- this style is for the top box left blue -------*/
#top-box-left{
	text-align:left;
	width:540px;
	float:left;
	line-height:18px;
}

/*------- this style is for the top box right blue -------*/
#top-box-right{
	width:260px;
	float:right;
	margin-left:59px;
}

#round-corners-top{
	background-image:url(../media/siteimages/insetboxtop.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height:10px;
}

#round-corners-mid{
	background-color:#2BA1C8;
	/*padding-top:1px;
	padding-right:20px;
	padding-bottom:1px;
	padding-left:20px;*/
	padding: 1px 5px 3px 5px;
	text-align:left;
	color:#FFFFFF;
	margin: 0px;
	clear: both;
	display:table;
}

#round-corners-mid img{
	float:left;
	margin-top:4px;
	margin-left:5px;
	margin-right:7px;
	padding-right:2px;
}

#round-corners-mid a:link {
	color: #ffffff;
	text-decoration: underline;
}
#round-corners-mid a:visited {
	text-decoration: underline;
	color: #ffffff;
}
#round-corners-mid a:hover {
	text-decoration: underline;
	color: #000000;
}
#round-corners-mid a:active {
	text-decoration: underline;
	color: #ffffff;
}

#round-corners-mid p{
	margin-top:0px;
}

#round-corners-bot{
	background-image:url(../media/siteimages/insetboxbottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	height:10px;
	clear:left;
}

#top-border{
	margin-left:49px;
	margin-right:49px;
	border-bottom-color:#999999;
	border-bottom-style:double;
	float:left;
	width:860px;
	height:3px;
}
* html #top-border{
	margin-left:25px;
	margin-right:0px;
	border-bottom-color:#999999;
	border-bottom-style:double;
	float:left;
	width:860px;
	height:3px;
}

/*------- this style is for the SECONDARY main pages -------*/

#interior-top-box{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding-bottom:10px;
	float:left;
	width:960px;
	text-align:left;
	border:none;
}

/*------- this style is for the top box left -------*/

#interior-top-box-left{
	text-align:left;
	width:396px;
	margin-left:60px;
	margin-top:12px;
	float:left;
	line-height:18px;
}
* html #interior-top-box-left{
	margin-left:30px;
}
/*------- this style is for the top box right -------*/
#interior-top-box-right{
	width:407px;
	float:right;
	margin-left:59px;
}

/*------- this style is for the opening paragraph -------
Added by WJC for Main Section opening paragraph
*/

#opening-paragraph{
	padding: 25px 60px 15px 52px;
	color: #2BA1C8;
	float:left;
	width:840px;
	text-align:left;
}

.opening-paragraph-type{
	font-weight:bold;
	font-size:14px;
	line-height:21px;
}

/*------- this style is for the gray box -------*/

.grayboxleft{
	background-image:url(../media/siteimages/graybox_left.gif);
	background-position:left;
}

/*------- this style is for the wrapper -------*/

#col-wrapper {
	overflow:hidden;
	display:block;
	width: 960px;
	clear: both;
}

/*------- this style is for the left column blue -------*/

#left-column{
	margin:0px;
	float:left;
	width:420px;
	padding: 15px 40px 15px 0px;
	/*border-right:solid 1px #999999;*/
	text-align:left;
}
* html #left-column{
	margin: -5px;
	border-right:none;
}
/* Will C removed #left-column p*/
 #left-column p, #left-column ul, #left-column ol, #left-column h2, #left-column h3, #left-column h4, #left-column h5, #left-column table, #left-column object {
	margin-left: 40px;
}

#left-column h1,  #left-column span.header1 {
	margin-left:15px;
}
#left-column p span.header1 {
	margin-left:-9px;
}
#left-column li, #right-column li{
	clear:left;
}
/* Will C added */
#left-column ul, #right-column ul{
	margin-bottom:15px;
	margin-left:15px;
}
* +html #right-column ul{
	margin-left:20px;
}
* html #right-column ul{
	margin-left:20px;
}
#left-column ul {
	margin-bottom:15px;
	margin-left:60px;
}

/*------- this style is for the double lines -------*/
.double-line{
	background-image:url(../media/siteimages/double-line.gif);
	background-repeat:repeat-x;
	width: 100%;
	height: 3px;
	margin: 22px 0 10px 0;
}


/*------- this style is for the right column blue -------*/

#right-column{
	margin:0px;
	padding: 15px 0px 15x 0px;
	float:left;
	width:448px;
	background-color: #FFFFFF;
	text-align:left;
	overflow: visible;
	border-left: 1px solid #999999;
}
* html #right-column{
	margin: -5px;
	border-left:solid 1px #999999;
}
#right-column p, #right-column ol, #right-column h2, #right-column h3, #right-column h4, #right-column h5, #right-column table, #right-column object {
	margin-left: 49px;
}

#right-column li {
	margin-left: 60px;
}

#right-column h1, #right-column span.header1 {
	margin-left:15px;
}
#right-column p span.header1 {
	margin-left:-9px;
}

/* JAY added these for single column pages on Dec 07 2009 */
/*------- this style is for single column pages -------*/

#one-column {
	text-align:left;
	margin: 45px 100px 100px 100px;
	/*WILL - Changed Top and Bottom margins */
}

#one-column p, #one-column ol, #one-column h2, #one-column h3, #one-column h4, #one-column h5, #one-column table, #one-column object {
    margin-left: 9px;
}
#one-column ul li {
    margin-left:25px;
}
#one-column h1, #one-column span.header1 {
    margin-left:-9px;
}

/*------- this style is for the bottom border -------*/


#bottom-border{
	margin-left:49px;
	margin-right:49px;
	margin-bottom: 15px;
	border-top-color:#999999;
	border-top-style:double;
	border-top-width:4px;
	float:left;
	width:860px;
	height:3px;
}
* html #bottom-border{
	margin-left:25px;
	margin-right:25px;
	margin-bottom: 0px;
}
* +html #bottom-border{
	height:15px;
}

/*------- this style is for the bottom blue -------*/

#bottom_box{
	background-color:#2BA1C8;
	width:960px;
	height: 20px;
	float:left;
	color:#FFFFFF;
	font-size: 15px;
	font-weight:bolder;
	display: table;
}
* html #bottom_box{
	margin-bottom: 10px;
}
#bottom{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	height:40px;
	width:960px;
	background-image:url(../media/siteimages/bottom.gif);
	background-repeat:no-repeat;
	background-position: top;
	background-color:#2BA1C8;
	clear: both;
}
* html #bottom{
	margin-top: -10px;
}
.box-type ul{
	margin: 0;
	list-style-type: none;
	float: left;
}
.box-type ul li{

	padding: 13px 20px 10px 20px;
	display: inline;
	float:left;
}
/*------- Jay changed the padding of this logo to 11px to align it more in the center of the blue bar -------*/
.logo-bottom{
	float:left;
	padding: 11px 14px 0px 25px;
}

/*------- this style is for the footer elements -------*/

#footer{
	background-color:#000000;
	margin:0px;
	padding: 18px 0px 18px 0px;
	clear:both;
	font-weight:bold;
	color:#999999;
	position: absolute;
	/*bottom: 0px;*/
	width: 100%;
	text-align: center;
	left:0px;
}
#footer a:link {
	color:#999999;
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: underline;
	color: #999999;
}
#footer a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
#footer a:active {
	text-decoration: underline;
	color: #999999;
}
#footer span{
	padding:0px 10px;
}


/*------- this style is for the About page -------*/

#lipsum {
	text-align:left;
	margin: 10px 65px 10px 65px;
}
#topborder{
	background-image:url(../media/siteimages/bluetopborder.gif);
	background-repeat:no-repeat;
	float:left;
	height: 58px;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	width: 960px;
}

/*------- Added by Will for SiteMap problem -------*/

#sitemap {
	float: left;
	border: solid 0px red;
	text-align: left;
	width: 725px;
	padding: 0px;
	background-color: white;
	border-bottom:solid 50px white;
}

#sitemap ul li {
	margin-left: 15px;
	list-style-type: square;
}

#sitemap ul {
	list-style-type: circle;
	list-style-position: inherit;
	
}


/* Styles for the executive page   -- added by Will Crowther */



.exec-pic{	
	margin: 20px 0px 20px 20px;
}

.exec-name, .exec-name a{
	color:Black;
	font-weight: bold;
	font-size:14px;
	text-decoration: none;
}

.exec-title, .exec-title a{
	font-weight:bold;
	font-size:12px;
	color:#2BA1C8;
	text-decoration: none;
}
.exec-name a:hover, .exec-title a:hover{
	text-decoration: underline;
}
	
.exec-info{
}

.exec-Container{
	background-image:url(../media/siteimages/exec-bg.png);
	background-position:center top;
	background-repeat:repeat-x;
}
.grid_6{
	float:left;
	min-height:100%;
	padding-right:25px;
	width:250px;	
}
	
.grid_9	{
	float:left;
	width:475px;}

/* News Styles*/
	
.floatRight{	
	float:right;
	margin: 0px 0px 20px 20px;
	clear:right;
}

.dateRight{	
	margin: 5px 0px 5px 15px;
	font-style:italic;
}

.newsTitle{
	font-weight:bold;
	font-size:12px;
	}
	
#one-column .newsSummary{
	margin:5px 0px 10px 0px;
	}
	
/*#left-column #topNewsContainer ul li p{
	margin:5px px 10px 0px;
	}
	*/
	
#topNewsContainer li {
	float:left;
	margin:5px 0px 0px 0px;
}

/* Testimonial Styles*/

.testifier{
	font-weight: bold;
	font-style:italic;
	font-size:13px;
}

.strongQuotes {
	font-weight: bold;
	font-size:medium;
}

/* Event Styles*/

.eventTitle{
	font-weight: bold;
	font-size:14px;
}

/* Success Styles*/

.successTitle{
	font-weight: bold;
}

/* General Style */

.title{
	font-weight: bold;
}

/* Hide (necessary for button controls */
.hide {
    display:none;
}

.buttoncontent{
	clear: both;
	padding: 10px 0px 0px 0px;
}


/* WJC div when top paragraph is empty*/
.EmptyTopParagraph{
	height:30px;
	clear: both;
}

.bar{
	background-color:#cccccc;
	width:380px;
	padding: 5px 5px 5px 5px ;
	margin-left: 47px;
	
}
#shadowheader {
	background-image:url(../media/siteimages/header.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:20px;
	padding-bottom:40px;
	margin-left:25px;
	float:left;
	width:415px;
}
#shadowheader .header1{
	padding-left:20px;
}
.shadowheader-int-l {
	background-image:url(../media/siteimages/header.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:20px;
	padding-bottom:19px;
	margin-left:25px;
	float:left;
	width:415px;
}
.shadowheader-int-r {
	background-image:url(../media/siteimages/header.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:20px;
	padding-bottom:19px;
	margin-left:25px;
	float:left;
	width:415px;
}
#main-page-affiliations {
	width:847px;
	height:137px;
	float:left;
	margin-left:56px;
	margin-bottom:25px;
}
* html #main-page-affiliations {
	width:847px;
	height:137px;
	float:left;
	margin-left:25px;
	margin-bottom:25px;
}

































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

