/* @group html */

html, body {
	margin: 0;
	padding: 0;
	background: #fff url(images/bg.gif) repeat-x 0 0;
	font: 0.9em/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
}

div, p, form, h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #0099cc;
}

a:hover {
	text-decoration: underline;
}

a.skip {
	display: none;
}

.clearer {
	clear: both;
	width: 100%;
	line-height: 1em;
}

/* @group Controls */
.form-text,
.form-textarea {
	border: 1px solid #ccc;
	padding: 3px;
	color: #666;
	font-size: inherit	
}

.form-item {
	margin-bottom: 0.5em;
}


/* @end */



/* @end */

/* @group Container */

#container {
	width: 982px;
	margin: 0 auto;
}

/* @group Common */
#content,
#footer {
	width: 100%;
	background: #fff url(images/bg_content_body.gif) repeat-y 0 0;
	float: left;
}





#content .top,
#content .bottom,
#footer .bottom {
	float: left;
	width: 100%;
	height: 8px;
	overflow: hidden;
	background: #fff url(images/bg_content_caps.gif) no-repeat 0 0;
	
}

/* @end */

/* @group Header */

#header {
	height: 95px;
	width: 100%;
	position: relative;
}

/* @group Primary Navigation */

ul.primary-links {
	width: 820px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 18px 0 0;
}


ul.primary-links li{
	height: 38px;
	width: 117px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

ul.primary-links li a{
	height: 30px;
	width: 117px;
	display: block;
	text-align: center;
	padding-top: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	background: url(images/bg_navigation_primary.png) no-repeat 0 0;
	text-shadow: #666 1px 1px 1px;
}

ul.primary-links li a:hover {
	text-decoration: none;
}

ul.primary-links li.first,
ul.primary-links li.first a{
	width: 118px;
	background-position: 0 0;
}

ul.primary-links li.first a {
	padding-top: 38px;
	overflow: hidden;
	height: 0;
}

ul.primary-links li.first a:hover {
	background-position: 0 -38px;
	color: #fff;
}

ul.primary-links li.first a.active {
	background-position: 0 -76px;
	color: #fff;
}


ul.primary-links li a{
	background-position: -118px 0;
}

ul.primary-links li a:hover {
	background-position: -118px -38px;
}

ul.primary-links li a.active {
	background-position: -118px -76px;
}


ul.primary-links li.search {
	width: 162px;
	background: url(images/bg_navigation_primary.png) no-repeat -820px 0;
}

/* @end */

/* @group Secondary Navigation */

ul.primary-links-children {
	position: absolute;
	bottom: 0;
	right: 0;
	list-style: none;
	float: right;
	padding: 0 10px 10px;
	margin: 0;
	height: 27px;
	overflow: hidden;
}

ul.primary-links-children li {
	float: left;
	padding: 8px 15px 0; 
	margin: 0;
	
}


ul.primary-links-children li a {
	font-weight: bold;
	font-size: 12px;
	color: #666;
	text-shadow: #ccc 1px 1px 1px;
}

ul.primary-links-children li.active a,
ul.primary-links-children li a:hover {
	text-decoration: none;
	color: #0099cc;
}

/* @end */

/* @group Search */

#searchregion {
	float: left;
	width: 162px;
	margin: 0;
	padding: 18px 0 0;
	background: url(images/bg_navigation_primary.png) no-repeat -820px 18px;
	height: 38px;
}


#searchregion .form-item {
	margin: 0;
	padding: 0;
	position: relative;
	width: 162px;
	height: 38px;
}

#searchregion .form-submit,
#searchregion .form-item label {
	display: none;
}

#searchregion .form-item .form-text{
	border: none;
	background-color: transparent;
	position: absolute;
	top: 11px;
	left: 30px;
	width: 112px;
	height: 17px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 15px;
	font-size: 12px;
	outline: none;
}

/* @end */
/* @end */

/* @group Content */

#content {
	margin-bottom: 30px;
	float: left;
	width: 982px;
}

#content p {
	margin-bottom: 1em;
}


#content .top {
	background-position: 0 -8px;
	
}

#content .bottom {
	background-position: 0 0;
}

/* @group Main */

#content #main {
	margin: 32px 15px 32px 40px;
	width: 582px;
	float: left;
	overflow: hidden;
}


#content #main .breadcrumb {
	margin: 0;
	padding: 0;
	color: #ccc;
}

#content #main .breadcrumb a {
	color: #65b2cb;
}

#content #main .breadcrumb span{
	color: #666;
}

#content #main h1,
#content #main h2{
	font-size: 26px;
	font-weight: normal;
	padding-top: 20px; 
	padding-bottom: 55px; 
	line-height: 1em;
}


