/* Site Colours 
Corporate Green : #738639
Corporate Dark Brown   : #756E52
Corporate Light Brown : #A79E70
Corporate Chocolate  : #B26F16

Link Color		 : #738639
Links Visited	 : #a79e70
Font Color		 : #756e52
Header 3-4 color : #51682d
Header 1-2 color : #b26f16
Footer Font Color: #727272

*/

/*##################TEXT################# */
/* Top Elements */
* { margin: 0; padding: 0;}

body {	
	font-family: Verdana, Arial, "Helvetica", sans-serif;
	color:#756e52 ;
	text-align: left;
	/*margin: 0 0 10px 0;*/	
	padding:0;
	margin:0;
	

}
.body_bg {
background:#FFF url(../images/windowbkgd.gif)repeat-x;	
}

/* links */
a, a:visited {	
	color: #738639; 
	text-decoration: none;		
}
a:hover {
	color: #a79e70;
	text-decoration: underline;	
}

/* headers */
/********************************************
	STANDARD ITEMS AND TYPOGRAPHY
********************************************/
h1, h2, h3, h4, h5 {
	font-family: Arial, Century Gothic, "Helvetica", Verdana, Sans-serif;
	
	margin: 5px 0px;
}
h1 {	
	margin-bottom:10px; 
	font-stretch:narrower;
	text-transform:capitalize;
	border-bottom: 1px solid #d2d6cf;
}

h1 {
	font-weight:bold;
	color: #b26f16;
	text-transform:uppercase;
}

h2 {
	font-weight:bold;
	color: #b26f16;
	text-transform:none;
}

h3 {
	font-weight:bold;
	color: #51682d;
	text-transform:none;
}

h4 {
	font-weight:bold;
	color: #51682d;
	text-transform:none;
}

h5 {
	font-weight:normal;	
	color: #51682d;
	text-transform:none;
}

p{
	margin-bottom:10px;	
}
ul, ol {
	margin: 5px 5px;
	padding: 0 5px;
}
ul{
	list-style-image: url(../images/bullet.gif);
	color: #756e52;
	line-height: 18px;
	margin-left:20px;
}

ul li{
	
}

ol{
	
}

/********************************************
	FONT SIZE
********************************************/
body{
 	font-size:62.5%;
    line-height:1.125em; /* 16×1.125=18 */
}
#header{
	font-size:1em;	
}
#main{
	font-size:1em;	
	line-height:1.55em;
}
#leftcol{
	font-size:1em;	
	line-height:1.35em;
	text-align:left;
}
#rightcol{
	font-size:1em;
	line-height:1.35em;	
	text-align:left;
}

INPUT, SELECT, TH, TD {font-size:1em}
h1 {
	font-size: 1.6em;		
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.15em;
}

input.button { 
	font-size:1em;
}
#main #breadcrumb{
	font-size:1em;
}

#footer-wrap {
	font-size: 0.9em;
}
.mod_left .module_title{
	font-size: 1.4em;
}
.mod_left .module_content{
	font-size: 1em;
}
.mod_right .module_title{
	font-size: 1.4em;
}
.mod_right .module_content{
	font-size: 1em;
}
.module{

}
.mod_main .module_title{
	font-size: 1.4em;
}
.mod_main .module_content{
	font-size: 1em;
}

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

/* images */
img{
	border:none;
	}

#main img{
	
	margin: 6px;
	padding:4px;
	border:solid #738639 1px;
	
}

#leftcol img{

	padding: 5px;
	border:solid white 2px;

}


/* default table */
table {
	/*border:none; */
	margin: 5px;	
}
tr {
	height: 30px;
	/*border:none; */
}
td {
	/*border:none; */
}

/* end - table */

/* form elements */
form {
	background: none;
}
fieldset{

}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #999;
}
textarea {
	width:400px;
	padding:5px;
	border:1px solid #999;
	height:100px;
	display:block;
}
.formbutton{ 
	cursor:pointer;
	border:outset 1px #646464;
	background:#646464;
	color:#e6e6e6;
	font-weight:bold;
	padding: 1px 2px;
	background:url(../images/formbg.gif) repeat-x left top;
}
.formbutton:hover { 
	background: #505050;
	color:white;
}



/********************************************
	FLASH - add wmode=transparent to object tag
********************************************/
object, embed{
	position:relative;
	z-index:-1;
}
/********************************************
   LAYOUT
********************************************/ 
#wrap {	
	position: relative;
	width: 960px;	
	margin: 0px auto;
	text-align: left;	
}

#content-wrap {
	background: #ffffff url(../images/contentbkgd.png) repeat-x;	
	width: 960px;
	margin: 0px;
	padding: 0px; 	
	overflow:hidden;
}
/* header */
#header {
	/*background: #10151b url(../images/topheader.gif) repeat-x;	*/
	height: 133px;
	width:960px;
}

#tagline {
	background: none;
	font-weight:bold;
	width:350px;
	height: 30px;
	float:right;
	margin: 50px 20px auto 20px;
	padding: 23px 0px 5px 30px;
}

#logo {
		/*background:url(../images/avplogo.png) no-repeat;*/
		width: 281px;
		height: 91px;	
		padding: 12px;
		float:left;
}

