/***************************************************
     AUTHOR: Shay Lawless
       DATE: 2005.01.24
 ***************************************************/

/***************************************************
     HTML Element Styles
 ***************************************************/

body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 13px;
}

#container {
	width: 683px;
	height:100%;
	margin: 0px auto;
}

#contentContainer {
	width: 683px;
	height:100%;
	margin: 0px auto;
	float:left;
	background: url(../images/container_background.jpg) top left repeat-y;
}

/***************************************************
     Contains the Logo at the top left
 ***************************************************/

#top {
	color: #FFFFFF;
	width: 300px;
	height: 206px;
}

/***************************************************
     Heading Section at the top right
 ***************************************************/

#topright {
	float: right;
	height: 206px;
	width: 373px;
	text-align: right;
}

.cl {
clear:both;
}

/***************************************************
     Row of images and text under logos
 ***************************************************/
#gallery {
	float: center;
	width: 683px;
	padding-top: 5px;
	margin-bottom: 5px;
}

/***************************************************
     Contains heading image above left column
 ***************************************************/
#imageheader {
	width: 223px;
	height: 100%;
	background-color: #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}

#imageheaderB {
	width: 220px;
	height: 152px;
	background-color: #FFFFFF;
	padding: 0px;
}

/***************************************************
     Left hand column
 ***************************************************/
#news {
	width: 220px;
	height: 100%;
	margin-top: 5px;
	color: #FFFFFF;
	padding: 2px;
}

#news a {
	background-color: #86DB7B;
	color: #FFFFFF;
	text-decoration: none;
}

#news a:hover {
	background-color:#CAA72F;
}

/***************************************************
     Menu Bar
 ***************************************************/
#menu {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;;
	width: 438px;
	background-color: #CAA72F;
	padding: 13px 10px 13px 10px;
	border-bottom: 5px solid #FFFFFF;
	float: right;
	height:100%;
}

#menu a:link, #menu a:visited, #menu a:active {
	background-color: #CAA72F;
	padding: 13px 10px 13px 10px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	padding: 13px 10px 13px 10px;
	background-color: #54B947;
	text-decoration: none;
	color: #FFFFFF;
}

#filler {
	width: 220px;
	height: 40px;
	margin-top: 5px;
	padding: 2px;
	background-color:#CAA72F;
}

/***************************************************
     Main content box
 ***************************************************/
#content {
	width: 455px;
	float: right;
	height: 100%;
	padding-left: 0px;
	overflow: hidden;
 }
 
/***************************************************
     Main content box
 ***************************************************/
#contentPopup {
	height: 100%;
	padding-left: 0px;
	overflow: hidden;
	background-color:#54b947;
} 

/***************************************************
     Line Divider
 ***************************************************/

div.ruler{
	line-height: 0px;
	height: 1px;
	background: #FFFFFF;
	font-size: 0px;
	margin: 10px 0;
	padding: 0;
}

/***************************************************
     Text Formats
 ***************************************************/

p {
margin: 0 0 0 0px;
}

h1 {
	padding: 4px;
	margin: 4px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

h2 {
	text-align: center;
	font-size: 60px;
	font-weight: normal;
	color: #FFFFFF;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

h4 {
	font-size: 30px;
	color: #CAA72F;
}

/***************************************************
     Padding profile for main content box
 ***************************************************/
#pad {
	height:100%;
	padding-left: 12px;
	padding-right:140px;
	color: #FFFFFF;
	clear:both;
	background-image:url(../images/woodborder.png);
}

#pad a {
	background-color: #86DB7B;
	text-decoration: none;
	color: #FFFFFF;
}

#pad a:hover {
	background-color: #CAA72F;
	text-decoration: none;
	color: #FFFFFF;
}

/***************************************************
     Padding profile without right hand image
 ***************************************************/
#padB {
	height:100%;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFFFFF;
	clear:both;
}

#padB a {
	background-color: #86DB7B;
	text-decoration: none;
	color: #FFFFFF;
}

#padB a:hover {
	background-color: #CAA72F;
	text-decoration: none;
	color: #FFFFFF;
}

#padB a:link img {
	border: 1px solid #FFFFFF;
}

#padB a:visited img {
	border: 1px solid #FFFFFF;
}

#newspad {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

/***************************************************
     Link Styles
 ***************************************************/

ul {
  list-style-image: url('../images/li_bullet.gif');
}

/***************************************************
     Footer at bottom of each page
 ***************************************************/

#footer {
	background-color: #CAA72F;
	width: 683px;
	height: 60px;
	color:#000000;
	font-size: 13px;
	text-align: center;
	clear:both;
	border-top: 5px solid #FFFFFF;
}

#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	color:#000000;
}

#footer p {
	  padding: 12px;
}

/***************************************************
     Image Display Properties
 ***************************************************/

img.right {
  float: right;
  padding: 0px;
  border: 0px;
}

img.left {
  float: left;
  padding: 0px;
  border: 0px;
}

img {
  padding: 0px;
  border: 0px;
}

