*{
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

a {
	color:#C4A002;
}

a img{
	border:none;
}

h1{
	color:#0D1353;
	font-size:18px;
	font-weight:normal;
}

h2{
	font-size:16px;
	font-weight:normal;
	margin:8px 0px 12px;
	color:#0D1353;
}

#main-content h2 {
	background:#EBEBEB;
	padding:2px;
	margin:15px 0px 12px;
	clear:both;
}

h3 {
	color:#194C9B;
	font-size:14px;
	font-weight:bold;
}

#header_left {
	float:left;
	width:300px;
}

#header_centre {
	background:url(../graphics/banner_bg.jpg) repeat-x;
	float:left;
	width:458px;
	padding:9px 3px 12px 4px;
}

#header_right {
	background:url(../graphics/top_right_blank.jpg) repeat-x;
	float:left;
	width:181px;
}

#latest-news{
	font-weight:bold;
	font-size:12pt;
	padding:0px 0px 3px 0px;
	border-bottom:1px solid #808080;
}

#latest-news li {
	display: inline;
	padding:0 23px 0 17px;
	border-right:1px solid #808080;
}

#latest-news a {
	color:#0D1353;
	font-size:14px;
	text-decoration:none;
}

#latest-news a:hover {
	color:#C4A002;
}

h1.news{
	font-size:15px;
	background-image:url(../graphics/cell_top.gif);
	padding-left:10px;
	padding-top:3px;
	font-weight:bold;
	width:623px; /*633 - padding left*/
	height:27px; /* 30 - padding top*/
	margin-top:10px;
}

p{
	font-size:12px;
	margin:12px 0;
}


#main-wrap{
	margin:0px auto;
	width:946px;
	overflow:hidden;
	background-image:url(../graphics/main-back.gif);
	background-repeat:repeat-y;
}

#left-col{
	background:#FFF;
	float:left;
	overflow:hidden;
	width:144px;
}

#left-col ul{
	list-style:none;
}

#left-col .left-menu #current {
	color:#F4D326;
}

#left-col ul li{
	background-image:url(../graphics/butt_outset.gif);
	width:134px; /*144px - padding-right*/
	height:34px; /*48px - padding-top*/
	text-align:right;
	padding-right:10px;
	padding-top:12px;
	margin:1px 0;
	line-height:14px;
}

#left-col ul li.sub{
	background-image:url(../graphics/butt_inset.gif);
	width:124px; /*144 - padding*/
	padding-right:20px;
}

#left-col ul li.double{
	padding-top:6px;
	height:42px;
}

#left-col ul li a {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:0;
	margin:0;
	text-align:right;
}

#left-col ul li a:hover{
	color:#F4D326;
}


#main-col{
	float:left;
	width:630px;
	padding:10px 10px 0px 10px;
}

#main-content {
	margin:0 0 10px;
	position: relative;
}

#main-content h1{
	background:url(../graphics/yellow_curve.gif) top left no-repeat;
	padding:2px 5px 3px;
}

#main-content li {
	margin:6px 0 6px 30px;
	font-size:12px;
}

.news-box{
	background:#E2E2E2 url(../graphics/cell_bg.gif) repeat-y;
	width:614px;
	padding:7px;
	border:1px solid #d8d8d8;
	margin:12px 0;
}

.news-box h2 {
	background:#E2E2E2!important;
	margin-bottom:0!important;
}

.news-content {
	background:#FFF;
	padding:1px 6px 4px 6px;
}

.news-box-top{
	background-image:url(../graphics/cell_top_2.jpg);
	width:633px;
	background-repeat:no-repeat;
	height:30px;
	display:block;
}

#right-col{
	position:relative;
	float:right;
	width:144px;
	margin-top:30px;
	overflow:hidden;
}

#right-col p{
	margin:8px 0;
}

.r-logo{
	margin:0px 0px 5px 0px;
}

#footer{
	clear:both;
	width:100%;
	background-color:#fff;
	background-image:url(../graphics/foot_grd_01.gif);
	background-repeat:repeat-x;
	height:40px;
	overflow:visible;
	padding-top:10px;
}

#footer p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:8pt;
	color:#999999;
}

#footer a {
	color:#E91C2B;
}

.partner-logo {
	padding: 5px 0;
}

.edit_content_box {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #CCCCCC;
	background:#FFFF99;
	padding: 3px 5px 3px 5px;
}

.home_edit a{
	background:#FFFF99 url(../graphics/icons/house.png) top right no-repeat!important;
}

.logos_edit a{
	background:#FFFF99 url(../graphics/icons/picture_edit.png) top right no-repeat!important;
}

.edit_content_box a{
	background:#FFFF99 url(../graphics/icons/comment_edit.png) top right no-repeat;
	font-size:12px;
	padding-right:23px;
}
.css-form {
	background:#EBEBEB;
	font-size:12px;
	padding:1px 12px;
}

.css-form .full-width {
	width:366px; /*should change this value if width of boxes change or something.. */
}

.css-form label {
	display:block;
	margin:6px 0;
}

.css-form label span {
	display:block;
	float:left;
	width:130px;
}

.css-form label span.error {
	color:#FF0000;
	display:inline;
	float:none;
	width:130px;
	font-size:10px;
}

.css-form .styled-text-area {
	background:#FFF url(../graphics/grads/yellow_input_grad.jpg) repeat-x;
	border:1px solid #B1B1B1;
	width:230px;
	padding:1px;
}

.css-form .styled-text-area:hover, .css-form .styled-text-area:focus {
	border-color:#C4A002;
}

.css-form .button {
	width:auto;
}

.right-aligned {
	text-align:right;
}

hr {
	margin:20px 0;
}

.mce_h2 .mceText{
	background:#EBEBEB!important;
}

/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}