body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #333333;
	/* start */
	background-color: #ffffff;
	/* end */
margin: 0px;
}



/* corners stuff */
.corners{
width:1100px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
}
.corners .left{width:15px;float:left;}
.corners .right{width:15px;float:right;}
.corners .corners_spacer{float:left;width:1070px;height:15px;background-color:#FFFFFF;}
/* end corners stuff */


#container{
background-color:#FFFFFF;
width:1073px;
margin:auto;
}



#logo{
display:inline;
float:left;
margin:13px 0px 20px 15px;
}

#topcontact{
margin:17px 23px 0px 0px;
font-size:16px;
text-align:right;
display:inline;
float:right;
}
#topcontact .phone{color:#666666;}
#topcontact a{color:#333333; text-decoration:none;}
#topcontact a:hover{color:#333333; text-decoration:underline;}

#big_image{
width:683px;
height:280px;
float:left;
}

#quote{
font-family: Georgia, Times New Roman, Times, serif;
font-size:16px;
color:#666666;
font-style:italic;
float:left;
width:221px;
height:200px;
background-color:#CCCCCC;
margin:0px 8px 0px 8px;
padding:60px 44px 20px 44px;
}

#yellow_box{
float:left;
width:65px;
height:280px;
background-color:#ffff00;
}


#main_left{
width:637px;
float:left;
border-right:1px solid #cccccc;

padding:0px 35px 20px 20px;
}

.subpages{min-height:520px;}
.homepage{min-height:710px;}

#main_right{
width:380px;
float:right;
}

.orange{
color:#FF6600;
}

.orange_dark{
color:#FF3300;
}

.grey_title{
color:#666666;
}

.main_right_contents{
margin: 5px 20px 20px 20px;
}

.right_top{
border-bottom:1px solid #cccccc;
margin:0px 0px 20px 10px;
}
.right_top img{
float:left; margin:0px 20px 20px 0px; border:0px;
}

#right_comments{
margin:0px 0px 20px 10px;
font-size:14px;
color:#FF3300;
}

#right_bottom{
margin:0px 0px 20px 10px;
font-size:14px;
}



#footer{
clear:both;
padding:15px;
border-top:1px solid #cccccc;
font-size:12px;
font-weight:bold;
color:#000000;
margin-top:10px;
}
#footer a{
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration:none;
}
#footer a:hover{
text-decoration:underline;
}
#cookie_link{
	font-size:11px;
	padding-bottom:30px;
	text-align:center;
}


/* ********************top navigation************************* 
comment or uncomment top nav tabs OR top nav no tabs

*/

/*************** top nav tabs ****************
note watch left and right tabs depending on float left or float right...
*/

#topmenu .tab_L{
width:4px;
height:30px;
float:right;
/* to have tabs at the start replace tab_blank.gif with left and right (left & right reversed see above) 
also change dropdown.js */ 
background-image:url(images/tabs/tab_blank.gif);
}
#topmenu .tab_R{
margin-left:2px;
width:4px;
height:30px;
float:right;
background-image:url(images/tabs/tab_blank.gif);
}

#topmenu .tab_selected_L{
width:4px;
height:30px;
float:right;
background-image:url(images/tabs/tab_right.gif);
}
#topmenu .tab_selected_R{
margin-left:2px;
width:4px;
height:30px;
float:right;
background-image:url(images/tabs/tab_left.gif);
}

#topmenu{
clear:both;
margin:8px 0px 24px 0px;
overflow:hidden;
	text-align: right;
	padding-right: 5px;
background-image:url(images/menu_background.gif);
}
#topmenu a{
	float:right;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
text-transform:uppercase;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:8px;
	padding-right:8px;
line-height:20px;
}

#topmenu a:hover{
	font-size: 14px;
	color: #333333;
}

#topmenu .page_selected {
	font-size: 14px;
	color: #333333;
}
/*
/*************** end  top nav tabs *****************/



/******************* top nav - no tabs **********************/
/*
#topmenu{
overflow:hidden;
	background-image: url(images/nav_bgnd.gif);
	text-align: right;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}
#topmenu a{
	vertical-align: middle;

	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
}

#topmenu a:hover{
	font-size: 12px;
	color: #000000;
	background-color: #cccccc;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	margin-left:-1px;
	margin-right:-1px;
}

#topmenu .page_selected {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	margin-left:-1px;
	margin-right:-1px;
}
*/
/******************* end  top nav - no tabs **********************/


