/*
 *	Zen Wireframe v2.01 Core
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2005-2008 - 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: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align:left;
font-size:12px;
color:#00587d;
background-color:#eee;
/*background-image: url(../images/top-cap.jpg);
background-position: top center;
background-repeat: no-repeat;
*/
}

#container {
top:0px;
width:960px;
padding:0px; /* add padding for body background image */
text-align:left;
background: #fff url(../images/background.jpg) 0 0 repeat-y; position:relative;
margin:0 auto;
border:1px solid black; /* use 1px to turn on as a visual spacing aid or style */
}

#rotate { top: 48px; margin-left: 10px;}
#rotate li {padding-right: 5px;  }
.crousel { visibility: hidden; }

#header {
clear:both;
z-index: 10;
text-align:left;
background: url(../images/background.gif) 0 0 repeat;
width:auto;
/* height:144px; */
border:0px solid red; /* use 1px to turn on as a visual spacing aid or style */
}

#masthead {
width:auto;
height:189px;
margin:0px; /* adjust or remove for spacing interior content */
background: url(../images/dc-hold-v2.jpg) 0 0 no-repeat; /* add your own design */
border:0px solid yellow; /* use 1px to turn on as a visual spacing aid or style */
}


/******************************/
/* Left, Right Border Columns */
/******************************/

#left-content {
position:relative;
float:left;
left:2px; /* 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 */
}

#right-content {
float:right;
width:150px;
margin-bottom:10px;
border:0px solid red; /* use 1px to turn on as a visual spacing aid or style */
}

#border-content {
clear:both;
position:relative;
width:auto;
/*background-color:#fff; */
border:0px solid green; /* turn on for visual spacing aid or style */
}


/*******************/
/* 1 Column Styles */
/*******************/

#main-content1col {
position:relative;
width:750px;
padding:0px 8px;
left: 0px;
margin-bottom: 2px;
border:0px solid red; /* use 1px to turn on as a visual spacing aid or style */
background-color: white;
/*background: url(../images/clockbg.jpg); background-repeat: no-repeat; background-position: top right;background-color: white; */
}


/*******************/
/* 2 Column Styles */
/*******************/

#main-content2col {
position:relative;
float:right;
right: 2px; /* increase value to add more white space */
width:700px;
padding:0px 8px;
margin-bottom: 4px;
border:0px solid red; /* use 1px to turn on as a visual spacing aid or style */
/*
background: url(../images/clockbg.jpg); background-repeat: no-repeat; background-position: top right; 
*/
}


/*******************/
/* 3 Column Styles */
/*******************/ 

#wrapper {
position:relative;
float:right;
right: 2px; /* increase value to add more white space */
width:707px;
margin-bottom:4px;
}

#main-content3col { text-align:justify;
float:left;
width:525px;
padding:0px 8px;
border:0px solid red; /* use 1px to turn on as a visual spacing aid or style */
/*
background: url(../images/clockbg.jpg); background-repeat: no-repeat; background-position: top right;
*/
}


/********************/
/* Home Page Styles */
/********************/

#main-content2col-home {
position:relative;
float:left;
left:2px; /* increase value to add more white space */
width:435px;
padding:0px 8px;
margin-bottom: 4px;
border:0px solid red; /* use 1px to turn on as a visual spacing aid or style */
border-right: 1px dashed #ccc;
background-color: white;
}

#right-content-home {
position:relative;
float:right;
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 */
/*
background: url(../images/clockbg.jpg); background-repeat: no-repeat; background-position: top right;
*/
background-color: white;

}



/*****************/
/* Footer Styles */
/*****************/

#footer {
clear:both;
position:relative;
height:292px;
background-image:url(../images/pinkpeople.gif);
background-position: top right;
background-repeat:no-repeat;
*/
border:0px solid #00c; /* use 1px to turn on as a visual spacing aid or style */
}

#footertext {
text-align:center;

font-size:10px;
font-weight: bold;
color: #000; 
}

.footerlink a {
font-size:10px;
font-weight: bold;
color: #000;
}

.footerlink a:hover {
color: #333;
text-decoration: underline;
}

#footer2 {
clear:both;
position:relative;
background-color: #fff;
background-image:url(../images/horizontal-shadow.jpg);
background-position:top left;
background-repeat:repeat-x;
padding:10px;
border:0px solid #01308a; /* use 1px to turn on as a visual spacing aid or style */
}

