/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
	background-image:url(../images/main_bg_html.jpg); background-repeat:no-repeat;
	background-position:top center;/*centers the top background image*/
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

html {
	background-image:url(../images/main_bg.jpg); background-repeat:repeat-x;
}
.clear{
	clear:both;
}
img {
	border: 0px solid #E9E9E9;
}

.menuname {
	font-size: 12px;
	color: #3E5B39;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

.menuaddress {
	font-size: 12px;
	color: #3E5B39;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

#centerDiv {
  width: 200px ;
  margin-left: auto ;
  margin-right: auto ;
}


/*backgrounds*/
.nav_bg { 
	background-color:#FFF; /*navigation background color*/ 
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-y;
}

/*footer*/
.copyright {
	font-size: 10px;
	color: #9DA2B6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footer { font-size: 8pt; 
	color: #9DA2B6;
font-family: Tahoma, sans-serif; 
}

.footerLink {
	font-size: 9px;
	color: #9DA2B6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footerLink a {
	font-size: 9px;
	color: #9DA2B6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.footerLink a:hover {
	font-size: 9px;
	color: 9DA2B6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


/************************
SITEMAP
************************/
#sitemap-list {padding:0 0 0 10px; margin:8; list-style:none; font-weight:bold; line-height:150%;
list-style-image:url(../images/listbullit.gif);
} /*1st level list*/

#sitemap-list li {padding:8px; margin-top:10px; font-size:12px; background:#f0f0f0;} /*1st level items*/
 
#sitemap-list ul {margin:5px 10px 5px 10px; padding:5px 10px; font-weight:normal; background:#f8f8f8;
list-style-image:url(../images/listbullit.gif);} /*2nd level lists*/
#sitemap-list li li {padding:0; margin:0; list-style:none; font-weight:normal; font-size:11px; line-height:18px; background:none
} /*2nd level items*/
 
#sitemap-list ul ul {margin-left:10px;padding:5px 10px;  background:#fff;} /*3rd level lists*/
#sitemap-list li li li {font-size:11px; font-weight:normal;
list-style-image:url(../images/listbullit.gif);
} /*3rd level items*/



/**************
 	Site Container Box
*/


#Layout {
	clear: both;
	overflow: hidden;
	margin: 0px auto;
		/*padding-right: 6px; padding on right side of content*/
	padding-left: 0px; /*padding on left side of content - KEEP AT 0 FOR FF*/
	padding-bottom: 15px;
	padding-top: 0px;
}
#Content {
	width: 610px; /*width of content area for text an/or paragraphs - does not effect the iframes*/
	float: left;
	margin-left: 0px; /*sets the left "text" margin - 0 for none */
	text-align: left;
	
}

/** Header **/
#Header { 
 	width: 768px; 
 	margin: 0 auto;
	overflow: hidden;
	background: #58ade1 url(../images/header.gif) repeat-x left center;
	}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
		}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}

/*** Main Nav ***/
#Navigation {
	width: 650px;
	margin: 0 auto;
	padding-top: 0px; /*do not touch*/
	overflow: hidden;
	font-size:10px;
}
#Navigation ul { 
 	float: left; 
	margin-left: 0px;
	}
	#Navigation ul li { 
	 	list-style: none; 
		margin: 0 0px; /*space between buttons*/
		border-left: #545353 1px solid;
		float: left;
		line-height: 3.5em;/*adjust the font height location*/
		display: block;
		background-image:url(../images/topmenubutton_bg.png); background-repeat:repeat-x;
		}
  		#Navigation ul li a { 
			float: left;
			text-decoration: none;
			display: block; 
			height: 2.9em; 
			font-family:Arial, Helvetica, sans-serif;
			font-size: 1.2em; 
			font-weight:bold;
			padding: 0 20px 0 20px;
			color: #D8D8D8;
			background-image:url(../images/topmenubutton_bg.png); background-repeat:repeat-x;
			}
		

			#Navigation ul li a:hover { 
				background-image:url(../images/topmenubuttonhover_bg.png); background-repeat:repeat-x;
				cursor: pointer;
				color: #FFFFFF;
				line-height: 3.0em;
				}
				
		
    		#Navigation ul li a.current,
    		#Navigation ul li a.section { 
				background-image:url(../images/topmenubuttonactive_bg.png); background-repeat:repeat-x;
			 	color: #FFFFFF;
				line-height: 3.0em;
				}
				
				
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
			
				background-image:url(../images/topmenubuttonhover_bg.png); background-repeat:repeat-x;
			 	color: #FFFFFF;
				
				}
				