/* top menu dropdowns */
.dropdown{
	position:absolute;
	visibility: hidden;
	width: 50px;
	z-index: 100;
	overflow: visible;
	padding:0px;
}

.dropdown a{
color:#666666;
width: 100%;
display: block;
padding: 2px 0px 2px 0px;
text-decoration: none;
text-transform:uppercase;
font-weight: normal;
text-indent: 10px;
}

.dropdown a:hover{
color:#333333;
	background-color: #cccccc;
}
.dropbox {
	background-image:url(images/menu_background.gif);
}
/* end top menu dropdowns */

/* ********************end top navigation************************* */





/* ********************side navigation************************* */

#sidemenu{
	font-family: Arial, Helvetica, sans-serif;
background-image:url(images/newsbackground.jpg);
float:left;
width:175px;
margin-bottom:10px;
}

#sidemenu a{
font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	color: #993399;
	background-image:url(images/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;

text-transform:uppercase;

text-decoration:none;
padding-left:15px;
}

.vert_menu_sub{
display:none;
}

#sidemenu .vert_menu_sub a{
line-height: 17px;
background-image:none;
text-transform:none;
font-size:10px;
}

#page_selected_vert{
background-image:url(images/bgnd_dropdown.gif);
}

#page_selected_vert .side_top_page_selected{
background-image:url(images/arrow_black.gif);
color:#333333;
}
#page_selected_vert .side_sub_page_selected{
color:#333333;
}
/*  ***end side nav ***********/


/************* side sub menus **********************/

#side_sub_menu{
background-image:url(images/newsbackground.jpg);
float:left;
width:200px;
margin-left:7px;
}

#side_sub_menu a{
display:block;
width:100%;
font-size:14px;
	line-height: 20px;
	font-weight: bold;
	color: #006699;
	background-image:url(images/sidemenu_background.gif);
text-transform:uppercase;
text-decoration:none;
padding:5px 0px 5px 10px;
margin-bottom:2px;
}

#side_sub_menu a:hover{
	background-image:url(images/sidemenu_background_over.gif);
}

#side_sub_menu a.side_sub_page_selected{
	background-image:url(images/sidemenu_background_over.gif);
}
/************* end side sub menus **********************/


/* ********************end navigation************************* */








/************* search box and stuff********/

#right_side_box{
color:#FFFFFF;
background-color:#000000;
position:absolute;
right:0px;
bottom:0px;
padding-right:15px;
padding-bottom:5px;
}
#right_side_box a{
color:#FFFFFF;
font-size:12px;
text-decoration:none;
}
#right_side_box a:hover{
color:#cccccc;
}
.search_button{
float:right;
}

#right_side_box .search_button input{
background:url(images/search.gif) no-repeat; 
cursor:pointer; 
width: 18px; 
height: 18px; 
border: none;
}



#search_results_left{
width:50%;
float:left;
margin-right:20px;
padding-right:20px;
border-right:1px solid #cccccc;
}

#search_results_left img{
width:90px;
height:90px;
float:left;
border: 1px solid #cccccc;
margin-right:5px;
margin-bottom:20px;
}
.search_item{
clear:both;
width:300px;
margin-bottom:20px;
}



#search_results_right{
float:left;
}

/************* search stuff ********/


/* ************ login Stuff *********************** */
#login{
width:200px;
}


#login_onpage{
background-color:#FF9900;
border:1px solid #666666;
font-size:10px;
}
#login_onpage input{
font-size:10px;
}

#login_onpage #submit{
font-size:11px;
}

#login_onpage td{
padding:2px;
}
#login_onpage #username{
width:75px;
}
#login_onpage #password{
width:75px;
}

/*  user text - user logged in stuff */
#usertext{
padding:2px;
background-color:#FFFFFF;
border:1px solid #cccccc;
margin:0px;
color:#000000;
font-size:11px;
}
#usertext a{
text-decoration:none;
}
#usertext a:hover{
}
/*  end user text  */



