@charset "iso-8859-1";
/* ######### CSS for page ######### */

body {
	background: url(/Images/Page%20Styles/light_alu.png) repeat;
	font: 1em Arial,Helvetica,sans-serif;
	margin: 0;
	color: #474747;
}

/* Hyperlinks
-------------------------------------------------------------- */

a:link {
	/*color: #3B5998;*/
	color: #aa0000;
	text-decoration: none;
}

a:visited {
	color: #aa0000;
	text-decoration: none;
}

p a:visited, #mainContent ul li a:visited {
	color: #3B5998;
	text-decoration: none;
}

a:hover, p a:hover, #mainContent ul li a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:link img  {
	border: none;
}

/* Paragraph & Headings
-------------------------------------------------------------- */

p {
	line-height: 1.5; font-size: .9em; margin: .5em 0;
}

p a:link {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 { margin: 0em; }
h1 { font-size: 1.2em; color: #555; font-family: arial, sans-serif; /*text-shadow: 0px 1px 1px #FFF;*/ }
h2 { font-size: 1em; color: #333; font-family: arial, sans-serif; }
h3 { color: #a00; font: bold .95em arial, sans-serif; /*text-transform: uppercase;*/ }
h4 { color: #333; font: bold .9em arial, sans-serif; /*text-transform: uppercase;*/ }
h5 { color: #a00; font: bold .85em arial, sans-serif; /*text-transform: uppercase;*/}
h6 { color: #333333; font: bold .8em arial, sans-serif; }
h1 a, h1 a:link, h1 a:visited,
h2 a, h2 a:link, h2 a:visited,
h3 a, h3 a:link, h3 a:visited,
h4 a, h4 a:link, h4 a:visited,
h5 a, h5 a:link, h5 a:visited,
h6 a, h6 a:link, h6 a:visited { color: #333; }
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover { color: #000; }

input.submit{
	cursor: pointer;
}

/* List & Table Styles
-------------------------------------------------------------- */

table {
	width: 100%;
}

li {
	font-size: .9em;
}

label {
	cursor: pointer;
}

/* Button Styles
-------------------------------------------------------------- */

p a.btn, input.btn { 	
	padding: 5px 10px;
	border:1px solid #363;
	background:#5aae00 url(/Images/Page%20Styles/form_button.gif) repeat-x;
	color:#fff;
	cursor: pointer;
	text-align:center;
	text-decoration: none;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.btn:hover, input.btn:hover {
	background:#5aae00 url(/Images/Page%20Styles/form_button-hover.gif) repeat-x;
}

.btn:active, input.btn:active {
	-webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, .4);
	-moz-box-shadow:    inset 0px 0px 5px rgba(0, 0, 0, .4);
	box-shadow:         inset 0px 0px 5px rgba(0, 0, 0, .4);
}

p a.btn-g, input.btn-g { 	
	padding: 5px 10px;
	border:1px solid #555;
	background:#888 url(/Images/Page%20Styles/reset_button.gif) repeat-x;
	color:#fff;
	cursor: pointer;
	text-align:center;
	text-decoration: none;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.btn-g:hover, input.btn-g:hover {
	background:#888 url(/Images/Page%20Styles/reset_button-hover.gif) repeat-x;
}

.btn-g:active, input.btn-g:active {
	-webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, .4);
	-moz-box-shadow:    inset 0px 0px 5px rgba(0, 0, 0, .4);
	box-shadow:         inset 0px 0px 5px rgba(0, 0, 0, .4);
}
	
/* Body Styles
-------------------------------------------------------------- */

#container {
	background:#888 url(/Images/Page%20Styles/groovepaper.png) repeat;
	width: 960px;
	margin: 0 auto;
	padding: 80px 15px 0px 15px;
	margin-top: 0px;
	margin-bottom: 20px;
	height: auto;
	
	border: 1px solid #A9A9A9;
	
	-moz-border-radius: 4px;
	border-radius: 4px;
			
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, .1);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, .1);
}

#container.small {
	width: 550px;
	padding: 15px;
	text-align: center;
}

.clear-both {
   clear: both;
}

hr {
	border-top: 1px dashed #999999;
	-moz-box-shadow: 1px 1px 1px #fff;
	-ms-box-shadow: 1px 1px 1px #fff;
	-webkit-box-shadow: 1px 1px 1px #fff;
	box-shadow: 1px 1px 1px #fff;
}

#mainContent hr {
	margin: 25px 0px;
}

/* Sidebar
-------------------------------------------------------------- */

#sidebar {
	float: left;
	width: 210px;
	margin-right: 20px;
	margin-bottom: 5px;
	display:inline;
	}
	
#sidebar div{
	width: 200px;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #EAEAEA;
	border: 1px solid #c9c9c9;
	
	-moz-border-radius: 2px;
	border-radius: 2px;
	/*-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2), 1px 1px 0 #c9c9c9;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2), 1px 1px 0 #c9c9c9;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2), 1px 1px 0 #c9c9c9;*/
}

.box {
	padding: 5px;
	background-color: #DADADA;
	border: 1px solid #A9A9A9;
	
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#sidebar div ul, #sidebar div li {
	padding: 0;
	margin: 5px 0px;
	list-style: none;
}

#sidebar div a li:hover:after { 
	content:" »";
}

#sidebar p {
	color: #777;
	font-size: .8em;
}

