/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0;
/*	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	background-position:center;
*/	background-color: #EEEEEE;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	font-family: Arial, Helvetica, sans-serif;  /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	f\ont-family: Arial, Helvetica, sans-serif; /* for other IE versions */
}

/* ---------------------------------- container ---------------------------------- */


#container{
	width:700px;
	padding:0px;
	margin:0px;
	background-color: #FFFFFF;
	/*border: solid #FFFFFF 2px;*/
	margin-right:auto;
	margin-left:auto;
}

#logoHeader {
	height: 75px;
	background-image: url(../images/bg_logo.gif);
	background-repeat: no-repeat;
}



#photoHeader {
	height: 160px;
	width: 449px;
	float: right;
/*	background-image: url(../images/hd_photo1.jpg);*/	
	/*background-repeat: no-repeat;*/	
}

/*#header {
	background-image: url(../images/hd_photo1.jpg);
	background-repeat: no-repeat;
	margin-top: 112px;
}*/

#content {
	width: 449px;
	float: right;
	background: #fff;
	background-image: url(../images/bg_contentshadow.gif);
	background-repeat: no-repeat;
}

	#content div {
		padding-top: 5px !important;
		padding: 5px 10px 0px 15px;
		margin-bottom: 20px;
		font-size: 100%;
	}

/*#logoPanel {
	background-position: top right;
	padding-top: 10px;
	width: 480px;
	height: 112px;
}*/

#printLogo {
	display: none;
	}

/*#bodyCopy {
	padding-top: 5px !important;
	padding: 5px 10px 0px 15px;
	margin-bottom: 20px;
	font-size: 100%;
}*/

#sidebar {
	width: 251px;
	float: left;
	background: #F4F4F4;
	background-image: url(../images/bg_sidebarshadow.gif);
	background-repeat: no-repeat;
}
	#sidebar div {
		padding: 10px;
	}
	
/* BOXES */

.testimonial {
	margin: 0;
	padding: 15px 5px 5px 5px;
	font-size: 85%;
	font-style:italic;
	/*line-height: 1.5em;*/
	color: #000000;
	border-bottom: #CCCCCC solid 1px;
}

.news {
	margin: 0;
	padding: 15px 5px 5px 5px;
	font-size: 85%;
	/*line-height: 1.5em;*/
	color: #000000;
	border-bottom: #CCCCCC solid 1px;
}

.newsText {
	font-size: 85%;
	font-weight: normal;
	color:#000;
}

.news a:link, .news a:visited, .news a:active{
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	color:#466D28;
}
.news a:hover{
	font-size: 130%;
	font-weight: bold;
	text-decoration: underline;
	color:#466D28;
}

.newsMore a:link, .newsMore a:visited, .newsMore a:active{
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	color:#466D28;
}
.newsMore a:hover{
	font-size: 85%;
	font-weight: normal;
	text-decoration: underline;
	color:#466D28;
}
.newsDate {
	font-size: 98%;
	font-weight: bold;
	color:#466D28;
}



/* ---------------------------------- Footer ---------------------------------- */
div#footer {
	clear: both;
	height: 82px;
	background: #eeeeee;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	text-align: center;
}

	div#footer div {
		padding-top: 5px;
	}

	div#footer p {
		font-size: 85%;
	}

	.copyright {
		color: #666666;
		margin-top: 25px;
	}
	
	div#footer a{	
		color: #fff;
		text-decoration: none;
		font-weight:bold;
		font-size:100%;
	}
	
	div#footer a:hover{
		text-decoration:underline;
	}

/* ---------------------------------- top_menu ---------------------------------- */
div#top_menu {
	padding-top:8px;
	padding-bottom:5px;
	color: #777;
	text-align:right;
	text-decoration: none;
	font-weight:bold;
	font-size:10px;
	margin-right:15px !important;
	margin-right:5px;
	float: right;
	/*left: 1px;*/
	top: 10px;
}
div#agTech {
	float: left;	
}
div#top_menu a{	
	margin-left:8px;
	margin-right:8px;
	color: #777;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}
div#top_menu a:hover{
	text-decoration:underline;
}

.lois {
	margin-left: 500px;
	margin-top: 8px;
}

/* ---------------------------------- main_menu ---------------------------------- */

#headerContainer {
	width: 700px;
}

#contentContainer {
	width: 700px;
	background-image:url(../images/bg_content.gif);
	background-repeat:repeat-y;
	clear:both;
}

/* ---------------------------------- ADX Menu ---------------------------------- */

.example {
	background: #fff;
	padding: 1px 0 0 0 !important;
	padding: 0;
}

/* - - - ADxMenu: BASIC styles - - - */

.menu {
	width: 245px;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	/*border: 0;*/
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 12px 0 1px 0 !important;
	padding: 4px 0 1px 0;
	/*border: 0;*/
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
	background-color: #CCCCCC;
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}



