/*----------HOOVER CSS 2012-07-18-1 jbh ----------*/
/* top, right, bottom, left > trbl - tarball */



/*
@media only screen and (max-width: 320px)
{
  body
  {
	font:  28.0px Helvetica, "Lucida Grande", sans-serif;

  }
}
*/
/*----------BASIC ELEMENTS----------*/

html

{

	margin: 0;

	padding: 0;
}

body

{
	width: 1000px; /* 1024 assumed to be min. */
	margin: 0px auto; /* Right and left margin widths set to "auto" */

	font: "Lucida Grande", sans-serif;
    font-size: 14pt;
	font-weight: normal;

	line-height:  1.2;

	color: #0F0F0F;

	//background: url(site_images/nav_back.jpg) repeat-x 0 0 #fff;

}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
     body {
        font-size: 24pt;
     }
}
a:link

{

	font-weight: bold;

	text-decoration: none;

	color: #995301; /* ff9900*/

}

a:visited

{

	font-weight: bold;

	text-decoration: none;

	color: #995500; /* DD7700 */

}

/*
a:hover, a:active

{

	font-weight: bold;

	text-decoration: underline;

	color: #995500;

}

*/

/* typical body text */

p

{

	font:100%/28px "Helvetica Neue", "Lucida Grande", Helvetica, sans-serif;
	font-weight: 150;

	color:#555;

	line-height:1.3;

	margin: 0px 20px 0px 20px;
	padding: 0px 0px 20px 0px;

}
p.img_left
{
	text-align:left;
	//width: 1000px; /* 1024 assumed to be min. */
}
p.img_middle
{
	text-align: center;
    margin-left:auto; 
    margin-right:auto;
	//width: 1000px; /* 1024 assumed to be min. */
}
p.pageHeader
{
	padding: 0px 0px 10px 0px;

}
p.white
{
	color:#FFF;
}
p.small-note
{
	font:70%/10px "Helvetica Neue", "Lucida Grande", Helvetica, sans-serif;
	font-weight: 150;
	color:#333;

	margin: 0px 20px 0px 20px;
	padding: 0px 0px 20px 0px;

}
table.center
{
	text-align: center;
    margin-left:auto; 
    margin-right:auto;
}
#all_center
{
	text-align: center;
    margin-left:auto; 
    margin-right:auto;
}
quote
{
	font-style: italic;
}
/*---------- HEADLINES (SECTION HEADERS) ----------*/
/* header - big page sections */
h1
{
	text-align: center;
	/*text-shadow: 0px 1px 10px #bbb;*/
	font-family:'PT Sans Narrow', Helvetica, Arial, sans-serif;
	font-weight:150;
	font-size: 240%;
	font-style:bold;
	line-height: 1.2;
	color:#577;
	border-top: 2px solid #577;
	margin: 20px 10px 20px 10px;

}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	h1 {
		font-size: 200%;
	}
}
/* header - smaller page sections (topics, lists) */
h2 

{

	margin: 0px 20px 0px 20px;

	font-family:Helvetica, Arial, sans-serif;
	font-weight:100;
    //padding: 0px 0px 0px 0px;

	font-size: 180%;

	color: #DD7700;

	padding: 0px 0px 4px 0px;

}

/* header - dark grey (paragraph headers) */

h3 

{

	font-family:Helvetica, Arial, sans-serif;
	font-size: 120%;
	font-style:bold;

	color: #555;

	letter-spacing: 1px; 

	margin: 0px 20px 0px 20px;

	padding: 0px 0px 4px 0px;
}


/* dotted line separators */
p.dotline

{

	//background: url(images/dot-line.gif) 0 0 repeat-x #fff;

	padding: 0px;

	margin: 0px 0px 0px 0px;

	color: #000;

}
p.email
{
	background-color:#ffb93f;
	display: inline;
	padding: 7px 10px 7px 10px;
	//border: 1px solid #777;
}
p.caption
{
	background-color:#688;
	color:#fff;
	display: inline;
	border: 1px solid #567;
	font-size: 70%;
	font-weight:150;
	font-style:italic;
	line-height:0;
	letter-spacing: 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 22px 20px 10px 20px;
	//margin: 40px 20px 0px 20px;
	position:relative;
	z-index:0;
}
#autoCenter