#sidebar h4 {
	margin-bottom: 4px;
	padding-bottom: 4px;
	/*border-bottom: 1px dashed #999;*/
	
	border-bottom: 1px solid #CCC;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
	text-shadow: 0 0 0 transparent,0 1px 1px rgba(255, 255, 255, .5);
	-moz-box-shadow: 0 1px 1px #fff;
	-ms-box-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 1px 1px #fff;
	box-shadow: 0 1px 1px #fff;
}

#sidebar h4 a:hover:after { 
	content:" »";
}

#sidebar div.sidebar-highlight {
	background-color: #DADADA;
	border: 1px solid #A9A9A9;
}

/* ---------------- Flickr Styles ------------------- */

.flickr_badge_image {
	margin:0px;
	display:inline;
}
	
#flickr div{
	background-color: none;
	border: none;
	-moz-border-radius: none;
	border-radius: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align:left;
	padding-left: 7px;
}
	
.flickr_badge_image img {
	border: 1px solid #eeeeee !important; 
	/*padding:5px; 
	margin: 5px 10px 5px 0px;*/
	
	margin: 5px 2px 5px 0px;
	padding: 4px; 
	background: #eeeeee;
	
	/* rounded borders of 5px in firefox */
	-moz-border-radius:2px;   
	
	/* rounded borders of 5px in chrome and other browsers */
	-webkit-border-radius:2px;  
	
	/* rounded borders of 5px in browsers that support css3 */
	border-radius:2px; 
	
	/* shadows for different browsers */
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, .5);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, .5);
}
	
.flickr_badge_image img:hover{
	border: 1px solid #aa0000 !important;
}
	
#flickr {
}

/* Main Content
-------------------------------------------------------------- */

#mainContent {
	width: 960px;
}

#mainContent.sidebar {
	float: left;
	width: 730px;
}

#mainContent.small {
	width: 520px;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	
	background-color: #EAEAEA;
	border: 1px solid #c9c9c9;
	
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, .2);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, .2);
}

#mainContent li a:link {
	text-decoration: underline;
}

#mainContent input.submit{
	padding:0 10px;
	height:32px;
	border:1px solid #363;
	background:#5aae00 url(/Images/Page%20Styles/form_button.gif) repeat-x;
	color:#fff;
	cursor: pointer;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}			

#mainContent input.submit:hover{
	background:#5aae00 url(/Images/Page%20Styles/form_button-hover.gif) repeat-x;	
}	

