/*<group=General Styles>*/

body {
	background: #e7e7e7 url(images/bg_image.png) repeat;
	margin: 0px;
	text-align: center;
	color: #2b2b2b;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

p { 	
	font:13px Verdana, Arial, Helvetica, sans-serif; color:#c3c3c3;
	line-height: 1.3;
}
 
b, strong {
	font-weight: bold;
	color: #dddddd;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover, a:active {
	color: #adfcff;
}

img {
	border:1px solid black
}

.imageStyle { border:0px
}

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

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}

.standout, blockquote {
	font-size: 14px;
	font-style: italic;
	color: #898989;
}

h1 {
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

h2 {
	color: #ffffff;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 3px;
}

h3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h5 {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

/*</group>*/


/*<group=Layout>*/

#container {
	background: url(images/body_bg.png) repeat-y; /* This Is The BG Color Of The Main Div */
	width: 790px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b3b3b3;
}

#pageHeader {
	width: 790px;
	text-align: left;
	list-style: none;
	height: 69px;
	background: #303030 url(images/header_bg2.png) no-repeat;
}

#pageHeader img {
	display: inline;
	float: left;
	margin-top: 6px;
	margin-left: 5px;
	margin-right: 10px;
}

#pageHeader h1 {
	color: #DDDDDD;
	float: right;
	text-shadow: 0px 1px 2px #001f2f;
	margin: 0px;
	font-size: 19px;
	padding: 4px 20px 0px 35px;
}

#pageHeader h2 {
	color: #ffffff;
	text-shadow: 0px 1px 2px #001f2f;
	margin: 0px;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 35px;
}

#contentContainer {
	width: 590px;
	float: left;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
}

#contentContainer #content {
	line-height: 2em;
	padding-right: 30px;
	padding-left: 40px;
	width: 520px;
}

#sidebarContainer {
	width: 190px;
	float: right;
	text-align: left;
	padding: 0px;
	padding-right: 5px;
}

#sidebarContainer .sidebar {
	line-height: 2.0em;
	padding: 10px 20px 10px 10px;
}

#footer {
	width: 790px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */
	height:36px;
	background: #303030 url(images/footer_bg.png) no-repeat;
	color: #ffffff;
}

#footer p {
	padding-top: 8px;
	text-shadow: 0px 1px 1px #001f2f;
	font-size: 11px;
	margin: 0px;
	color: #b3b3b3;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #adfcff;
	text-decoration: none;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: left;
	width: inherit;
	padding: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #454545;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	line-height: 2.0em;
	padding-top: 0px;
	margin: 0px;
	width: 190px;
}

#navcontainer #current {
	color: #adfcff;
	text-shadow: 0px -1px 3px #2b6568;
	background: url(images/button_over.png) repeat-x;
}

/* Parent - Level 0 */

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

#navcontainer li {
	padding: 0px;
}

#navcontainer a {
	display: block;
	color: #ffffff;
	text-shadow: 0px -1px 1px #000000;
	text-decoration: none;
	padding-left: 10px;
	font-size: 12px;
	background: url(images/button_normal.png) repeat-x;
	height: 36px;
	line-height: 32px;
}

#navcontainer a:hover {
	color: #adfcff;
	text-shadow: 0px -1px 3px #2b6568;
	text-decoration: none;
	font-size: 12px;
	background: url(images/button_over.png) repeat-x;
	height: 36px;
}

#navcontainer ul #current {
	color: #adfcff;
	text-shadow: 0px -1px 3px #2b6568;
	background: url(images/button_over.png) repeat-x;
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

#navcontainer ul ul li { 
}

#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	padding-left: 0px;
	background: transparent;
}

#navcontainer ul ul a:hover {
	background: transparent none;
}

#navcontainer ul ul #current {
	color: #adfcff;
	text-shadow: 0px -1px 3px #2b6568;
	background: none;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #808080;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 0px;
	font-size: 12px;
}

#navcontainer ul ul ul a:hover {
	background: transparent;
}

#navcontainer ul ul ul #current {
	color: #adfcff;
	text-shadow: 0px -1px 3px #2b6568;
	background: none;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #999999;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 0px;
	font-size: 12px;
}

#navcontainer ul ul ul ul a:hover {
	background: transparent;
}

#navcontainer ul ul ul ul #current {
	color: #adfcff;
	text-shadow: 0px -1px 3px #2b6568;
	background: none;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #b3b3b3;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	padding-left: 0px;
}

#navcontainer ul ul ul ul ul a:hover {
	background: transparent;
}

#navcontainer ul ul ul ul ul #current {
	color: #adfcff;
	text-shadow: 0px -1px 3px #2b6568;
	background: none;
}

/* Child - Level 5 */

#navcontainer ul ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #cccccc;
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	padding-left: 0px;
}

#navcontainer ul ul ul ul ul ul a:hover {
	background: transparent;
}

#navcontainer ul ul ul ul ul ul #current {
	color: #adfcff;
	text-shadow: 0px -1px 3px #2b6568;
	background: none;
}
	
/*</group>*/


/*<group=Contact Form>*/
.message-text { } 

.required-text { } 

.form-input-field { } 

.form-input-button { } 
/*</group>*/