/*
 *	ZEN WIREFRAME v2.3
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2005-2009 - Gregory Remington, www.mediatech.net
 * 	Some rights reserved, http://creativecommons.org/licenses/by-sa/3.0/
 */


/*******************/
/* Template Layout */
/*******************/

body {
margin:0;padding:0;
font-family: georgia, "times new roman", times, serif;
text-align:left;
font-size:12px;
color:#fff;
background:#2a2623;
}

#container {
top:0;
position:relative;	/* needed for css left,right,top,bottom property */
width:960px;
text-align:left;
padding:0px;	/* add padding for white space around background image */
background:#2a2623 url(../images/BF-Background-dark.jpg) 0 0 repeat-y;
/*background-color:#2a2623;  */
margin:0 auto;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

#container-home {
top:0;
position:relative;	/* needed for css left,right,top,bottom property */
width:960px;
text-align:left;
padding:0px;	/* add padding for white space around background image */
background-color:#2a2623;
margin:0 auto;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}
#header {
text-align:left;
height:158px;  
/* background:#2a2623; */
background:url(../images/2a2623.jpg) 0 0 repeat;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

#masthead {
/* z-index:10;*/
margin:0;
padding:0;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
background:url(../images/2a2623.jpg) 0 0 repeat;
}

#masthead img {
border-width:0px;
margin:0;
padding:0;
}


/******************************/
/* Left, Right Border Columns */
/******************************/

#left-content {
float:left;
/*position:relative;	 needed for css left,right,top,bottom property */
/*left:0px;	 increase value to add more white space */
width:227px;
margin:25px 0 10px 0;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

#right-content { /* shared by 2 Column Style 1 and 2 */
float:right;
position:relative;	/* needed for css left,right,top,bottom property */
right:0px;	/* increase value to add more white space */
width:175px;
margin-bottom:10px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

#border-content {
clear:both;
width:auto;
background-color:#fff;
border:0px solid red;	/* turn on for visual spacing aid or style */
}

/***************************************************************/
/* Content navigation bar (Breadcrumb, Print and Tip-A-Friend) */
/***************************************************************/

.content-navigation {
font-family: Arial, Helvetica, sans-serif;
text-align:right;
width:auto;
height:18px;
vertical-align:bottom;
padding-bottom:8px;
font-weight:normal;
}

.content-navigation img {
margin:0;
padding-left:4px;
padding-top:2px;
vertical-align:top;
}

.content-navigation a {
padding-right:4px;
text-decoration:none;
font-weight:normal;
}

/*******************/
/* 1 Column Styles */
/*******************/

#main-content1col {
/*position:relative;	 needed for css left,right,top,bottom property */
/* left:2px;  */
/* width:auto;  */
padding:0px;
/* margin-bottom:2px;  */
margin:0;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
background:url(../images/3b3028.jpg) repeat;
}

#main-home h1 {
color:#fff;
text-align:center;
}


#main-home {
/*position:relative;	 needed for css left,right,top,bottom property */
/* left:2px;  */
padding:0px;
height:455px;
/* margin-bottom:2px;  */
margin:0;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
background:#3b3028 url(../images/3b3028.jpg) repeat;
}

#main-home img {margin-top:-5px} /* to get image in correct location  */

/*******************/
/* 2 Column Style 1 */
/*******************/

#main-2column-style1 {
position:relative;	/* needed for css left,right,top,bottom property */
right:50px;	/* increase value to add more white space */
float:right;
width:600px;
padding:0;
margin-bottom:4px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}


/*******************/
/* 2 Column Style 2 */
/*******************/

#main-2column-style2 {
float:left;
position:relative;	/* needed for css left,right,top,bottom property */
right:0px;	/* increase value to add more white space */
width:700px;
padding:0px;
margin-bottom:4px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}


/********************/
/* 2 Column Style 3 */
/********************/

#main-2column-style3 {
float:left;
position:relative;	/* needed for css left,right,top,bottom property */
left:0px;	/* increase value to add more white space */
width:573px;
padding:0px 12px 0px 0px;
margin-bottom:4px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
border-right:1px dashed #ccc;
}

#right-content-style3 {
float:right;
position:relative;	/* needed for css left,right,top,bottom property */
right:0px;	/* increase value to add more white space */
width:300px;
margin-bottom:4px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}


/*******************/
/* 3 Column Styles */
/*******************/ 

#wrapper {
float:right;
position:relative;	/* needed for css left,right,top,bottom property */

right:0px;	/* increase value to add more white space */
width:721px;
margin-bottom:4px;
}

#main-content3col {
float:left;
width:524px;
padding:0px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}


/*****************/
/* Footer Styles */
/*****************/

