﻿/*------------------------Content Page styles------------------------*/

div#page {
	margin: auto;
	padding: 0px 15px 0px 15px;
	width: 900px;
	background: url('images/bg_page.png') no-repeat center top;
	}

div#abstract {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 20px;
	height: 147px;
	width: 880px;
	background: url('images/bg_abstract.png') repeat-x center top;
	}

div#abstract img.illus {
	margin: -30px 20px -5px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	}


/*------------------------Home Page styles------------------------*/


div#primarymessaging {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 20px;
	height: 308px;
	width: 880px;
	background: url('images/bg_home_primarymessaging.png') repeat-x center top;
	}

div#primarymessaging h1 {
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 370px;
	font: normal 14px/20px 'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	color: #47470e;
	}
div#primarymessaging img.illus {
	margin: -40px -15px 0px -20px;
	padding: 0px 0px 0px 0px;
	float: right;
	}




/*------------------------Three Column Layout styles------------------------*/

div.threecolumnlayout div#column1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 290px;
	float: left;
	}

div.threecolumnlayout div#column2,
div.threecolumnlayout div#column3 {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	width: 290px;
	float: left;
	}


div.threecolumnlayout div#column12 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 595px;
	float: left;
	}
	
div.threecolumnlayout div#column23 {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	width: 595px;
	float: left;
	}

div.threecolumnlayout div#column1 p,
div.threecolumnlayout div#column2 p,
div.threecolumnlayout div#column3 p {
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 12px/17px 'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	color: #333;
	}


/*------------------------Button styles------------------------*/

div.buttons {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	white-space: nowrap;
    }
          
span.button {
	margin: 0px 5px 0px 0px;
	padding: 1px 1px 1px 1px;
	background: #e4e4ae;
	border: 2px solid #5f5e33;
 	float: left;
 	display: block;
	}
           
span.button a:link, 
span.button a:visited {
	margin: 0px 0px 0px 0px;
	padding: 4px 8px 4px 8px;
	background: #87864c;
	border: 1px solid #5f5e33;
	text-decoration: none;
	font: bold 10px/11px 'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	color: #f6f694;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 2px;
	float: left;
 	display: block;
	}
      
span.button a:hover {
	background: #74733d;
	border: 1px solid #504f28;
	color: #7e7d36;
	text-decoration: none;
	}

span.button:hover {
	background-position: 0% -25px;
	color: #fff;
	text-decoration: none;
	}

span.button:hover a {
	background-position: 100% -25px;
	color: #fff;
	text-decoration: none;
	}


/*------------------------Secondary Nav styles------------------------*/

div#secondarynav {
	margin: 0px 0px 30px 0px; 
	padding: 0px 0px 0px 0px; 
	border-bottom: 1px solid #b5b575;
    }
                     
div#secondarynav a:link, 
div#secondarynav a:visited {
	margin: 0px 0px 0px 0px;
	padding: 6px 10px 6px 10px;
	width: 270px;
	border-top: 1px solid #b5b575;
	text-decoration: none;
	font: normal 15px/18px 'Georgia', 'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	color: #333;
	white-space: nowrap;
	display: block;
	}
      
div#secondarynav a:hover,
div#secondarynav a:active {
	color: #47470e;
	text-decoration: none;
	background: #f6f6e1;
	}

div#secondarynav a#selected:link,
div#secondarynav a#selected:visited,
div#secondarynav a#selected:hover,
div#secondarynav a#selected:active {
	color: #000;
	text-decoration: none;
	background: url('images/bg_nav_selected.png') no-repeat right center;
	}

	

