/* CSS Document */

.accordion {
	width: 420px;
	border-bottom: solid 1px #af8d2c;
}

.accordion h3 {
	background: #e7cf60 url(../images/arrow-square.gif) no-repeat right -51px;
	padding: 3px 15px;
	margin: 0;
	font-size:1.1em;
	border: solid 1px #bfa133;
	border-bottom: none;
	cursor: pointer;
}

.accordion h3:hover {
	background-color: #af8d2c;
}

.accordion h3.active {
	background-position: right 5px;
}

.accordion p {
	background: #f4e396;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #af8d2c;
	border-right: solid 1px #af8d2c;
}

body {
	margin:10px 0 0 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-color:#ccc;
	background-image:url(../images/background/bg_page.png);	
	background-repeat:repeat;
}

#content {
	width:668px;
	float:left;
	margin:0;
	padding:0;
}

#content_left {
	width:441px;
	margin:0;
	padding:12px;	
	float:left;
	font-size:1.2em;	
}

#content_left h1 {
	width:100%;
	color:#b18c2d;
	font-size:1.4em;
	border-bottom:1px solid #ccc;		
	margin-bottom:0;
}

#content_left h2 {
	width:100%;
	color:#b18c2d;
	font-size:1.3em;
	border-bottom:1px solid #ccc;	
	margin-bottom:0;
}

#content_left h4 {
	width:100%;
	color:#fff;
	background-color:#b18c2d;
	font-size:1.1em;
	margin-bottom:2px;
	border-top:1px solid #333;		
	border-bottom:1px solid #ccc;	
	padding:4px;
	text-transform:capitalize;
}

#content_left p {
	margin-top:0;
}

#content_right {
	width:159px;
	margin:0;
	padding:20px;
	float:right;
	background-color:#cccccc;
}

#home_banner_1 {
	width:465px;
	height:171px;
	margin:0;
	padding:0 0 0 1px;
	float:left;
}

#home_banner_2 {
	width:199px;
	height:171px;
	margin:0;
	padding:0 0 0 0px;
	float:right;
}

img {
	border:0;
}

.minorNote {font-size:0.9em;
	font-style:normal;
	margin-bottom:0px;;
}	

#navigation {
	width:249px;
	float:right;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.1em;
}

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#ffffff;	
 }
 
#navigation ul li {
	list-style: none;
}

#navigation ul li a {
	display:block;
	width: 237px;
	height: 12px;
	padding:5px;
	color:#000;
	background-color:#e6e6e6;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	text-decoration:none;
}

#navigation ul li a:hover{
	color:#000;
	background-color:#b18c2d;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
}

#navigation ul li #navSelected {
	color:#000;
	background-color:#b18c2d;
	border-top:3px solid #b18c2d;
	border-bottom:3px solid #b18c2d;
}

.photoLeft {
	padding:0 10px 0 0;
	vertical-align:text-bottom;
}

.testimonial {
	font-size:1.4em;
	font-style:italic;
	margin-bottom:0px;;	
}

.testimonialSource {
	margin:0;
	padding:0;
	color:#b18c2d;
	font-size:1.2em;
	font-weight:bold;
}

#top_banner {
	width:921px;
	height:169px;
	margin:0px 0 0px 0;
	padding:0;
}

#wrapper {
	width:987px;
	margin:0 auto;
	background-image:url(../images/background/bg_mid.png);
	background-repeat:repeat-y;
}

#wrapper_inner {
	width:921px;
	margin:0 auto;
	padding:0 36px 0 30px;
}

#wrapper_top {
	width:987px;
	height:31px;
	background-image:url(../images/background/bg_top.png);
	background-repeat:no-repeat;
}

#wrapper_btm {
	width:987px;
	height:40px;
	background-image:url(../images/background/bg_btm.png);
	background-repeat:no-repeat;
}

.sponsorPhotoRight {
	margin-right:0px;
	float:left;
	padding-top:10px;
}

.sponsorPhotoLeft {
	margin-right:30px;
	float:left;
	padding-top:10px;
}

.sponsorPhotoCentre {
	margin-right:30px; 
	float:left;
	padding-top:10px;
}

.sponsorPhotoAplant {
	margin-right:65px; 
	float:left;
}

