*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #dfdfd5 url(../img/supsBG.jpg) no-repeat center top;
	color:#333;
	font:.75em "Trebuchet MS", Arial, Helvetica;
	padding:0 0 20px;
	line-height:1.8em;
}
#mygallery {
overflow:hidden;
}
a{
	color: #f00;
	text-decoration: none;
	outline:none;
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #e6e6e6 1px solid;
	font-size: 12px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #262625;
	font-size: 1.7em;
	letter-spacing: -1px;
	margin: 0 0 .7em
}
h2 a{
	color: #262625
}
h3{
	color: #262625;
	font-size: 1.6em;
	margin: 0 0 1em
}
h4{
	color: #444444;
	font-size: 1em;
	margin: 0 0 1em
}
p{
	padding: 0 0 1.5em;
}
/*=== Intro ===*/
p.intro {
	line-height:1.3em;
	font-weight:bold;
	width:890px;
	text-align: center;
}
p.intro a {
	color:#FFFFFF;
	text-decoration:none;
}
p.intro a:hover {
	text-decoration:underline;
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 940px
}
/*=== Header ===*/
#header{
	height:123px;
	position:relative;
}
#header .spacer{
	float: right
}
/*- Logo -*/
#header h1{
	float: left;
	width: 414px;
	height:54px;
	padding:0 0 68px;
}
#header h1 a{
	display: block;
	padding:28px 0 0 1px;
	height:54px;
}
#header h1 a:hover{
	text-decoration: none
}
ul.menu{
	float:right;
}
/*=== Buttons ===*/
.btn-rounded{
	line-height: 30px;
	font-weight:bold;
	float: left;
}
.btn-rounded a{
	background: url(../img/btn-rounded.png) no-repeat left;
	color: #ffffff;
	padding: 0 0 0 13px;
	display: block;
	float: left;
}
.btn-rounded a span{
	background: url(../img/btn-rounded.png) no-repeat right;
	height: 30px;
	padding: 0 13px 0 0;
	display: block;
	float: left;
}
.btn {
	margin:0;
	float:left;
	border:0 none;
	background:url(../img/bg-btn.gif) repeat-x 0 0;
 	color:#FFFFFF;
 	height:30px;
 	cursor:pointer;
 	width:69px;
 	font-size:14px;
	font-weight:bold;
}
.btn-green{
	background:transparent url(../img/btn-green.gif) repeat-x scroll 0 1px;
	border:1px solid #98AC2B;
	color:#FFFFFF;
	font-weight:bold;
	margin:0;
	height:16px;
	padding:5px 10px;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	font-size:16px;
	font-weight:bold;
	height:30px;
	letter-spacing:-1px;
	margin:43px 20px 0 0;
	position:absolute;
	right:0;
}
#nav1 li{
	float:left;
	line-height:30px;
	position:relative;
	margin: 0 4px 0 0;
}
#nav1 li a{
	color: #3f3f3f;
	display: block;
	float: left;
	padding: 0 0 0 5px;
	text-decoration: none
}
#nav1 li a span{
	display: block;
	float: left;
	height: 30px;
	padding: 0 5px 0 0
}
#nav1 li a:hover,
#nav1 li.active a, #nav1 li.current_page_item a{
	background: url(../img/btn-rounded.gif) no-repeat left;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none
}
#nav1 li.active a span,
#nav1 li.current_page_item a span,
#nav1 li a:hover span,
#nav1 li.hover a,
#nav1 li:hover a{
	color:#fff;
	background: url(../img/btn-rounded.gif) no-repeat right;
}
/*- Nav2 -*/
.nav2 li, .widget li{
	line-height:1.5em;
}
.nav2 li a, .widget li a{
	color:#fff;
	font-size:1.2em;
	padding:0;
}
.nav2 li a:hover, .widget li a:hover{
	color:#fff;
	text-decoration:underline;
}
/*=== Dropdown menu ===*/
#header div.dropdown{
	display:none;
	position:absolute;	
	left:-5px;
	top:30px;
	overflow:hidden;
	z-index:10000!important;
	width:187px;
	margin:0;
}
#header div.dropdown .top{
	margin:0 auto;
	width:177px;
	padding:0 5px;
	background: url(../img/bg-dropdown-all.png) repeat-y 0 0;
	overflow: hidden;
}
#header div.dropdown .all{
	width:177px;
	overflow:hidden;
	min-height:155px;
	background:#010101 url(../img/bg-dropdown-ul.gif) repeat-x 0 0;
}
#header ul.menu li:hover div.dropdown,
#header ul.menu li.hover div.dropdown{
	display:block;
}
#header ul.menu li div.dropdown ul.submenu{
	list-style:none;
	background: url(../img/bg-dropdown-top.gif) no-repeat 0 0;
	width:172px;
	margin:0;
	float:left;
	padding:0 0 0 5px;
	margin:0 0 -3px;
	overflow:hidden;
	position: relative;
	zoom: 1;
	_height : 1%;
	
}
#header div.dropdown .bottom{
	height:10px;
	width:197px;
	overflow: block;
	background: url(../img/bg-dropdown-bot.png) no-repeat 0 100%;
}
#header ul.menu li div.dropdown ul.submenu li{
	/*padding:5px 0;*/
	width:166px;
	float:left;
	border-bottom:1px solid #666;
	line-height:18px;
	font-size:14px;
	background:none;
	font-weight:bold;
	overflow:hidden;
	zoom: 1;
	_height : 1%;
}
#header ul.menu li div.dropdown ul.submenu li a{
	color:#fff;
	width:100%;
	line-height:18px;
	/*padding:0 0 0 2px;*/
	padding: 5px 0 5px 2px;
	background:none;
}
#header ul.menu li div.dropdown ul.submenu li a:hover{
    color: #c7c6b2;
	text-decoration:none;
	background:none;
}
#header ul.menu li div.dropdown ul.submenu li:hover,
#header ul.menu li div.dropdown ul.submenu li.hover{
	background:none;
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 0 0 14px
}
/*=== Center Column ===*/
#centercol{
	float: left;
	width:674px;
}
/*=== Right Column ===*/
#rightcol{
	float:right;
	margin:4px 0 0;
	width:266px;
}
#rightcol h3{
	color: #ffffff;
	font-size: 1em;
	height: 2.4em;
	margin-top:10px;
}
#rightcol h3 span{
	background: #ceccbb;
	display: block;
	float: left;
	line-height: 2.4em;
	padding: 0 10px;
}
#rightcol .widget{
	margin:19px 0 0;
	float:left;
	width:100%;
	border-bottom:1px solid #959572;
	background:#333;
}
#rightcol .widget.last{
	border:none;
}
#rightcol .widget h4{
	color:#9b9b7a;
	font-size:1.2em;
	font-weight:bold;
	margin:0;
}
#rightcol .widget ul, #rightcol .textwidget {
	background: none;
	height: 1%;
	margin: 0 0 1.7em;
}