/*  admin text  - admin logged in */
#admintext{
width:200px;
padding:2px;
background-color:#FFFFFF;
border:1px solid #cccccc;
margin:0px;
color:#999999;
font-size:10px;
}
#admintext a{
text-decoration:none;
color:#3366FF;
}
#admintext a:hover{
text-decoration:none;
background-color:#CCCCCC;
color:#FFFFFF;
}
/*  end admin text  */



.user_form_include{
border:1px solid #cccccc;
margin:5px;
width:700px;
}

/* ************ end login Stuff *********************** */






/* *********** list styles *********


set number of columns by width of item div */

.item_list{
margin-left:0px;
margin-right:0px;
margin-bottom:10px;
margin-top:2px;
padding:0px;
/*border:1px solid #cccccc;
background-color:#9999CC;
overflow:scroll;
height:10px;*/
width:650px;
float:left;
}
.spacer{
clear:both;
}

#pagination a{
text-decoration:none;
}

#pagination .list_page_selected{
font-size:14px;
font-weight:bold;
}

/* *********end list styles ************ */




/* *********** site map *******************/
#site_map{
font-size:12px;
padding:20px;
background-color:#ffffff;
}

#site_map .site_map_indent{
font-size:10px;
margin-left:30px;
}

/* *********** end site map *******************/






/************ comment form ********************/
#comment_form{
display:none;
padding:5px;
background-color:#CCCCCC;
float:left;
}
#comment_form input{
margin-bottom:2px;
font-size:10px;
width:200px;
}
#comment_form #submit{
margin-top:5px;
font-size:11px;
width:100px;
}

#comment_form textarea{
margin-bottom:2px;
width:300px;
height:100px;
}

.close_top{
display:inherit;
/*
background-color:#666666;
padding:2px; */
float:right;
vertical-align:middle;
}
.close_top img{
padding:0px;
margin:2px;
}

/******************* end comment form **********************/




/************ slide show ***********/
#image_container{
margin-left:auto;
margin-right:auto;
margin-top:20px;
}
.slideshow_text{
margin-left:20px;
color:#333333;
}
/************ end slide show ***********/





/* ************************ general styles ***************************/
.box{
border:1px solid #cccccc;
}

.spacer{
margin:0px;
padding:0px;
clear:both;
}

#breadcrumb{
color:#999999;
font-size:10px;
}

.share_social_networks img{
margin-bottom:2px;
}

#item_added_confirmation{
z-index:1000;
width:250px;
top:auto;
left:auto;
position:absolute;
background-color:#FFFFFF;
border:1px solid #000000;
margin:20px;
font-size:12px;
font-weight:bold;
}
#item_added_confirmation p{
margin:20px;
}

#close_top{
display:inherit;
/*
background-color:#666666;
padding:2px; */
float:right;
vertical-align:middle;
}
#close_top img{
padding:0px;
margin:2px;
}


/* form stuff */

form{
margin:0px;
padding:0px;
}
select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/* form buttons */
.button {
color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:italic;
	text-decoration: none;
	margin: 0px;
	padding: 3px;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-image:url(images/button_bgnd.gif);
}
.button:hover {
background-image:url(images/button_bgnd_over.gif);
background-position:bottom;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

.search_button{display:inline;}
.search_button input{
background:url(images/search.gif) no-repeat; 
cursor:pointer; 
width: 18px; 
height: 18px; 
border: none;
}

/* end form stuff */




h1 {
text-decoration: none;
	font-size: 30px;
	color: #000000;
	margin-top:10px;
	margin-bottom:20px;
font-weight:normal;
}

h2 {
text-decoration: none;
	font-size:22px;
font-weight:normal;
	color: #333333;
	margin-top:0px;
	margin-bottom:20px;
}



p{margin:0px;padding:0px;}

a {
color:#000000;

}
a:hover {
color:#999999;

}


.admin_links{
font-size:10px;
font-weight:normal;
color:#3366FF;
}

a.admin_links{
font-size:10px;
font-weight:normal;
color:#3366FF;
text-decoration:none;
}

a.admin_links:hover{
background-color:#CCCCCC;
color:#FFFFFF;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.red {
	color: #FF0000;
}

#error{
color:#FF0000;
margin-bottom:2px;
}
/* ************************ end general styles *********************/

