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

caption, th, td {
	text-align: left;
	font-weight: normal;
	border-color: #FFFFFF;
	border: 0px;
}

html {
	background-image:url(../images/main_bg.jpg); background-repeat:repeat-x;
	
}

.clear{
	clear:both;
}
img {
	border: 0px solid #E9E9E9;
}

/*styles*/

.phone { 
padding-left: 3px; 
font-weight: bold; 
font-size: 12pt;
color: #FF9900;
font-family:Arial, Helvetica, sans-serif;
/*background-color: #0000FE;*/
}


.pageTitleNav { 
padding-left: 10px; 
font-weight: bold; 
font-size: 10pt;
color: #666;
font-family:Arial, Helvetica, sans-serif;
/*background-color: #0000FE;*/
}



.pageTitleNavAddress { 
padding-left: 10px; 
font-weight: normal; 
font-size: 12pt;
color: #666;
font-family:Arial, Helvetica, sans-serif;
/*background-color: #0000FE;*/
}

.pageTitleEmail { 
padding-left: 0px; 
font-weight: normal; 
font-size: 9pt;
color: #666;
font-family:Arial, Helvetica, sans-serif;
/*background-color: #0000FE;*/
}

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

.nav2_bg { 
padding-left:3px; /*controls the menu text left margin*/
padding-top: 4px; /*controls the menu text top margin*/
font-size: 10pt;
font-weight: normal;
font-family: arial;
color:#BB8C00;
background-color:#D7DEF8;
/*background-image:url(images/nav2_bg.gif;
	background-repeat:repeat-y;*/
}

.tblborder{ /*right left*/
border-left:1px solid #D7CAC1;
border-right:1px solid #D7CAC1;
}


/*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: #69ABDC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


/************************
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
*/
#BgContainer {
	width: 800px;  
	margin: 0 auto; 
}
#Container { 
	padding-bottom: 15px;
	/*background: #fff url(../images/containerbg.gif) repeat-y;*/
	}
#Layout {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	/*padding-right: 6px; padding on right side of content*/
	/*padding-left: 6px; padding on left side of content*/
	
}
#Content {
	width: 600px; /*width of content area for text an/or paragraphs - does not effect the iframes*/
	float: left;
	margin-left: 10px; /*sets the left "text" margin - 0 for none */
	text-align: left;
	
}



/** Header **/
#Header { 
 	width: 880px; 
 	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: 870px;
	margin: 0 auto;
	padding-top: 0px;
	overflow: hidden;
	font-size:10px;

	/*background: #4ea3d7 url(../images/headerRounded.gif) no-repeat center bottom;*/
}
#Navigation ul { 
 	float: right; 
	margin-right: 9px;
	}
	#Navigation ul li { 
	 	list-style: none; 
		margin: 0 0px; /*space between buttons*/
		border-left: #EBEBEB 1px solid;
		float: left;
		line-height: 3.5em;/*adjust the font height location*/
		display: block;
		background-image:url(../images/topmenubutton_bg.gif); 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: 12px;
			font-weight:bold;
			padding: 0 21px 0 21px;/*adjust the blank space on each sides of the button text*/
			color: #7386A2;
			background-image:url(../images/topmenubutton_bg.gif); background-repeat:repeat-x;

			}


			#Navigation ul li a:hover { 
				background-image:url(../images/topmenubuttonhover_bg.gif); background-repeat:repeat-x;
				cursor: pointer;
				color: #324EAD;
				}
				
		
    		#Navigation ul li a.current,
    		#Navigation ul li a.section { 
				background-image:url(../images/topmenubuttonactive_bg.gif); background-repeat:repeat-x;
			 	color: #000;
				}
				
				
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
				background-image:url(../images/topmenubuttonhover_bg.gif); background-repeat:repeat-x;
			 	color: #000099;
				}
			
			
   
/** 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: 0px;
	}

/*** 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: 222px; /*possitions the button*/
	float: left; /*possitions the menu*/ 
	margin: 0px 0 0 -4px;
	
	}
	
	#Sidebar ul {
		margin: 0px 0 8px 0px;
	}
	#Sidebar li {
		margin: 1px 0px;
		list-style: none;
	}
	#Sidebar h3 { 
		clear: both; 
		text-transform: lowercase;
		color: #817952;/*color of header text - and in blog*/
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 0 10px 10px;
		text-indent:10px;
		line-height: 1.8;
	}
	
	#Sidebar .sidebarBottom {
		display: block;

	}
	

    ul#Menu2 li { /*non active button*/
            font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
            margin: 0px 0 0px 8px;
			width: 220px;
            list-style: none;
			
			background-image:url(../images/submenubutton_bg.png); background-repeat:no-repeat; 
            }
      ul#Menu2 li a {
            display: block;
            height: 35px;/*height of buttons*/
            line-height: 2.6em;
            color: #666666;/*Color of non active button text*/
			margin: 0px 0 0px 8px;
      }

	  ul#Menu2 li a.current {
			 			
						display: block;
			 			color: #003399;
						cursor: pointer;
            text-decoration: none;
						width: 220px;
						line-height: 2.6em;
						height: 35px;/*height of buttons*/
						margin: 0px 0 0px 0px;
						text-indent:8px;
						background-image:url(../images/submenubuttonactive_bg.png); background-repeat:no-repeat;
	  }     
	  
	  ul#Menu2 li a:hover {
            background-image:url(../images/submenubuttonhover_bg.png); background-repeat:no-repeat;
            color: #000;
			cursor: pointer;
            text-decoration: none;
			width: 221px;
			margin: 0px 0 0px 0px;
			text-indent:8px;
      }

      ul#Menu2 li ul li {
	   
            padding: 0;
            display: inline;
            margin: 0px 0 0px 0px;
			background-color:#E6E6E6;
						background-image:url(../images/sub-b-menubutton_bg.gif); background-repeat:no-repeat; 
      }
	  
	  
	   /* Sub Menu */
      ul#Menu2 li li a.current {
             font-weight: normal;
			  height: 26px;/*height of buttons*/
	  line-height: 2.0em;
						background-image:url(../images/sub-b-menubuttoncurrent_bg.png); background-repeat:no-repeat;
						background-color:#FFFFFF;
						color:#000;
						margin: 0px 0 0px 4px;
						font-weight:bold;
      }
			

	  ul#Menu2 li ul li a.hover {
             font-weight: normal;
			 margin: 0px 0 0px 0px;
			
      }
     
      ul#Menu2 li a.levelb {
	  height: 25px;/*height of buttons*/
	  line-height: 2.0em;
	  color:#666666;
            font-size: 11px;
            text-indent: 12px;
			margin: 0px 0 0px 4px;
            width: 198px;/*size of button for 3rd level*/
			      
      }
	  ul#Menu2 li a.levelb:hover {
            background-image:url(../images/sub-b-menubuttonhover_bg.gif); background-repeat:no-repeat;
            text-decoration: none;
            display: block;
            color: #000;
      }
	
/* 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;
}
