

/*------general------*/


body {
	margin: 22px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
	color:#333333;
	background-image:url(/images/body-back.gif);
	background-position:top;
	background-repeat:repeat-x;	
}

img { behavior:url(/_includes/iepngfix.htc); }


a img {
	border: none;
}

a {	text-decoration: underline;
	color:#D65320;
}

a:hover{	
	text-decoration: none;
	color:#333333;
}



/*------wrapper------*/

#wrapper {
	background-image:url(/images/wrapper-back.png);
	background-repeat:no-repeat;
	background-position:top;
}

#wrapper table {
	vertical-align:top;
}



/*------header------*/

#navtopwrap {
	margin: 0 auto;
	width:776px;
	height:41px;
}

#navtopwrap table{
	float:right;
	height:41px;
	margin:0;
}

#navtop {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:lowercase;
	text-shadow: #666666 1px 1px 1px;
	font-weight:bold;
	padding:0 0 0 0;
	background-image:url(/images/nav-top-back.gif);
	background-repeat:repeat-x;
}

#navtop ul{
	margin: 0 0;
	padding: 0;
	width: auto;
	
	}
	#navtop ul li img{
	float:right;
	}

#navtop ul li{
	display: inline;
	}

#navtop ul li a{
	float: left;
	color: #FFFFFF; /*text color*/
	padding: 14px 10px;
	text-decoration: none;

}

#navtop ul li a:hover{
	color: #FFFFFF; /*text color of selected and active item*/
	padding-top: 15px; /*shift text down 1px for selected and active item*/
	padding-bottom: 13px; /*shift text down 1px for selected and active item*/
}


.navtopbuttons img{
	margin:0 20px 0 0;
	
}

.navtopbuttons form{
	margin:0 20px 0 0;
	
}

/*------header------*/

#header {
	width:756px;
	margin:0 auto;
	padding:24px 0 19px 20px ;
	
}

html > body #header{padding:26px 0 20px 20px ;}

#headerlogo {
	float:left;
}

/*------navigation------*/

.navback{
	background-image:url(images/nav-back.png);
	background-position: center top;
	background-repeat:no-repeat;
	margin: 0 auto;
	padding:0;
}

#nav {
margin:0;
padding:0;
	font-size:14px;
	text-transform:uppercase;
	font-family: Trebuchet MS, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	letter-spacing:1px;
	
}

#nav ul{
	margin: 0;
	padding: 0 0 0 8px;
	width: 764px;} /*width of menu*/
	

#nav ul li{
	display: inline;
	margin:0;
padding:0;
	
}

#nav ul li a{
	float: left;
	color: #D65320; /*text color*/
	padding: 13px 24px 17px 24px;
	text-decoration: none;
	font-weight:bold;
	
}

#nav ul li a:hover{
	color: #D65320; /*text color of selected and active item*/
	padding-top: 14px; /*shift text down 1px for selected and active item*/
	padding-bottom: 16px; /*shift text down 1px for selected and active item*/
}

#navbottom {
	height:10px;
	width:776px;
}

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

#sidecolumn {
	width:249px;
	padding:0 0 20px 20px;
}

.navside {
	background-image:url(/images/side-nav-top.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:205px;
	padding:12px;
	color:#999999;
	font-size:12px;
	line-height:1.5em;
	margin:0 0 10px 0;
}



.navsideback{
	background-image:url(/images/side-nav-back.gif);
	background-repeat:repeat-y;
	
}

.navsidebottom{
	background-image:url(/images/side-nav-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	
}



	.navside h1{
	color:#D65320;
	font-size:22px;
	font-family: Trebuchet MS, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	margin:0;
	line-height:1em;
}

	.navside h2 {
	display:block;
	border-top:#F5B67E 1px solid;
	border-bottom:#F3B57C 1px solid;
	margin:0;
	color:#666666;
	text-transform:uppercase;
	font-size:11px;
	background-image:url(/images/side-nav-h2.gif);
	background-repeat:repeat-x;
	padding:3px 7px;
	background-color:#F8D3B2;
	}
	
	.navside h3 {
	margin:5px 0;
	color:#56781D;
	text-transform:uppercase;
	font-size:12px;
	}

	.navside strong{
	color:#D65320;
}

	.navside em{
	color:#D65320;
}

	.navside p {
	margin:5px 0;
	}

	.navside ul{
		list-style: none;
		margin:5px 0 0 0;
		padding:0;
		border: none;
	}
	
		.navside li {
		background-image: url(/images/side-nav-arrow.gif);
		background-repeat:no-repeat;
		background-position:right top;
		margin:0;
		padding:0;
	}
	
		.navside li a{
		color:#666666;
		text-decoration:none;
		display:block;
		padding:7px;
		background-image: url(/images/side-nav-dot.gif);
		background-repeat:repeat-x;
		background-position:bottom;
		text-transform:uppercase;
		margin:0;
		}
		
		.navside li a:hover{
		color:#D65320;
		}
	


/*------all content------*/	

#content {
	background-image:url(/images/content-back.gif);
	background-repeat:repeat-y;
	margin:0 auto;
}

.searchinput {
	padding-top:5px;
	padding-left:7px;
	padding-right:5px;
	margin:0 0 1em 0;
	background: transparent url(/images/search-input.gif) no-repeat;
	border:solid 0 #fff;
	height:19px;
}

/*------home content------*/
	
.bannertext {
	font-size:12px;
	color:#666666;
	line-height:1.3em;
	padding:0 0 10px 0;
	vertical-align:top;
}

.searchinvite {
	padding: 0 0 10px 0;
	float:right;
}

.searchinvite input{
	width:128px;
	font-size:10px;
	font-weight:normal;
	color:#D65320;
	margin:5px;
}

/*------inside content------*/

#insidecontent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	width:476px;
	padding:0 30px 10px 0;
	line-height:1.5em;
}

