/* CSS Document */


/* Default for all images */
img {
	border: 0;
}

body {
	background-repeat: repeat;
	background-color: #E0DEDF;
	background-image: url(images/bg_grad2.jpg);
	font-size: 16px;
	color: #000;
	margin: 0;
}

#wrapper {
	width: 852px;
	margin: 20px auto 0 auto;
}

#content_area {
	width: 850px;
	border: 1px solid #666666;
	float: left;
	margin: 0;
	padding: 0;
}

#masthead {
	width: 850px;
	height: 120px;
	float: left;
	background-color: #ffffff;
}

/*  Main Navigation Styles  */

#nav {
	width: 850px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}

#nav table {
	text-align: center;
}

td.firstlast {
	width: 60px;
	padding: 8px;
}

td.on, td.off {
	width: 95px;
	padding: 8px;
}

td.on a:link {
	color: #FFFFFF;
}

td.on a:hover {
	color: #006600;
	text-decoration: none;
}

td.on a:visited {
	color:  #FFFFFF;
}

td.off {
	color: #999999;
}

td.off a:link {
	color: #999999;
}

td.off a:hover {
	color: #006600;
	text-decoration: none;
}

#nav_bar {
	width: 820px;
	height: 25px;
	background-color: #666666;
	color: #fff;
	text-align: right;
	padding: 5px 30px 0 0;
	float: left;
}

/*  Left Navigation Styles  */

#left_nav {
	width: 170px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	clear: left;
}

#left_nav p, #left_nav p a:link, #left_nav p a:visited {
	color: #FFFFFF;
}

#left_nav a:link {
	color: #006600;
}

#left_nav a:hover {
	color: #FF7E00;
}

#left_nav .current, #left_nav .current a:link {
	color: #FF7E00;
}

/*  Home Page Sections  */
#contentWrapper {
	width: 850px;
	float: left;
	background-color: #E0DEDF;
}


.about_us, .services {
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E0DEDF;
	float: right;
}

.publications, .news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background-color: #E0DEDF;
	float: right;
}

.tr {
	font-size: 18px;
	color: #006600;
	font-family: "Times New Roman", Times, serif;
	background-color: #cac9c9;
	width: 260px;
	height: 30px;
}

.tr a:link, a:hover {
	color: #006600;
	text-decoration: none;
}

.tr a:visited {
	color: #006600;
	text-decoration: none;
}



/* Content area for home page */

.home_content {
	background-image: url(images/spheresWaterMark.jpg);
	width: 65%;
	min-height: 770px;
	font-size: 18px;
	line-height: 24px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	background-attachment: scroll;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 15px;
}


/* Content area for all other pages */
#contentWrap {
	width: 850px;
	float: left;
	background-color: #666666;
	margin: 0;
	padding: 0;
}

.page_content {
	width: 609px;
	font-size: 1em;
	line-height: 22px;
	text-align: left;
	background-color: #E0DEDF;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 40px;
	background-image: url(images/spheresWaterMark.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top: 1px inset #000;
	border-left: 1px inset #000;
	border-bottom: 1px inset #000;
	float: right;
	clear: right;
}


/*  Footer Styles  */

#footer {
	width: 850px;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 14px;
	font-family: "Times New Roman", Times, serif;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 20px;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
}

#footer a:hover {
	color: #339933;
	text-decoration: underline;
}

/*  Kwicks  */

#kwick { 							/*Container*/
	margin: 0 auto;
}

#kwick .kwicks {					/*UL*/
	height: 500px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#kwick li {
	float: left;
}

#kwick dt a:link, #kwick dt a:hover, #kwick dt a:visited {
	color: #ffffff;
	text-decoration: none;
}

#kwick dd a:link, #kwick dd a:hover, #kwick dd a:visited {
	color: #ffffff;
	text-decoration: none;
}

#kwick .kwick {							/*UL LI*/
	display: block;
	/*border-left: 2px solid #cccccc;*/
	overflow: hidden;
	height: 315px;
	width: 150px;
	position: relative;
}

.kwick dl {							/*Hidden Until Mousevoer*/
	position: absolute;
	float: right;
	left: 155px;
	margin-left: 0;
	width: 150px;
	margin-top: 20px;
	margin-right: 5px;
	cursor: pointer;
}

.kwick dt {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
}

.kwick dd {
	color: #ffffff;
	font-size: .8em;
	line-height: normal;
}

/*  Global Styles  */

h1 {
	font-size: 1.5em;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 1.0em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 1.0em;
	color: #006600;
	font-family: Times New Roman, Times, Serif;
}

/* News Headings */
h4 {
	font-size: 1.2em;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;

}

a:link {
	color: #FF7E00;
	text-decoration: none;
}

a:hover {
	color: #006600;
	text-decoration: underline;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

.raisedCap {
	font-size: 36px;
	color: #006600;
	font-family: Times New Roman, Times, serif;
	line-height:70%;
	letter-spacing:-2px;
}
