/* All associated graphics copyright 2008, publicTEES */
/* Created: June 26, 2008 */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	background-color: white; 
	                         
	                         
	                         
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	color: #494949;
	background-color: #E2E4E5;
	margin: 0; 
	padding: 0;
	}
p { 
	line-height: 20px; 
	margin-top: 0; 
	text-align: left;
	}
h2 {
		margin-top: 10px;
		margin-bottom: 8px;
		font-size: 18px;
	}
h3 {
		margin-top: 10px;
		margin-bottom: 8px;
		font-size: 16px;
	}
ul {
		padding: 0px;
		margin: 0px;
	}
li {
		line-height: 23px;
		margin-left: 20px;
		list-style-type: none;
	}
.center {
	margin-left: auto;
	margin-right: auto;
	width: 968px;
}  
a:link { 
		color: #0096C9; 
		text-decoration: none; 
	}
a:visited { 
		color: #0096C9; 
		text-decoration: none; 
	}
a:hover, a:active { 
		text-decoration: underline; 
	}
acronym {
	border-bottom: none;
	}


/* specific divs */
#container {  
	padding-bottom: 0;  
	padding-top: 0;  
	margin: 0; 
	position: relative;
	}        

/* page header */                                                                                                                                                
#pageHeader {
	width: 100%;
	top: 0px;
	background-color: #00A2E9;
	background: url(../images/header-bg.gif) repeat-x top left;
	height: 106px;
}  
#logo {	
	background-position: 0 bottom;	
	position: absolute;	
	float: left;	
	background-repeat: no-repeat;	
	height: 106px;	
	width: 428px;	
	background-image: url(../images/publictees.png);	
}  
#menu {
		z-index: 0;
		float: right;
		position: relative;
		width: 968px;
		text-align: right;
		color: white;
		list-style-type: none;
	}
#menu ul {
		margin: 0px;
		padding-top: 15px;
	}
#menu li {
		line-height: 0px;
		display: inline;
		text-align: right;
		margin-left: 20px;
	}
#menu a {
		color: white;
	}
#search {
		top: 15px;
		position: relative;
		z-index: 0;
		width: 348px;
		float: right;
		background-position: 0 0px;
		background-repeat: no-repeat;
		height: 61px;
		background-image: url(../images/search-bg.png);
	}
#tee-search {
		left: -3px;
		top: -5px;
		position: relative;
		margin-left: 27px;
		margin-top: 32px;
	}
#search-input {
		float: left;
		height: 34px;
		width: 225px;
		background-repeat: no-repeat;
		background-image: url(../images/search-input.png);
	}
#search-input .submit {
	}
.input {
		height: 17px;
		top: 7px;
		position: relative;
		margin-top: 0px;
		border-style: none;
		margin-left: 10px;
		width: 212px;
		color: #A4A4A4;
		padding: 0px;
	}
.inputActive {
		top: 7px;
		position: relative;
		height: 17px;
		margin-top: 0px;
		border-style: none;
		margin-left: 10px;
		width: 212px;
		color: #494949;
		padding: 0px;
	}

/* main section */ 
#main {
		padding-bottom: 15px;
		padding-top: 15px;
		background-color: white;
	}     
	
/* secondary section */ 
#secondary {	
		padding-bottom: 15px;	
		padding-top: 15px;	
		background-color: #F1F1F2;	
		background-repeat: repeat-x;	
		background-image: url(../images/secondary-bg.gif);	
}       

/* page footer */ 
#footer { 
	clear: both; 
	width: 968px; 
	}
#pageFooter ul {
		float: left;
		position: absolute;
		text-align: center;
		width: 968px;
		padding-left: 0px;
		padding-bottom: 10px;
		padding-right: 0px;
		padding-top: 10px;
		margin: 0px;
	}
#pageFooter li {
		display: inline;
		margin: 0px;
	}
#pageFooter a {
		color: #494949;
	}
#footer a:link, #footer a:visited { 
	}
.footerDivider {
		color: #A4A4A4;
		padding-right: 19px;
		padding-left: 19px;
	}


