/* style for cadem 2009 all pages */

/* standard body */
body {
	margin:0 auto;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	line-height:14px;
	background-color:#333333;
	background-image:url(../images/top-bg.gif);
	background-repeat:repeat-x;
}
/* main body wrap */
#cadem{
	width:1000px;
	height:100px;
	margin:0 auto;
	background-image:url(../images/cadem-big.gif);
	background-repeat:no-repeat;
}

#wrapper {
	margin:0 auto;
	width:1000px;
	height:500px;
	clear:both;
}
#container {
	margin:0 auto;
	width:1000px;
	height:auto;
	padding-top:10px;
	clear:both;

}
/* banner */
.banner {
	width:450px;
	height:375px;
	float:right;
	padding-left:20px;
}
/* content */
#content {
	width:500px;
	float:left;
}

/* icons */
.iconleft {
	float:left;
	padding-right:15px;
}

.clear {
    width: 100%;
    height: 1px;
    margin: 0 0 -1px;
    clear: both;
}
#end {
	border-bottom:1px solid #666666;
	margin-bottom:10px;
	clear:both;
	}
	
/* headings and fonts - cadem 2009 (adil) */
.h0{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height:22px;
	margin-bottom:0px;
}
.h1{
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	line-height:20px;
}
.h2{
	font-size: 11px;
	color: #FFFFCC;
	line-height:20px;
}
.h3{
	font-size: 12px;
	color: #FFCC00;
	line-height:20px;
}
.small{
	font-size: 9px;
}

/* links and menus - cadem 2009 (adil) */


/* General links */
a {
	color: #0066CC;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* top menu bar */
#linkbar {
	float:right;
	margin-top:40px;
	width:400px;
	text-align:right;
	line-height:12px;
}

#linkbar a {
	padding: 2px 2px;
	font-size: 11px;
	font-weight:normal;
}

#linkbar a:hover { text-decoration: underline; color:#FF9933; }
#linkbar a:visited {
	color:#CCCCCC;
}

/* divider | */
.divider {
	font-family: "MS Sans Serif";
	font-size: 9px;
	color: #999999;
	padding-right: 5px;
	padding-left: 5px;
}