#nav-bottom {
		background:url(../images/subnav.png) repeat-x;
		width:inherit;
		height: 26px;
}

#banner {
		width:inherit;
		
}

#flash {
	position:relative;
	background:none;
	height:256px;
	width:960px;
}

#main {
	text-align: left;
	margin: 0px;
	padding:0px;
	width: 500px;
	float:left;
	margin-bottom: -32767px; 
	padding-bottom: 32767px;

}	

#main img{
	
}
#leftcol {
	float: left;
	width: 200px;	
	margin: 10px;
	/*background:grey;*/
	margin-bottom: -32767px; 
	padding-bottom: 32767px;
}



/*================================================================*/


/* right column */
#rightcol {	
	float: right;
	width: 200px;	
	margin: 10px;
	background:none;
	margin-bottom: -32767px; 
	padding-bottom: 32767px;
}

#bottomred {
	background: #E37C1D;
	height: 16px;
}

#footer-wrap {
	background: #10151b url(../images/bottombase.png) repeat-x;
	width:960px;
	/*background:#e9ecf1;*/
	clear:both;
	position:relative;
	height:95px;
	width:inherit;
	margin-top:15px;
}

#footer-copy {
width: 230px;
float:left;
margin:10px;
padding-left:10px;

}

#footer-logo {

	float:left;
	width: 400px;
	margin-left:-19px;
	margin-top:-12px;
	padding-left:15px;
}
#footer-logo img{
	margin: 3px;
}

#footer-links {

	width:260px;
	height:30px;
	padding-top:10px;
	float:right;
	text-align:right;
	padding-right:20px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.clear { clear: both; }

/* display and additional classes */
.line_break {
	border-bottom: 1px solid #d2d6cf;
	margin: 5px 0 5px 0;
}
#main #breadcrumb{
	margin: 0px;
	padding: 7px;
}

/* ######################### MODULE STYLES ######################### */
.module{

}

.module_title{
	font-weight:bold;
	color: #6d767c;
	margin:0px;
	padding:5px;
}

.module_content{
	margin:0px;
	padding:5px;
	
}

/*  MOD HEADER */
.mod_header{

}
.mod_header .module_title{

}

.mod_header .module_content{

}

/*  MOD RIGHT */ /*  MOD LEFT */
.mod_right, .mod_left{
	width:194px;
	margin:0px 0px 15px 0px;
	border:1px solid #E7E7E7;
	background: white url(../images/gradientbkgd.gif) repeat-x bottom;	
}

.mod_right .module_title, .mod_left .module_title{

}

.mod_right .module_content, .mod_left .module_content{
	padding: 7px;
}


/*  MOD MAIN */
.mod_main{

}
.mod_main .module_title{

}

.mod_main .module_content{

}
/* CUSTOM MOD CLASSES */
.quote .module_content{
	color:orange;
	text-align:right;
}
.custom_class{
	
}
/*####################MENU################## */
#nav {
	width:940px;
	height:33px;
	margin:0px;
	background: white url(../images/navbkgd.png) repeat-x;
	padding-top:5px;
	padding-left:20px;

}

#nav a{
	position:relative;
	z-index:99;
}
#nav  ul {
	width: auto;
	padding-left:0px;

	/*position:relative;this was causing the menu to jump into place on load*/
}
ul.menu{
	/*overflow:hidden;*/
}
ul.menu, ul.menu ul{
  list-style-type:none;
  margin: 0;
  padding: 0;
}
ul.menu li {
	
}
/* ############ HORIZONTAL ##### */
   ul.horizontal li {
   display:inline; 
   list-style-type:none; 
   padding-left:1em; 
   margin-left:1em; 
   border-left:1px solid #ccc;
   }
  ul.horizontal  li:first-child {
   	border-left:none
   }

ul.horizontal{
  width: 100%;
}

ul.horizontal li{
	display: inline;
	margin-right:0px;
	font-weight:bold;
	height:30px;

}


ul.horizontal li a.current{
	background: url(../images/menu_bg2.png) repeat-x 0px 3px;
	height:30px;
	color:grey;
}
ul.horizontal li a.current:hover{
	color:black;
}
ul.horizontal li a, ul.horizontal li a:visited{
  background: none;
  color: #333;	
  height:25px;
  font-size: 1.1em;
  padding: 7px 3px; 
}

ul.horizontal li a:hover  {
  color: #738639;
  padding: 7px 3px;/* IE6 needs this */
}

/* THE SUBMENUS */
/* all the submenu UL */
ul.horizontal li ul {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	visibility: hidden;
	margin-top: 0px;
	margin-left:20px;
	padding-top:5px;
	background: white;
	width:auto;
	font-size:1em;
	border: #E3E3E3 1px solid;
}
ul.horizontal li ul li {
	float: none;
	height:18px;
	width:auto;
	display:block;
	margin: 0; 
	white-space:nowrap; 
	z-index:999;
	font-weight:normal;	
	padding: 0.25em 0.5em;
	border-left:none;
}

/*all the submenu links  */
ul.horizontal li ul li a {
	padding: none;	
	color:#756E52;	
}
ul.horizontal li ul li a:hover, ul.horizontal li ul li a:active {
	padding: none;
	color: #738639;
	/*background:  url(../images/menu_arrow_orange.gif) no-repeat 0% 50%;*/
}