/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(../images/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #fff;
	background: #79aa47;
	height: 28px;
}

.menu {
	width: 251px;
	float: left;
}

.menu ul {
	width: 251px;
}

.menu a {
	text-decoration: none;
	color: #fff;
	/*padding: .4em 1em;*/
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px !important;
	padding-bottom: 15px !important;
	padding-top: 8px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.menu a:hover, .menu li:hover>a {
	color: #30576e;
}

.menu li {	/* create borders around each item */
	/*border: 0px solid #fff;*/
	background-image: url(../images/bg_nav.gif);
	background-repeat:no-repeat;
	width: 241px;
	height: 28px;
}
.menu>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
	background-color:#CCCCCC;
}

.menu ul>li + li {
	/*border-top: 1px solid #fff;*/
	/*border-bottom: 1px solid #fff;*/
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
/*.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
}*/

.menu, .menu ul {	/* float.clear */
	zoom: 1;
}

.menu li.adxmhover {
	z-index: 10000;
	background-color:#CCCCCC;
}

.menu .adxmhoverUL {	/* li:hover>ul selector */
	visibility: visible;
}

.menu .adxmhoverUL {	/* submenu goes to the right */
	left: 100%;
}

/* - - - ADxMenu: DESIGN styles - - - */

.menu ul a {	/* fix clickability-area problem */
	zoom: 1;
}

.menu li {	/* fix white gap problem */
	float: left;
	width: 100%;
}

.menu li {	/* prevent double-line between items */
	margin-top: -1px;
}

.menu a:hover, .menu .adxmhoverA {		/* li:hover>a selector */
	color: #30576e;
}

.menu li ul li a:hover {
	background-color:#CCCCCC;
	
}

.menu .adxmhoverUL {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

.menu li ul li {
	height: 16px;
	/*width: 170px;*/
}

.menu li ul li a {
	padding: 0 !important;
	padding-left: 10px !important;
	padding-bottom: 3px;
	/*padding-top: 3px;*/
	border-bottom:#FFFFFF 1px solid;
}
/* ---------------------------------- main_menu ---------------------------------- */

#main_nav {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*background-color: #FFFFFF;*/
	float: left;
}
#main_nav li {
	margin: 0px 0px 0px 0px;
}
#main_nav a:link, #main_nav a:visited, #main_nav a:active {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/bg_nav.gif);
	background-repeat:no-repeat;
	width: 241px;
	height: 28px;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#main_nav a:hover {
	color: #30576e;
	/*background-image: url(../images/mainnavbg_on.gif);*/
	/*background-repeat:no-repeat;*/
}


/* @group lists */

ul.arrow {
	margin: 25px 0;
	padding: 0;
	list-style: none;
	padding-left: 20px;
}

ul.arrow li {
	background: url(../images/primary/blue/li_arrow.png) no-repeat;
	padding-left: 25px;
	padding-bottom: 10px;
}

ul.big {
	margin: 25px 0;
	list-style: none;
	padding-left:  20px;
}

ul.big li {
	background: url(../images/primary/blue/li_big.png) 0 1px no-repeat;
	padding-left: 25px;
	padding-right: 20px;
}

blockquote.sidebar {
	background: url(../images/bg_testimonial.gif) no-repeat;
	padding: 20px 30px 3px 30px;
	margin: 20px 2px 5px 2px;
	height: 171px;
	font-style: oblique;
	font-size: 86%;
}

/* BOXES */
#box {
	margin: 0;
	/*padding: 0px 30px 0px 30px;*/
	background: url(../images/bg_testimonial.gif) no-repeat;
	width: 200px;
	height: 171px;
}

#box p {
	margin: 20px 2px 5px 2px;
	font-style: oblique;
	font-size: 86%;
	font-style:italic;
}

#joinNow {
	margin: 0 0 0 35px;
	/*padding: 0px 30px 0px 30px;*/
	background: url(../images/handshake.gif) no-repeat;
	width: 160px;
	
}

	#joinNow p {
		margin: 50px 0 5px 35px;
	}

/*#joinNow {
	margin: 0 0 5px 35px;
	background: url(../images/handshake.gif) no-repeat;
	height: 100px;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}*/
	#joinNow a:link, #joinNow a:active, #joinNow a:visited {	
		color: #777;
		text-decoration: underline;
		font-weight:bold;
		font-size:120%;
	}
	
	#joinNow a:hover{
		text-decoration:none;
	}

div#logoLink {
	width: 285px;
	float: left;
}

h1#logo{
	display:block;
}
h1#logo a{
	display:block;
	height:75px;
	width: 285px;
}

#goHome {
	position: relative;
	left: 0;
	top:0;
	height:75px;
	width: 300px;
	display: block;
	float: left;
}

#ilMap {
	background-image: url(../images/ilmap.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 432px;
}

#ilMap div {
	margin-top: 150px;
	margin-left: 150px;
}

/* @end */