#insidecontent p{
	margin: .5em 0 2em 0;
}

#insidecontent h1{
	color:#421590;
	text-transform:uppercase;
	font-size:14px;
	margin-right:10px;
}

#insidecontent h2{
	text-transform:capitalize;
	font-size:13px;
	margin:0 0 0 0;
	color:#56781D;
}

#insidecontent h3{
	text-transform:capitalize;
	font-size:12px;
	color:#D65320;
	margin-bottom:0;
}

.contenttools {
	font-size:10px;
	margin:0;
}
.contenttools td {
	padding: 0 0 0 20px}
	
.contenttools img {
	padding: 0 0 0 5px}
	
#onecolumn {
	padding:20px;
	font-size:13px;
}

/*------search------*/

.search_results table{
	padding:0 0 10px 0;
	line-height:1.3em;
}

.search_results .formsection {
	background-color:#F7F7F7;
	padding:10px;
	margin:0 0 20px 0;
	font-size:12px;
	border:1px solid #E5E5E5;
}

.OutputUrl {color:green;}
.OutputHighlight {font-weight:bold;}
.OutputResults {padding:0 0 10px 0;}
.OutputTitle {}
	
/*------comments------*/

div.bubble {
	width: auto;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #ADC86F;
	background-color: #F5F8EE;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	font-size:11px;
	position: relative;
	margin-top: 0px;
	padding: 12px 0px 0px 10px;
	top: 8px;
	background: transparent url(/images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

div.section1 {
	width:auto;
}

div.paging {
	margin: 10px;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	text-align:center;
}

.paging td{
	padding:3px;
	
}

/*------calendars------*/

.caltoggle {
	
	margin:0;
}

.caltoggle ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 720px; /*width of menu*/
	border-bottom:#DDDDDD solid 1px;
	margin:5px 0 10px 0
}

.caltoggle ul li{
	display: inline;
}

.caltoggle ul li a{
	font-size:11px;
	float: left;
	color: #333333; /*text color*/
	padding: 5px 7px;
	text-decoration: none;
	background-color:#CCCCCC;
	margin:0 5px 0 0;
}

.caltoggle ul li a:hover, .indentmenu ul li .current{
	color: #000000; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background-color:#DEE9C5;
}



/*------large calendar------*/

.cal2 { 
	background: #FFFFFF;
	font-family: Arial;
	clear:both;
} 

.cal2 a { 

	display:block; 
	
} 

.cal2 td { 
	color: #333333; 
	border:1px solid #DDDDDD; 
	border-left-color: #DDDDDD; 
	border-left-style: none;
	border-top-style: none;  
	font-size:11px;
	height: 65px;
	line-height: 25px; 
	text-align: left; 
	cursor:default;
	line-height:1.3em;
	padding:3px;
	vertical-align:top;
	
} 

.cal2 td:hover {
    background-color: #F5F8EE;
}

.cal2 td.header {
    border-right-style:none;
    background-color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding:7px;
	border-top:solid 2px #CCCCCC;
	border-bottom:solid 3px #CCCCCC;
	text-align:center;
	height:35px;
}

.cal2 td.header a {
    background-color:#FFFFFF;
	font-size:11px;
}

.cal2 td.header:hover {
    background-color:#FFFFFF;
}

.cal2 td.title { 
	font-size:10px;
	border-bottom:4px groove #DDDDDD;
	border-top:1px solid #DDDDDD;
	border-right-style: none;
	background: #FFFFFF;
 	font-weight:bold; 
	width:100px;
	padding:7px;
	height:25px;
	text-align:center;
}

.cal2 td.title:hover {
    background-color:#FFFFFF;
}

.cal2 td.left { 
	border-left:1px solid #DDDDDD;
}

.cal2 .current {
    font-weight:bold;
	background-color:#FAF4F3;
}

.cal2 a.eventlink {
    text-decoration:none;
    background-color:white;
    font-size:9px;
    padding:2px;
    margin:3px;
}

.cal2 a.eventlink:hover {
    text-decoration:underline;
    background-color:#DEE9C5;
    padding:2px;
    margin:3px;
}

.cal2 a.eventspecial {
    text-decoration:none;
    background-color:#DEE9C5;
    font-size:9px;
    padding:2px;
    margin:3px;
}

.cal2 a.eventspecial:hover {
    text-decoration:underline;
    background-color:#DEE9C5;
    padding:2px;
    margin:3px;
} 

* html .cal2 td a {width: 100%;} 

/*------small calendar------*/

.cal1 td.header {
    border-right-style:none;
    background-color:White;
	border-top:solid 2px #DDDDDD;
}

.cal1 td.title:hover {
    background-color:White;
}

.cal1 td.header:hover {
    background-color:White;
}

.cal1 { 
	background: #FFFFFF; 
	width:210px;
	height:25px;
	clear:both;
} 
.cal1 td.title { 
	font-size:10px;
	border-bottom:4px groove #DDDDDD;
	border-top:1px solid #DDDDDD;
	border-right-style: none;
	width:70px;
	background: #FFFFFF;
 	font-weight:bold; 
}

.cal1 td.left { 
	border-left:1px solid #DDDDDD;
}

.cal1 td.leftbold {
    border-left:1px solid #DDDDDD;
    font-weight:bold;
}

.cal1 td.current {
    font-weight:bold;
	background-color:#FAF4F3;
}

.cal1 td { 
	color: #333333; 
	border:1px solid #DDDDDD; 
	border-left-color: #DDDDDD; 
	border-left-style: none;
	border-top-style: none;  
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	line-height: 25px; 
	text-align: center; 
	cursor:default;
 
} 

.cal1 td:hover {
    background-color: #F5F8EE;
}

.cal1 a { 
	display:block; 
} 
* html .cal1 td a {width: 100%;} 

/*------calendar day------*/

.calday {
	margin:0 0 0 20px;
	font-family: Arial;
	width:480px;
	font-size:12px;
}

.calday p{
	margin:0;
}

.calday td{
	padding:1ex;
	background-color:#FFFFFF;
	border-bottom:#DDDDDD solid 1px;
	line-height:2em;
	margin:0 0 0 20px;
}

.calday table {
width:480px;
}

.calday .date_header{
		color:#421590;
		font-size:14px;
		text-transform: capitalize;
		background-color:#F7F7F7;
		font-weight:bold;
		text-align:left;
}

.calday .events_header {
	background-color:#CDDEA7;
	color:#333333;
	font-weight:bold;
}

.calday .event_detail_header {
		color:#421590;
		font-size:14px;
		text-transform: capitalize;
		background-color:#F7F7F7;
		font-weight:bold;
		text-align:left;
}
ul#ctl00_cphMainContentArea_frontend_view_selector{position:relative;width:725px;float:left;padding:0 10px 0 0px;margin:0 0 0 0px;border-bottom:1px solid #DDDDDD;}
ul#ctl00_cphMainContentArea_frontend_view_selector li{font-family: Verdana, Arial, Helvitica, sans-serif; font-size:11px; background:#CCCCCC;display:block;float:left;margin:0 0 -1px 4px;border: 1px solid #ccc;border-bottom:1px solid #DDDDDD; padding:4px;}
ul#ctl00_cphMainContentArea_frontend_view_selector a{text-decoration:none;color:#333333;}
ul#ctl00_cphMainContentArea_frontend_view_selector a:hover{text-decoration:underline;color:#333333;}
ul#ctl00_cphMainContentArea_frontend_view_selector.month li#monthview, ul#ctl00_cphMainContentArea_frontend_view_selector.day li#todayview{position:relative;background:#DEE9C5 url(images/ulnavbar.gif) no-repeat left top;border: 1px solid #DDDDDD;border-bottom:1px solid #DEE9C5;}
/*------store------*/

.storecontent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:1.5em;
	margin:0 auto;
	width:736px;
}
.storecontent h1{
	color:#421590;
	text-transform:uppercase;
	font-size:14px;
}

