/* @group General Styles */

body {
	padding: 0;
	margin: 0;
	font: 0.85em Verdana, sans-serif;
	
	
}

p {
	padding-bottom: 5px;
}

b, strong {

}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
}
	
/* @end */

/* @group Layout */

#title {
	position: relative;
	margin: 0 auto;
	
	
}

#container {
	margin: 0 auto;
	z-index: 2;
	padding: 0 20px;
}

.clearer {
	clear: both;
}

#bar {
	height: 7px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #484848;
	position: absolute;
	top: 96px;
	left: 0;
	z-index: 1;
}

#pageHeader {
	position: relative;
	z-index: 10;
	height: 100px;
	
}

#pageHeader img {
}

#pageHeader h1 {
	font-size: 2.4em;
	font-weight: normal;
	font-style: normal;
}

#pageHeader h2 {
	font-size: 1.3em;
	font-weight: normal;
	font-style: italic;
	padding-left: 6px;
	letter-spacing: 1px;
}

#contentContainer {
	line-height: 1.5;
}

#content {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 10px;
	font-family: Verdana;
	min-height: 400px;
}

#footer { 
	margin: 0 auto;
}

#footer p {
	padding: 0 0 6px 0;
	margin: 0;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}

#footerContainer {
	font-size: 0.85em;
	height: 50px;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 17px 20px 15px 20px;
}
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {

}

#breadcrumbcontainer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#slogan {
position: absolute;
left:813px;
top: 35px;
font-family: Verdana;
font-size: 12px;
}
#logo {
position: absolute;
left: 5px;
top: 45px;

}

#navcontainer {
	height: 30px;
/*	left: 300px; */
	left: 295px;
	position: absolute;
	z-index: 300;	
	top: 72px;

}

#navcontainer #current, #navcontainer .currentAncestor{
}

#navcontainer ul ul #current , #navcontainer ul ul .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	margin: 0;
	padding: 0;
	z-index: 5;
	list-style-type: none;
}

#navcontainer li {
	position: relative;
	display: inline;
	float: left;
}



#navcontainer a {
	display: block;
	padding: 6px 15px 17px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

#navcontainer a:hover {
	background: transparent;
}

#navcontainer a:active {
}


/* @end */
/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1.2em;
}

h1 {
	font-size: 2em;
	padding: 5px 0;
	margin: 0;
	font-weight: normal;
}

h2 {
	font-size: 1.6;
	padding: 5px 0;
	margin: 0;
	font-weight: normal;
}

h3 {
	font-size: 1.2;
	padding: 5px 0;
	margin: 0;
	font-weight: normal;
}

h4 {
	font-size: 1.1;
	padding: 3px 0;
	margin: 0;
	font-weight: normal;
}

.imageStyle {
}






/* @end */
