/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #666666;
	margin: 0px;
	padding: 0px;
	font: 85%/1.166 Georgia, "Times New Roman", Times, serif;
	background: #ECEECA;
}



.textright {
	text-align: right;
	vertical-align: bottom;
	clear: both;
}
a:link, a:visited, a:hover {
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-weight: bold;
	color: #999999;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
.bluetext {
	color: #306;
	font-weight: bold;
}




ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #000000;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 80%;
	background-color: #FFFFFF;
	float: none;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 #toprightdiv {
	width: 20%;
	height: 260px;
	clear: none;
	float: none;
	margin-right: 10%;
	margin-left: 80%;
	top: 0px;
}

#maincontain {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}


#navBar{
	padding: 0px;
	color: #FFFFFF;
	background: #330066;
	clear: left;
	float: none;
	margin: 20px 70% 0 0;
}

#content{
	float:right;
	width: 65%;
	margin: 0;
	padding: 0 3% 0 0;
	background-color: #FFFFFF;
}

.imageright {
	padding: 5px 5px 0px;
	float: right;
	margin: 5px 0px 10px 10px;
	clear: left;
}
.imageclearleft{
	padding: 5px 5px 0px;
	
	margin: 10px 0px 10px 20px;
	clear: left;
}



.imageleft {
	padding: 30px 10px 10px;
	float: left;
	clear: left;
}

.align {
	clear: both;
}	
	
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px;
	color: #33221B;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	clear: left;
	float: left;
	padding: 10px 0px 15px;
	margin: 0px;
	background: #330066;
	width: 100%;
	position: relative;
	top: 0px;
	border-bottom: 10px solid #FE3B00;
	height: 30px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}

#globalNav a {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 10px;
}
#globalNav a:hover {
	font-weight: bolder;
	color: #003399;
}



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 90%;
	padding: 0px 0px 5px 10px;
	color: #999999;
	text-align: right;
	position: relative;
	top: 0px;
}


#breadCrumb a {
	color: #999999;
}

/************** .feature styles ***************/

.feature{
	padding: 10px 10px 10px 30px;
	color: #666666;
	vertical-align: baseline;
	border: 1px solid #CCCCCC;
	margin: 0px;
	font-size: 120%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	line-height: 160%;
	font-size: 120%;
	color: #306;
}


/* adjust margins to change separation between the feature image and text flowing around it */


/************** .gallery styles *****************/
.galleryimage {
	margin: 20px;
	padding: 20px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	text-align: center;
	background: #FFFFFF center;
	vertical-align: middle;
	height: 180px;
	width: 140px;
}
#gallery{
	clear: both;
	padding: 0;
	text-align: center;
}

.gallery {
	font-size: 110%;
	font-weight: bold;
	color: #CCCCCC;	
}

.gallery a{
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;	
	
}
.gallery p{
	padding: 0px 0px 10px 0px;
}	

	#thumbs {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	padding: 20px;
}

#thumbs a {
	color: #FFFFFF;
	font-weight: bold;

}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 90%;
	color: #cccccc;
	padding: 10px;
	margin-top: 0px;
	text-align: center;
	width: 100%;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they touch */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	
}
#siteInfo a {
	color: #CCCCCC;
	font-weight: bold;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #ffffff;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/
.bkgdleaves {
	background: url(images/oakleaves.gif) left;
	height: 100px;
}
.cornertopimg {
	float: right;
	margin: 0px;
	position: relative;
	padding: 0px;
	bottom: 0px;
	right: 0px;
}
#navBar ul a:link, #navBar ul a:visited {display: block;}

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

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */


/* fix for browsers that don't need the hack */



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	color: #FFFFFF;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 20px;
	width: auto;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 20px;
}

#sectionLinks a:hover{
	background-color: #333399;
	padding: 2px 0px 2px 20px;
	color: #333399;
}


#sectionLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #FFFFFF;
}
/*********** .relatedLinks styles ***********/

#relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	color: #FFFFFF;
}

#relatedLinks h3{
	padding: 10px 0px 2px;
	color: #FFFFFF;
	margin: 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px;
	font-size: 90%;
	border-top: 1px solid #ffffff;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	font-size: 90%;
	color: #FFFFFF;
}

#headlines p{
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
/************** # header div ************************/
}
#headerdiv {
	background: #339;
	vertical-align: text-bottom;
	left: 0px;
	top: 0px;
	text-align: center;

}
#abovelinetext {
	clear: right;
	right: 0px;
	text-align: right;
	float: right;
	margin: 70px 0px 0px;
	color: #999999;
	font-weight: bold;
}

#headerlogo {
	vertical-align: baseline;
	margin: 20px 0px 0px;
	float: left;
	clear: none;
	position: relative;
	left: 0px;
	top: 0px;

}
.prices {
	font-weight: bold;
	color: #BFE93C;
}
.feature_subtitle {
	font-size: 80%;
	font-weight: bold;
	color: #3399CC;
}
.featureh3 {
	color: #3399CC;
}
.contact_details {
	font-size: 120%;
	font-weight: bold;
	color: #CCCCFF;
	text-align: left;
}
.alignright {
	text-align: right;
}
.lowernav {
	background: #330066;
	margin-top: 40px;
	margin-bottom: 100px;
	text-align: center;
}
#headlines h3 {
	font-size: 120%;
	padding-left: 10px;
}
.lowernav h3 {
	font-size: 24px;
	color: #B4CAC8;
}
.charity {
	font-size: 140%;
	color: #FE3B00;
	background: #606;
	display: block;
	font-style: oblique;
	font-weight: bold;
	width: auto;
	text-align: center;
	position: relative;
	padding: 5px 10px;
}
.rightcolumn {
	float: right;
}
.clearboth {
	clear: both;
}
#sectionLinks li {
	border-top: 1px solid #FF6600;
}