#footer {
margin-top:15px;
clear:both;
/* width:auto;   */
height:30px;
background-color:#2a2623;
/* border:1px solid #ccc;	 use 1px to turn on as a visual spacing aid or style */
font-family: Arial, Helvetica, sans-serif;
color:#fff;
}

#footer p {
margin-top:15px;
}

#footertext {
margin: 8px 0px 0px 6px;
font-size:10px;
font-weight:bold;
color:#fff;
}

.footerlink a {
font-size:10px;
font-weight:bold;
color:#fff;
}

.footerlink a:hover {
color:#ccc;
}

#footer2 {
/* clear:both;
position:relative;
width:960px; 
*/
height:60px;
background-color:#2a2623;
margin: 0;
/*  margin-top: 8px;  */
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
color:#fff;
font-family: Arial, Helvetica, sans-serif;
}

#footer2 ul li {
list-style:none;
display:inline;
}

#footertext2, #footertext2 a {
/* margin: -2px 0px 0px 0px;  */
font-size:10px;
font-weight:normal;
}

#footer p,#footer2 p {color:#fff;}
/***************************/
/* Form Elements and Links */
/***************************/

#search {
z-index:1000;
position:absolute;
width:182px;
display:block;
margin-top:-32px;
margin-left:2px;
}

#search input {
vertical-align:middle;
}

#search input.searchfield {
width:136px;
color:#555;
font-size:11px;
padding:2px;
margin-left:4px;
border:1px solid #ccc;
}

#search input.searchimage {
border:0;
margin-left:-2px;
}

#advsearch-link {
z-index:1000;
position:absolute;
margin-top:-46px;
margin-left:6px;
letter-spacing:-0.1px;
}

#advsearch-link a {
font-weight:normal;
text-decoration:none;
}

#member-links {
z-index:1000;
position:relative;
float:right;
margin-top:-92px;
margin-right:8px;
}

#member-links a {
font-weight:normal;
}

#member-links input {
color:#008BCE;
background-color:#fff; 
border:0px solid #fff;
padding:0;margin:0;
}

#member-links input:hover {
background-color:#fff;
color:#ff8700;
}
.pipe {
background:url(../images/pipe.gif) center right;
background-repeat: no-repeat;
padding: 0px 8px 2px 8px;
}

.pipe-l {
background:url(../images/pipe.gif) center left;
background-repeat: no-repeat;
padding: 0px 8px 2px 8px;
}

.no-pipe {
padding: 0px 8px 0px 8px;
}

#breadcrumb {
float:left;
}

/************************************/
/* Place Holder Divs for TemplaVoila */
/************************************/

#print, #tipafriend, #pdf {
float:right;
}

#login-box {
}

#vertnav-title {
}

#vertnav-menu {
margin-bottom:12px;
}

#content-left {
}

#login-box {
}

/****************************/
/*    Top navigation                     */
/****************************/

#nav {
background:url(../images/2a2623.jog) 0 0 repeat;
width:960px;
}

/****************************/
/* Vertical navigation menu */
/****************************/

.vertnav-header,
.vertnav-header a {
padding:6px 6px;
font-size:16px;
font-weight:bold;
color:#fff;	
background:url(../images/2a2623.jpg) 0 0 repeat;
/* background-color:#ddd;  */
border-top:1px solid #f5f5f5;  /*silver*/
border-bottom:1px solid #fff;  /*white*/
}

.vertnav1 a {
margin:0px;
/* width:165px;  */
display:block;
padding:6px 6px 6px 10px;
font-size:12px;
text-decoration:none;
background:url(../images/menu_dot.gif) repeat-x bottom;
color:#ffffff;
}
.vertnav1 a:hover {
background:url(../images/menu_dot.gif) repeat-x bottom;
color:#cccccc;
text-decoration:underline;
}

.vertnav1-act a,
.vertnav1-act a:hover  {
margin:0px;
/* width:165px;  */
display:block;
padding:12px 6px 12px 10px;
font-size:12px;
font-weight:bold;
text-decoration:none;
background:url(../images/menu_dot.gif) repeat-x bottom;
color:#fff;
}

.vertnav2 a {
margin:0px;
width:152px;
display:block;
padding:5px 5px 5px 18px;
font-size:12px;
text-decoration:none;
background:url(../images/nav-arrow.gif) 10px 8px no-repeat;
color:#777;	/*grey*/
}
.vertnav2 a:hover {
background:url(../images/nav-arrow.gif) 10px 8px no-repeat;
color:#444;	/*dark grey*/
text-decoration:none;
}

.vertnav2-act a,
.vertnav2-act a:hover  {
margin:0px;
width:152px;
display:block;
padding:5px 5px 5px 18px;
font-size:12px;
font-weight:bold;
text-decoration:none;
background:url(../images/nav-arrow-act.gif) 10px 8px no-repeat;
color:#444;	/*dark grey*/
}