{
	/*	border: 1px dashed #333; */	

	//1024 assumed to be min.
}
img
{
	position:relative;
	z-index:1;
}
img.thirdwidth
{
	//width:400px;
	min-width:33%;
	max-width:50%;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
     img.thirdwidth {
			min-width:50%;
			max-width:60%;
     }
}

/*----------TEXT TABLE----------*/

#textTable
{}
#textTable table
{}
#textTable table td
{
	vertical-align:top;
	padding: 0px 15px 0px 15px;
}

/*----------HEADER----------*/

#navTop
{
	position: relative;

	margin: 0 auto;

	background: url(all_images/site_images/snowflake.jpg) no-repeat 0px 6px #fff;
	/*background: url(all_images/site_images/spring_sky.jpg) no-repeat 0px 6px #fff;*/
	/* use above for sky etc. images that are banners */
	/*background: url(all_images/site_images/sunflower.png) no-repeat 95px 0px #fff;*/
	/*background: url(all_images/site_images/leaf.png) no-repeat 95px 0px #fff;*/
	/* use above for sunflower etc. images that center behind logo */
	
}
#navTop p
{
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 10px 0px;

}
#navTop table
{
	width: 1000px;
	// two lines below = <table cellpadding="0" cellspacing="0"
	border-spacing:0;
	border-collapse:collapse;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	// background: url(site_images/nav_back.jpg) repeat-x 0 0 #fff;

}
#navTop table td.nav_logo_area
{
	width: 37%;
	height: 150px;	
	text-align: center;
	text-decoration:none;
	padding: 15px 0px 0px 10px;

	margin: 0px 0px 0px 10px;
}
#navTop table td.nav_rond_area
{
	height: 150px;	
}
#navTop table td.nav_rond_area img
{
	height:80%;
	vertical-align:center;
}
#navTop table td.navTop_info_area_hours
{
	width: 25%;
	text-align: center;
	text-decoration:none;
	font: 90% Helvetica, sans-serif;
	color:  #333;
	line-height:1;

	text-align: left;
	vertical-align: top;
	padding: 20px 0px 0px 0px;

	margin:0px 0px 0px 0px;
	color: #555;
    -webkit-text-size-adjust: none;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#navTop table td.navTop_info_area_hours {
		font-size: 50%;
	}
}
#navTop table td.navTop_info_area_address_phone
{
	width: 38%;
	text-align: center;
	text-decoration:none;
	font: 90% Helvetica, sans-serif;
	color:  #333;
	line-height:1;

	text-align: left;
	vertical-align: top;
	padding: 20px 0px 0px 0px;

	margin:0px 0px 0px 0px;
	color: #555;
    -webkit-text-size-adjust: none;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#navTop table td.navTop_info_area_address_phone {
		font-size: 50%;
	}
}


#social_links_area
{
	padding: 6px 0px 0px 0px;
}