#content #main h1 span,
#content #main h2 span {
	font-size: 20px;
	font-weight: normal;
	color: #0099cc;
}


#content #main #tabs-wrapper h1, 
#content #main #tabs-wrapper h2 {
	font-size: 26px;
	font-weight: normal;
	padding-top: 30px; 
	height: 55px;
	line-height: 1em;
}

#content #main h3 {
	font-size: 16px;
	font-weight: normal;
	color: #0099cc;
	margin-bottom: 0.5em;
}



#content #main h4 {
	font-size: 14px;
	font-weight: normal;
	color: #0099cc;
	margin-bottom: 0.5em;
}

#content #main h5 {
	font-size: 12px;
	font-weight: normal;
	color: #0099cc;
	margin-bottom: 0.5em;
}
#content .address {
	float: left;
	width: 275px;
	margin-right: 15px;
}




#content .item {
	float: left;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
}






#content #main .item h2{
	height: auto;
	margin: 0 0 1em;
	padding: 0;
	font-size: 1.3em; 
}


#content .flash {	
	float: left;
	margin-bottom: 1em
}

#content fieldset {
	border: 1px solid #eee;
	background-color: #fefefe;
	margin-bottom: 1em;
}

/* @group Tables */

#content table.data {
	width: 580px;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border: 1px solid #ccc;
}

#content table.data td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* @end */

/* @end */

/* @group Right */

#content #sidebar-right {
	width: 235px;
	float: right;
	overflow: hidden;
	margin: 16px 20px 32px;
}

/* @group Logo */
#sidebar-right .logo a,
#sidebar-right .logo a img {
	float: right;
	border: none;
}

#sidebar-right .logo {
	float: left;
	height: 130px;
	padding: 0 0 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	width: 235px;
}

/* @end */

/* @group Nodes */



#content .sidebar .node {
	font-size: 12px;
	padding: 0 0 15px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	width: 235px;
}

#content .sidebar .node p {
	padding: 0 15px;
}

#content .sidebar .node h3 {
	font-weight: normal;
	color: #0099cc;
	font-size: 20px;
}





#content .sidebar .node a.speak,
#content .sidebar .node a.demo {
	width: 233px;
	height: 0;
	padding-top: 52px;
	line-height: 1em;
	display: block;
	overflow: hidden;
	margin-bottom: 0.5em;
	cursor: pointer;
	background: #fff url(images/bg_promos.gif) no-repeat 0 0;
	
}

#content .sidebar .node a:hover.speak {
	background-position: 0 -52px;
	
}

#content .sidebar .node a.demo {
	background-position: -233px 0;
}


#content .sidebar .node a:hover.demo {
	background-position: -233px -52px;
	
}

/* @end */

/* @group Contact Form */

#content .sidebar form {
	font-size: 12px;
	padding: 0 0 15px;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	width: 235px;
}

#content .sidebar form .form-item,
#content .sidebar form .form-text,
#content .sidebar form .form-textarea {
	width: 140px;
	float: left;
	margin: 0;
}

#content .sidebar form .form-submit {
	float: right;
	
}


#content .sidebar form label {
	display: none;
	
}






/* @end */
/* @end */

/* @end */

/* @group Footer */

.spacer {
	clear: both;	
	width: 100%;
	height: 40px;
}

#footer {
	width: 982px;
	font-size: 11px;
}

#footer h2 a{
	height: 0;
	padding-top: 55px;
	overflow: hidden;
	width: 100%;
	display: block;
	line-height: 1em;
	background: #fff url(images/footer_header.jpg) no-repeat 0 0;
}

/* @group Footer Sitemap */

#footer .sitemap {
	width: 600px;
	float: left;
	padding-left: 44px;
	overflow: hidden;
	
}

#footer .sitemap ul {
	width: 110px;
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	overflow: hidden;
}

#footer .sitemap li {
	padding: 0;
	margin: 0;
}

#footer .sitemap  a {
	color: #666;	
}

#footer .sitemap h3 a {
	color: #0099cc;
	font-size: 11px;
}

/* @end */

/* @group Details */

#footer .details {
	width: 297px;
	float: left;
	padding-right: 40px;
	text-align: right;
	color: #999;
	overflow: hidden;
	
}

#footer .details h2 a{
	width: 85px;
	height: 0;
	padding-top: 73px;
	margin-left: 175px;
	overflow: hidden;
	display: block;
	margin-bottom: 0.5em;
	line-height: 1em;
	background: url(images/logo_footer.gif) no-repeat 0 0;
	
}
#footer .details p {
	margin: 0 0 2em;
	
}

#footer .details p.navigation a{
	font-weight: normal;
	
	font-size: 11px;
}


/* @end */

#footer .bottom {
	background-position: 0 0;
}


/* @end */

/* @end */
