/*---------------------------------------*/
/*Page CSS Properties            */
/*---------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family : "Trebuchet MS";
	font-size : 14px;
	background-color: #5b5b5b;
	background-image: url(../images/bgmain.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
td {
	font-family : "Trebuchet MS";
	font-size : 14px;
	line-height:1.5em;
}

hr {
	background-color: #EFEFEF;
	border: 1px solid #EFEFEF;
}
li {
	list-style-type: square;
}
h1 {
	font-family : "Trebuchet MS";
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	color : #009999;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family : "Trebuchet MS";
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h3 {
	font-family : "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h4 {
	font-family : "Trebuchet MS";
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	height : 25px;
	letter-spacing : 1px;
	line-height : 26px;
	color : #3163AA;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}


/*---------------------------------------*/
/*Links CSS Properties            */
/*---------------------------------------*/

a:link {
	font-family : "Trebuchet MS";
	text-decoration: none;
	color: #009999;
}
a:visited {
	color: #009999;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #009999;
	text-decoration: none;
}

/*---------------------------------------*/
/*	Common Styles		            	 */
/*---------------------------------------*/

/* Pagination */
.pager_arrow							{ }
.pager_link 							{ padding: 3px 1px; }
.pager_selected							{ padding: 3px 1px; font-weight:bold; }