#footer3 {
clear:both;
background-color: #00587c;
border: 1px solid #00587c;
}
#footer3 ul {
text-align:center;
}
 
#footer3 li, #footer3 li.normal a {
  color: white;
  display:inline;
  list-style: none;
}
 
#footer3 li a.active {
  color: white;
  font-weight:bold;
}


#nav {
/*text-align: right;*/
font-size: 14px;
color: #fff;
background-image:url(../images/navback.jpg); background-position:bottom right; background-repeat:no-repeat;
padding-bottom:5px;

}


#nav ul {
/*text-align:right;*/
margin-left:245px;
}
 
#nav li, #nav li.normal a {
  color: white;
  display:inline;
  list-style: none;
}
 
#nav li a.active {
  color: white;
  font-weight:bold;
}















.hact a {
font-weight: bold;
color: black;
}


.hact a:hover {
text-decoration: none;
}
.hnact a {
color: black;
}

/***************************/
/* Form Elements and Links */
/***************************/

#search {
/* z-index: 1000; */
position:relative;
float:left;
width:182px;
display:block;
margin-top:-30px;
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 {
clear:both;
float:left;
margin-top:-44px;
margin-left:6px;
letter-spacing:-0.1px;
}

#advsearch-link a {
font-weight: normal;
}

#member-links {
clear:both;
float:right;
margin-top:-90px;
margin-right:8px;
}

#member-links a {
font-weight: normal;
}

#member-links input {
color:#eb3d12;
background-color:#fff; 
border: 0px solid #fff;
padding:0;margin:0;
}

#member-links input:hover {
background-color:#fff;
color:#ff8700;
}

#breadcrumb {
float:left;
}

#content-navigation {
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;
}

/************************************/
/* Place Holder Divs for TemplaVoila */
/************************************/

#print, #tipafriend, #pdf {
float:right;
}

#login-box {
}

#vertnav-title {
}

#vertnav-menu {
margin-bottom:12px;
}

#content-left {
}

#login-box {
}

/****************************/
/* Vertical navigation menu */
/****************************/

.vertnav-header,
.vertnav-header a {
padding:2px 6px;
font-size:16px;
font-weight: bold;
color:#fff; /*dark grey*/
/*background: url(../images/frame1.jpg) 0 0 no-repeat;*/   /* uncomment this if you want to use a background color
background-color:#1b766e;
border-top: 1px solid #444;  
border-bottom: 1px solid #444;  
*/
}

.vertnav1  {
margin: 0px;
width:200px;
/*display:block; */
padding:5px;
font-size:medium;
text-decoration:none;
background: url(../images/menu_dot.gif) repeat-x bottom;
color:#fff; /*grey*/
list-style-position:outside;
list-style-type: circle;
margin-left:10px;
}

.vertnav1 a {
color: #fff;
}

.vertnav1 a:hover {
background: url(../images/menu_dot.gif) repeat-x bottom;
color:#fff; /*dark grey*/
text-decoration:none;
}

.vertnav1-act   {
margin: 0px;
width:200px;
/*display:block;*/
padding:5px;
font-size:medium;
font-weight: bold;
text-decoration:none;
background: url(../images/menu_dot.gif) repeat-x bottom;
color:#fff; /*dark grey*/
list-style-position:outside;
margin-left:10px;
}
.vertnav1-act a {
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:#fff; /*grey*/
}
.vertnav2 a:hover {
background: url(../images/nav-arrow.gif) 10px 8px no-repeat;
color:#fff; /*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:#fff; /*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:#fff; /*grey*/
}
.vertnav3 a:hover {
background: url(../images/vbullet-act.gif) 20px 9px no-repeat;
color:#fff; /*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:#fff; /*dark grey*/
}

.vertnav4 a {
margin: 0px;
display:block;
padding: 5px 5px 5px 45px;
font-size:12px;
text-decoration:none;
width:125px;
color:#fff; /*grey*/
}
.vertnav4 a:hover {
background-color:#eee;  /*silver*/
color:#fff; /*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:#eee;  /*silver*/
color:#fff; /*dark grey*/
}
  
/***************************/
/* General element styles: */
/***************************/