#mainContent input.reset{
	padding:0 10px;
	height:32px;		
	border:1px solid #555;
	background:#888 url(/Images/Page%20Styles/reset_button.gif) repeat-x;
	color:#fff;
	cursor:pointer;		
	text-align:center;	
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}			

#mainContent input.reset:hover{
	background:#888 url(/Images/Page%20Styles/reset_button-hover.gif) repeat-x;	
}	

/* Top Bar & Header
-------------------------------------------------------------- */

#news-flash {
	padding: 5px 0px;
	background-color: #eeeeee;
	color: #333333;
	text-align: center;
	font-weight: bold;
	background:#888 url(/Images/Page%20Styles/groovepaper.png) repeat;
	width: 990px;
	margin: 0 auto;
	margin-top: -1px;
	margin-bottom: 10px;
	border: 1px solid #A9A9A9;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, .1);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, .1);
}

#topBar {
	border-top: #aa0000 solid 4px;
	padding-top: 0;
	height: 80px;
	z-index: 1;
	
	/*-moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.1), inset 0px -1px 0px rgba(255,255,255,0.6);
	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.1), inset 0px -1px 0px rgba(255,255,255,0.6);
	box-shadow: 0px 1px 0px rgba(0,0,0,0.1), inset 0px -1px 0px rgba(255,255,255,0.6);*/
}

#header,#footer, #full-width {
	clear: both;
	width: 960px;
	margin: 0 auto;
}

#header {
	margin-top: 27px;
	z-index: 1000;
}

#header-img {
	background: url(/Images/Page%20Styles/header.jpg) no-repeat;
	background-position: 0px -20px;
	border: 1px solid #a00;
	height: 100px;
	margin-bottom: 10px;
}

#phone {
	float: right;
	margin-right: 25px;
	margin-top: -1px;
	padding: 5px 15px;
	width: auto;
	background-color: #EAEAEA;
	border: 1px solid #aa0000;
	border-top: 1px solid #999;
	-moz-bottom-left-border-radius: 4px;
	-moz-bottom-right-border-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	opacity: 0.5;
	
	text-align: center;
	font-size: 1.15em;
	color: #333;
}

#full-width {
	margin-bottom: 20px;
}

#logo {
	width: 128px;
	float: left;
	margin-left: -10px;
}

#navigation {
	float: left;
	width: 842px;
}

#logoBox {
	width: auto;
	height: auto;
	margin-left: -5px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;
}

#print_Title{
	display: none;
}

/* Bottom Bar & Footer
-------------------------------------------------------------- */

#bottomBar {
	background: url(/Images/Page%20Styles/light_alu.png) repeat;
	border-top: #aa0000 solid 2px;
	padding-bottom: 100px;
	font-size: .9em;
	
	opacity: 0.75;
	background-color: rgba(0,0,0,0.10);
	-moz-box-shadow: 0px -1px 0px rgba(0,0,0,0.1), inset 0px 1px 0px rgba(255,255,255,0.6);
	-webkit-box-shadow: 0px -1px 0px rgba(0,0,0,0.1), inset 0px 1px 0px rgba(255,255,255,0.6);
	box-shadow: 0px -1px 0px rgba(0,0,0,0.1), inset 0px 1px 0px rgba(255,255,255,0.6);
	-webkit-transition: 0.10s ease-in;
	-moz-transition: 0.10s ease-in;
}

#bottomBar:hover{
	opacity: 1;
}

#bottomBar a:visited{
	color: #aa0000;
}

#bottomBar a:hover{
	color: #000000;
}

#footer ul {
	padding: 0;
	margin: 0px 0px 15px 0px;
}

#footer lh, #footer lh a {
	color: #555;
	font-weight:bold;
    list-style:none;
}

#footer lh a:hover {
	color: #000;
}

#footer lh a:hover:after { 
	content:" »";
}