/* Common */
.red									{ color: #CC0000; } 
.note									{ color: #999; }

/* Success Messages (green box) */
.successbox, .notice-success, .form_successbox {  
	background-color: #007F05; 
	color: #fff;  
	font-size: 11px;  
	margin: 5px;  
	padding: 7px 7px 7px 40px;  
	text-align: left; 
	border:0;
}

/* 
Error/Warning Messages Box (red box)
--deprecate all but .errorbox
*/
.errorbox, .notice-error,  .notice-alert, .table-error 	{ 
	background-color: #990000;  
	color: #fff;  
	font-size: 11px;  
	margin: 5px;  
	padding: 7px 7px 7px 40px;  
	text-align: left;  
	border:0;
}

/* Notice Box (blue box) */
.noticebox {
	background-color:#1772D5;
	color: #fff;  
	font-size: 11px;  
	margin: 5px;  
	padding: 7px 7px 7px 40px;  
	text-align: left;  
	border:0;
}

/* hack lists so text shows up right color */
.notice-error li, .notice-alert li, .table-error ul li	{ 
	color: #fff; padding: 3px;
}

/* inline errors */
.error, .validation-advice, .form_error { 
	color: #ff0000; font-weight: bold; 
}

/* form styles */
input 									{ border: 1px solid #ccc; background-color: #e5e5e5; padding: 0.1em; color:#444; font-size:12px;}
select 									{ border: 1px solid #ccc; background-color: #e5e5e5; padding: 0.1em; color:#444; font-size:12px; margin:2px 0; }
textarea 								{ border: 1px solid #ccc; background-color: #e5e5e5; padding: 0.1em; color:#444; font-size:12px; }

/* standard buttons */
input.button, input.formbuttons, input.form-buttons, .form_button { 
	padding: 2px 3px; 
	color: #333333; 
	background-color: #CCCFC2; 
	border:1px outset #AAAF99;
}

/* green & red buttons */
input.actionButton 						{ background-color: #8CAC01; border: 1px outset #ccc; color: #fff; font-size: 12px; font-weight: bold; padding: 2px 7px; }
input.cancelButton 				 		{ background-color: #990000; border: 1px outset #ccc; color: #fff; font-size: 12px; font-weight: bold; padding: 2px 7px; }
input.shoppingButton					{ background-color: #8CAC01; border: 1px outset #ccc; color: #fff; font-size: 18px; font-weight: bold; padding: 4px 9px; font-family:Arial, Helvetica, sans-serif;  }

/*---------------------------------------*/
/*Background CSS Properties            */
/*---------------------------------------*/

.Left-Top {
	background-color: #FFFFFF;
	background-image: url(../images/left-top.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 386px;
}
.Left-Tile {
	background-color: #FFFFFF;
	background-image: url(../images/left-tile.jpg);
	background-repeat: repeat-y;
	background-position: right center;
}
.Left-Bot {
	background-color: #FFFFFF;
	background-image: url(../images/left-bot.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	height: 83px;
}
.Right-Top {
	background-color: #FFFFFF;
	background-image: url(../images/right-top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 93px;
}
.Right-Tile {
	background-color: #FFFFFF;
	background-image: url(../images/right-tile.jpg);
	background-repeat: repeat-y;
	background-position: left center;
}
.Right-Bot {
	background-color: #FFFFFF;
	background-image: url(../images/right-bot.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	height: 275px;
}
.Middle-Tile {
	width:950;
	background-color: #FFFFFF;
}
.Main-Content {
	width:950;
	background-color: #FFFFFF;
}

/*---------------------------------------*/
/*Main Table CSS Properties            */
/*---------------------------------------*/

.table-main {
	color: #333333;
	text-align: left;
	border: thin solid #CCCCCC;
}
.table-bg {
	color: #FFFFFF;
	text-align: left;
	background-repeat: repeat-x;
	background-position: top;
}
.table-top {
	color: #000000;
	background-color: #eeeeee;
	font-weight: bold;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.table-title {
	font-family : "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #1a7caf;
}
.table-title2 {
	font-family : "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.table-content {
	text-align: justify;
	vertical-align: top;
}
.table-content2 {


}
.table-subtop {
	padding: 5px;
	background-color: #FF6633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.table-row {
	padding: 5px;
	color: #666666;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.table-row-alt {
	padding: 5px;
	color: #666666;
	background-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.table-error {
	padding: 5px;
	font-weight: bold;
	color: #009999;
	text-align: center;
}
.table-bottom {
	padding: 5px;
	background-color: #E5E5E5;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/*---------------------------------------*/
/*News CSS Properties                    */
/*---------------------------------------*/

.news-title {
	padding: 5px;
	font-weight: bold;
	color: #009999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 14px;
	height: 40px;
}
.news-content {
	padding: 5px;
	vertical-align: top;
	height: 250px;
}
.news-author {
	padding: 5px;
	font-style: italic;
	color: #666666;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.news-date {
	padding: 5px;
	color: #009999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.news-buttons {
	padding: 5px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 30px;
}
.news-list-content {
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	background-color: #F9F9F9;
}
.news-list-content-alt {
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}


/*---------------------------------------*/
/*Horizontal Menu CSS Properties         */
/*---------------------------------------*/

.menu-bar {
	text-align: left;
	height: 26px;
	background-image: url(../images/button-tile.jpg);
}
.menu-bar-box {
	text-align: left;
	float: none;
}
.menu-button-reg {
	font-weight: bold;
	font-family : "Trebuchet MS";
	font-size : 14px;
	color: #a95a4e;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 15px;
	padding-right: 5px;
	text-transform: uppercase;
}
.menu-button-hover {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 5px;
}
.menu-button-over {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 5px;
}
.menu-button-over-hover {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 5px;
}

/*---------------------------------------*/
/*Vertical Menu CSS Properties           */
/*---------------------------------------*/

.button-table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	width: 200px;
}

/*Main Menu Buttons    */

.button1-reg {
font-size: 10px;
	color: #000000;
	text-indent: 20px;
	display: block;
	height: 20px;
	width: 180px;
	background-color: #FFFFFF;
	line-height: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}
.button1-reg-hover {
	padding: 5px;
}
.button1-over {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #CCCCCC;
}
.button1-over-hover {
	padding: 5px;
}

/*Sub Menu Buttons    */

.button2-reg {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #EFEFEF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.button2-reg-hover {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #DDFFFF;
}
.button2-over {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #DFDFDF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.button2-over-hover {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #DDFFFF;
}

/*Sub Sub Menu Buttons    */

.button3-reg {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #FFFFFF;
}
.button3-reg-hover {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #DDFFFF;
}
.button3-over {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #333333;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.button3-over-hover {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #DDFFFF;
}

/*---------------------------------------*/
/*Horizontal Tab Menu CSS Properties     */
/*---------------------------------------*/

.tab-bar {
	padding: 5px;
}

/*Tab Regular State   */

.tab-title {
	padding: 5px;
}
.tab-left {
	padding: 5px;
}
.tab-middle {
	padding: 5px;
}
.tab-right {
	padding: 5px;
}

/*Tab Over State   */

.tab-title-over {
	padding: 5px;
}
.tab-left-over {
	padding: 5px;
}
.tab-middle-over {
	padding: 5px;
}
.tab-right-over {
	padding: 5px;
}

/*---------------------------------------*/
/*Form CSS Properties     */
/*---------------------------------------*/

.form-titles {
	color: #009999;
	font-weight: bold;
}
.form-fields {
	background-color: #F7F7F7;
	border: 1px solid #000000;
}
.form-dropdowns {
	background-color: #F7F7F7;
	border: 1px solid #000000;
}
.form-buttons {
	background-color: #F7F7F7;
	border: 1px solid #000000;
}


/*---------------------------------------*/
/*Survey CSS Properties     */
/*---------------------------------------*/

.SurveyName {
	font-weight: bold;
}
.SurveyDescription {
}
.SurveyQuestionDescription {
}
.SurveyQuestion {
	font-weight: bold;
}
.SurveyQuestionAnswer {
	padding-left: 15px;
}



/*---------------------------------------*/
/*Photo Gallery CSS Properties           */
/*---------------------------------------*/

.GalleryImage {
}
.GalleryImageName {
	font-weight: bold;
	color: #333333;
}
.GalleryImageDescription {
}



/*---------------------------------------*/
/*Custom CSS Properties                  */
/*---------------------------------------*/

.SubTitleText{
	font-family : "Trebuchet MS";
	font-size : 14px;font-style : normal;
	font-weight : bold;
	height : 25px;
	letter-spacing : 1px;
	line-height : 26px;
	color : #3163AA;
}
.SubTitleText2{
	font-family : "Trebuchet MS";
	font-size : 10px;
	font-weight : bold;
	color : #3163AA;
}
.TitleText{
	font-family : "Trebuchet MS";
	font-size : 11px;
	font-weight : bolder;
	letter-spacing : 2px;
	color : #3163AA;
}
.H2{
	font-family : "Trebuchet MS";
	font-size : 10px;font-variant : small-caps;
	color : #000000;
}
.H3{
	font-family : "Trebuchet MS";
	font-size : 10px;color : #333333;
}
/*---------------------------------------*/
/*Shopping Cart CSS Properties          */
/*---------------------------------------*/



.Shopping-Cart-Main {
font-family : "Trebuchet MS";
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.Shopping-Cart-Top {
font-family : "Trebuchet MS";
font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	background-image: url(../images/button-tile.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: bottom;
}
.Shopping-Cart-Mid {
font-family : "Trebuchet MS";
	color: #000000;
	padding: 4px;
}
.Shopping-Cart-Title {
font-family : "Trebuchet MS";
font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 5px;
}
.Shopping-Cart-LineItems {
font-family : "Trebuchet MS";
	color: #000000;
	background-color: #FFFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
.Shopping-Cart-LineItems-Title {
font-family : "Trebuchet MS";
	color: #000000;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	height: 25px;
}
.Shopping-Cart-LineItems-Total {
font-family : "Trebuchet MS";
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
	height: 25px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.Shopping-Cart-LineItems-Alt {
font-family : "Trebuchet MS";
	color: #000000;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
.Shopping-Cart-Total {
font-family : "Trebuchet MS";
	color: #000000;
}
.Shopping-Cart-Bot {
font-family : "Trebuchet MS";
	background-color: #F0F0F0;
	color: #000000;
	padding: 4px;
	text-align: right;
}
.Search-Table {
font-family : "Trebuchet MS";
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.Search-Title {
font-family : "Trebuchet MS";
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #F0F0F0;
}
.Category-Table {
	background-color: #F0F0F0;
	border: 1px solid #666666;
}
.Category-Title {
	font-family : "Trebuchet MS";
	background-color: #F2F2F2;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #000000;
	font-weight: bold;
}

.Category-Title-On {
	font-family : "Trebuchet MS";
	background-color: #F0F0F0;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #000000;
	font-weight: bold;
}
.Category-Button {
	font-family : "Trebuchet MS";
	background-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
.Category-Button-On {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
.Category-Sub-Button {
	background-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
}
.Category-Sub-Button-On {
	background-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
}
.Product-Table {
	background-color: #FFFFFF;
	border: 1px solid #F0F0F0;
	width: 100%;
	height: 250px;
	padding: 0px;
	margin: 0px;
}
.Product-Table-Sub {
	background-color: #FFFFFF;

	width: 33%;
	height: 250px;
	padding: 5px;
	margin: 0px;
}
.Product-Table-Main {
	background-color: #FFFFFF;
	height: 400px;
}
.Product-Breadcrumbs {
	padding: 5px;
	color: #000000;
	text-align: right;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.Product-Breadcrumbs-Links {
	color: #000000;
}
.Product-Title {
	color: #009999;
	font-size : 14px;
	font-weight: bold;
	height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.Product-Content {
	padding: 5px;
	color: #666666;
}
.Product-Description {
	color: #009999;
	font-weight: bold;

}
li {
	list-style-type: square;
	list-style-position: outside;
	color: #666666;
	
}
.Product-Options {
	color: #009999;
	font-weight: bold;
}
.Product-Pager {
	color: #000000;
	font-weight: bold;
	padding: 5px;

	text-align: center;
}
.form-buttons {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #302d15;
	font-size: 10px;
	border: 1px solid #000000;
	padding: 5px;
}
.couponcode {
	font-weight: bold;
}

/*---------------------------------------*/
/* Locations Properties                  */
/*---------------------------------------*/
.locations_maintable 							{ margin: 10px 0px 40px 0px;  }
.locations_maincell 							{ vertical-align:top; padding: 5px; font-size:11px; }		
.locations_rightcell							{ vertical-align:top; padding: 5px; font-size:11px; }
.locations_maintable h1							{ font-family:Georgia, Times, serif; font-size: 16px; display:block; padding:3px 0; }
.locations_maintable h2							{ font-size: 14px; display:block; padding:3px 0; }
.locations_maintable h3							{ font-size : 14px; display:block; padding:3px 0; }
.locations_maintable h4 						{ font-size: 11px; display:block; padding:3px 0; }

.locations_breadcrums							{ color:#ff9900; margin-bottom:10px; border-bottom:1px dashed #ccc; padding-bottom:4px; }
.locations_breadcrums a							{ color:#999; text-decoration:underline; }
.locations_breadcrums a:hover					{ color:#999; text-decoration:none; }
.locations_photos								{ padding: 10px; background-color:#e5e5e5; border: 1px solid #ccc; color: #666; }
.locations_photos img							{ border:1px solid #999; }
.locations_map									{ border:1px solid #999; height:310px; width:400px; }

.locations_rightsidebox							{ border: 1px solid #cccccc; border-top:none; background-color:#F4F3F2 }
.locations_rightsidebox div						{ border-top:1px solid #ccc; padding: 5px; }
.locations_rightsidebox div h3					{ color: #666; font-weight:bold; }
.locations_search_inputs						{ width: 200px; }
.locations_search_results						{ margin: 7px 0; border-bottom: 1px dashed #ccc; line-height:16px; padding:7px 0;}
.locations_search_results a						{ font-size: 12px; font-weight:bold; padding-bottom:2px;  }
.locations_search_logo							{ padding:5px 5px 5px 0; }
.locations_results_desc							{ color:#999; }



.locationslist_viewall							{margin-top:5px; padding-top: 5px; border-top: 1px dashed #f3f3f3; font-size:12px; }
.locationslist									{ color: #333; text-align: left; }



/*---------------------------------------*/
/* EVENTS Properties                  */
/*---------------------------------------*/
.events_maintable 								{ margin: 10px 0px 40px 0px;  }
.events_maintable h1							{ font-family:Georgia, Times, serif; font-size: 16px; display:block; padding:3px 0; }
.events_maintable h2							{ font-size: 14px; display:block; padding:3px 0; }
.events_maintable h3							{ font-size : 14px; display:block; padding:3px 0; }
.events_maintable h4 							{ font-size: 11px; display:block; padding:3px 0; }
.events_maincell 								{ vertical-align:top; padding: 5px; font-size:11px; }		
.events_rightcell								{ vertical-align:top; padding: 5px; font-size:11px; }

.events_search_results							{ margin: 7px 0; border-bottom: 1px dashed #ccc; line-height:16px; padding:7px 0;}
.events_search_results a						{ font-size : 14px; font-weight:bold; }
.events_breadcrums								{ color:#999; margin-bottom:10px; border-bottom:1px dashed #ccc; padding-bottom:4px; }
.events_breadcrums a							{ color:#999; text-decoration:underline; }
.events_breadcrums a:hover						{ color:#999; text-decoration:none; }
.events_photos									{ padding: 10px; background-color:#e5e5e5; border: 1px solid #ccc; color: #666; }
.events_photos img								{ border:1px solid #999; }
.events_files									{ margin-bottom:20px; }
.events_map										{ border:1px solid #ccc; height:310px; width:100%; }
.events_rightsidebox							{ border: 1px solid #cccccc; border-top:none; background-color:#F4F3F2 }
.events_rightsidebox div						{ border-top:1px solid #ccc; padding: 5px; margin-bottom:5px; }
.events_rightsidebox div h3						{ color: #666; font-weight:bold; }

.eventslist_viewall								{margin-top:5px; padding-top: 5px; border-top: 1px dashed #ccc; font-size:12px; }
.eventslist										{ color: #333; text-align: left; border: 1px solid #CCC; }

/*---------------------------------------*/
/* Blogs						         */
/*---------------------------------------*/

/* Blog - Structure & Main Stuff */
.blog_maintable 								{ margin: 10px 5px 40px 5px; }
.blog_maintable h3								{ margin: 3px 0; }
.blog_leftcell									{ vertical-align:top; /*padding: 5px;*/ }
.blog_rightcell									{ vertical-align:top; /*padding: 5px;*/ }
.blog_maincell 									{ vertical-align:top; padding: 0 7px; }		

.blog_maintitle 								{ font-family:Georgia, Times, serif; padding: 10px 0; border-bottom:2px solid #efefef;}

/* Blog - Post & List */
.blogpost 										{ border-bottom: 2px solid #e5e5e5;  padding:12px 4px 12px 0;  }
.blogpost .bp_body								{ font-size: 12px; line-height:18px; padding-top:4px; }  
.blogpost .bp_title								{ font-size:14px; font-weight:bold; }
.blogpost .bp_author							{ color: #999} 
/* Blog - Comments List */
.blogpost_commentbox							{ padding: 0 4px;  }
.blogpost_commentbox .bcb_comment_item			{ margin: 10px 0px 10px 0px; border:1px solid #ccc; background-color:#eee; } 
.blogpost_commentbox .bcb_comment_author		{ border-bottom:1px dashed #999; padding: 5px 0;  }
.blogpost_commentbox .bcb_comment_body			{ line-height:16px; }
.blogpost_commentbox .bcb_comment_body h4		{ /* style the commment title */}
.blogpost_addcomment 							{ border: 1px dashed #CFCFCF}
.blogpost_addcomment .bac_input					{ width:80%; }
/* Blog - Side Widgets*/
.blog_widget									{ padding-bottom: 7px; border-bottom:2px solid #e5e5e5; }
.blog_widget .bw_item							{ padding:3px 2px; }
.blog_widget .bw_item	a						{ font-size:12px; }
.blog_widget .bw_border							{ border-bottom: 1px dashed #ccc; }
.blog_widget .bw_flip							{ background-color: #e5e5e5; }
.blog_widget .bw_about							{ font-size:9px; color: #999; }


/* Blog List Component */
.bloglist										{ color: #333; text-align: left; border: 1px solid #CCC;}
.bloglist .table-top							{ display: block; /* can be hidden with a display: none */}
.bloglist .bl_scrollable						{ /* scroll */ height:300px; overflow:auto;   }
.bloglist .bl_item								{ padding: 3px; }
.bloglist .bl_item	a							{ font-size:12px; }
.bloglist .bl_border							{ border-bottom: 1px dashed #ccc; }
.bloglist .bl_flip								{ background-color: #e5e5e5; }
.bloglist .bl_about								{ font-size:9px; color: #999; }
.bloglist .bl_comments							{ text-decoration:underline; font-size:9px !important; color: #999;  }
.bloglist .bl_desc								{ color: inherit; }
.bloglist .bl_viewall							{ margin:5px; text-align:center; font-size:9px /* can be hidden with a display:none */}