/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 115px;
	margin:0 0 1em;	
}
.col1 a{
	color: #555555;
	text-decoration: underline
}
.col2{
	float: right;
	width: 425px
}
.col3{
	float: left;
	padding: 0 35px 0 0;
	width: 273px
}
.col3.last, .col6.last{
	padding: 0
}
.col3.nav2, .col6.nav2{
	background: none;
	padding: 0
}
.col3 h2{
	color: #464646;
	margin: 0 0 .5em
}
.col3 p{
	padding:0;
}
.col4{
	float:left;
	width:260px
}
.col5{
	float:right;
	width:492px;
}
.col5 img{
	width:472px;
	height:260px;
	border: 10px solid #ff0406;
}
.col6{
	float: left;
	padding: 0 25px 20px 0;
	width:295px;
}
.col6 p{
	font-size:1em;
	line-height:17px;
}
* html .col6{
	width: 290px;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	margin: 0 0 1em;
	width:674px;
}
.box .top,.box .bot{
	background: url(../img/bg-box-top.png) no-repeat top;
	clear: both;
	height:3px;
	overflow: hidden
}
.box .bot{
	background: url(../img/bg-box-bot.png) no-repeat top;
}
.box .spacer{
	background: #ffffff;
	height: 1%;
	overflow:hidden;
	padding: 15px 30px 40px
}
.box .spacer ul.main,
.box5 .spacer ul.main{
	width:100%;
	overflow:hidden;
}
.box .spacer ul.main li,
.box5 .spacer ul.main li{
	width:100%;
	float:left;
	padding:15px 0 6px;
	border-bottom:1px solid #d7d7ca;
}
.box5 .spacer ul.main li{
	border:none;
}
.box5 .spacer ul.main li.first p,
.box5 .spacer ul.main li.first h2{
	float:left;
	width:540px;
}
.box5 .spacer ul.main li img{
	float:right;
	border:5px solid #ff0406;
}
.box .spacer ul.main li.last{
	border:none;
}
.box .spacer ul.main h2{
	float:left;
	width:100%;
}
.box .spacer ul.main li.first p{
	width:100%;
}
.box .spacer ul.main li.first h2,
.box5 .spacer ul.main li.first h2{
	font-size:2.1em;
}
.box5 .spacer ul.main li.first p{
	font-weight:bold;
	font-size:1.1em;
}
.box .spacer ul.main li p{
	float:left;
	line-height:17px;
	width:430px;
}
.box .spacer ul.main li img{
	float:right;
	border:6px solid #DFDFD5;
}
/*- Box2 -*/
.box2{
	margin:20px 0 1em;
	width:264px;
}
.box2 .top,.box2 .bot{
	background: url(../img/bg-top-sidebar.png) no-repeat top;
	clear: both;
	height:5px;
	overflow: hidden
}
.box2 .bot{
	background: url(../img/bg-bot-sidebar.gif) no-repeat top;
}
.box2 .spacer{
	background:#333;
	height: 1%;
	overflow:hidden;
	padding:28px 20px 13px 18px;
}
.box2 .info p{
	font-size:1.4em;
	color:#fff;
	padding:0 0 8px;
}
.box2 .spacer div.form-box{
	float:left;
	margin:3px 0 0;
	height:30px;
	width:220px;
	border:2px solid #ff0406;
}
/*- Box3 -*/
.box3{
	margin: 0 0 1em;
	width: 425px
}
.box3 .top,.box3 .bot{
	background: url(../img/box3-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box3 .bot{
	background: url(../img/bg-bot-slider.png) no-repeat top;
}
.box3 .spcr{
	background: #f0eee1;
	height: 1%;
	padding: 0 20px;
	min-height:100px;
}
.box3 p{
	padding: 0
}
/*- Box4 -*/
.box4{
	color: #ffffff;
	font-size: 2.2em;
	margin: 0 0 15px;
	width: 940px
}
.box4 .top,.box4 .bot{
	background: url(../img/box4-top.png) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box4 .bot{
	background: url(../img/box4-bot.png) no-repeat top
}
.box4 .spacer{
	background: #313131;
	height: 1%;
	padding:7px 25px
}
.box4 p{
	padding: 0
}
/*- Box5 -*/
.box5{
	margin: 0 0 24px;
	width: 940px
}
.box5 .top,.box5 .bot{
	background: url(../img/bg-top-slider.png) no-repeat top;
	clear:both;
	height:3px;
	width:938px;
	overflow:hidden;
}
.box5 .bot{
	background: url(../img/bg-bot-slider.png) no-repeat bottom;
}
.box5 .spacer {
	background: url(../img/box5-bgr.gif) repeat-y top;
	height: 1%;
	padding: 18px 25px 24px;
	width: 888px;
}
.box5 .post img {
	border:0;
}
/*- Box6 -*/
.box6{
	margin: 0 0 20px;
	width: 940px
}
.box6 .top,.box6 .bot{
	background: url(../img/bg-footer-top.gif) no-repeat top;
	clear:both;
	height:3px;
	overflow:hidden;
}
.box6 .bot{
	background: url(../img/bg-footer-bot.gif) no-repeat top
}
.box6 .spacer{
	background: #fff;
	height: 1%;
	padding: 10px 25px
}
#footer .box6 .spacer{
	padding: 0px 18px
}

/*- Wrapper -*/
.wrapper{
	float: left;
	padding: 0 0 0 20px;
}
/*- Date -*/
.date{
	color: #898989;
	margin: -15px 0 10px;
	position: relative
}
/*=== Styling Forms ===*/
/*- Search -*/
#search{
	height: 30px;
	margin: 0px;
}
#search input.keyword{
	background: #fff;
	color:#333;
	float:left;
	font-size:14px;
	height:18px;
	font-weight:bold;
	padding:5px 5px;
	width:139px;
}
	
