body{
background: #6495ED;
}

h3{
color:#999;
}

h4{
color:blue;
}

table{
font-size: .75em;
}

#container {
	width:800px;	
	margin-left: auto;
	margin-right: auto;
	background: white;
	border: 1px solid #000;	
}

#banner{
	height: 100px;
	border-bottom: 1px solid #000;
                background: url(http://www.dzikadro.com/images/banner.jpg) repeat-x;
	
}

#menubar{
	height: 25px;
	border-bottom: 1px solid #000;
	text-align: center;
	padding: 5px 0px 0px 0px;
	background: url(http://www.dzikadro.com/images/menugradient.jpg) repeat-x;	
}

#menubar ul li{
	position: relative;
	list-style: none;
	display: inline;
	font-family: "Courier New" courier monospace;
	padding: 0px 0px 5px 0px;
}

#menubar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

/*Position of Drop Down*/
#menubar li ul{
	position: absolute;
	left: 0px;
	top: 18px;
	display: none;
	text-align: left;
}

#menubar li a:hover, #menubar sf.hover a {
	color: black;
}

#menubar ul li a{
	text-decoration: none;
	color: black;
	padding: 0px 12px 0px 12px;
	margin: 0px 0px 0px 0px;
}

/*clickable region of the drop down*/

#menubar li:hover ul{
	font-size: .75em;
	background: url(http://www.dzikadro.com/images/blackgradient.gif) repeat-y;
	width: 150px;
	display: list-item;
	border: 1px solid gray;
}

#menubar li.sfhover ul{
	font-size: .75em;
	background: url(http://www.dzikadro.com/images/blackgradient.gif) repeat-y;
	width: 150px;
	display: list-item;
	border: 1px solid gray;
}

/*Drop down list properties*/
#menubar li:hover ul li,#menubar li.sfhover ul li{
	display: list-item;
	border-top: 1px solid gray;
	font-family: Times;
	padding: 0px 0px 0px 0px;
}

#menubar li:hover ul li a, #menubar li.sfhover ul li a{
	color: white;
	background: none;
	text-align: left;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	display: block;
}

#menubar li:hover ul li:hover, #menubar li.sfhover ul li.sfhover{
	background: url(http://www.dzikadro.com/images/bodygradient.jpg) repeat-y;
	display: block;
}

#menubar li.sfhover ul li.sfhover a, #menubar li:hover ul li:hover a{
	color: black;
}
/*End Drop Down list*/


#contentlinksdemo{
width:100%;
margin-top:5px;
padding: 5px 5px;
margin-left: 5px;
}

#contentlinksdemo table{
width:750px;
}





#contentlinks{
width:575px;
border-right: 1px solid #000;
margin-top:5px;
padding: 5px 5px;
margin-left: 5px;
}

#contentlinks li{
margin-left:10px;

}
#content{
width:575px;
border-right: 1px solid #000;
margin-top:5px;
padding: 5px 5px;
margin-left: 5px;

}
#contentcatalog{
width:780px;
margin-top:5px;
padding: 5px 5px;
margin-left: 5px;

}

#content p{
border-bottom: 1px solid black;

}

#mission{
width:550px;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
margin-top:5px;
padding: 5px 5px;
margin-left: 5px;
}

#rightbar{
width: 175px;
float:right;
margin-top:5px;
padding: 5px 5px;
margin-right: 5px;
}

#staff{
width:575px;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
margin-top:5px;
padding: 5px 5px;
margin-left: 5px;

}
#staff, h4{
margin:5px;

}

#staff img{
float: right;
margin: 10px;
}
#footer	{
	clear: both;
	margin: 5px;
	padding: 5px 20px;
	border: 1px solid #999;
	text-align: center;
        color: black;
	}
	
#footer p	{
	text-align: left;
	margin: 0;
	padding: 10px;
	font-size: x-small;
	background-color: gray;
	color: #999;
	}

#footer a {
        text-decoration: none;
        padding: 0px 10px 0px 10px;
}

#footer a:visited {
        color: blue;
}
.clear {clear: both;}