#social_links_area img
{
	vertical-align: middle;
	padding: 0px 6px 0px 0px;
}
#social_links_area a
{
	font: 100% Geneva, Verdana, sans-serif;
	color: #004080;
	//background-color:#eec;
	text-align: center;
	line-height: 1.5;
	text-decoration:none;
	margin: 0px 0px 0px 30px;

	padding: 0px 0px 10px 0px;
	display: block;
	float: none;
	//border: 1px solid #777;
}
#social_links_area a:hover
{
	background-color:#bbb;
}
#social_links_area a:active
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#FFFFFF));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #999999, #FFFFFF);
	background-image: -moz-linear-gradient(top, #999999, #FFFFFF);
	background-image: -ms-linear-gradient(top, #999999, #FFFFFF);
	background-image: -o-linear-gradient(top, #999999, #FFFFFF);
	background-image: linear-gradient(top, #999999, #FFFFFF);
}
#navTop table td.spacer
{
	width:120px;	
}
#navTop table td.baseline
{
	padding: 10px 0px 0px 30px;
	width:1000px;
	border-bottom: 1px solid #5c6f91;
}
#navTop table td.nav_buttons_area
{
	padding: 0px 0px 0px 52px;
}
#nav_buttons a {
	background: url(all_images/site_images/tab_usual.png) no-repeat 0 0;

	background-color:transparent;
	width: 142px;
	height: 40px;

	font: 16px/40px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	color: #000;
	text-decoration:none;
	letter-spacing: 1px;

	font-weight: bold;
	text-align: center;

	vertical-align: bottom;

	padding: 0px 0px 0px 0px;

	margin: 0px 8px 0px 0px;
	//horizontal buttons
	display: block;
	float: left;
}
#nav_buttons a:hover
{
	background: url(all_images/site_images/tab_hover.png) no-repeat 0 0;
	background-color:transparent;

}
#nav_buttons a:active
{
	background: url(all_images/site_images/tab_active.png) no-repeat 0 0;

}
#nav_button_active a
{
	background: url(all_images/site_images/tab_active.png) no-repeat 0 0;

	//background-color:#fff;
	width: 142px;
	height: 40px;

	font: 16px/40px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	color: #ffff66;
	text-decoration:none;
	letter-spacing: 1px;

	font-weight: bold;
	text-align: center;

	vertical-align: bottom;

	padding: 0px 0px 0px 0px;

	margin: 0px 8px 0px 0px;
	//horizontal buttons
	display: block;
	float: left;
}

/*---------- NEWS (HIGHLIGHTS) ----------*/

#highlights
{
	font: 150% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1.8;
	color:#688;
	text-align:center;
	align:center;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#highlights {
		font-size:100%;
	}
}

#highlights img
{
	vertical-align:middle;
}

#highlights img.main
{
	border-bottom: 2px solid #688;
}

#highlights table
{
	text-align:center;
	//background-color:#d3e4f2;
	background-color:#fff;
	//border: 4px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
#highlights_buttons
{
	text-align:center;
	line-height:  1.2;
}
#highlights_buttons a
{
//	width: 650px;
	float:left;
//	background-color: #ccc;
	border: 4px solid transparent;
//	position:absolute;
//	line-height:10px;
	vertical-align:middle;
	text-align: left;
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	//display:inline
	display: block
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	text-decoration:none;

}
#highlights_buttons a:hover
{
	//
}
#highlights_buttons img
{
	vertical-align:middle;
}


/*----------MAIN DEPARTMENTS----------*/


#dept_buttons_area table
{
	text-align:center;
	background-color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

#dept_buttons_area a {

	font: bold 120% Geneva, Verdana, sans-serif;
	text-align: center;
	display: block;
	color: #004080;
	letter-spacing:1px;
	line-height: 1;
	text-decoration:none;

	//border
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;

	height: 200px;
	width: 220px;

	margin: 20px 4px 20px 0px;

	padding: 3px 10px 0px 5px;
	display: block;
	border: 4px solid transparent; //999
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
     #dept_buttons_area a {
		font-size: 85%;
     }
}

#dept_buttons_area a:hover {
	border: 4px solid #bbb;
}

/*---------- TEXT BUTTONS----------*/

