body {
	margin: 0px;
	text-align:left;
	background-color:#FFF;
	font-family: verdana, arial;
	font-size:12px;
}
a img {
	border:0px;
}

#header {
	background-color:#fff;
	width: 970px;
	float: left;
}
ul#topnav {
	margin: 10px auto; padding: 0;
	float:left;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	height: 27px;
	padding: 8px 0 0 0;
	display:inline-block;
	text-align:center;
	font: bold 1.2em arial,verdana,sans-serif;
	background: url(img/menu.png) no-repeat top left;
}
ul#topnav li li {
	font: normal 0.6em verdana,sans-serif;
	margin: 0; padding: 0;
	position: relative;
	height: 27px;
	text-align:left;
	background: transparent;
}


ul#topnav li.left {
	background-position: 0px 0px;
	width: 91px; 
}
ul#topnav li.left:hover { background-position: 0px -35px; }

ul#topnav li.narrow {
	background-position: -91px 0px;
	width: 117px; 
}
ul#topnav li.narrow:hover { background-position: -91px -35px;color: #fff; }

ul#topnav li.wide {
	background-position: -208px 0px;
	width: 138px; 
}
ul#topnav li.wide:hover { background-position: -208px -35px; }

ul#topnav li.extrawide {
	background-position: -346px 0px;
	width: 162px; 
}
ul#topnav li.extrawide:hover { background-position: -346px -35px; }

ul#topnav li.right {
	background-position: -877px 0px;
	width: 100px; 
}
ul#topnav li.right:hover { background-position: -878px -35px; }

ul#topnav li a {
	text-decoration: none;
	color:#3f4948;
	
	margin: 8px auto;
}


.centered {	margin: 0px auto;}
#nav-box {width:800px;}
#search-box { width:300px;margin-top:30px; border:0px solid #0f0;}
#map{width:300px;height:300px;float:left;margin-right:10px;}
#mapXL{width:400px;height:600px;float:left;margin-right:10px;}

.container_a{margin:0 10px;}