/*- Form1 Setup -*/
.form1 div{
	margin: 0 0 15px
}
.form1 label{
	padding: 7px 0 0 15px
}

/* Form1 Textarea */
.form1 textarea{
	height: 165px;
	overflow: auto;
	width: 550px
}
/*=== Link Buttons ===*/
.btn-cat {
	margin: 1em 0 1.5em;
}
.btn-continue{
	margin: 0 0 2em;
}
.btn-general{
	background: #a4b92e;
	padding: 5px 10px;
	color: #ffffff;	
}
.btn-general a { 
	color: #ffffff;
}
.btn-continue a{
	background: url(../img/ico-more2.gif) no-repeat left;
	padding: 0 0 0 20px
}
.btn-arr a{
	background: #bdbbac;
	color: #ffffff;
	line-height: 25px;
	padding: 5px 10px
}
.btn-arr2{
	float: left;
	padding: 130px 0 0;
	width: 27px
}
/*=== Pics, Ads etc. ===*/
.ads{
	margin: 0 0 10px
}
.ads img{
	margin: 0 8px 5px 0
}
/*=== Footer ===*/
#footer a,#footer span{
	color: #333333;
	font-weight:bold;
	font-size:16px;
	padding:0 16px 0 0;
}
#footer span{
	padding:0 0 0 16px;
	background:url(../img/bg-foot-sep.gif) no-repeat 0 50%;
}
#footer img{
	position: relative;
	vertical-align:middle
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	padding:3px 0 0;
	float: left
}
.fl p,
.fr a{
	font-weight:bold;
	line-height:33px;
	padding:0;
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright{
padding: 4px;
margin: 3px 0 2px 10px;
display: inline;
}

img.alignleft{
padding: 4px;
margin: 3px 10px 2px 0;
display: inline;
}

.alignleft{
float: left;
}

.alignright{
float: right;
}

/*=== Posts ===*/
.post p{
	font-size:1em;
	color:#333;
	font-weight:bold;
	line-height:17px;
}
.post img {	
	border:8px solid #f6f5ed;
}
.post ul, .post ol{
	padding: 0 0 1.2em 2em;
}
.post ul li{
	color: #555555;
	background: url(../img/ico-bullet.gif) no-repeat left;
	padding: 0 0 0 20px;
}
.post ol li{
	list-style-type:decimal;
	margin: 0 0 0 20px;
}	
.post li a:hover{
	color: #a4b92e;
	text-decoration: none
}

.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#F0EEE1 url(../img/ico-quote.gif) no-repeat 10px 10px;
	border-top:1px solid #E5E3D1;
	border-bottom:1px solid #E5E3D1;	
	width:80%; height:auto;
	margin:0 0 15px 10px; padding:15px 25px 0px 55px;
	display:block;
}

