/* Typography */
* {
  	padding: 0;
  	margin: 0;
  }
body {
	background:url(../images/background.jpg) no-repeat;
}

h1, h2, h3, h4 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	padding: 0px;
	color: #000;
}

h1 {
	font-size: 18px;
	line-height: 14px;
	margin:10px 0 10px 0;
}

h2	{
	font-size: 14px;
	line-height: 16px;
}

h3	{
	font-size: 12px;
	line-height: 16px;
}
		
p, ul {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
  	line-height: 15px;
	margin-bottom:10px;
  	color:#333333;
}
		
/* Nav */

#header_holder { 
	width:770px; 
	height:auto; 
	margin-left:auto; 
	margin-right:auto; 
}

#logo { 
	width:204px; 
	height:53px; 
	margin:30px 0px 30px 0px;
}

#status { 
	width:150px; 
	height:53px; 
	margin:50px 0px 0px 298px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px; 
	color:#000000;
}

#status a {
	text-decoration:none; 
	color:#CCF5CC; 
}

#menu_holder { 
	width:770px; 
	height:40px; 
	background-color:#000000; 
	border-bottom:5px solid #00CC00;
	
}

#menu { 
	margin:0px; 
	padding:0px; 
	display:table;
}

#menu li { 
	background-color:#000000; 
	color:#FFFFFF; 
	list-style:none; 
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-align:left; float:left; cursor:default;
}

#menu li a { 
	width:103px; 
	height:35px; 
	background-color:#000000; 
	color:#FFFFFF; 
	display:block; 
	text-decoration:none; 
	padding:3px 0px 0px 5px; 
	border-right:2px solid #FFFFFF;
}

#menu li a:hover { 
	width:103px; 
	height:35px; 
	background-color:#00CC00; 
	color:#FFFFFF; 
	display:block; 
	text-decoration:none; 
	padding:3px 0px 0px 5px; 
	border-right:2px solid #FFFFFF;
}

#content-wrapper {
	width:770px;
	margin-left:auto; 
	margin-right:auto;
	border-top:5px solid #00CC00;
}
		
/* Images Section */

#images-wrapper {
	width:770px; 
	height:auto; 
	margin-left:auto; 
	margin-right:auto;
}

#images-wrapper ul {
	width:100%;
	height:112px;
	margin:0;
}

#images-wrapper ul li {
	width:128px;
	height:112px;
	list-style:none;
	margin:0;
	float:left;
	text-align:center;
} 

#images-wrapper ul li img {
	width: 120px;
	height:112px;
	border:none;
}

#images-wrapper ul li a {
	text-decoration:none;
	border:none;
}

/* Links Menu */

#links-list {
	width:105px;
	height:19px;
	float:left;
}

#toggle_slide { 
	background:#FFF; 
	width:115px; 
	height:auto; 
	margin:0; 
	padding:0; 
}

#toggle_slide ul { 
	margin:0; 
	padding:0; 
	list-style:none; 
	font:normal 12px Arial, Helvetica, sans-serif; 
	text-align:left; 
}

#toggle_slide li { 
	padding:10px; 
	border-top:1px solid #DDD; 
}

#toggle_slide li a { 
	text-decoration:none; 
	color:#0066FF; 
	}
	
#toggle_slide li:hover { 
	background-color:#CCC; 
}

/* Main Text */

#main-text {
	width:430px;
	height:auto;
	float:left;
	margin-left:10px;
	padding:10px;
}

/* Awards List */

#awards-wrapper {
	margin:0;
	width:180px;
	height:auto;
	background-image:url(/images/awards-background.jpg);
	background-repeat:repeat-y;
	float:right;
}

#awards-text {
	vertical-align:top;
	text-align: left;
	font-size:10px;
	line-height:12px;
	color: #333333;
	margin:10px 20px 30px 20px;
}

#awards-text h2 {
	margin:20px 0px 10px 0;
	border-bottom:1px solid #CCC;
	padding-bottom:5px;
	}

#awards-text p,ul {
	font-size:10px;
}

#awards-text h3 {
	font-size:10px;
}

#awards-text li {
  	list-style-type:none;
	margin-bottom:10px;
  }
  
 /* Footer */
 
 #copyright {
	text-align:left;
	width:770px;
	margin-top:10px;
	margin-bottom:50px;
	float:right;
	
 }
 
 #copyright p {
 	font-size:9px;
	color:#999;
 }