/** RESET **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/** BASIC **/
body {
	background: #DCD8D3 url(../images/body_bg_a.png) center top no-repeat fixed;
	color: #333;
	font-family: Georgia, "Times New Roman", serif;	
	font-size: 13px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.arrow-link,
.crossnav,
.date,
.widget,
#breadcrumb,
#comments .comment-author,
#comments #comment-submit,
#footer,
#nav-main,
#searchform-input {
	font-family: Univers, Helvetica, Arial, sans-serif;
}

/** GLOBAL CLASS/OBJECTS **/
/* easy clearing */
.wrap:after {
    clear: both;    
    content: ".";
    display: block;
    height: 0;    
    visibility: hidden;
}
/* clear */
.clear {
	clear: both;
	font-size: 0; /* IE 6 */
	height: 0; /* IE */
}
/* ajax content */
.loading {
	display: none;
	text-align: center;
}
/* crossnav */
.crossnav li {
	border-left: 1px solid #333;
	float: left;
	font-size: 11px;
	padding: 0 14px;
	text-transform: uppercase;
}
.crossnav li.first {
	border-left: 0;	
	padding-left: 0;
}
/* links */
.arrow-link {
	color: #48B6E3;
	font-size: 12px;
	font-weight: bold;
}
.arrow-link-left {
	background: url(../images/arrow_left.png) left center no-repeat;	
	padding-left: 16px;
}
.arrow-link-right {
	background: url(../images/arrow_right.png) right center no-repeat;
	padding-right: 16px;
}
.arrow-link-external {
	background: url(../images/arrow_right.png) left center no-repeat;
	padding-left: 16px;
}
/* submit button */
.submit-button {
	background-color: #48B6E3;
	border: 0;
	color: #FFF;
	cursor: pointer;	
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

/** PRINT LOGO **/
#logo-print {
	display: none;
}

/** WRAPPER **/
#wrapper {
	background-color: #FFF; /* important for iPhone & iPad */
	margin: 0 auto;
	padding-bottom: 45px;
	width: 980px;
}

/** HEADER **/
#header {
	background: url(../images/header.png) no-repeat;
	height: 170px;
	position: relative;
}
#logo {
	margin-left: 20px;
}
#nav-header {
	position: absolute; right: 6px;	top: 14px;
}

/** NAV MAIN **/
#nav-main {
	border-bottom: 3px solid #E6E2DC;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
/* links */
#nav-main a {
	display: block;
	font-size: 13px;
	letter-spacing: .1em;
	padding: 8px 20px;	
	text-transform: uppercase;
}
#nav-main a:hover {
	color: #48B6E3;
	text-decoration: none;
}
#nav-main > li.current_page_item > a, /* keep this separate from a:hover because otherwise IE 6 ignores a:hover */
#nav-main > li.current_page_parent > a,
#nav-main > li.current_page_ancestor > a {
	color: #48B6E3;
	text-decoration: none;
}
#nav-main ul a {
	color: #666;
	letter-spacing: 0;
	padding: 5px 10px;
	text-transform: none;
}
#nav-main ul a:hover {
	background-color: #48B6E3;
	color: #FFF;
}
#nav-main ul li.current_page_item > a, /* keep this separate from a:hover because otherwise IE 6 ignores a:hover */
#nav-main ul li.current_page_parent > a {
	background-color: #48B6E3;
	color: #FFF;
}
/* boxes */
#nav-main li {
	float: left;
}
#nav-main li ul {
	background-color: #FFF;
	border: 1px solid #48B6E3;
	padding: 3px;
	position: absolute;	left: -9999px; z-index: 10;
}
#nav-main ul li {
	float: none;
	width: 15em;
}
/* dropdown & flyout */
#nav-main li:hover,
#nav-main li.sfhover {
	position: relative;
}
#nav-main li:hover ul,
#nav-main li.sfhover ul {
	left: auto;
}
#nav-main li:hover ul ul,
#nav-main li.sfhover ul ul {
	left: -9999px;
}
#nav-main li li:hover ul,
#nav-main li li.sfhover ul {
	left: 15em; top: -6px;
}
/* rss */
#nav-main #nav-main-rss {
	float: right;
	margin-right: 18px;
}
#nav-main #nav-main-rss a {
	background: url(../images/rss.png) right center no-repeat;	
	padding-right: 38px;
}

/** MAIN **/
#main {
	margin: 0 20px;
}

