body {
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(pix/body_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	font:13px Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
}

#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	text-align:left;
	background-image:url(pix/wrapper_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.clear {
	clear:both;
}

#logo {
	width:367px;
	height:75px;
	padding:20px 0 120px 110px;
}

#logo img {
	border:none;
}


/*---------- LEFT CONTENT ---------- */

#left-content {
	width:190px;
	margin:0 0 10px 20px;
	padding:0 10px 0 0;
	float:left;
	display:inline;
	background-image:url(pix/left_bg.jpg);
	background-position:155px 30px;
	background-repeat:no-repeat;
}

#left-content ul {
	margin:0;
	padding:0;
	list-style:none;
}

#left-content ul ul {
	margin:5px 0 0 0;
	padding:0;
}

#left-content ul li {
	border-top:1px solid #006633;
	padding:5px 5px 5px 0; 
}

#left-content ul ul li {
	border-top:1px solid #006633;
	padding:6px 5px 0px 25px;
	background-image:url(pix/arrow_sub_menu_item.gif);
	background-position:10px 11px;
	background-repeat:no-repeat;
}

#left-content ul a, #left-content ul a:visited {
	text-decoration:none;
	color:#006633;
} 

#left-content ul a:hover {
	text-decoration:underline;
}

#left-content h2 {
	font-size:22px;
	color:#006699;
	font-weight:100;
}

/*.....other content.....*/

#content-wrapper {
	float:right;
	width:655px;
}

#center-content {
	float:left;
	display:inline;
	width:440px;
	line-height:20px;
	padding-bottom:20px;
	color:#333333;
}

#center-content a, #center-content a:visited {
	color:#003333;
}

#center-content a:hover {
	color:#003333;
}

#center-content h1 {
	font:22px Myriad Pro, Verdana, Arial;
	color:#003333;
	font-weight:100;
	line-height:120%; 
	margin-top:0;
	margin-bottom:0;
}

#center-content h2 {
	font-size:12px ;
	color:#003333;
	font-weight:bold;
	line-height:150%;
	margin-top:10px;
}

#center-content h3 {
	font-size:12px ;
	color:#003333;
	font-weight:bold;
	border-bottom:1px solid #003333;
	line-height:150%;
	margin-top:10px;
}

#center-content ul {
	list-style-image:url(pix/center_content_bullet.gif);
}

#center-content img {
	padding:10px;
}

#center-content td {
	padding:0px;
}

/*.....right content.....*/

#right-content {
	float:right;
	width:170px;
	padding:0 10px 0 10px;
	background-image:url(pix/right_bg.jpg);
	background-position:-15px 30px;
	background-repeat:no-repeat;
}

#right-content h2 {
	font-size:13px;
	color:#fff;
	background-color:#b8c323; 
	padding:7px;
	font-weight:100;
}
	
#right-content a, #right-content a:visited {
	color:#003333;
} 

/* news list style */

#scm-sidebar-news-sidebar ul {
	margin:0 0 10px;
	padding:0;
	list-style:none; 
	font-size:12px;
}

/*.....footer.....*/

#footer {
	height:15px;
	padding:10px;
	background-color:#bd9b5d;
	color:#fff;
	font-size:11px;
	text-align:center;
	background-image:url(pix/footer_bg.jpg);
}

#footer a {
	color:#FFFFFF;
}
 
/*---------- OTHER ----------*/

.news-byline {
	border-bottom:1px solid #003333;
	width:100%;
	padding-bottom:5px;
	margin-bottom:5px;
	padding-top:0px;
}

.field, .label {
	background-color:#efefef;
	padding:5px;
}

.invalid {
	color:#ff0000;
	font-weight:bold;
}

dd {
	width:150px;
	float:left;
}
