@import url(wf.css);

body
{
	background: #434446;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin: 0;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-align: center;
	/* color: #EDEEE7; */
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a { text-decoration: none; }

a:link { color:#014B92 } /* unvisited link */

a:visited { color:#014B92 } /* visited link */

a:hover { color:#125CA3 } /* mouse over link */

a:active { color:#014B92 } /* selected link */

a img { border: 0; }

/* ----------------------- */

.img_plusMinus
{
	border:none;
	padding-right: 2px;
	padding-left: 2px;
}

.collapsed_panel
{
	height:200px;
	overflow:auto;
	background-color:#FFF;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	display: none;
}

.expanded_panel
{
	height:150px;
	overflow:auto;
	background-color:#FFF;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	display: block;
}

.expanded_head
{
	background-color:#D0DCFC;
	border:1px solid #CCC;
	font-weight: bold;
}

.collapsed_head { padding-left: 4px; }

/* ----------------------- */


.green { color: #009642; }

#jukebox { font-size: 90%; }

#logo-container
{
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 4px;
	background:#014B92;
}

#logo2
{
	font-size:20px;
	margin-top:15px;
	color:#EDEEE7;
}

p { margin: 0 0 10px; }

#container
{
	width: 900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	/* background: #FFFFFF; */
	margin: 0 auto;
	text-align: left;
	border:solid 1px #AAA;
	background-color:#014B92;
}

#snc
{
	float: right;
	height: 25px;
	width: 25px;
}

#navcell { border-bottom: 5px solid #3796D0; }

.dummy
{
	padding: 5px;
	float: left;
	width:524px;
	border-bottom:solid 1px #AAA
}

.nav
{
	padding: 5px;
	float: left;
}

.nav a:link, .nav a:visited, .nav a:active
{
	padding: 5px;
	/* background-color: #014B92; */
    text-decoration: none;
	color: #CCC;
}

.nav a:hover
{
	padding: 5px;
	text-decoration: none;
	color: #FFF;
}

.nav-current
{
	padding: 5px;
	background-color: #3796D0;
	text-decoration: none;
	color: #FFF;
	float: left;
}

.nav-current a:link, .nav-current a:visited, .nav-current a:active, .nav-current a:hover
{
	padding: 5px;
	background-color: #3796D0;
	text-decoration: none;
	color: #FFF;
}

#main-content
{
	/*background-color: #D3DBD6;*/
	background-color:#E8EEEB;
	float: none;
	text-align: left;
	padding: 30px;
	border: 0px none #0096DE;
	margin: 0px;
}

#gbox
{
	width: auto;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#gbox-border
{
	width: auto;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 1px solid #D6D6D6;
}

#gbox2-border
{
	width: 480px;
	text-align: center;
	border: 1px solid #D6D6D6;
	margin: 5px;
	padding: 5px;
}

#album
{
	width: auto;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#side-content
{
	background-color: #FFFFFF;
	width: 150px;
	height:250px;
	float: right;
	text-align: center;
	padding: 5px;
	border: 1px solid #0096DE;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer
{
	padding: 5px;
	font-size: 10px;
	text-align: center;
	clear:both;
	margin: 0px;
	float: none;
	position: relative;
	background-color: #E8EEEB;
}

.style1
{
	color: #666;
	font-size: 1.3em;
	font-weight: bold;
}

.style2
{
	color: #666;
	font-size: 1em;
}

.tabs
{
	margin-left:100px;
	margin-top:0px;
	margin-bottom:0px;
	padding:5px;

}

.tabs li
{
	background:#CDD3CF;
	display: inline;
	text-decoration: none;
	padding:5px;
	margin:0em;
}

.tabs li a, .tabs li span
{
	text-decoration: none;
	margin:0px;
}

.tabs li.current
{
	background:  #267BA2;
	text-decoration: none;
	color:#FFF;
	margin:0px;
}

.tabs li.current a, .tabs li.current span
{
	background: none;
	color:#FFF;
}
