/* Times Concise CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-image: url(../images/body_bg2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

a:link img, a:visited img, a:hover img, a:active img {
	border: none;
}

h1 {
	font-size: 120%;
}

h2 {
	font-family: "Trebuchet MS";
	font-size: 140%;
	font-weight: 100;
	margin: 0 0 1em 0;
}

h2 span{
	display: block;
	font-family: "Trebuchet MS";
	font-size: 80%;
	margin: 0 0 1em 0;
}

h3 {
	font-family: "Trebuchet MS";
	font-size: 115%;
	font-weight: 100;
	margin: 0 0 1em 0;
	}
	
h4 {
	font-family: "Trebuchet MS";
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 1em 0;
	}

blockquote p {
	font-family: "Trebuchet MS";
	font-size: 110%;
	font-weight: 100;
	margin: 0 0 1em 0;
	background-color: #dedad8;
	padding: 10px; 
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: 100;
	margin: 0 0 1em 0;
}

p.authors {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 1em 0;
}

blockquote em {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: 100;
	margin: 1em 0 0 0;
}

hr {
	height: 1px;
	color: #c2bfbd; 
	margin: 10px 35px 12px 35px;
}


.floatRight {
	float: right;
}

.floatLeft{
	float: left;
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}


#wrapper {
	width: 750px;
	margin: auto;
	display: block;
}

#branding {
	background-color: #000;
	background: url(../images/black_title.gif) center no-repeat;
	height: 226px;
	width: 100%;
	float: left;
	display: block;
}

#branding h1 {
	display: none;
	margin: -9999px;  /*hides H1 off screen - only visible when CSS disabled*/
}

/* Primary Nav */

#nav{
	width: 750px;
	font-size: 90%;
	height: 33px;
	clear: both;
}

#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li{
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active{
	display: block;
	float: left;
	padding: 7px 15px 0 12px;
	margin: 0 0 0 0;
	height: 25px;	
	background-image: url(../images/tab.gif);	
	background-position: right;
	background-repeat: no-repeat;
	background-color: #000;
	color: #c3d71e;
	text-decoration: none;*/
}

#nav a:visited {
	background-image: url(../images/tab.gif);	
	background-position: right;
	background-repeat: no-repeat;
	background-color: #f4f0ee;
	color: #c3d71e;
	text-decoration: none;
}

#nav a:hover {
	background-image: url(../images/tab_hover.gif);	
	background-position: right;
	background-repeat: no-repeat;
	background-color: #dedad8;
	color: #c3d71e;
	text-decoration: none;
}

#nav a:active {
	background-image: url(../images/tab_hover.gif);	
	background-position: right;
	background-repeat: no-repeat;
	background-color: #dedad8;
	color: #c3d71e;
	text-decoration: none;
}

/* When selected */
#nav a.selected:link, #nav a.selected:visited, #nav a.selected:hover, #nav a.selected:active {
	background-image: url(../images/tab_hover.gif);	
	background-color: #c3d71e;
	text-decoration: none;
}

#nav a.selected:hover {
	text-decoration: none;
}

/* Secondary  Nav */

#secondaryNav {
	width: 750px;
	font-size: 80%;
	height: 25px;
	clear: both;
	background-color: #000;
}

#secondaryNav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#secondaryNav ul li{
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

#secondaryNav a:link, #secondaryNav a:visited, #secondaryNav a:hover, #secondaryNav a:active {
	display: block;
	float: left;
	height: 21px;
	padding: 4px 10px 0 10px;
	margin: 0;
	color: #c3d71e;
	background-color: #000;
	text-decoration: none;
	border-right: 1px #fff solid;
}

#secondaryNav a:hover{
	text-decoration: underline;
}

/* When selected */
#secondaryNav a.selected:link, #secondaryNav a.selected:visited, #secondaryNav a.selected:hover, #secondaryNav a.selected:active {
	color: #c3d71e;
}

#secondaryNav a.selected:hover {
	text-decoration: none;
}


/* content */ 

#content_big_image {
	background-color: #000;
	width: 750px;
	text-align: left;
	clear: both;
	padding:0px ;
}

#content {
	background-color: #000;
	width: 750px;
	text-align: left;
	clear: both;
	padding: 20px 0px 30px 0px;
}

#content p, #content h1, #content h2, #content h3, #content h4, #content img {
	margin-left: 35px;
	margin-right: 35px;
}

#content dl {
	margin: 0 10px 2em 25px;
	padding: 0;
	float: left;
	background-color: #dedad8;
}

#content dl img, #content dl p{
	margin: 0;
	padding: 0;
}

#content dt {
	font-size: 80%;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	font-size: 80%;
}

#content dd {
	margin: 0;
	padding: 0 2px 0 2px;
}

#content dd a:link, #content dd a:visited, #content dd a:hover, #content dd a:active {
	font-size: 80%;
	display: block;
	margin: 3px 10px 3px 10px;
	text-decoration: none;
}

#content ul {
	font-size: 80%;
	margin: 0 35px 1em 70px;
	list-style: square;	  
	list-style-position: inside;
}

#content a:link {
	color: #c3d71e;	
	text-decoration: none;
}

#content a:visited {
	color: #c3d71e;	 
	text-decoration: none;
}

#content a:hover {
	color: #c3d71e;	
	text-decoration: underline;
}

#content a:active {
	color: #c3d71e;
}

/* supp */

#suppInfo {
	width: 100%;
	height: 270px;
	color: #FFF;
	font-size: 70%;
	display: block;
}

#suppInfo p{
	padding: 0px 0 0 0;
}

#suppInfo img{
	padding: 0px 0 0 0;
}

/* Content sample pages */

#contentSample {
	background-color: #fff;
	width: 750px;
	text-align: left;
	clear: both;
	margin: 0 0 0 15px;
	padding: 20px 0px 30px 0px;
}

#contentSample a:link {
	color: #c3844a;
}

#contentSample a:visited {
	color: #99683a;
}

#contentSample a:hover {
	color: #f0a25b;
}

#contentSample a:active {
	color: #c3844a;;
}

/* misc links */

p.top-of-page a {
	float: right;
	font-size: 70%;
	border: 1px solid #99683a;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
}

a.skipLink:link, a.skipLink:visited {
	position: absolute;
	margin-left: -9999px;
}

a.skipLink:active, a.skipLink:focus {
	position: absolute;
	margin: 10px 0 0 -650px;
	font-size: 80%;
	border: 1px solid #999999;
	text-decoration: none;
	padding: 5px;
}