/** CONTENT **/
#content {
	float: left;
	overflow: hidden;
	width: 640px;
}
#content h1 {
	color: #48B6E3;
	font-size: 32px;
	margin-bottom: 25px;
}
#content h2 {
	color: #48B6E3;
	font-size: 25px;
	margin-bottom: 15px;
}
#content h3 {
	font-size: 25px;
	margin-bottom: 20px;
}
/* breadcrumb */
#breadcrumb {
	font-size: 11px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#breadcrumb * {
	color: #666;
}
/* content box */
.content-box {
	border: 5px solid #E6E2DC;
	margin-bottom: 15px;
	overflow: hidden; /* IE 6 */
	padding: 16px;
}
.content-box h3 a {
	color: #000;
}
.content-box a {
	color: #48B6E3;
}
.content-box p,
.content-box ul,
.content-box ol {
	line-height: 1.6em;
	margin-bottom: 13px;	
}
.content-box ul { margin-left: 1.5em; }
.content-box ol { margin-left: 2em; }
.content-box ul li { list-style-type: disc; }
.content-box ol li { list-style-type: decimal; }
.content-box .date {
	color: #48B6E3;
}
.content-box .logo-list {
	margin-left: 0;
}
.content-box .logo-list li {
	float: left;
	height: 57px;
	list-style-type: none;
	margin: 0 15px 15px 0;	
	text-align: center;
	width: 80px;
}
/* content nav */
.content-nav {
	clear: both;
	height: 1em;
	margin-bottom: 10px;
}
.content-nav .left {
	float: left;
}
.content-nav .right {
	float: right;
}
/* post */
.post {
	position: relative;
}
.post-left,
.post-right {
	float: left;
	width: 268px;
}
.post-right {
	float: right;
}
.post .post-thumbnail {
	border-bottom: 5px solid #E6E2DC;
	margin: -16px 0 16px -16px;
	width: 300px;
}
.post .post-thumbnail img {
	display: block;	
}
.post .post-label {
	color: #FFF;
	font-size: 18px;
	position: absolute; left: 16px; top: 16px;
}
.post-special h3 {
	background: url(../images/post_title_bg.png) no-repeat;
	font-size: 20px !important;
	height: 51px;
	line-height: 28px;
	overflow: hidden;
	padding: 8px 16px;
	position: absolute; left: 0; top: 88px;
	width: 268px;
}
.post-special h3 a {
	color: #333;
}
/* sitemap */
.sitemap ul {
	margin-bottom: 0;
}
.sitemap li {
	font-weight: bold;
	margin-bottom: 10px;
}
.sitemap li li {
	font-weight: normal;
	margin-bottom: 0;
}
/* jquery tools scrollable */
.jquery-tools-scrollable .scrollable {
	overflow: hidden;
	position: relative;	
}
.jquery-tools-scrollable .scrollable .items {
	position: absolute;
	width: 20000em;
}
.jquery-tools-scrollable .scrollable .items li {
	float: left;
}
.jquery-tools-scrollable .browse {
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 37px;
	position: absolute; z-index: 2;
	width: 38px;
}
.jquery-tools-scrollable .left { 
	background-image: url(../images/slider_arrow_left.png);
	left: 0; 
}
.jquery-tools-scrollable .right { 
	background-image: url(../images/slider_arrow_right.png);
	right: 0; 
}
/* photo slider */
.photo-slider {	
	margin-bottom: 25px;
	position: relative;
}
.photo-slider .browse {
	top: 149px;
}
.photo-slider .scrollable {
	height: 331px;
	width: 640px;
}
.photo-slider .scrollable .items li {
	position: relative;
}
.photo-slider .scrollable .items li h3 {
	background: url(../images/slider_content_bg.png) repeat-x;
	font-size: 21px !important;
	line-height: 1.4em;
	margin-bottom: 0 !important;
	padding: 15px;
	position: absolute; left: 5px; bottom: 5px; z-index: 2;	
	width: 600px;
}
.photo-slider .scrollable .items li h3 a {
	display: block;
}
.photo-slider .scrollable .items li img {
	display: block;
	height: 331px;
	width: 640px;
}
/* team slider */
.team-slider {
	background-color: #E6E2DC;
	margin-bottom: 10px;
	padding: 5px 6px;
	position: relative;
}
.team-slider .browse {
	top: 75px;
}
.team-slider .scrollable {
	height: 137px;	
	width: 630px;
}
.team-slider .scrollable .items li {
	background-color: #FFF;
	cursor: pointer;
	margin-right: 6px;
	padding: 5px 9px;			
	position: relative;
}
.team-slider .scrollable .items li a {
	outline: 0;
}
.team-slider .scrollable .items li img {	
	display: block;
}
.team-slider .scrollable .items li .title {	
	background: rgb(90,189,230); /* fallback for IE */
	background: rgba(90,189,230,0.9);
	color: #FFF;
	cursor: auto;
	display: none;
	height: 26px;
	line-height: 26px;
	min-width: 140px;
	padding: 5px;
	position: absolute; bottom: 0; z-index: 2;
	text-align: center;
	white-space: nowrap;
}
#team-show-list {
	display: none;	
}
/* customer slider */
.customer-slider {
	margin-bottom: 10px;
}
.customer-slider-content {
	border: 5px solid #E6E2DC;
	height: 271px;	
	overflow: hidden;
	position: relative;
}
.customer-slider-inner {	
	height: 100%;
	position: absolute;	
}
.customer-slider-content .col {	
	float: left;
}
.customer-slider-content a {
	border-right: 5px solid #E6E2DC;
	border-bottom: 5px solid #E6E2DC;
	display: block;	
	height: 58px;	
	outline: 0;
	overflow: hidden;
	padding: 3px;	
	text-align: center;	
	width: 80px;
}
.customer-slider-content a img {
	vertical-align: middle;
}
.customer-slider-content a.row5 {
	border-bottom: 0;
}
.customer-slider-scrollbar {
	background: #48B6E3;
	height: 6px;
	margin: 10px auto 0;
	position: relative;
	width: 600px;
}
.customer-slider .ui-slider-handle {	
	background: url(../images/slider_handle.png) no-repeat;	
	height: 16px;
	margin-left: -15px;
	outline: none;
	position: absolute;	top: -5px;	
	width: 30px;
}
/* customer info */
.customer-info {	
	margin-bottom: 30px;
	min-height: 1.5em;
	position: relative;
}
.customer-info .arrow-link-external {
	position: absolute; right: 0; bottom: 0;
}
/* comments list */
#comments .comment-author {
	line-height: 18px;
}
#comments .comment-author .avatar {
	float: left;
	margin-right: 10px;
}
#comments .comment-text {
	clear: both;
	margin: 10px 0 -13px 0;
}
/* comments form */
#comments form {
	border: 5px solid #E6E2DC;
	padding: 16px;
}
#comments form p {
	clear: both;
	margin-bottom: 8px;
}
#comments form label {
	display: block;
	float: left;
	margin-right: 16px;
	text-align: right;
	width: 84px;
}
#comments form input,
#comments form textarea {
	border: 2px solid #E6E2DC;
	font-size: 12px;
	padding: 5px;
}
#comments form input {
	width: 292px;
}
#comments form textarea {
	width: 484px;
}
#comments #comment-submit {	
	border: 0;
	float: right;	
	width: auto;
}

