/***************************************** 
    Meyer's CSS reset v1.0 | 20080212 
*****************************************/ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***************************************** 
    Start CSS
*****************************************/ 
body {
	background: #ccc url(../images/bg.gif) top repeat-x;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.8em;
}
/***************************************** 
    Global
*****************************************/ 
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 10px 0;
	font-weight: normal;
	letter-spacing: -1px;
}
h1 {
	font-size: 1.7em;
	text-transform: uppercase;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 5px 0;
	padding: 5px 0;
}
a, a:visited {
	text-decoration:none;
	color:#f59238;
}
a:hover {
	color:#222021;
}
ins {
	text-decoration:none;
	color:#900;
	font-style:italic;
}
code {
	color:#555;
}
pre {
	margin-left:2em;
	padding-left:2em;
	border-left:1px solid #ccc;
}
blockquote {
	margin: 0 auto;
	padding: 4px 0;
	width: 400px;
	font-family: "Droid Serif", arial, serif;
	font-size: 14px;
	text-align: center;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
}
blockquote *:first-child:before {
	content: "\201C";
}
blockquote *:first-child:after {
	content: "\201D";
}
th, td {
	padding:.5em 1em;
	line-height:1.5em;
}
th {
	background:#eee;
}
td {
	border-bottom:1px solid #eee;
}
caption {
	font-style:italic;
	color:#777;
	margin:.5em 0;
}
fieldset {
	border:1px solid #ccc;
	padding:1em 2em;
	margin:0 0 1.5em 0;
}
legend {
	padding:2px 5px;
}
form div.col {
	clear:none;
}
form div.first {
	clear:both;
}
form div {
	overflow:hidden;
}
input[type="text"], input[type="password"], textarea, .field, .area, select {
	border:1px solid #aaa;
	padding:5px;
	background:#fff;
	width:300px;
	line-height:1em;
	margin:0;
}
select {
	width:312px;
}
textarea, .area {
	overflow:auto;
	height:150px;
	width:400px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus {
	background:#f5f5f5;
	outline:none;
}
ul li {
	margin-left: .85em;
}
ul {
	list-style-type: disc;
	margin-left: 1.5em;
}
ul ul {
	list-style-type: square;
}
ul ul ul {
	list-style-type: circle;
}
ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 2.35em;
}
dt {
	font-weight: bold;
	margin-top: .8em;
	margin-bottom: .4em;
}
/***************************************** 
    Layout
*****************************************/ 
#main {
	height: 100%;
	min-height: 724px;
	position: relative;
	overflow: hidden;
}
*html #main {
	height: 724px;
	overflow: visible;
}
.container {
	background: url(../images/container.jpg) repeat-y;
	margin: 0 auto;
	width: 970px;
	overflow: hidden;
}
/***************************************** 
    Header
*****************************************/ 
#header {
	background: #ccc url(../images/info.gif) top center no-repeat;
	width: 970px;
	float: left;
	height: 145px;
	position: absolute;
	top: 0;
	left: 0;
}
#header h2 {
	padding: 20px 20px;
	font-size: 3.5em;
}
.logo {
	padding: 10px;
}
.contact a {
	margin: -95px 10px 0 0;
	float: right;
	font-weight: 700;
	font-family: Verdana, Geneva, sans-serif;
	color: #06F;
}
/***************************************** 
    Content
*****************************************/ 
#content {
	float: right;
	display: inline;
	width: 685px;
	margin: 170px 0 0 0;
	padding: 20px;
}
#content h1 a, h2 a, h3 a {
	text-decoration: none;
}
#content h1 a {
	color: #444;
	font-weight: 700;
}
#content-full {
	width: 970px;
	margin: 170px 0 0 0;
	padding: 20px;
	display: inline;
}
#content-full h1 a, h2 a, h3 a {
	text-decoration: none;
}
#content-full h1 a, #content-full h1 {
	color: #444;
	font-weight: 700;
	text-transform: none;
}
/***************************************** 
    Main Menu
*****************************************/ 
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
}
.menu li:hover {
	z-index: 10000;
	white-space: normal;
}
.menu li li {
	float: none;
}
.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
}
.menu li:hover>ul {
	visibility: visible;
	top: 100%;
}
.menu li li:hover>ul {
	top: 0;
	left: 100%;
}
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {
	min-height: 0;
}
.menu ul {
	background-image: url(../images/empty.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
.menu {
	background: url(../images/header.gif) no-repeat;
	height: 42px;
	line-height: 27px;
	color: #444;
}
.menu ul li {
	background: #bababa;
	color: #444;
}
.menu ul li a {
	color: #555;
}
.menu ul li a:hover, .menu li li a:hover {
	color: #000;
}
.menu ul {
	width: 11em;
}
.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	color: #fff;
	padding: .3em 1em;
	margin: 4px 0 3px 10px;
	display: block;
	position: relative;
}
.menu a:hover {
	color: #f5f5f5;
}
.menu li li {
	background: #ccc;
	border-bottom: 1px solid #bbb;
	width: 15em;
}
.menu li li a {
	padding: 0.3em 0.8em;
	margin: 0 0 0 10px;
	line-height: 36px;
	height: 34px;
	font-size: 11px;
	width: 20em;
}
.menu ul>li + li {
	border-top: 0;
}
.menu li li:hover>ul {
	top: 0;
	left: 100%;
}
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
}
/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/
 End Fix */
 