a {color:#66d;text-decoration:none;}
a:hover {color:#aae;text-decoration:underline;}

#wrapper {width:800px;margin: 0px auto;padding:0px;background:transparent;color:#000;}


#formContent { width:329px; margin:0px 0 0 0px;border:0px solid #aaa; }
#info { clear:left; width:700px; background:#f0f0f0;padding:1em;}


#header {width:800px;padding:10px 0;}
#header  h1 a{margin: 5px 0;color:#f3af56;font-family:arial;font-size:1.8em;text-decoration:none;letter-spacing:-0.08em}

#footer {font-size:0.9em;width:800px;margin: 30px 0 0 0;padding:1em 0;border-top:1px solid #ccc;}

/* -------------------------------------------- */
/* ------------- Typography  ------------------	*/
/* -------------------------------------------- */

h3 {color:#009966;margin-top:2.5em;}
code {margin-left:2em;color:#993300;}
.highlight {color:#f3af56;}
.itemMeta {color:#f3af56;font-size:0.9em;}

.alignright {float:right}
.alignleft {float:left}


/* -------------------------------------------- */
/* ------------- Pagination: Flickr -----------	*/
/* -------------------------------------------- */
#paginationContainer { margin:2em auto;clear:both;height:25px;width:700px;text-align:center;}
#pagination-flickr li { border:0; margin:0; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }
#pagination-flickr a { border:solid 1px #ccc; margin-right:2px;color:#ccd; }
#pagination-flickr .previous-off,
#pagination-flickr .next-off   { color:#666666; display:block; float:left; font-weight:bold; padding:3px 4px; }
#pagination-flickr .next a,
#pagination-flickr .previous a { font-weight:bold; border:solid 1px #aaa; }	
#pagination-flickr .active   { color:#f3af56; font-weight:bold; display:block; float:left; padding:3px 5px 3px 5px; border:solid 1px #ccc; margin-right:2px;}
#pagination-flickr a:link, 
#pagination-flickr a:visited   { color:#aaa; display:block; float:left; padding:3px 6px; text-decoration:none; }
#pagination-flickr a:hover     { border:solid 1px #ccc; color:#dde; }

/* -------------------------------------------- */
/* ------------- Forms ------------------------	*/
/* -------------------------------------------- */

fieldset {  
margin: 1.5em 0 0 0;  
padding: 0;  
border:0px;
}  
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;  
}  
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;  
}  
fieldset li {    
float: left;    
clear: left;    
margin:0 0;   
padding-bottom: 1em;  
}
fieldset.submit {  
border-style: none;  
}
label {    
float: left;       
margin-right: 1em;  
}
input,textarea {padding:0.3em 0.3em;color:#000;font-family:Helvetica;}

/* FORM STYLE */
fieldset {clear: both;}
legend {padding: 0 0 1.286em; font-size: 1.167em; font-weight: 700;}
fieldset fieldset legend {padding: 0 0 1.5em; font-size: 1em;}
* html legend {margin-left: -7px;} /* ie6 */
*+html legend {margin-left: -7px;} /* ie7 */

form .field, form .buttons {clear: both; margin: 0 0 1.5em;border-top:0px solid #f0f0f0;padding:0.5em;}
form .field label {display: block;}
form ul.fields {margin: 0 0 1.5em; padding: 0;}
form ul.fields li {list-style-type: none; margin: 0;}
form ul.inline li, form ul.inline label {display: inline;}
form ul.inline li {padding: 0 .75em 0 0;}

input.radio, input.checkbox {vertical-align: top;}
/*label, button, input.submit, input.image {cursor: pointer;}*/
label {font-weight:normal;color:#666;}
* html input.radio, * html input.checkbox {vertical-align: middle;} /* ie6 */
*+html input.radio, *+html input.checkbox {vertical-align: middle;} /* ie7 */

textarea {overflow: auto;}
input.text, input.password, textarea, select {margin: 0; font: 1em/1.3 Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif; vertical-align: baseline;}
input.text, input.password, textarea {border: 1px solid #444; padding: 2px;}

/* horizontal layout */
form.horizontal .field {padding-left: 150px;}
form.horizontal .field label {display: inline; float: left; width: 140px; margin-left: -150px;}


			#ui-form { position:relative; width:470px; height:170px; background:transparent; list-style:none; padding:0; top:20px; left:30px; }
			#message { background:#555; color:#fff; position:absolute; display:none; width:150px; padding:5px; }
			#add-point { float:left; }
			#commentsContainer span {
				width:700px;
				display:block;
				background:#D4D4FF;
				padding:1em;
				margin-top:0.5em;
			}
			#linkBox {margin:20px;color:#aaa;font-size:0.8em;}
			#urlinput {visibility:hidden;}
			#paymentSelect {margin:20px 0;color:#88f;font-size:1.2em;}
			
			
			.highlightButton {background:transparent url(img/sbtbtn.png) no-repeat top left;width:182px;height:50px;border:0;color:#FFF;font-size:1.4em;}
			.highlightButtonDeactivated{background:transparent url(img/sbtbtn.png) no-repeat 0px -50px ;width:182px;height:50px;border:0;color:#FFF;font-size:1.4em;}
			
			div.input { padding:3px 0; }
			a img {border:0px;}
			input, select {  }
			button { float:right; }
			div.error { color:red; font-weight:bold; }
			
/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	text-align: left;
	border-collapse: collapse;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #aac;
	font-size: 8pt;
	padding: 4px 25px 4px 10px;
}
table.tablesorter thead tr .header {
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	border: 1px solid #ccc;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

div.tooltip { 
    background-color:#000; 
    border:1px solid #fff; 
    padding:10px 15px; 
    width:200px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
 
    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
}

.ajaxLoader {display:none; padding: 8px 10px 8px 30px; background: transparent url(img/ajax-loader.gif) no-repeat center left;}
.cleared {clear:both;}
.clear {clear:both;}
.nowThis {display:none;}
			

/* NEW ICON STYLE */
.icon {
   background: url(icons/icon_sprite.png) no-repeat top left;
}

.arrow_down { background-position: 0 0; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.arrow_left { background-position: 0 -26px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.arrow_right { background-position: 0 -52px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.arrow_up { background-position: 0 -78px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.attach { background-position: 0 -104px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.badge_css { background-position: 0 -130px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.badge_html { background-position: 0 -156px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.badge_rss { background-position: 0 -182px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.bullet { background-position: 0 -208px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.calculator { background-position: 0 -234px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.calendar { background-position: 0 -260px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.cd { background-position: 0 -286px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.comment { background-position: 0 -312px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.comment_add { background-position: 0 -338px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.comment_delete { background-position: 0 -364px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.comment_edit { background-position: 0 -390px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.control_back { background-position: 0 -416px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.control_forward { background-position: 0 -442px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.control_pause { background-position: 0 -468px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.control_play { background-position: 0 -494px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.control_stop { background-position: 0 -520px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.copy { background-position: 0 -546px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.disc { background-position: 0 -572px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.download { background-position: 0 -598px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.error { background-position: 0 -624px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.file { background-position: 0 -650px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.file_add { background-position: 0 -676px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.file_delete { background-position: 0 -702px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.file_edit { background-position: 0 -728px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.file_move { background-position: 0 -754px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.heart { background-position: 0 -780px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.image { background-position: 0 -806px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.info { background-position: 0 -832px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.ipod { background-position: 0 -858px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.ipod_podcast { background-position: 0 -884px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.key { background-position: 0 -910px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.laptop { background-position: 0 -936px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.lock { background-position: 0 -962px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.lock_open { background-position: 0 -988px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.magnify { background-position: 0 -1014px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.mail { background-position: 0 -1040px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.mobile { background-position: 0 -1066px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.newspaper { background-position: 0 -1092px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.phone { background-position: 0 -1118px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.photo { background-position: 0 -1144px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.print { background-position: 0 -1170px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.star { background-position: 0 -1196px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.trash { background-position: 0 -1222px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.trolley { background-position: 0 -1248px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.trolley_add { background-position: 0 -1274px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.trolley_delete { background-position: 0 -1300px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.unzip { background-position: 0 -1326px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.upload { background-position: 0 -1352px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.user { background-position: 0 -1378px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.user_add { background-position: 0 -1404px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.user_delete { background-position: 0 -1430px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.user_edit { background-position: 0 -1456px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.vcard { background-position: 0 -1482px; width: 16px; height: 16px; padding:2px 9px 4px 19px; } 
.video { background-position: 0 -1508px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.zip { background-position: 0 -1534px; width: 16px; height: 16px;padding:2px 9px 4px 19px; } 
.facebook { background-position: 0 -1560px; width: 16px; height: 16px;padding:2px 9px 4px 19px; }
.accept { background-position: 0 -1589px; width: 16px; height: 16px;padding:2px 9px 4px 19px; }
.unsubscribe { background-position: 0 -1618px; width: 16px; height: 16px;padding:2px 9px 4px 19px; }

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
	color: #006;
}
.button:active {
	position: relative;
	top: 1px;
}

/* BUTTON color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #ededed,  #f0f0f0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#f0f0f0');
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

#menu {
	list-style:none;
	width:100%;
	margin:0px auto 10px auto;
	height:43px;
	padding:0px 10px 0px 10px;

	/* Rounded Corners */

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* Background color and gradients */

	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #CCCCCC);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#CCCCCC));

	/* Borders */

	border: 1px solid #CCCCCC;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}

#menu li {
	float:left;
	text-align:center;
	position:relative;
	padding: 4px 10px 4px 10px;
	margin-right:10px;
	margin-top:9px;
	border:none;
}

#menu  li.drop:hover {
	border: 1px solid #777777;
	padding: 4px 9px 4px 9px;

	/* Background color and gradients */

	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));

	/* Rounded corners */

	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	font-weight:bold;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#menu li:hover a {
	color:#015b86;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu li .drop {
	padding-right:21px;
	background:url("img/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("img/drop.png") no-repeat right 7px;
}

/* Drop Down */

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;
    z-index:99999;
    font-weight:normal;

	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #CCCCCC);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#CCCCCC));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column,
#menu li:hover .dropdown_2columns,
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
    top:auto;
}

/* Columns */

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

/* Right alignment */

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}
#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

/* Drop Down Content Stylings */

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;
	color:#015b86;
}
#menu li:hover div a:hover {
	color:#029feb;
}
.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.imgshadow {
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}
#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}