/*** Main Nav2 Bottom ***/
#Navigation2 {
	width: 650px;
	margin: 0 auto;
	padding-top: 0px; /*do not touch*/
	overflow: hidden;
	font-size:10px;
}
#Navigation2 ul { 
 	float: left; 
	margin-left: 0px;
	}
	#Navigation2 ul li { 
	 	list-style: none; 
		margin: 0 0px; /*space between buttons*/
		border-left: #ccc 1px solid;
		float: left;
		line-height: 1.0em;/*adjust the font height location*/
		display: block;

		}
  		#Navigation2 ul li a { 
			float: left;
			text-decoration: none;
			display: block; 
			height: 1em; 
			font-family:Arial, Helvetica, sans-serif;
			font-size: 1.1em; 
			font-weight:bold;
			padding: 0 16px 0 16px;
			color: #999999;

			}
		

			#Navigation2 ul li a:hover { 

				cursor: pointer;
				color: #7292C0;
				line-height: 0.9em;
				}
				
		
    		#Navigation2 ul li a.current,
    		#Navigation2 ul li a.section { 

			 	color: #7292C0;
				line-height: 1.2em;
				}
				
				
    		#Navigation2 ul li a.section:hover,
    		#Navigation2 ul li a.current:hover { 
			
			 	color: #7292C0;
				
				}
			
    
/** Breadcrumbs **/
.Breadcrumbs { 
 	color: #666666;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 2px 5px 10px 0;
	text-decoration:none;
	width:550px;
	}
	#Breadcrumbs p {
		margin: 0;
	}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
/* Sidebar 
***********************************/
#Sidebar { 
 	width: 240px; 
	float: left;  
	margin: 0px 0 0 -4px;
	padding: 0;
	}
	
	#Sidebar ul {
		margin: 2px 10px 5px 3px;
		
	}
	#Sidebar li {
		margin: 8px 2px;
		list-style: none;
	}
	#Sidebar h3 { 
		clear: both; 
		text-transform: lowercase;
		color: #666666;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
	}
	

    ul#Menu2 li { 
            font-size: 0.9em; 
            margin: 0px 0 3px 0px; /*space between bottons*/
            list-style: none;
			text-indent:8px; /*sets the indent ot the main link names*/
			
            }
			
      ul#Menu2 li a {
            display: block;
            width: 213px;
            font-size: 1.3em;
            height: 2.6em;
            line-height: 2.6em;
            color: #203E25;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			background-image:url(../images/menusidebutton_active.png); background-repeat:no-repeat;
      }
	
		
      /* Level 1*/
	  
      ul#Menu2 li a:hover,
      ul#Menu2 li a.current,
      ul#Menu2 li a.current:hover {
            /*background-color:#545353;*/
			background-image:url(../images/menusidebutton.png); background-repeat:no-repeat;
            color: #fff;
			cursor: pointer;
            text-decoration: none;
      }
	  ul#Menu2 li a.current {
	  		font-weight: 700;
	  }
      ul#Menu2 li a.section,
      ul#Menu2 li a.section:hover {
           background-image:url(../images/menusidebutton_section.png); background-repeat:no-repeat;
            font-weight: 700;
            width: 198px;
			color: #E6E6E6; 
      }

      ul#Menu2 li ul {
            height: 100%;
            position: relative;
            margin: -2px 0 0 0;
            width: 198px;
            padding: 4px 0 8px 0;
      }
	  
      ul#Menu2 li ul li ul {
           /* background-color: #DCDCDC;*/ /*background color of the 3rd menu area*/
			background-image:url(../images/menusidebutton_bg.jpg); background-repeat:no-repeat;
            margin-left: 0;
      }
      ul#Menu2 li ul li {
            width: 160px;
            /*background-color: #DCDCDC;*/
			
            padding: 0;
            font-size: 0.8em;
            display: inline;
            margin: 0;
      }
      /*ul#Menu2 li li a.current,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover,
      ul#Menu2 li li a.current:hover {
            color: #555;
            font-weight: 700;
            background: #DCDCDC;
      }*/
      /*ul#Menu2 li li ul {
            margin: 0 0 0 10px;
            padding: 0;
            width: 175px;
      }*/
      /*ul#Menu2 li li ul .roundWhite {
            margin-bottom: -10px;
      }*/
	  
      /* Sub Menu */
      ul#Menu2 li a.levelb {
            font-size: 1.9em;
            text-indent: 8px;
            width: 188px;
			background: transparent;
            margin-left: 10px;
      }
	  ul#Menu2 li a.levelb:hover,
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.current:hover,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover {
	  		/*background-color:#BCBCBC;*/
			background-image:url(../images/menusidebutton_active2.png); background-repeat:no-repeat;
            text-decoration: none;
            display: block;
            color: #fff;
      }
	  
      /*ul#Menu2 li a.levelb:hover span,
      ul#Menu2 li li a.current span,
      ul#Menu2 li li a.current:hover span,
      ul#Menu2 li li a.section span,
      ul#Menu2 li li a.section:hover span {
            background: transparent url(../images/sidebarTopLeftHover2.png) no-repeat left top;
            display: block;
            width: 100%;
            height: 100%;
      } */
      /*ul#Menu2 li a.levelb:hover em,
      ul#Menu2 li li a.current em,
      ul#Menu2 li li a.current:hover em,
      ul#Menu2 li li a.section em,
      ul#Menu2 li li a.section:hover em {
            background: transparent url(../images/sidebarBottomLeftHover2.png) no-repeat left bottom;
            display: block;
            width: 100%;
            height: 100%;
      }*/

	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


  