.vertnav3 a {
margin:0px;
width:137px;
display:block;
padding:5px 5px 5px 30px;
font-size:12px;
text-decoration:none;
background:url(../images/vbullet.gif) 20px 9px no-repeat;
color:#777;	/*grey*/
}
.vertnav3 a:hover {
background:url(../images/vbullet-act.gif) 20px 9px no-repeat;
color:#333;	/*dark grey*/
text-decoration:none;
}

.vertnav3-act a,
.vertnav3-act a:hover  {
margin:0px;
width:137px;
display:block;
padding:5px 5px 5px 30px;
font-size:12px;
font-weight:bold;
text-decoration:none;
background:url(../images/vbullet-act.gif) 20px 9px no-repeat;
color:#333;	/*dark grey*/
}

.vertnav4 a {
margin:0px;
display:block;
padding:5px 5px 5px 45px;
font-size:12px;
text-decoration:none;
width:125px;
color:#777;	/*grey*/
}
.vertnav4 a:hover {
background-color:#f5f5f5;  /*silver*/
color:#333;	/*dark grey*/
text-decoration:none;
}

.vertnav4-act a,
.vertnav4-act a:hover {
margin:0px;
display:block;
padding:5px 5px 5px 45px;
font-size:12px;
text-decoration:none;
width:125px;
background-color:#f5f5f5;  /*silver*/
color:#333;	/*dark grey*/
}
  
/***************************/
/* General element styles:*/
/***************************/

