/*GENERAL STYLE AND LAYOUT*/
div, img, body, html, ul{
	margin:0;padding:0;
}
a:link {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:140%;
	text-align:center;
	background:#DDDDDD url(../images/bg.gif) repeat-y top center;
}

div#container{
	width:990px;
	text-align:left;
	margin:0 auto;
}
.clearfloat{
	clear:both;	
}
table td{
	vertical-align:top;
}


/*NAV*/
div#nav{
	padding-top: 25px;
	width:223px;
	background:url(../images/cogpic.gif) no-repeat 0 0; height:200px;   
	float: left;
}
#nav ul{
	margin:0;padding:0;
	font-size: 11px;
	line-height: 200%;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	list-style-type: none;

}
#nav ul li{
	padding-left:25px;
}
#nav a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#nav a:hover {
	color: #999999;
	text-decoration: none;
	background-image: url(../images/bullet_over.gif);
	background-repeat: no-repeat;
	background-position: 1px 10px;
}
img#iso_logo{
	margin:40px 0 0 22px;	
}





/*LATEST*/
div#latest{
	width:210px;
	padding:20px;
	padding-left:15px;
	margin-right:40px;
	margin-top:25px;
	float:right;
	color:#858C8B;
	line-height:130%;
	background:#f5f5f5 url(../images/latest_bg.jpg) no-repeat 0 0;
	font-size:10px;
	border:1px solid #ddd;
}
#latest a{
	color:#CC0000;
	font-weight:normal;
}
#latest a:hover{
	text-decoration:underline;
}
#latest h2{
	color:#474C4A;
	font-size:19px;
	font-weight:normal;
	margin:0 0 30px 14px;padding:0;
}
#latest p{
	border-bottom:1px solid #CCCCCC;
	margin:0 0 15px 0;
	padding:0 0 12px 16px;
	background:url(../images/bullet.gif) no-repeat 0 4px;
}
#latest p.latest_bottom{
	border-bottom:none;
	background-image:none;
}
#latest p.latest_bottom a{
	font-weight:bold;
}




/*CONTENT*/
div#content{
	width:435px;
	margin-left:250px;
	margin-top:25px;
}
.subpage div#content{
	
}
.contact div#content{
	width:700px;	
}
.news div#content{
	width:600px;
}
.news_item div#content{
	width:650px;
}
.news_item div#content p{
	padding-right:100px;
}
#content p{
	padding-right:20px;
}
#content p.leading{
	font-size:15px;
	line-height:155%;
	border-bottom:1px dashed #999999;
	padding-bottom:15px;
	margin-bottom:15px;
}
h4{ 
	font-size:15px; 
}
#content ul{
	list-style:none;
	font-weight:bold;
	padding-right:20px;
	font-size:0.9em;
}



/*featured*/
a.featured{
	display:block;
	float:left;
	width:133px;
	height:125px;
	margin:15px 10px 25px 0;
}
a.featured span{
	display:none;
}
a#featured_1{
	background:url(../images/featured_1.gif) no-repeat 0 0;
}
a#featured_2{
	background:url(../images/featured_2.gif) no-repeat 0 0;
}
a#featured_3{
	background:url(../images/featured_3.gif) no-repeat 0 0;
	margin-right:0;
}
a#featured_1:hover{
	background:url(../images/featured_1.gif) no-repeat 0 -125px;
}
a#featured_2:hover{
	background:url(../images/featured_2.gif) no-repeat 0 -125px;
}
a#featured_3:hover{
	background:url(../images/featured_3.gif) no-repeat 0 -125px;
}



/*sidebar*/
div#sidebar{
	float:right;
	width:175px;
	margin-right:75px;
	margin-top:25px;
	background-color:#DFDFDF;
}
div#sidebar p{
	margin:0px;
	padding:15px 15px 20px 20px ;
	font-size:11px;
	line-height:140%;
}
div#sidebar strong{
	display:block;
	margin-bottom:5px;
}

/*news item image*/
img#newsItem_img{
	float:right;	
	margin:0 0 10px 20px;
	border:2px solid #bbb;
}




/*CONTACT*/
div#contact_details{
	float:right;
}	








/*FOOTER*/
p#footer {
	font-size: 9px;
	color: #999999;
	margin-left:250px;
	margin-top:30px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}




/*ADMIN*/
html.admin{
	background:#DDDDDD url(../images/admin-bg.gif) repeat-y top center;
}
div#admin_content{
	padding:30px 60px;	
}

.admin h1{
	padding-bottom:10px;
}
.admin h5{
}
div.admin_logout{
	border:1px solid #CCC;
	padding:5px;
	margin-bottom:20px;
	line-height:140%;
}
span.required_star{
	color:#C00;	
}
#uploadtable{
	
}
div.admin_confirmation{
	border:2px solid #060;
	background-color:#afa;
	color:#030;
	padding:3px;
	margin-bottom:10px;
}
div.admin_warning{
	border:2px solid #600;
	background-color:#fdd;
	color:#300;
	padding:3px;
	margin-bottom:10px;
}