/* Form Related Rules */
/* ================== */
/* DO NOT CHANGE PAST THIS LINE!!!!!! */

.widget {
/*	overflow: hidden;
	float: expression('left');
	position: relative;
*/
	padding: 7px 0;
	border-top: 3px solid #FFD37A;	
	border-bottom: 1px solid #CCC;	
}
form {
	font-family: Verdana, Arial, Sans-Serif;
	padding: 5px;
	height: expression('1%'); /* IE Pick-a-boo bug fix */
	
}
fieldset {
	position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 15px 10px;
	background-color:#FAFAFA;
	margin: 20px 0;
}
fieldset fieldset  {
	border: 1px solid #ccc;
	background-color:#FFF;
}
legend {
	position: expression('absolute'); 
	top: expression('-9px'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 2px 5px;
}
fieldset fieldset legend {
	font-size: 90%;
}
label, .label {	
	text-transform: capitalize;
	color: #333;
	font-size: small;
	margin: 0;
}
/* .label is typically used on a span or p tag to label a radio or checkbox group */
label.preField, .label  {
	display: -moz-inline-box;
	display: inline-block;	
	width: expression('7em'); /* Min-width for IE6 */
	min-width: 7em;
	padding: 0 2px;
	margin: 0.6em 4px 0 0;
}
.label { display: block; width: auto; }

label.postField  {
	margin-left: 4px;
	margin-right: 4px;
}
textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 0 1px 0;
}
input {
}
input[type=text], input[type=password] {

}
select {
	padding: 0;
	margin: 2px 0 1px 0;
}

/* Form Builder Related Rules */
/* ========================== */
/* Form or Fieldset instruction paragraph. */
.instructions {
	margin: 1.5em 0;
}
/* Ties together a label and its checkbox or radio */
.oneChoice {
	white-space: nowrap; 
}
/* wForms Related Rules */
/* ==================== */
/* Field w/ a validation error */
.error {	/* deprecated since wForms v0.92 */
	border: 1px solid #F00;
}
.errFld {
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
.errorMsg { /* deprecated since wForms v0.92 */
	color: #CC3333 !important;
	display: inline;
}
.errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
.field-hint {
	color: #000;
	float: right;
	clear: right;
	width: 190px;
	font-size: 85%;
	min-height: 2em;	
	background-image: url(/images/tfa-bracket.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	padding: 0 0 0 20px ;
}
/* Field-Hint without focus */
.field-hint-inactive {
	color: #666;
	float: right;
	clear: right;
	width: 190px;
	font-size: 85%;
	min-height: 2em;
	background-image: url(/images/tfa-greybracket.gif);
	background-repeat: no-repeat;
	background-position: left center;		
	padding: 0 0 0 20px ;
}
/* Repeat Behavior  */
.repeat {
	border: 1px solid #ddd;
	background-color: #FFFFFF;
	margin: 3px 0;
	padding-right: 6px;
}
.removeable {
	border: 1px solid #ddd;
	background-color: #F3F3F3;
	padding-right: 6px;	
}
/* Links generated by the Repeat Behavior */
.duplicateLink {
	margin-top: 10px;
	font-weight: bold;
	text-align: right;
	display: block;
}
.removeLink {
	margin-top: 10px;
	text-align: right;
	display: block;
	color: #CC3300;
}
/* Switch Behavior Classes */
.onstate-a, .onstate-b, .onstate-c, .onstate-d, onstate-e, .onstate-f, .onstate-g, .onstate-h, .onstate-i, .onstate-j {
	display: block;
}

.onstate-k, .onstate-l, .onstate-m, .onstate-n, onstate-o, .onstate-p, .onstate-q, .onstate-r, .onstate-s, .onstate-t {
	display: block;
}


/* offstate classes for the Switch Behavior are in wforms-jsonly.css */

/* Buttons */
.actions {
	padding-top: 15px;
	text-align: right;
	clear: right;
}
.primaryAction {
	display: inline;
}
.secondaryAction {
	color: grey;
	display: inline;
}
.secondaryAction:hover {
	color: black;
}