a.blue-pill {
  background-color: #a5b8da;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a5b8da), to(#7089b3));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #a5b8da, #7089b3);
  background-image: -moz-linear-gradient(top, #a5b8da, #7089b3);
  background-image: -ms-linear-gradient(top, #a5b8da, #7089b3);
  background-image: -o-linear-gradient(top, #a5b8da, #7089b3);
  background-image: linear-gradient(top, #a5b8da, #7089b3);
  border-top: 1px solid #758fba;
  border-right: 1px solid #6c84ab;
  border-bottom: 1px solid #5c6f91;
  border-left: 1px solid #6c84ab;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
  -moz-box-shadow: inset 0 1px 0 0 #aec3e5;
  -ms-box-shadow: inset 0 1px 0 0 #aec3e5;
  -o-box-shadow: inset 0 1px 0 0 #aec3e5;
  box-shadow: inset 0 1px 0 0 #aec3e5;
  color: #fff;
  font: 1em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 0px 8px 0px 8px;
  text-align: center;
  text-shadow: 0 -1px 1px #64799e;
  text-decoration:none;
}


 a.blue-pill:active {
	border: 1px solid #546685;
	-webkit-box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eeeeee;
	-ms-box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eeeeee;
	-o-box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eeeeee;    
}



/*----------LINK LIST AS BUTTONS----------*/


#links_list_area

{

	//background: url(index_images_persistant/gray_sparkle_tile.png) 0 0 repeat #ddd;
}
#links_list_area table
{
	width:1000px;
}
#links_list_area table td
{
	vertical-align: top;	
}
#links_list_area ul

{

	font: 120% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-weight:150;
	color: #555;
	list-style-type:none;
	//background: url(index_images/button_back.png) no-repeat 0 0;

}
#links_list_area ul li

{
	//
}
#links_list_area ul li a

{
	font-weight:100;
	height: 60px;
	width: 225px;

	margin: 10px 0px 0px 0px;

	padding: 8px 10px 0px 8px;
	text-align:left;
	color: #ffffff;
	//border: 1px solid #000;
	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	-ms-border-radius: 4px;
  	-o-border-radius: 4px;
  	border-radius: 4px;
	display: block;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
     #links_list_area ul li a {
		height: 70px;
		font-weight:150;
     }
}

#orange-buttons a
{
  background-color: #ff8000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8000), to(#c76a00));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ff8000, #c76a00);
  background-image: -moz-linear-gradient(top, #ff8000, #c76a00);
  background-image: -ms-linear-gradient(top, #ff8000, #c76a00);
  background-image: -o-linear-gradient(top, #ff8000, #c76a00);
  background-image: linear-gradient(top, #ff8000, #c76a00);
  color: #fff;
  font: bold 1em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 8px 10px;
  text-align: center;
  text-shadow: 0 -1px 1px #c76a00	;
  text-decoration:none;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
     #orange-buttons a {
	  font: bold 60% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
     }
}


#orange-buttons a:hover
{
  background-color: #c76a00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c76a00), to(#8f4d01));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #c76a00, #8f4d01);
  background-image: -moz-linear-gradient(top, #c76a00, #8f4d01);
  background-image: -ms-linear-gradient(top, #c76a00, #8f4d01);
  background-image: -o-linear-gradient(top, #c76a00, #8f4d01);
  background-image: linear-gradient(top, #c76a00, #8f4d01);
}
#orange-buttons a:active
{
  background-color: #8f4d01;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8f4d01), to(#c76a00));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #8f4d01, #c76a00);
  background-image: -moz-linear-gradient(top, #8f4d01, #c76a00);
  background-image: -ms-linear-gradient(top, #8f4d01, #c76a00);
  background-image: -o-linear-gradient(top, #8f4d01, #c76a00);
  background-image: linear-gradient(top, #8f4d01, #c76a00);
}
#cyan-buttons a
{
  background-color: #4cb9c6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4cb9c6), to(##419ca5));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #4cb9c6, #419ca5);
  background-image: -moz-linear-gradient(top, #4cb9c6, #419ca5);
  background-image: -ms-linear-gradient(top, #4cb9c6, #419ca5);
  background-image: -o-linear-gradient(top, #4cb9c6, #419ca5);
  background-image: linear-gradient(top, #4cb9c6, #419ca5);
  color: #fff;
  font: bold 1em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 8px 10px;
  text-align: center;
  text-shadow: 0 -1px 1px #419ca5	;
  text-decoration:none;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
     #cyan-buttons a {
	  font: bold 60% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	  padding: 0px 10px;
     }
}
#cyan-buttons a:hover
{
  background-color: #4cb9c6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#419ca5), to(#2f747c));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #419ca5, #2f747c);
  background-image: -moz-linear-gradient(top, #419ca5, #2f747c);
  background-image: -ms-linear-gradient(top, #419ca5, #2f747c);
  background-image: -o-linear-gradient(top, #419ca5, #2f747c);
  background-image: linear-gradient(top, #419ca5, #2f747c);
}
#cyan-buttons a:active
{
  background-color: #4cb9c6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2f747c), to(#419ca5));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #2f747c, #419ca5);
  background-image: -moz-linear-gradient(top, #2f747c, #419ca5);
  background-image: -ms-linear-gradient(top, #2f747c, #419ca5);
  background-image: -o-linear-gradient(top, #2f747c, #419ca5);
  background-image: linear-gradient(top, #2f747c, #419ca5);
}
#green-buttons a
{
  background-color: #45b93d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#53c8d4), to(#32872c));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #45b93d, #32872c);
  background-image: -moz-linear-gradient(top, #45b93d, #32872c);
  background-image: -ms-linear-gradient(top, #45b93d, #32872c);
  background-image: -o-linear-gradient(top, #45b93d, #32872c);
  background-image: linear-gradient(top, #45b93d, #32872c);
  color: #fff;
  font: bold 1em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 8px 10px;
  text-align: center;
  text-shadow: 0 -1px 1px #419ca5	;
  text-decoration:none;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#green-buttons a {
		font: bold 60% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
		padding: 0px 10px;
	}
}
#green-buttons a:hover
{
  background-color: #4cb9c6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#32872c), to(#215b1d));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #32872c, #215b1d);
  background-image: -moz-linear-gradient(top, #32872c, #215b1d);
  background-image: -ms-linear-gradient(top, #32872c, #215b1d);
  background-image: -o-linear-gradient(top, #32872c, #215b1d);
  background-image: linear-gradient(top, #32872c, #215b1d);
}
#green-buttons a:active
{
  background-color: #4cb9c6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#215b1d), to(#32872c));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #215b1d, #32872c);
  background-image: -moz-linear-gradient(top, #215b1d, #32872c);
  background-image: -ms-linear-gradient(top, #215b1d, #32872c);
  background-image: -o-linear-gradient(top, #215b1d, #32872c);
  background-image: linear-gradient(top, #215b1d, #32872c);
}

/*----------social----------*/


#white-buttons ul
{
}
#white-buttons ul li a

{
	font-weight:100;
	font-size:120%;
	height: 60px;
	width: 225px;

	margin: 10px 0px 0px 0px;

	padding: 8px 10px 0px 8px;
	text-align:left;
	color: #000;
	//border: 1px solid #000;
	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	-ms-border-radius: 4px;
  	-o-border-radius: 4px;
  	border-radius: 4px;
	display: block;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
     #white-buttons ul li a {
		font-size:75%;
     }
}
#white-buttons img
{
	height: 60%;
	vertical-align:middle;
	margin: 10px 10px 0px 6px;

	padding: 0px 0px 12px 0px;
}
#white-buttons a
{
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#c5c5c5));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ddd, #c5c5c5);
  background-image: -moz-linear-gradient(top, #ddd, #c5c5c5);
  background-image: -ms-linear-gradient(top, #ddd, #c5c5c5);
  background-image: -o-linear-gradient(top, #ddd, #c5c5c5);
  background-image: linear-gradient(top, #ddd, #c5c5c5);
  text-decoration:none;
	border: 1px solid #777;
}
#white-buttons a:hover
{
  background-color: #4cb9c6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#909090));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #dddddd, #909090);
  background-image: -moz-linear-gradient(top, #dddddd, #909090);
  background-image: -ms-linear-gradient(top, #dddddd, #909090);
  background-image: -o-linear-gradient(top, #dddddd, #909090);
  background-image: linear-gradient(top, #dddddd, #909090);
}
#white-buttons a:active
{
  background-color: #4cb9c6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#909090), to(#ddd));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #909090, #ddd);
  background-image: -moz-linear-gradient(top, #909090, #ddd);
  background-image: -ms-linear-gradient(top, #909090, #ddd);
  background-image: -o-linear-gradient(top, #909090, #ddd);
  background-image: linear-gradient(top, #909090, #ddd);
}

/*----------FAQ----------*/


#faq

{

	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 150%;
	font-weight: 100%;

	line-height: 1.3;

	color: #666;
	padding:0px 30px 0px 30px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
     #faq {
		font-size:120%;
     }
}

#twothirdscolumn
{
	max-width: 67%;
	margin:0 auto;
}

#fourfifthscolumn
{
	max-width: 80%;
	margin:0 auto;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#twothirdscolumn {
		max-width: 90%;
	}
}
/*----------FOOTER----------*/



#footer

{

	//background: #ddd;

	//background: url(site_images/footer_back.png) 0 0 repeat-x #000;
	//background: url(site_images/nav_back.jpg) no-repeat 0 0 #444;

	font-size: 13px;

	width: 1000px;

	height: 70px;

	position: relative;

	margin: 0 auto;

	padding: 0;
}

#footer ul

{

	font: 115%/0px Helvetica, Arial, sans-serif;

	text-align: right;

	right: 10px;

}

#footer ul a

{
	color:#c76a00;
	padding: 0 2px;

	text-decoration: none;

}

#footer ul a:hover

{
	color:#ff8000;

}
#footer ul a:active

{
	color:#a54800;

}
#footer p.copyright

{

	text-align:right;
	font: 100%/10px Helvetica, Arial, sans-serif;

	color: #666;

	margin: 0px 8px 0px 0px;

}


