/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/* YUI Reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,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,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{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;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* YUI Base */
body{margin:10px;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}

/* YUI Fonts */
/* 10 - 77, 11 - 85, 12 - 93, 13 - 100, 14 - 108, 15 - 116, 16 - 123.1, 17 - 131, 18 - 138.5, 19 - 146.5, 20 - 153.9, 21 - 161.6, 22 - 167, 23 - 174, 24 - 182, 25 - 189, 26 - 197 */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* Global */
body {
   font-family: georgia,'times new roman',arial,helvetica,clean,sans-serif;
   margin: 0;
}

p {
   color: #333;
   font-size: 108%;
}

a, a:link, a:visited {
   color: #008080;
}

a:hover {
   color: #FF7575;
   text-decoration: none;
}

/* Layout */
.upper.rail {
   background: #007474;
   height: 2px;
   margin-bottom: 1px;
}

.bar {
   height: 1px;
}

.upper.rail .bar.alt {
   background: #008C8C;
}

.lower.rail {
   background: #007474;
   height: 2px;
   margin-top: 1px;
}

.lower.rail .bar.alt {
   background: #008C8C;
}

#header {
   background: #008080;
   overflow: hidden;
   }

#header .wrap {
   margin: 0 auto;
   padding: 10px 0;
   width: 950px;
}

#header p.contact {
   float: right;
   font: bold 123.1% Georgia;
}

#header p.contact a, #header p.contact a:link, #header p.contact a:visited {
   color: #fff;
   text-decoration: none;
}

#header p.contact a:hover {
   text-decoration: underline;
}

#header .logo {
   padding: 10px 0;
}

#header ul.menu {
   font: bold 123.1% Georgia;
   margin: 10px 0 0 0;
   overflow: hidden;
   text-transform: uppercase;
}

#header ul.menu li {
   float: left;
   list-style: none;
   margin-right: 24px;
}

#header ul.menu a, #header ul.menu a:link, #header ul.menu a:visited {
   color: #fff;
   text-decoration: none;
}

#header ul.menu a:hover {
   text-decoration: underline;
}

#content {
   clear:left;
   margin: 0 auto;
   width: 950px;
}

/* Library */
.heading_bg_1 {
   background: url('/images/layout/h2_bg_1.jpg') no-repeat top left;
   color: #FF7575;
   font-size: 123.1%;
   font-weight: normal;
   margin: 0;
   padding: 0 0 0 20px;
   text-transform: uppercase;
}

/* Pages */
/* Home */
.home_page .main {
   float: left;
   margin-right: 5px;
   width: 200px;
}

.home_page .main h1 {
   background: url('/images/layout/h2_bg_1.jpg') no-repeat top left;
   color: #FF7575;
   font-size: 123.1%;
   font-weight: normal;
   margin: 15px 0 5px;
   padding: 0 0 0 20px;
   text-transform: uppercase;
}

.home_page .main h2 {
   background: url('/images/layout/h2_bg_1.jpg') no-repeat top left;
   color: #FF7575;
   font-size: 123.1%;
   font-weight: normal;
   margin: 15px 0 5px;
   padding: 0 0 0 20px;
   text-transform: uppercase;
}

.home_page .main p {
   color: #333;
   font-size: 123.1%;
   margin: 0 0 10px 20px;
}

.slider {
   background: #ccc;
   float: left;
   height: 454px;
   margin-top: 15px;
   overflow: hidden;
   width: 400px;
}

.slider .item {
   position: relative;
}

.slider .item{
   display: none
}
.slider .item.first {
   display: block
}

.slider .details {
   background: url('/images/slider/slider_bg.png') repeat top left ;
   height: 80px;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}


.slider h2 {
   color: #fff;
   font-size: 123.1%;
   font-weight: normal;
   margin: 5px 0 5px 10px;
   text-transform: uppercase;
}

.slider p {
   color: #fff;
   font-size: 123.1%;
   font-weight: normal;
   margin: 5px 0 5px 10px;
}

.slider .link {
   float: right;
   margin: 5px 10px 5px 0;
   text-transform: uppercase;
}

.slider .link a,
.slider .link a:link,
.slider .link a:visited {
   color: #fff;
}

.slider .link a:hover {
   color: #FF7575;
}

.good_links {
   float: left;
   margin: 15px 0 0 5px;
   width: 340px;
}

.good_links .section {
   background: #B3D9FF;
   height: 150px;
   position: relative;
}

.good_links .details {
   padding: 10px 0 0 10px;
   width: 155px;
}

.good_links h2 {
   font-weight: normal;
   margin: 0 0 10px 0;
   text-transform: uppercase;
}

.good_links .details p {
   font-size: 108%;
}

.good_links p.link {
   bottom: 10px;
   left: 10px;
   margin: 0;
   position: absolute;
   text-transform: uppercase;
}

.good_links .image {
   float: right;
   padding: 19px 10px 0 0;
}

.good_links a,
.good_links a:link,
.good_links a:visited {
   color: #000;
   text-decoration: none;
}

.good_links a:hover {
   color: #FF7575;
   text-decoration: underline;
}

.good_links .section_divider {
   background: #C6E2FF;
   height: 2px;
}

.good_links .section_divider .alt {
   background: #9FCFFF;
   height: 1px;
}

.good_links p.link {
   font-size: 93%;
}

.good_links p.link a, .good_links p.link a:link, .good_links p.link a:visited {
   color: #000;
   text-decoration: underline;
}

.good_links p.link a:hover {
   color: #FF7575;
   text-decoration: none;
}

/* Images */
.image_page .main {
   float: left;
   margin-right: 25px;
   width: 200px;
}

.image_page .images {
   float: right;
   margin-left: 35px;
   width: 690px;
}

.image_page h1 {
   color: #FF7575;
   font-size: 197%;
   font-weight: normal;
   margin: 10px 0;
   text-transform: uppercase;
}

.image_page .main p {
   margin-bottom: 10px;
}

ul.menu.sub_section {
   margin: 0;
}

ul.menu.sub_section li {
   list-style: none;
   padding: 2px 0;
}


ul.menu.sub_section li.active a {
   font-weight: bold;
   text-decoration: none;
}

.image_page h2 {
   background: url('/images/layout/h2_bg_1.jpg') no-repeat top left;
   color: #FF7575;
   font-size: 123.1%;
   font-weight: normal;
   margin: 15px 0 5px 0;
   padding: 0 0 0 20px;
   text-transform: uppercase;
}

.image_page .description p {
   margin-left: 20px;
}

.image_page .row {
   clear: left;
}

.image_page .image {
   float: left;
   margin-bottom: 20px;
   margin-left: 10px;
   text-align: center;
   width: 220px;
}

.image_page .image h3 {
   color: #333;
   font-size: 108%;
   font-weight: normal;
   margin: 10px 0 5px;
   text-align: center;
}

.image_page .pagination_control {
   clear: left;
   margin: 10px 0;
   text-align: right;
}

#hoverer {
   background: #fff;
   border: 1px solid #999;
   display: none;
   position: absolute;
   z-index: 1000;
   overflow: hidden;
}

#hoverer img {
   display: block;
}

#hoverer_source {
   display: none;
}

.testimonial {
   background: url('/images/layout/corner_bg_1.jpg') no-repeat top left;
   margin-top: 20px;
}

.testimonial h3 {
   color: #333;
   font-size: 93%;
   font-weight: normal;
   margin-left: 20px;
   text-transform: uppercase;
}

.testimonial .quote {
   margin-left: 20px;
}

.testimonial .quote p {
   font-size: 100%;
}

.testimonial p.quotee {
   font-weight: bold;
   margin-left: 20px;
}