/* CSS Document */
*{ margin: 0; padding: 0;}

body
{
	text-align: center;
	margin-top:5px;
	background: #9999cc;}


div, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

img {
	border:none;
}

#container
{
	margin: auto;
	margin-bottom:10px;
	text-align:left;
	background: center;
	width: 760px;
	border: thin solid #003300;
	margin-top: 0px;
	background: #ffffff;
	position: relative;	
}
#header {
	height:80px;
	width:760px;
	background:#ffffff url(../images/header_bg.gif) right center no-repeat;
}
#header #logo { 
	margin:15px 0 0 0;
	position:relative;
	left:30px;
	border:0; 
	float:left;
	width:190px;}

#header #contact_tel {
	text-align:right;
	margin-right:5px;
	position: absolute;
	right: 10px;
	top: 35px;
	width: 175px;
	}
#header #contact_email {
	text-align:right;
	margin-right:5px;
	position: absolute;
	right: 10px;
	top: 50px;
	width: 225px;
	}
#header #contact_info .phone {
	font-size:22px;
	letter-spacing:-1px;
	font-weight:bold;	
	font-family:Arial, Helvetica, sans-serif;
}

#header #contact_info, #header #contact_info a {
	color: #649600;
	font-size: 11px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#middlewrap {
	top:311px;
	width:190px;
	z-index:1;
	float: left;
}
/*-------------------------------
Navigation
-------------------------------*/	
#main_navigation {
	height: 30px;
	width: 760px;
	background-color: #cccccc;
	position: relative;
	clear: both;
	text-align: center;
	}
#main_navigation ul {
    padding: 0px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
    line-height: 30px;
    white-space: nowrap;
}
#main_navigation li {
    list-style-type: none;
    display: inline;
}
#main_navigation li a {
    text-decoration: none;
    padding: 10px 10px;
    color: #000;
	font-weight:bold;
}
#main_navigation li a:link {
    color: #000;
	font-size: 10px;
}
#main_navigation li a:hover {
	font-size: 10px;
	color: #990000;
	background-color: #fff;
}



#sub_nav {
	height: 30px;
	width: 760px;
	background-color: #cccccc;
	position: relative;
	clear: both;
	text-align: center;
	}
#sub_nav ul {
    padding: 0px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 8px;
    color: #fff;
    line-height: 30px;
    white-space: nowrap;
}
#sub_nav li {
    list-style-type: none;
    display: inline;
}
#sub_nav li a {
    text-decoration: none;
    padding: 10px 10px;
    color: #000;
	font-weight:bold;
}
#sub_nav li a:link {
    color: #000;
	font-size: 8px;
}
#sub_nav li a:hover {
	font-size: 8px;
	color: #990000;
	background-color: #fff;
}

/* MIDDLE IMAGES */

#image_box {
	height: 110px;
	width: 150px;
	position: relative;
	float:right;
	right:210px;

	top: 10px;
	color: #ffffff;
}

/* LEFT NAVIGATION */
#left_navigation {
	float:left;
	width:190px;
	padding:10px 0 10px 0;
}

#left_navigation ul {
    padding: 0px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFF;
    white-space: nowrap;
}
#left_navigation li {
    list-style-type: none;
}
#left_navigation li a {
    text-decoration: none;
    padding: 5px 10px;
    color: #4A6930;
	 display:block;
}
#left_navigation li a:hover {
	font-size: 10px;
	color: #990000;
		background-color: #649600;
}

/* LEFT COPY PANEL */
#leftcopypanel {
	width: 380px;
	position:relative;
	left: 10px;
	float: left;
	clear: none;
	padding:20px 0 10px 0;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#777;
	}

#leftcopypanel form {
	margin-bottom:10px;
}

#leftcopypanel h2 {
	color: #003366;
	margin-bottom: 0.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	}	
#leftcopypanel p {
	color: #333300;
	margin-bottom: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.55em;
	}
#leftcopypanel p.label {
	color:#777;
	font-size:11px;
	margin-bottom:1px;
}
	
#leftcopypanel .input_text {
	width:160px;
	border:1px solid #003366;
	padding:2px;
	color:#003366;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
	margin:0 0 5px 0;
}

#leftcopypanel .input_button {
	border:1px solid #273F14;
	padding:2px 7px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-color:#003399;
}

#leftcopypanel a:link {
	color: #4E85DC;
	font-size: 11px;
	text-decoration:underline;
	font-weight:bold;
    }