/*]]>*/

/***************************************** 
    Sidebar
*****************************************/ 
#sidebar {
	width: 230px;
	padding: 0px;
	margin: 200px 0 0 15px;
	float: left;
}
#sidebar .titles {
	padding: 5px 0px 5px 4px;
	width:230px;
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: normal;
	color: #777;
}
#sidebar ul {
	list-style: none;
	margin: 5px 0;
	padding: 0px;
	border: none;
}
#sidebar ul li {
	margin: 0px;
	padding: 0px;
}
#sidebar ul li a {
	display: block;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 5px 0px 5px 4px;
	text-decoration: none;
	color: #444;
	width:230px;
}
#sidebar ul li a:hover, #sidebar ul li a:focus {
	color: #000;
	background-color: #eee;
}
#sidebar ul li li li a {
	list-style: square;
	text-indent: 10px;
	width:230px;
}
/***************************************** 
    Slider
*****************************************/
.anythingSlider {
	width: 900px;
	height: 360px;
	position: relative;
	margin: 190px 0 0 10px;
	padding: 25px;
}
.anythingSlider .wrapper {
	width: 900px;
	overflow: auto;
	height: 341px;
	margin: 10px 40px;
	position: absolute;
	top: 0;
	left: 0;
}
/* Width below is max for Opera */
.anythingSlider .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 317px;
	width: 900px;
	margin: 0;
}
.anythingSlider .arrow {
	display: block;
	height: 200px;
	width: 67px;
	background: url(../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
}
.anythingSlider .forward {
	background-position: 0 0;
	right: -20px;
}
.anythingSlider .back {
	background-position: -67px 0;
	left: -20px;
}
.anythingSlider .forward:hover {
	background-position: 0 -200px;
}
.anythingSlider .back:hover {
	background-position: -67px -200px;
}
#thumbNav {
	position: relative;
	top: 323px;
	text-align: center;
}
#thumbNav a {
	color: #ccc;
	font-size: 1px;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #ccc;
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#thumbNav a:hover {
	background-image: none;
}
#thumbNav a.cur {
	background: #ddd;
}
#start-stop {
	background: #ccc;
	color: #777;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 323px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	visibility: hidden;
}
#start-stop.playing {
	background: #ccc;
}
#start-stop:hover {
	background: #ddd;
}
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}
#textSlide {
	padding: 0 15px;
}
#textSlide img {
	border: 3px solid #ccc;
}
/***************************************** 
    Home (index.php)
*****************************************/
.cols {
	background: #eee;
	width: 100%;
	margin: 0 auto;
} 
.col {
	float:left;
	display:inline;
	width:48%;
	margin-left:4%;
}
.cols3 .col {
	width:27%;
	margin-left:5%;
} 
.cols4 .col {
	width:22%;
	margin-left:4%;
}
/***************************************** 
    Common
*****************************************/
.small {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.thin {
	font-weight: lighter;
}
.error, .notice, .success {
	padding:1em;
	margin: 0;
	text-align: center;
	border:2px solid #ddd;
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
	background:none;
	padding:0;
	margin:0;
}
.notice a {
	color:#514721;
	background:none;
	padding:0;
	margin:0;
}
.success a {
	color:#264409;
	background:none;
	padding:0;
	margin:0;
}
.center {
	text-align: center;
}
/***************************************** 
    Comment List
*****************************************/ 
#commentform input, #commentform textarea {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
ol.commentlist {
	margin-left: 0 !important;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.thread-even, .thread-even .children {
	background: #f4f5eb;
	padding: 0 0 0 10px;
}
.thread-odd, .thread-odd .children {
	background: #eeeeed;
	padding:  0 0 0 10px;
}
.commentlist li .avatar {
	background: #fff;
	padding: 2px;
	width: 48px;
	height: 48px;
	float: right;
	border: 1px solid #eee;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
/***************************************** 
    Comment Forms
*****************************************/ 
#commentform p {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
.commentmetadata {
	font-weight: normal;
}
#commentform input {
	border:1px solid #aaa;
	padding:5px;
	background:#fff;
	width:300px;
	line-height:1em;
	margin:0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 5px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/***************************************** 
    Comments
*****************************************/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
.cancel-comment-reply {
	padding:2px 22px 2px 0;
	margin:-2px 0;
}
.comment-reply-link {
	background: url(../images/icons/arrow-curve-090.png) right center no-repeat;
	padding:2px 22px 4px 0;
	margin:-2px 0;
}
#recentcomments .url {
	background: none;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	border: none;
}
.recentcomments a {
	background: none !important;
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
	color: #fff !important;
	text-transform: capitalize;
	border: none !important;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/***************************************** 
    WP Captions
*****************************************/ 
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/***************************************** 
    WP Images
*****************************************/ 
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.clear {
	overflow: hidden;
	width: 100%;
}
/***************************************** 
    Buttons
*****************************************/ 
a.button, button {
	display: inline-block;
	float: left;
	margin:0 0.583em 0.667em 0;
	padding:5px 10px 5px 7px;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	background-color:#f5f5f5;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
}
button {
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px;
}
button[type] {
	padding:4px 10px 4px 7px;
	line-height:17px;
}
*:first-child+html .container button[type] {
	padding:4px 10px 3px 7px;
}
button img, a.button img {
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
	float:none;
}
/***************************************** 
    Standard Buttons
*****************************************/ 
button:hover, a.button:hover {
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;
}
a.button:active, button:active {
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
}
/***************************************** 
    Positive Buttons (Lite Background)
*****************************************/ 
body .positive {
	color:#529214;
}
a.positive:hover, button.positive:hover {
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
}
a.positive:active, button.positive:active {
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
}
/***************************************** 
    Negative Buttons (Dark Background)
*****************************************/ 
body .negative {
	color:#d12f19;
}
a.negative:hover, button.negative:hover {
	background:#fbe3e4;
	border:1px solid #fbc2c4;
	color:#d12f19;
}
a.negative:active, button.negative:active {
	background-color:#d12f19;
	border:1px solid #d12f19;
	color:#fff;
}
/***************************************** 
    Search
*****************************************/
.search-wrapper {
	position: relative;
	float: right;
	margin: -100px 15px 0 0;
}
.search {
	float: right;
}
.search input {
	margin: 0 5px 0 5px;
	padding: 6px;
	float: left;
	border: 1px solid #dedede;
}
/***************************************** 
    Banners
*****************************************/ 
.home-banners {
	text-align: center;
}
.home-banners img {
	margin: 15px 1px 15px 1px;
	width: 80px;
	height: 40px;
}
/***************************************** 
    Home Gallery
*****************************************/
.home-gallery {
	background: none;
	margin: 0 0 0 5px;
}
.home-gallery h3 {
	text-indent: 15px;
}
/***************************************** 
    Footer
*****************************************/ 
#footer {
	background: url(../images/footer.gif) no-repeat;
	margin: 0 auto;
	width: 970px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
}
#footer a {
	color: #fff;
}
.qp {
	position: absolute;
	left: 470px;
	margin: 10px 0 0 0;
}

