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

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

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.166;
	padding: 0px;
	background-color: #99CCCC;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

a{
	color: #006600;
}

a:link{
	text-decoration: none;
	vertical-align: middle;
}

a:hover{
	color: #edf8f8;
	text-decoration:none;
}

h1{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 120%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 114%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 16px;
 color: #006600;
 margin-right: 0px;
 margin-left: 3px;
 margin-top: 2px;
 margin-bottom: 3px;
 padding: 0px;
 text-align: left;
}

h4{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 14px;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: square;
	color: #FFFFFF;
}


/***********************************************/
/* page drop shadow                            */
/***********************************************/

.shadowMiddle{
	background-image: url(../FingaskCastle2006/images/shadow_middle.png);
	background-repeat: repeat;
}

#shadowBottom{
	background-image: url(../FingaskCastle2006/images/shadow_bottom.png);
	background-repeat: no-repeat;
}


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

#bodybground {
	background-color: #99CCCC;
	border-left: #99cccc 1px solid;
	border-right: #99cccc 1px solid;
	border-bottom: #99cccc 1px solid;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#bgRepeat {
}




/* Setting for left side menu and main content*/
#content{
	width: 575px;
	float: right;
	clear: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
}

#navBar{
	float: left;
	width: 180px;
	margin-left: 0px;
	margin-right: 15px;
	padding: 0px;
	background-color: 99cccc;
}

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

.sectionLinks{
	position: relative;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 13px;
	background-color: #99cccc;
}

.sectionLinks h3{
	font-family: Georgia, "Times New Roman", Times, serif;
 	font-size: 14px;
	padding: 5px 0px 5px 5px;
	margin: 0px;
	color: #006600;
	border-bottom: #99CCCC solid 1px;
	background-color: #FFFFFF;
}

.sectionLinks h4{
	padding: 5px 0px 5px 5px;
	color: #FF0000;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	background-image: url(../images/left_menu/dark_grey.png);
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #CCCCCC;
}

/*this is the link for lines under left side menu options*/
.sectionLinks a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 2px;
	vertical-align: middle;
	text-decoration: none;
}

/*colour of hover for left side menu options*/
.sectionLinks a:hover{
	background-color: #006600;
	background-image: url(../images/left_menu/content_blue.png);
	vertical-align: middle;
}

.navimage {
	color: #FFFFFF;
}

.navimage a {
	display: none;
	padding-left: 0px;
	vertical-align: middle;
}

.navimage a:hover{
	display: none;
}

/************* #globalNav styles for top right menu **************/

#globalNav{
	padding: 93px 25px 2px 0px;
	color:#006600;
	font-size: 12px;
	text-align: right;
	text-transform: capitalize;
	margin: 0;
}

#glabalNavBG{
		background-image: url(../FingaskCastle2006/images/banner_f.png);
	background-repeat: no-repeat;
	height: 115px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	padding: 0 4px 0 0;
	color: #006600;
}
/* rollover colour for top right menu */
#globalNav a:hover{
	color: #003300;
	text-decoration: underline;
}

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

.feature{
	padding: 3px;
	font-size: 0.9em;
	color:#333333;
	padding: 3px;
	margin-top: 6px;
	clear: both;
	line-height: 1.4em;
}

.featureMap{
	clear: both;
	margin: 0px;
	padding: 0px;
}

.feature a:hover{
	color: #003300;
}

.featurebullet{
	font-size: .9em;
	list-style-image: url(../images/arrow_bullet.gif);
	color: #333333;
}

.featurebullet a {
	text-decoration: underline;
}

.featurebullet a:hover{
	color: #003300;
}

.feature img{
	padding: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*********** #navBar link styles ***********/

#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 */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/************** .floats **************/

.left {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	}

.right {
	float: right;
	width: 150px;
	margin-left: 15px;
	border: 1px solid #000000;
	margin-bottom: 20px;
	}
	
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 0.8em;
	color: #006600;
	padding: 10px 10px 10px 10px;
	text-align: center;
	}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
	}
	
/* rollover colour for bottom menu */
#siteInfo a:hover{
	color: #003300;
	text-decoration: underline;
	}