/*=== Comments ===*/

#comments .box3 p { padding-bottom:10px; }
#respond { margin: 1em 0 0; }

/*=== Widget styling ===*/

.widget #recentcomments li{
	background: url(../img/hl-dot.gif) repeat-x bottom;
	padding: .5em 0
}
.widget #recentcomments li a{
	background:none;
	color: #a4b92e;
	text-decoration:none;
}
.widget #recentcomments li a:hover{
	color: #a4b92e;
	text-decoration: underline;
}

.widget #searchform, .widget #calendar_wrap{
	background: #f0eee1;
	height: 1%;
	margin: 0 0 2em;
	padding: 7px 15px 15px
}

.widget #searchform, .widget #calendar_wrap{
	clear: both;
	height: 1%;
	margin: 0 0 14px;
}

.widget #wp-calendar caption {
	font-size:1.2em;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom:5px;
	color:#333333;
}

.widget #wp-calendar {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:240px;
}

.widget #wp-calendar thead th {
	color:#333333;
}


.widget #wp-calendar tfoot td {
	padding:10px 0 10px 0;
	text-align:left;
}

.widget #wp-calendar tfoot td#next {
	text-align:right;
}

.widget #wp-calendar td {
	width:auto;			
}

.widget #wp-calendar td a {
	padding:2px;
	text-decoration:underline;
}