#footer lh a:visited {
	color: #555;
}

#footer ul li {
    list-style: none;
}

/* Feedback Tab
-------------------------------------------------------------- */

a#feedbackright {
	background: url(../Images/Page%20Styles/feedback-grey.png) 	no-repeat scroll 50% 50% #eaeaea;
	display:block;
	height:90px;
	line-height:0;
	padding:5px;
	position:fixed;
	right:0;
	/*left:0;*/
	text-indent:-99999px;
	top:35%;
	width:22px;

	-moz-border-top-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;

	border: 1px #c9c9c9 solid;
	border-right: none;
	
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, .2);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, .2);
}

a#feedbackright:hover {
	background: url(../Images/Page%20Styles/feedback-white.png) no-repeat scroll 50% 50%;
	background-color: #aaaaaa;
	border-color: #ffffff;
}

/* Misc. and other class styles
-------------------------------------------------------------- */

.table_hovers {
	text-decoration:none;
}

.table_hovers:hover {
	color: #C00;
}

.ContactForm {
	padding: 5px;
	border: #666 2px solid;
	text-align: center;
}

.content img{
	border-style: none;
	padding: 5px;
}

.content:hover img{
	border: 1px solid #555555;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 4px;
}

span.counter {
	color: #a00;
	cursor: default;
	font-size: 2em;
}

/* ---------------- Image Styles ------------------- */



.double-border, a img.double-border {
	padding: 4px; 
	background: #eeeeee;
	border: #AAA 1px solid;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, .5);
	box-shadow:         0px 0px 5px rgba(0, 0, 0, .5);
}

a .double-border:hover {
	border: #A00 1px solid;
}

td.featured, .dwuserEasyRotator {
	padding: 10px;
	background:#efefef;
	border: 1px solid #fff;
	-webkit-border-radius: 2px;
	moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, .5);
	box-shadow:         0px 0px 5px rgba(0, 0, 0, .5);
}

td.featured:hover, .dwuserEasyRotator {
	background: #ffffff; 
	}

.gallery{
	width: 122px;
	height: 122px;
	margin: 8px;
	/*border: 1px solid #555555;
	padding: 7px;
	background: #f1f1f1;*/
	
	padding: 4px; 
	background: #eeeeee;
	border: #AAA 1px solid;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, .5);
	box-shadow:         0px 0px 5px rgba(0, 0, 0, .5);
}

.gallery:hover{
	border: 3px double #CC0000;
	padding: 1px; /*Inner border size*/
	background: #f1f1f1; /*Inner border color*/
}

.green {
	background: #308030;
	padding:0px 6px;
	border:1px solid #3b6e22;
	height:24px; 
	line-height:24px;
	color:#FFFFFF;
	font-size:12px;
	margin-right:10px;
	display:inline-block;
	text-decoration:none;
}

.grey {
	background: #efefef;
	padding:0px 6px;
	border:1px solid #777777;
	height:24px; 
	line-height:24px;
	color:#333333;
	font-size:12px;
	margin-right:10px;
	display:inline-block;
	text-decoration:none;
}

/* -------------- TABLES ----------------- */

.tablesorter {
	margin: 15px 0px;
	border: 1px solid #c9c9c9;
	
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2), 1px 1px 0 #c9c9c9;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2), 1px 1px 0 #c9c9c9;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2), 1px 1px 0 #c9c9c9;
}

.tablesorter a:link {
	color: #000;
	text-decoration: underline;
}

.tablesorter a:visited {
	color: #3B5998;
}

.tablesorter a:hover {
	color: #A00;
}

.tablesorter thead tr th, .tablesorter tfoot tr th, thead tr th {
	background-color: transparent;
	border-bottom: 3px solid #999;
	font-size: .8em;
	text-align: left;
	padding: 4px;
}

