@charset "utf-8";
/* CSS Document */

/******** ZERO DOCUMENT ********/
*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/******** LAYOUT ********/
#container {
	margin:0 auto;
	width:820px;
}

#content {
	position:relative;
	width:680px;
	float:left;
	padding:5px 70px;
	background:url(../images/contentbackbig.png) 0 0 repeat-y;
}

#subKnow {
	position:absolute;
	top:70px;
	right:-10px;
	width:180px;
	height:180px;
}

#newPubs {
	position:absolute;
	top:250px;
	right:-10px;
	width:180px;
	height:180px;
}

#footer {
	width:820px;
	height:80px;
	background-image:url(../images/footer.png);
	clear:both;
}

.pubsbox {
	position:relative;
	width:580px;
	float:right;
}

.hidden { display: none; }

.unhidden1 { 
	display: block;
	background-color:#ccc;
	border-top:#666666 dotted 1px;
	padding:10px;
	margin-top:5px;
}

.unhidden2 { 
	display: block;
	background-color:#ccc;
	border-top:#666666 dotted 1px;
	padding:10px;
	margin-top:5px;
}

.unhidden3 { 
	display: block;
	background-color:#ccc;
	border-top:#666666 dotted 1px;
	padding:10px;
	margin-top:5px;
}

.unhidden4 { 
	display: block;
	background-color:#ccc;
	border-top:#666666 dotted 1px;
	padding:10px;
	margin-top:5px;
}

.box {
	width:658px;
	padding:10px 10px 0 10px;
	float:left;
	margin-bottom:10px;
	border:#666666 dotted 1px;
}

.floatleft {
	float:left;
}

.floatlefthome {
	float:left;
	margin-right:20px;
}

.floatright {
	float:right;
	border:1px solid #333;
	margin:0 0 15px 15px;
}

.topbox {
	display:block;
	text-align:right;
	padding-top: 5px;
}

.buffer {
	font-size:140%;
	font-weight:bold;
	line-height:60px;
}

img.newPubIcons {
	float:left;
	width:100px;
	height:100px;
}

/******** GENERAL STYLE ********/
body {
	background-image:url(../images/bg.jpg);
	background-attachment:fixed !important;
	background-repeat:no-repeat;
	background-position:50% 0 !important;
}


/******** TEXT STYLE ********/
body {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-shadow:0 1px 0 #fff;
}

p {
	line-height:18px;
}

p.padded {
	padding-bottom:15px;
}

a {
	text-decoration:none;
	color:#3c78b5;
}

a:hover {
	text-decoration:underline;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

a.alt {
	font-weight:bold;
}

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

a.newPubLinks {
	line-height:102px;
	font-size:130%;
	font-weight:bold;
	padding-left:15px;
}

a[href $='.pdf'] {
	padding:2px 25px 2px 0;  
	background:transparent url('../images/pdf.png') no-repeat center right;  
}

a[href $='.rtf'] {  
	padding:2px 25px 2px 0;  
	background:transparent url('../images/txt.png') no-repeat center right;  
}

a[href $='.xls'], a[href $='.xlsm'] {  
	padding:2px 25px 2px 0;  
	background:transparent url('../images/xls.png') no-repeat center right;  
}

a[href $='.doc'], a[href $='.docm'] {  
	padding:2px 25px 2px 0;  
	background:transparent url('../images/doc.png') no-repeat center right;  
}

h1 {
	font-size:150%;
	display:block;
}

h2 {
	font-size:150%;
}

h3 {
	font-size:120%;
	font-style:italic;
}

h4 {
	
}

.list {
	list-style:inside square;
	margin-left:1.7em;
}

#footer p {
	color:#999999;
	display:block;
	text-align:center;
	padding-top:25px;
}

.comment {
	color:#FF0000;
	font-weight:bold;
}

.highlight1 {
	background-color:#FFFF66;
}

.red {
	color:#ff0000;
}

blockquote {
	padding-bottom:15px;
	font-weight:bold;
	font-style:italic;
}

.large {
	font-size:1.4em;
}

.contactForm {
	padding-top:30px;
}

.jqTransform textarea {
	width:300px;
	height:200px;
}


/******** MENU STYLE ********/

#menu {
	width:100%;
	height:360px;
	background-image:url(../images/menu.png)
}

#menu_container {
	position:relative;
	width:720px;
	top:319px;
	left:50px;
	height:40px;
	border-bottom:1px solid #333;
	padding-left:6px;
}

#menu_container ul li {
	font-size:26px;
	float:left;
	padding:0 10px;
	list-style:none;

}

#menu_container ul li a {
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}

#menu_container ul li a.active {
	color:#6699CC;
}

#menu_container ul li a:hover {
	color:#6699CC;
}

.rightborder {
	border-right:3px solid #333;
}

.searchbox {
	position:absolute;
	width:250px;
	height:34px;
	left:477px;
	background:url('../images/searchBox.png') no-repeat;
	padding:4px 0 0 12px;
}

#submenu {
	position:relative;
	padding:0 0 5px 20px;
	border-bottom:1px dotted #333333;
	margin-bottom:15px;
	width:705px;
	display:block;
	left:-20px;
}

/******** TABLES ********/
table td {
	vertical-align:top;
}