H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family:"Trebuchet MS", arial, helvetica;  } 
INPUT, TEXTAREA { background-color:#fff; }
INPUT:hover, TEXTAREA:hover { background-color:#eee; }
INPUT:focus, TEXTAREA:focus { background-color:#fff; }

A { color:#0b76ae; text-decoration:none; }
A:hover { color:#003399; text-decoration:underline; }

FORM { margin:0px; }
P, TD, UL, OL { font-size:medium; line-height:1.5em;     margin: 0px  0px 10px 0px;}
input, textarea, select, textarea { font-family: "Trebuchet MS", arial, helvetica, sans-serif; color:#333; 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:#333 ; font-weight:bold; margin-left: -4px; }

/***********************/
/* Page Content Frames */
/***********************/

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 { height: 1%;  background-color:#eee; color:#eb3d12; 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; }

DIV.contentframe3 H1, DIV.contentframe3 H2, DIV.contentframe3 H3, DIV.contentframe3 H4, DIV.contentframe3 H5 { 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; }

/* Added Page Content Frames. 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 { height: 1%;  background-color:#eb3d12; 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; }


/******************/
/* Headers, plain */
/******************/

H1 { font-size:22px;  font-weight:bold; text-align: left;}
H2 { font-size:18px;  font-weight:bold; }
H3 { font-size:16px;  font-weight:bold;}
H4 { font-size:14px;  font-weight:bold;}
H5 { font-size:12px;  font-weight:bold;}
H1, H2, H3, H4, H5, H6 { margin:0 0 8px 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 { color: #4382A9; text-decoration:none; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration:underline; }

/**********/
/* Images */
/**********/

/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { font-size:9px; color:#000; letter-spacing:1px; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { font-size:9px; color:#000; letter-spacing:1px; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { font-size:9px; color:#000; letter-spacing:1px; }

/* Header date */ 
P.csc-header-date { font-size:10px; color:#555; }


/********************/
/* Extension Styles */
/********************/

.newloginbox {
background-color:#fff;
border:1px solid #ccc;
padding:4px;
width:160px;
margin: 0 auto;
}

.newloginbox2 {
background-color:#fff;
border:0px solid #ccc;
padding:4px;
width:160px;
}

.tx-srfeuserregister-pi1-submit { 
margin-top: 4px; 
}

/*************************/
/* KB Content Containers */
/*************************/

.kb-row {
display: table;
height: 1%;
}

.kb2column-766 {
width:373px; float:left; background:#fff; margin-bottom:4px; padding:5px; border-width: 0 0 0 0; border-color: #ccc; border-style: solid;
}

.kb2column-430 { /* minimum height has been set here for displaying even column height when borders are used */
min-height:165px; height:auto !important; height:165px; width:200px; float:left; background:#fff; margin:2px; padding:5px; border-width: 1px 1px 1px 1px; border-color: #ccc; border-style: solid;
}

.kb3column-766 {
width:243px; float:left; background:#fff; margin-bottom:4px; padding:6px; border-width: 0 0 0 0; border-color: #ccc; border-style: solid;
}

.kb3column-564 {
width:176px; float:left; background:#fff; margin-bottom:4px; padding:6px; border-width: 0 0 0 0; border-color: #ccc; border-style: solid;
}


#content-left h1 {
margin: 0px;
width:165px;
/*display:block; */
padding:5px;
font-size:medium;
text-decoration:none;
color:#000; /*grey*/
}

.news-latest-item  {
margin: 0px;
width:165px;
display:block;
padding:5px;
font-size:medium;
text-decoration:none;
background: url(../images/menu_dot.gif) repeat-x bottom;
color:#000; /*grey*/
}
.news-list-item { padding:20px;}
.news-latest-item a, .news-latest-item h2 { color:#000;}
.news-latest-date, .news-list-date, .news-latest-item p, .clearer, .news-latest-gotoarchive { display: none;}
.news-latest-container { padding: 5px;}
.news-latest-container h2 { font-size:14px}
/*
.news-single-item h3 {color:#333; }
*/


.csc-sitemap-level1 { margin-left: 40px; font-weight:bold;}
.csc-sitemap-level2 { margin-left: 80px}
.csc-sitemap-level3 { margin-left: 100px}

a img { border: 0px solid white }

#scobox a, #scobox { color:#fff; }
#scobox a { font-weight:bold; text-decoration:underline;}