.tablesorter thead tr th:hover, .tablesorter tfoot tr th:hover{
	/*background-color: #69F;*/
	border-bottom: 3px solid #a00;
}

.tablesorter thead tr .header {
	background-image: url(../Images/Page%20Styles/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

.tablesorter tbody td {
	padding: 4px;
	vertical-align: center;
	border: 1px solid #999;
}

.tablesorter tbody tr.odd td {
	background-color: #F0F0F6;
}

#table.tablesorter tbody tr:hover td {
	background-color: #a7c9e2;
}

.tablesorter thead tr .headerSortUp {
	background-image: url(../Images/Page%20Styles/asc.gif);
}

.tablesorter thead tr .headerSortDown {
	background-image: url(../Images/Page%20Styles/desc.gif);
}

.tablesorter thead tr .headerSortDown, .tablesorter thead tr .headerSortUp {
	/*background-color: #a7c9e2;*/
	border-bottom: 3px solid #a00;
}

.tabsmenucontentclass a:hover, .tabsmenucontentclass a.selected{
	color: #a00;
}

div.tablesorterPager {
	padding: 10px 0 10px 0;
	background-color: #D6D2C2;
	text-align: center;
}
div.tablesorterPager span {
	padding: 0 5px 0 5px;
}
div.tablesorterPager input.prev {
	width: auto;
	margin-right: 10px;
}
div.tablesorterPager input.next {
	width: auto;
	margin-left: 10px;
}
div.tablesorterPager input {
	font-size: 8px;
	width: 50px;
	border: 1px solid #330000;
	text-align: center;
}

#mydiv {
	border: 1px solid #666;
	padding: 10px; /*Inner border size*/
	background: #f1f1f1; /*Inner border color*/
}

/* ---------------- Contact Form ------------------*/

#contact{
	margin: 0;
}

#contact h2{
	margin:0;	
	border-bottom: none;
}	
	
#contact h2 span{
	display:block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 16px;
	border-bottom:2px solid #666;
}	

#contact h3{
	font-size: 16px;
}	
	
#contact fieldset{
	margin:0;
	padding:0;
	border:none;
	padding-top: 5px;
}	
	
#contact legend{display:none;
}	

#contact p{
	margin:0em 10px;
}	

#contact label{
	display:block;
}	

#contact input, #contact textarea {
	margin: 5px 0px;
	border: 1px solid #777;
	-moz-opacity: 0.75;
	filter: Alpha(Opacity=75);
	padding:5px 5px;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

#contact button {
	height: 25px;
}	
	
#contact textarea {
	height:75px;
	overflow: auto;
}		
	
#contact p.submit{
	text-align: left;
}	

#contact input.submit{
	margin-top: 10px;

	padding: 0px 10px;
	height:32px;
	line-height:32px;
	border:1px solid #363;
	background:#5aae00 url(/Images/Page%20Styles/form_button.gif) repeat-x;
	color:#fff;
	cursor: pointer;
	text-align:center;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}			

#contact input.submit:hover{
	background:#5aae00 url(/Images/Page%20Styles/form_button-hover.gif) repeat-x;	
}	

#contact input.reset{
	margin-top: 10px;
	padding:0 10px;
	height:32px;
	line-height:32px;		
	border:1px solid #555;
	background:#888 url(/Images/Page%20Styles/reset_button.gif) repeat-x;
	color:#fff;
	cursor:pointer;		
	text-align:center;	
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}			

#contact input.reset:hover{
	background:#888 url(/Images/Page%20Styles/reset_button-hover.gif) repeat-x;	
}	

#contact textarea.textareaHintState, #contact .textareaHintState textarea{
	color: #555;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	/* color: red !important;*/
}

#contact .textfieldHintState input, #contact input.textfieldHintState {
	color: #555;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	/*color: red !important;*/
}

.fieldWidth {
	width: 350px;
	max-width: 350px;
}

.areaWidth {
	width: 840px;
	max-width: 840px;
}