.widget #wp-calendar tfoot td a {
	color:#333333;	
}
.quote {
	background:url(../img/ico-quote.gif) no-repeat top left;
	margin:9px 0 0;
	width:37px;
	height:29px;
}
.flickr_badge_image img{
	margin: 0 3px 8px;
	padding: 0 7px 5px 0;
	float:left;
}
.flickr img{
	vertical-align:middle;
	margin:6px 0 8px;	
}
.subscribe img{
	vertical-align:middle;
	margin:6px 0 8px;	
}

/*=== Slider ===*/

.mid-page-text {
    width: 375px;
    float: left;
    padding: 20px 22px 0 0;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 400px; /*795px;*/
height: 300px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 20px 15px 15px 2px; /*margin around each panel*/
width: 394px; /*789px;*/ /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/*=== THREADED COMMENTS == */

ol.commentlist li.threaded .box3 { width:auto; margin:0px; }
ol.commentlist li.threaded .col1 { width:90px; }
ol.commentlist li.threaded .box3 .spcr { padding:10px 15px 0; margin:0; }
ol.commentlist li.threaded .children { margin-left:20px; }
ol.commentlist li.threaded .col2 { float:none; width:auto; margin-left:115px; }

#contactform label {
    clear: both;
    float: left;
    display: block;
    width: 150px;
    margin: 0 0 10px 0;
    padding: 3px 3px;
}
#contactform label.error {
    clear: none;
    float: left;
    display: block;
    width: 250px;
    color: #F00;
    padding: 3px 0 3px 15px;
}
#contactform input.required {
    float: left;
    display: block;
    width: 300px;
    margin: 0 0 10px 0;
    background: #deded4;
    border: 1px solid #8a8861;
    padding: 3px 3px;
    font-family: "Trebuchet MS", Arial, Helvetica;
}
#contactform textarea {
    float: left;
    width: auto;
    width: 300px;
    height: 120px;
    display: block;
    margin: 0 0 10px 0;
    background: #deded4;
    border: 1px solid #8a8861;
    padding: 3px 3px;
    font-family: "Trebuchet MS", Arial, Helvetica;
}

#contactform input.submit {
    float: none;
    clear: both;
    width: auto;
    display: block;
    margin: 0 0 0 156px;
    background: #b2b298;
    border: 1px solid #8a8861;
    padding: 3px 15px;
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 1.1em;
}

div#header { z-index: 9999; }
div.wrapper div#mygallery { z-index: 2; }

.imageheader {line-height:2.5em;font-size:3.8em;margin:0;padding:0 0 1.2em;text-align:right;background-repeat:none;background-position:-22px -22px;}