/* @group General Styles */

body {
	text-align: center;
	padding: 0;
	margin: 0 0 20px;
	font: 0.85em/1.4em Arial, Helvetica, Geneva, sans-serif;
}

p {
}

b, strong {

}

a:link, a:visited {
	
}

a:hover, a:active {
	text-decoration: none;
}


img {
	border: none;
}

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
}
	
/* @end */

/* @group Layout */
#container {
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0 10px 10px;
}

.clearer {
	clear: both;
}

#pageHeader {
	display: block;
	height: 90px;
	border-top: 3px solid;
	position: relative;
	margin-bottom: 1px;
}

#pageHeader #grad {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 66px;
	overflow: hidden;
	z-index: 0;
}

#pageHeader #bar {
	position: absolute;
	left: 0;
	top: 150px;
	display: block;
	width: 100%;
	height: 25px;
	overflow: hidden;
	border-top: 1px solid;
}

#pageHeader #bar img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 23px;
}

#pageHeader img {
	position: absolute;
	right: 0;
	top: 0;
}

#pageHeader h1 {
	font-size: 2.2em;
	margin: 30px 0 10px 20px;
	letter-spacing: -1px;
	position: relative;
	z-index: 1;
}

#pageHeader h2 {
	font-weight: normal;
	font-size: 1em;
	margin: 0 0 5px 20px;
	position: relative;
	z-index: 1;
}

#contentContainer {
	margin-bottom: 20px;
}

#contentContainer #content {
	padding: 60px 20px 20px;
}

#sidebarContainer {
	width: 235px;
	margin-bottom: 20px;
}



#footer {
	padding: 15px 0;
}

#footer p {
	margin: 0;
	padding: 0 30px;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	
/* @end */


/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	display: block;
	padding: 0;
	position: relative;
	line-height: normal;
}

#navcontainer #top_grad {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	overflow: hidden;
}

#navcontainer #current {
}

#navcontainer #current img {
	position: absolute;
	left: 49px;
	bottom: 0;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	width: 100%;
	height: 30px;
	border-bottom: 2px solid;
}

#navcontainer li {
	display: inline;
}

#navcontainer a {
	text-decoration: none;
	display: block;
	float: left;
	height: 23px;
	color: #fff;
	padding: 7px 20px 0;
	text-align: center;
	font-weight: bold;
	position: relative;
	z-index: 10;
}

#navcontainer a:hover {
}

#navcontainer a:active {
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 32px;
	z-index: 5;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	font-size: 0.95em;
	height: 27px;
	border-top: 1px solid;
	border-bottom: none;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	font-weight: normal;
	height: 20px;
	padding-top: 7px;
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul #current{
}

/* Child Level 3 */

#navcontainer ul ul ul {
	background: transparent;
	top: 27px;
	border-top: 1px solid;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	height: 21px;
	padding-top: 7px;
}

#navcontainer ul ul ul ul a:hover{

}


#navcontainer ul ul ul ul {
	display: none;
}
/* @end */

/* @group Global Classes */

blockquote, .standout {
	margin: 0;
	font: italic 1.2em/1.5 Georgia, "Times New Roman", Times, serif;
}

h1 {
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	font-size: 2.2em;
}

h2 {
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	font-size: 2em;
}

h3 {
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	font-size: 1.8em;
}

h4 {
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	font-size: 1.6em;
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
	font-size: 1em;
}
/* @end */


/* @group Contact Form */
form {
	margin: 0;
}
.message-text {
	font-weight: bold;
	font-style: italic;
} 

.required-text {
} 

.form-input-field {
	background: #f4f4f4;
	font-size: 1em;
	width: 98%;
} 

.form-input-button {
	font-size: 1.3em;
} 

/* NewsBlocks */

div.feed {
	margin:0;
	padding:10px 0 0 0;
/*	border-bottom:1px solid #ccc; */
}

.footnote,
.footnote a {
	font-size:12px;
	line-height:1.3em;
	color:#aaa;
}

.clearLeft {clear:left;}
.clearRight {clear:right;}
.clearBoth {clear:both;}
.hide {display:none;}
.noborder {border:none !important;}

div.block {
	width:30%;
	float:left;
	margin:0 15px 50px 15px;
}

ul, ol {
	margin:0;
	padding:0;
	list-style:none;
}

ul li, ol li {
	margin:0;
	padding:7px 0;
	border-bottom:1px dotted #444;
	font-size:0.9em;
	line-height:1.2em;
}

ul li a img {
	border: 0px;
}

p.more {
	text-align:right;
}

li.video {
	background-image:url(images/video.png);
}

li.audio {
	background-image:url(images/audio.png);
}

li.image {
	background-image:url(images/images.png);
}

p.more {
	text-align:right;
}

li.enclosure {
	padding-left:30px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:left 6px;
}

div.wideblock {
	clear:left;
}

div.wideblock li {
	float:left;
	list-style: none;
	border:none;
}

div.wideblock li a {
	display:block;
	padding:3px;
	margin:10px 0 0 15px;
	background-color:#369;
	list-style: none;
}

div.wideblock li a:hover {
	background-color:#69c;
	list-style: none;}
/* @end */

/* search form */
.searchform form{
	position: absolute;
	top: 10px; right: 10px;
	background-color: transparent;
	border: none;
	margin: 0; padding: 0;
}
.searchform input.textbox { 
	margin: 0 3px; padding: 0 2px;
	width: 130px;
	background: #000;
	color: #FFF; 
	height: 20px;
	border: 1px solid #7E050A;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	background: #000;
	color: #fff;	
	width: 70px;
	height: 22px;
	border: none;
	padding: 3px 5px;
	vertical-align: top;
}
/* @end */
/*********************************************/
body div#toolTip {
	position:absolute;
	z-index:1000;
	width:300px;
	background: #000000;
	border:2px double #fff;
	text-align:left;
	padding:5px;
	min-height:1em;
	-moz-border-radius:5px;
}

body div#toolTip p {
	margin:0;
	padding:0;
	color:#fff;
	font:12px/1.2em "Lucida Grande", Verdana, Arial, sans-serif;
}

body div#toolTip p em {
	display:block;
	margin-top:3px;
	color: #2591ba;
	font-style:normal;
	font-weight:bold;
}

body div#toolTip p em span {
	font-weight:bold;
	color:#fff;
}


