/******************************/
/* Ardgowan Top Level Styles */
/****************************/

a {text-decoration: underline; color: blue;}
a:visited {color: purple;}
a:hover {color: red;}

body {
	margin: 0px;
	}

td {
	font: 10px verdana, arial, sans-serif;
	vertical-align: top;
	color: #363636;
	line-height: 18px;
	}

img {
	border: none;
	}

h1 {

	}


/*******************************/
/* Ardgowan Individual Styles */
/*****************************/

.notice {
	padding: 15px;
	border: solid 1px #c1c195;
	background-color: #eeeedd;
	font-weight: bold;
	}

.firstParagraph {
	font: bold 11px verdana, arial, sans-serif;
	line-height: 18px;
	}
	
.greenText {
	font: bold 10px verdana, arial, sans-serif;
	color: #0F582E;
	}
	
.greenTextLarge {
	font: 18px Arial, Helvetica, sans-serif;
	color: #0F582E;
	}

.pageTitle {
	height: 38px;
	padding: 10px 0px 0px 10px;
	background-color: white;
	background-image: url(images/background_pagetitle.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}	

.homeBlock {
	width: 100%;
	height: 65px;
	margin: 10px 0px 0px 0px;
	background-image: url(images/home_breakrule.gif);
	background-repeat: no-repeat;
	background-position: center bottom; 
	}
	
	.homeBlock td {
		line-height: 12px;
		padding: 0px 10px 0px 0px;
		}

.subHeading {
	background-image: url(images/background_subheading.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	}		
		
.hidden {
	display:none;
	}
	
.clear {
	clear: both;
	height: 1px;
	}

/***********************/
/* Ardgowan Framework */
/*********************/

#mainHolder {
	width: 760px;
	border-left: 8px solid #1B663B;
	}
	
#topArea {
	width: 100%;
	height: 142px;
	padding: 23px 0px 0px 0px;
	background-image: url(images/background_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid white;
	}

#mainArea {
	width: 100%;
	height: 414px;
	}

	#mainArea #menuArea {
		width: 150px;
		padding: 16px 0px 0px 0px;
		background-image: url(images/background_menu.gif);
		background-repeat: no-repeat;
		background-position: left top;
		background-color: #EEEEDD;	
		}
		
		#mainArea #menuArea a {text-decoration: none; color: #6D6D59; padding: 6px 0px 8px 12px; display: block;}
		#mainArea #menuArea a:visited {color: #6D6D59;}
		#mainArea #menuArea a:hover {color: #1B663B; background-color: #F5F5ED;}
		
		 div {
			
			color: #;
			cursor: hand;
			}
		
	#mainArea #contentArea {
		background-image: url(images/background_waterMark.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		}
		
		#mainArea #contentArea #contentHolder {
			margin: 7px 13px 7px 13px;			
			}
	
#footerArea {
	width: 100%;
	height: 71px;
	background-color: #003F1B;
	background-image: url(images/background_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
	
	#footerArea td {
		padding: 18px 0px 0px 10px;
		font: bold 11px arial, verdana, sans-serif;
		color: #90A67A;
		line-height: 14px;		
		}
		
		#footerArea td span {
			color: #6A983B;
			}
			
		#footerArea td a {text-decoration: none; color: #90A67A; font: bold 11px arial, verdana, sans-serif;}
		#footerArea td a:visited {color: #90A67A;}
		#footerArea td a:hover {text-decoration: underline; color: #6A983B;}