/** SIDEBAR **/
#sidebar {
	float: right;
	width: 280px;
}
/* search form */
#searchform {
	background: url(../images/search_input_bg.png) repeat-x;
	border: 1px solid #CBC8C3;
	height: 21px;
	margin-bottom: 25px;
	position: relative;	
}
#searchform-input {
	border: 0;
	background-color: transparent;
	font-size: 11px;
	height: 21px;
	line-height: 21px;
	padding: 0 5px;
	width: 232px;
}
#searchform-submit {
	position: absolute; right: 0; top: 0;
}
/* widgets */
.widget {
	background: #F5F4F0 url(../images/widget_bg.png) repeat-x;
	border: 5px solid #E6E2DC;
	margin-bottom: 25px;	
	overflow: hidden; /* IE 6 */
	width: 270px; /* IE 6 */
}
.widget h3 {
	background-color: #E6E2DC;
	font-size: 11px;
	padding: 5px 0 10px 5px;
	text-transform: uppercase;
}
.widget .widget-content {
	padding: 10px;
}
.widget .link-list {
	margin-bottom: -2px;
}
.widget .link-list li {
	margin-bottom: 2px;
}
.widget .link-list a {
	background-color: #48B6E3;
	color: #FFF;
	display: block;
	font-size: 14px;
	padding: 8px 10px;
}
/* addthis widget */
#addthis-widget {
	border: 0;
}
/* flickr widget */
#flickr-widget .widget-content {
	height: 255px;
	padding-right: 0;
}
#flickr-widget .loading {
	display: block;
	margin-right: 10px;
}
#flickr-widget .flickr_badge_image {
	float: left;
	margin: 0 10px 10px 0;
}
/* polls widget */
.widget_polls-widget h3 {
	display: none;
}
.wp-polls .question {
	border-top: 3px solid #48B6E3;
	border-bottom: 3px solid #48B6E3;
	color: #000;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
	line-height: 25px;
	padding: 7px;
}
.wp-polls-ans {
	background: transparent url(../images/arrow_down.png) 6px 3px no-repeat;
	padding-top: 25px;
}
.wp-polls-ans .wp-polls-ul li {	
	margin-bottom: 9px;	
}
.wp-polls-ans .action input {
	float: right;
	padding: 2px;
}

/** FOOTER **/
#footer {
	background: #F8F6F5 url(../images/footer.png) right bottom no-repeat;	
	clear: both;
	font-size: 11px;
	height: 93px;
	margin: 25px 20px 0 20px;
	padding: 17px 196px 0 19px;
	position: relative;
}
#credits {
	position: absolute; left: 19px; bottom: 17px;
}