/* generic
-------------------------------------------------------------------------*/

.row{
	clear:both;
}

.spacer{
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
}

a{
	text-decoration:underline;
}

a:hover{
	text-decoration:underline;
}

strong{
	font-weight:bold;
}

h1{
	font-size:2.6em;
	font-weight:bold;
	color:#638400;
}

body{
	background:url(../images/body_bg.jpg) top repeat-x white;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*
-------------------------------------------------------------------------*/

#topLevelNav,
h1,
h2{
	font-family:Arial, Helvetica, sans-serif;
}

/* page bg
-------------------------------------------------------------------------*/

#pageBg{
	text-align:left;
	width:760px;
	margin:10px auto 0 auto;
}

#pageBg .head{
	width:760px;
	height:13px;
	background:url(../images/pageBg_t__t.png) no-repeat;
	font-size:1px;
	line-height:1px;
}

#pageBg .body{
	background-color:white;
	padding-left:8px;
	padding-right:8px;
}

/* minor nav
-------------------------------------------------------------------------*/

#minorNav{
	float:right;
	font-size: 1.1em;
	margin-right: 0.2em;	
}

#minorNav li{
	float:left;
	border-right:1px solid #638400;
	padding-left:1em;
	padding-right:1em;
}

#minorNav li a{
	text-decoration:none;
	color: #638400;
}

#minorNav li a:hover{
	text-decoration:underline;
}

#minorNav li.last{
	border-right:none;
}

/* logo
--------------------------------------*/

#logo{
	margin-left:0.7em;
}

/* top level nav
-------------------------------------------------------------------------*/

#header{
	margin-top:15px;
}

#topLevelNav{
	float:left;
}

#topLevelNav li{
	font-size:1.2em;
	color:#6D8A15;
	font-weight:bold;
	float:left;
}

#topLevelNav li span{
	background:url(../images/nav_tab_l.gif) #D8EF92 left top no-repeat;	
	padding:5px 0 2px 10px;
}

#topLevelNav li a{
	color:#6D8A15;
	text-decoration:none;
	float:left;
	background:url(../images/nav_tab_r.gif) #D8EF92 right top no-repeat;	
	padding:6px 13px 4px 0;
}

#topLevelNav li a:hover span{
	text-decoration:underline;
}

#topLevelNav li a:hover{
	text-decoration:underline;
}

#topLevelNav li.current span{
	background-image:url(../images/nav_tab_l_f2.gif);	
}

#topLevelNav li.current a{
	background-image:url(../images/nav_tab_r_f2.gif);	
}

/* search
--------------------------------------*/

#search {
	margin-right:30px;
	float:right;
}

#search label{
	display:none;
}

#search input.text{
	border:1px solid #999999;
	color:#597111;
	background:url(../images/search_shadow.gif) no-repeat;
	padding:3px 0 0 3px;
	font-size:1.2em;
	width:8em;
}

#search input.submit{
	border:none;
	background-color:white;
	font-size:1.1em;
	color:#597111;
	font-weight:bold;
	margin-left:-4px;
}

/* footer
-------------------------------------------------------------------------*/

#footer{
	background:url(../images/dotted_line.gif) repeat-x;
	width:748px;
	padding-top:10px;
	padding-bottom:30px;
	text-align:center;
	color:#999999;
	font-size:1.1em;
}

#footer a{
	text-decoration:none;
	color:#999999;
}

#footer a:hover{
	text-decoration:underline;
}
	
#footerNav{
	display:inline;
}

#footerNav li{
	display:inline;
	padding-left:1em;
	padding-right:1em;	
	border-right:1px solid;
	border-right-color:#999999;
	line-height:0.9em;
}

#footerNav li.last{
	border-right:none;	
}

#contactDetails{
	margin-top:0.5em;
}

#howToFindUs{
	margin-left:1em;
}

/* articles
-------------------------------------------------------------------------*/

#articles{
	padding-bottom:30px;
}

.article{
	margin-top:4px;
}

.article h3{
	width:203px;
	padding:14px 16px;
	background:url(../images/article_bg1.gif) repeat-y;
	font:bold 1.5em Arial, Helvetica, sans-serif;
}

.article h3 a{
	text-decoration:none;
	color:#708729;
}

.article h3 a:hover{
	text-decoration:underline;
}

.article p{
	width:186px;
	padding:3px 17px;
	background:url(../images/article_bg2.gif) repeat-y;
	color:#708729;
	font-size:1.1em;
	line-height:1.65em;
}