H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE { font-family: georgia, "times new roman", times, serif; color:#fff; }
INPUT, TEXTAREA, SELECT {font-family:arial, helvetica,sans-serif;}
INPUT, TEXTAREA { background-color:#fff; }
INPUT:hover, TEXTAREA:hover { background-color:#f5f5f5; }
INPUT:focus, TEXTAREA:focus { background-color:#fff; }
IMG {border-width:0px}

A { color:#ddd; text-decoration:underline; }
A:hover { color:#eee; text-decoration:none; }

FORM { 
margin:0; 
padding:5px;
font-family: Arial, Helvetica, sans-serif;
}
P, TD, UL, OL { font-size:12px; line-height:1.4em;}
input, textarea, select { color:#2a2623; border:#ccc 1px solid; font-size:12px; margin:2px; }
ul { margin-left:8px;padding-left:0px;list-style-position:inside; }
label { margin:0px; }
fieldset { border:0px solid #fff }
legend { border:0px solid #fff; font-size:16px; color:#fff ; font-weight:bold; margin-left:0px; }

/******************/
/* Headers, plain */
/******************/

H1 { font-size:22px; color:#fff; font-weight:bold;}
H2 { font-size:18px; color:#fff; font-weight:bold; }
H3 { font-size:16px; color:#fff; font-weight:bold;}
H4 { font-size:14px; color:#fff; font-weight:bold;}
H5 { font-size:12px; color:#fff; font-weight:bold;}
H6 { font-size:10px; color:#fff; font-weight:bold;}
H1, H2, H3, H4, H5 { margin:0 0 8px 0; padding:0;}
H6 { margin:0 0 4px 0; padding:0;}

H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top:0px; }

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A, H6 A { color:#fff; text-decoration:underline; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover, H6 A:hover { color:#ddd; text-decoration:none; }
H6 A { letter-spacing:-1px; }

/**************** Main Content basic styles  *****************/

#main-content H1 {color:#fff;}
#main-content H2 {color:#fff;}
#main-content H3 {color:#fff;}
#main-content H4 {color:#fff;}
#main-content H5 {color:#fff;}
#main-content H6 {color:#fff;}

#main-content p, #main-content TD, #main-content UL, #main-content OL, #main-content BLOCKQUOTE  {color:#fff;}

/* Headers, with link */
#main-content H1 A, #main-content H2 A, #main-content H3 A, #main-content H4 A, #main-content H5 A, #main-content H6 A { color:#eee;}
#main-content H1 A:hover, #main-content H2 A:hover, #main-content H3 A:hover, #main-content H4 A:hover, #main-content H5 A:hover, #main-content H6 A:hover {color:#ccc;}

#main-content A, .content-navigation a { color:#ddd;}
#main-content A:hover, .content-navigation a:hover {color:#eee;}

/**********/
/* Images */
/**********/

/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { font-size:9px; color:#999; letter-spacing:1px; }  /* these were 000  */
	DIV.csc-textpic-caption-r .csc-textpic-caption { font-size:9px; color:#999; letter-spacing:1px; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { font-size:9px; color:#999; letter-spacing:1px; }

/* Header date */ 
P.csc-header-date { font-size:10px; color:#555; }


/***********************/
/* Page Content Frames */
/***********************/

/* Frame 1 */

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { clear:both; height:1%;  background-color:#f5f5f5; color:#008BCE; padding:2px 6px;}

DIV.csc-frame-frame1 { background-color:#fff; border:0px solid #ccc; padding:2px; margin:0px 0px 12px 0px; }

DIV.csc-frame-frame1 p { color:#000; padding:0px 6px; }

/* Frame 2 */
DIV.contentframe3 H1, DIV.contentframe3 H2, DIV.contentframe3 H3, DIV.contentframe3 H4, DIV.contentframe3 H5 { clear:both; height:1%;  background-color:#fff; color:#333; padding:2px 6px;}

DIV.csc-frame-frame2 { padding:0px 0px 10px 0px; background:url(../images/menu_dot.gif) repeat-x bottom; margin-bottom:10px; font-size:12px; }
DIV.contentframe3 p { color:#000; padding:0px 6px; }


/* Frame 3 */

/* See root (pid=1) Typoscript template and page TS to add new styles */

DIV.contentframe3 H1, DIV.contentframe3 H2, DIV.contentframe3 H3, DIV.contentframe3 H4, DIV.contentframe3 H5 { clear:both; height:1%;  background-color:#008BCE; clear:left; color:#fff; padding:2px 6px;}

DIV.contentframe3 { background-color:#fff; border:0px solid #ccc; padding:0px; margin:0px 0px 18px 0px; }

DIV.contentframe3 p { color:#000; padding:0px 6px; }


/* Center Mini Calendar */

DIV.center-mini-calendar { margin:0 auto;text-align:center; width:200px;}


/*************************/
/* Extension Styles */
/*************************/

.tx-felogin-pi1 .submit, .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit  {
padding:4px;
width:130px;
margin-top:8px;
font-weight:bold;
}

dl.csc-textpic-firstcol {clear:left;}  /* Solve problems of photos lining up when you have more than one row  */


/*************************/
/* KB Content Containers */
/*************************/

.kb-container {
float:left;
width:100%;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

.kb-clearer {
clear:both;
height:2px;
width:auto;
}


/***********************/
/* 1column.html Styles */
/***********************/


/* 1column.html 2 Column Content Containers */

.kb2column-2col-l {
width:364px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb2column-2col-r {
width:364px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/* 1column.html 3 Column Content Containers */

.kb-3colwrapper-1col-r {
width:500px;
float:right;
}

.kb3column-1col-l {
width:230px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb3column-1col-r {
width:230px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/* 1column.html 4 Column Content Containers */

.kb-4colwrapper-1col-l {
width:360px;
float:left;
}
.kb-4colwrapper-1col-r {
width:360px;
float:right;
}

.kb4column-1col-l {
width:160px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb4column-1col-r {
width:160px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/********************************/
/* 2column-style1/2.html Styles */
/********************************/


/* 2column-style1/2.html 2 Column Content Containers */

.kb2column-2col-l {
width:268px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb2column-2col-r {
width:268px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/* 2column-style1/2.html 3 Column Content Containers */

.kb-3colwrapper-2col-r {
width:367px;
float:right;
}

.kb3column-2col-l {
width:170px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb3column-2col-r {
width:170px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/*2column-2col.html 4 Column Content Containers */

.kb-4colwrapper-2col-l {
width:270px;
float:left;
}
.kb-4colwrapper-2col-r {
width:270px;
float:right;
}

.kb4column-2col-l {
width:120px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb4column-2col-r {
width:120px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

/* grey box */
.b-grey-box {position:relative;margin:0px auto;min-width:100px;max-width:760px;color:#fff;z-index:10;margin-left:0px;margin-bottom:12px;}
.grey-box .content-grey, .grey-box .t-grey, .grey-box .b-grey, .grey-box .b-grey div {background:transparent url(../images/grey-box.gif) no-repeat top right;}
.grey-box .content-grey {position:relative;padding:20px 20px 0px 20px;}
.grey-box .t-grey {position:absolute;left:0px;top:0px;width:16px;height:100%;background-position:top left;}
.grey-box .b-grey {position:relative;width:100%;}
.grey-box .b-grey, .grey-box .b-grey div {height:30px;font-size:1px;}
.grey-box .b-grey {background-position:bottom right;}
.grey-box .b-grey div {position:relative;width:16px;background-position:bottom left;}
.grey-box .hd,.grey-box .bd,.grey-box .ft { position:relative;}
.grey-box .wrapper {position:static;max-height:1000px;overflow:auto;}
.b-grey h1 {margin:0px;padding:0.5em 0px 0.5em 0px;}
.b-grey h1 {padding-bottom:0px}
.content-grey p {margin:0px;padding-bottom:8px;}