#leftcopypanel a:hover {
	color: #20c040;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	
}#leftcopypanel a:visited {
	color: #20c040;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;

	}	
	
#leftcopypanel ul {
	padding-left:15px;
	margin-bottom:0.3em;
}

#leftcopypanel li {
	line-height: 1.55em;

}

/*-------------------------------
MIDDLE PANELS
-------------------------------*/	
	

#midcopytop a:link {
	color: #777777;
	font-size: 12px;
	text-decoration: underline;
}
#midcopytop a:hover {
	color: #444444;
	text-decoration: none;
	
}
#midcopytop a:visited {
	color: #444444;
	text-decoration: none;	
}
#midcopytop {
	width: 160px;
	position: absolute;
	left: 570px;
	padding-top: 25px;
	text-align: left;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#midcopytop #request {
	color:#777777;
	font-size:12px;
	padding-bottom:10px;
}

#midcopytop #request h2 {
	color: #4A6930;
	margin-bottom: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}	

#midcopytop #request p {
	color:#777;
	font-size:12px;
	line-height: 1.55em;
	margin-bottom: 0.3em;
}

#midcopytop #request p.label {
	color:#777;
	font-size:11px;
	margin-bottom:1px;
}

#midcopytop #request td {
	padding:1px;}
	
#midcopytop #request .input_text {
	width:160px;
	border:1px solid #4A6930;
	padding:2px;
	color:#4A6930;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#D3E5A0;
	margin:0 0 5px 0;
}

#midcopytop #request .input_button {
	border:1px solid #273F14;
	padding:2px 7px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-color:#4A6930;
}

#midcopycentre {
	width: 170px;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;	
	}
	
#midcopycentre a:link {
	color: #CCFF99;
	font-size: 10px;
	text-decoration: underline;
}
#midcopycentre a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	
}#midcopycentre a:visited {
	color: #CCFF99;
	text-decoration: none;
	font-size: 10px;
}
#midcopybase {
	width: 170px;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#midcopybase a:link {
	color: #CCFF99;
	font-size: 10px;
	text-decoration: underline;
}
#midcopybase a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	
}#midcopybase a:visited {
	color: #CCFF99;
	text-decoration: none;
	font-size: 10px;}
#footer {
	height: 25px;
	width: 760px;
	background: #cccccc;
	clear: both;
	text-align:center;
	padding-top:1px;
}
#footertextbox {
	width: 680px;
	margin:5px auto;
	color:#3366CC;
}
#footertextbox a:link{
	color:#3366CC;
	text-decoration:none
}
#footer_copyright {
	text-align:right;
	margin-right:5px;
	position: absolute;
	right: 10px;
	bottom: 5px;
	}
#footer_contact {
	text-align:left;
	margin-right:5px;
	position: absolute;
	left: 10px;
	bottom: 5px;
}
#footer_tbb {
	text-align:center;
	position: absolute;
	right: 315px;
	bottom: 5px;
	}
#image_a {
	height: 94px;
	width: 190px;
	float: left;
	background-color: #333333;
}
#rightcopytop {
	width: 60px;
	margin-top: 0px;
	position: absolute;
	top: 376px;
	left: 661px;
}
#rightcopymid {
	width: 60px;
	float: right;
	margin-top: 0px;
	margin-right: 40px;
	clear: right;
	position: absolute;
	left: 660px;
	top: 470px;
}
#rightcopybase {
	width: 60px;
	left: 660px;
	top: 566px;
	position: absolute;
	height: 80px;
}

#image_b {
	height: 94px;
	width: 190px;
	float: left;
	background-color: #999999;
}
#image_c {
	float: left;
	height: 94px;
	width: 190px;
	background-color: #666666;
}
#image_d {
	float: left;
	height: 94px;
	width: 190px;
	background: #333333;
}
/*-------------------------------
News Panels
-------------------------------*/	
#midcopytop h3 {
	color: #CCCC66;
	margin-bottom: 0.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	position: absolute;
	}

    #midcopytop p {
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}

#midcopycentre h3 {
	color: #CCCC66;
	margin-bottom: 0.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	}

	#midcopycentre p {
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
#midcopybase h3 {
	color: #CCCC66;
	margin-bottom: 0.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	}

	#midcopybase p {
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
/*-------------------------------
Footer
-------------------------------*/
#footer p {
    font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999966;
}
#footer p a {
    font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CCCC66;	}
	
#footer p a:hover {
	color: #FFFFFF;
	float: left;
	visibility: visible;
}