/*
Brand Guidelines
dark green: #00684B;
mid green: #74B027;
light green: #CCDEAD;
light purple: #A4167F;
dark purple: #4D1965;
blue: #0079AD;
red: #DD052B;
orange: #EF7B11;
yellow: #FFD300;
plus any tints of these colours..
*/

/*HTML Tag Defs*/
body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #333333;
	}
#wrapper{
	width:745px;
	margin:auto;
}

#head{
	height:79px;
	margin-bottom:25px;
	border-bottom:10px solid #CCDEAD;
}

#head p{
	margin-top:0;
}

#nav{
	width:150px;
	float:left;
}

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

#nav ul li{
	margin-bottom:1px;
}

#nav ul li a{
	display:block;
	padding:0.5em 5px;
	background-color:#CCDEAD;
	color:#00684B;
	text-decoration:none;
}

#nav .header, #nav ul li a:hover{
	background-color:#00684B;
	color:#fff;
}

#nav .header{
	font-weight:bold;
	padding:7px 5px;
}

#main{
	margin:0px 173px 0 160px;
	min-height:300px;
}

#footer{
	clear:both;
	margin-top:20px!important;
}

.empty{
	display:block;
	padding:0.5em 5px;
	background-color:#CCDEAD;
}

.smallheader{
	font-size:11px;
	color:#74B027;
}

#logo{
	float:left;
	padding-top:5px;
}

#logo p{
	margin:0;
	padding:2px 0 0 0;
}

#banner{
	float:left;
	width:50%;
}

#header{
	float:right;
	text-align:right;
}

#header h3{
	color:#00684B;
}

.notbold{
	font-weight:normal;
}

#address{
	border-top:8px solid #74B027;
	clear:both;
	font-size:11px;
	color:#333;
}

#privacy{
	border-top:8px solid #00684B;
	font-size:11px;
	margin-top:15px;
}


#address a, #privacy a{
	text-decoration:none;
	color:#74B027;
	
}

#address a:hover, #privacy a:hover{
	text-decoration:underline;
}

#rightnav{
	width:163px;
	background:url(../images/curve_top.gif) top center no-repeat;
	float:right;
}

.rightbox{
	margin-top:8px;
	padding:5px;
	/*background-color:#D2589B;*/
	background-color:#74B027;
	margin-bottom:-7px;
	color:#fff;
	font-size:8pt;
}

.rightbox h3{
	font-size:8pt;
	margin-bottom:5px;
}

.rightbox *{
	margin-top:0;
}

.rightbox a{
	text-decoration:none;
	color:#FFD300;
}

.rightbox a:hover{
	text-decoration:underline;
}

.rightbox_bottom{
	background:url(../images/curve_bottom.gif) bottom center no-repeat;
	height:8px;
	margin-top:-1px;
}

img{
	border:0;
}

.twitter{
	float:right;
	
}

.twitter a{
	color:#0079AD!important;
	font-weight:bold;
	font-size:14px;
	margin-right:10px;
	background:url(../images/twitter.gif) right center no-repeat;
	padding:5px 27px 3px 0;
}