.storecontent h2{
	text-transform:capitalize;
	font-size:13px;
	margin:0;
	color:#56781D;
}

.storecontent h3{
	text-transform:capitalize;
	font-size:12px;
	color:#D65320;
}

.itemlist {
	border-left:#D6E3B7 1px solid;
	border-top:#D6E3B7 1px solid;
	margin-top:10px;
}

.itemlistthumb td{
	border-right:#D6E3B7 1px solid;
}

.itemlistname td{
	border-right:#D6E3B7 1px solid;
	border-bottom:#D6E3B7 1px solid;
	padding:0 5px 5px 5px;
	font-size:0.8em;
	text-align:center;
	vertical-align:top;
}

/*------tables------*/ 

.table {border-left:#D6E3B7 solid 1px;border-top:#D6E3B7 solid 1px;font-size:12px;}

	.table td {padding:10px;border-right:#D6E3B7 solid 1px;border-bottom:#D6E3B7 solid 1px;}

	.table thead {background-color:#D6E3B7;font-weight:bold;color:;}

	.table tfoot {background-color:;font-size:.75em;}

/* ######### CSS for Tabs. ######### */

.modernbricksmenu2{
padding: 0;
width: 358px;
height:25px;
margin-bottom: 0;
margin-left: 0;
border-bottom: 5px solid #6CA11A;
background: transparent;
}

	.modernbricksmenu2 ul{
	margin:0;
	margin-left: 0; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	}
	
	.modernbricksmenu2 li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	}
	
	.modernbricksmenu2 a{
	float: left;
	display: block;
	font: bold 11px Arial;
	color: #333333;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	background-color: #D2D9DD; 
	border-top: 1px solid white;
	}
	
	.modernbricksmenu2 a:hover{
	color: #333333;
	background-color:#CCCCCC;
	}
	
	.modernbricksmenu2 a.selected{ /*currently selected tab*/
	color: #FFFFFF;
	background:#6CA11A;
	}
	
	.tabcontent{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:none;
	clear:both;
	padding:8px;
	line-height:1.5em;
	font-weight:bold;
	background-color:#EFEFEF;
	}
	
	.tabcontent ol{
	margin:0 0 0 0;
	}
	
	.tabcontent a{
	color:#666666;text-decoration:none;
	}
	
	.tabcontent a:hover{
	color:#D65320;text-decoration:underline;
	}
	
	@media print {
	.tabcontent {
	display:block !important;
	}
	}
	
	.tabcontainer{
	border:1px solid #D2D9DD; 
	width:356px; }


/*------contact------*/

.contact form div {
	margin: 0 0  0;
	clear: left;
}

.contact label {
	width: 8em;
	display: block;
	float: left;
	font-weight: bold;
	padding: .75ex 1em 1ex 0;
	text-align:right;
	font-size:12px;
}

.contact input[type=text]{
	height:1.5em;
	width:200px;
	color:#666666;
	font-size:11px;
	font-weight:bold;
}

.contact textarea {
	width:330px;
	color:#666666;
	font-size:10px;
	font-weight:bold;
	line-height:1.5em;
	margin:0 0 1em 0;
}

.contact .secondary {
	float:none;
	width:auto;
	font-weight:normal;
	margin:0 0 0 4.75em;
	text-align:left;
}

.contact .sectionoptions {
	float:none;
	width:auto;
	font-weight:normal;
	margin:0 .5em 0 0;
	text-align:left;
}

.contact form div.actions {
	margin: 2em 0 15px 7em;
	padding: 0 0 0 1.5em;
}

	
.contact .formsection {
font-family:Arial, Helvetica, sans-serif;
	background-color:#F7F7F7;
	padding:10px;
	margin:5px 0 25px 0;
	font-size:12px;
	border:1px solid #E5E5E5;
}

.contact input[type=text].autowidth{
	width:auto;
}


/*------footer------*/

#footer1 {
	width:736px;
	background-image: url(/images/footer-back.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	padding:7px 20px 22px 20px;
	text-align:center;
}

#footer2 {
	width:776px;
	margin: 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	padding:7px 0 0 0;
	text-align:center;
	font-weight:bold;
}

#footer2 span a{
	color:#D65320;
}

#footer2 span{
	color:#D65320;
}

#footer2 a  {
	color:#666666;
}