﻿body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#holiday_bg {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#9b948f;
}

img {
	display: block;	
	border: 0px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;	
}

a {
	outline: none;	
}

/******************************** All Pages *********************************/
#wrapper {
	position: relative;
	width: 960px;
	margin: 0px auto;
}

#top_page_bg, #top_home_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-repeat: repeat-x;
}

#top_page_bg {
	height: 133px;
	background-image: url('../images/top_bg.jpg');
}

#top_home_bg {
	height: 507px;
	background-image: url('../images/top_home_bg.jpg');
}


/******************************** Header *********************************/
#header {
	position: relative;
	z-index: 9997;	
	width: 960px;
	height: 133px;
}

#logo {
	float: left;
	margin: 16px 15px 0px 25px;
}

#tagline {
	float: left;
	margin: 30px 0px 0px 0px;
}

#tagline h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	color: #d69330;
	/*text-shadow: #ffffff 1px 1px 2px;	*/
}

#nav_container {
	position: relative;
	z-index: 9997;
	width: 900px;
	height: 43px;
	padding: 0px 30px;
}

ul#nav li {
	position: relative;
	z-index: 9997;		
	float: left;
	line-height: 43px;
}

.nav_divider {
	width: 1px;
	height: 15px;
	background-color: #f2f2f2;
	font-size: 0px;
	margin: 14px 20px 0px 0px;	
}

ul#nav li a.top_nav {
	display: block;
	font-size: 14px;
	color: #f2f2f2;
	text-decoration: none;
	padding-right: 20px;
	/*text-shadow: #000000 1px 1px 2px;	*/
}

ul#nav li:hover a.top_nav,
ul#nav li a.top_nav:hover
{
	color: #d69330;
	text-decoration: none;
}

ul#nav li a.on {
	color: #d69330 !important;
} 

ul#nav li:hover > ul { visibility: visible; }

/*	LEVEL TWO */
ul#nav ul {
	visibility: hidden;
	position: absolute;
	z-index: 9999;
	top: 32px; 
	left: 0px; 
	width: 175px;
	margin-left: 2px;
	background-image: url('../images/nav_bg.png');
	border-bottom: 1px solid #f2f2f2;	
}

ul#nav ul li {
	float: none;
	line-height: 15px;	
	margin-right: 0px;
}
									  
ul#nav ul li a.sub_nav {
	display: block; 
	width: 159px; 
	border: 1px solid #f2f2f2;
	border-bottom: 0px;	
	padding: 5px 7px;		
	margin: 0px;
	font-size: 12px;
	color: #f2f2f2;
	text-decoration: none;
	vertical-align: bottom;	
	/*text-shadow: #000000 1px 1px 4px;	*/
} 

ul#nav ul li:hover {
	background-color: #5b5278;
}

ul#nav ul li:hover a.sub_nav,
ul#nav ul li a.sub_nav:hover {
	color: #d69330;
	text-decoration: none;	
}

/* LEVEL THREE */
ul#nav ul ul { 
	left: 174px;
	top: 0px;
	margin-left: 0px;
}

ul#nav ul ul li a {
	display: block; 
	border: 1px solid #f2f2f2;
	border-bottom: 0px;		
	padding: 5px 7px;		
	font-size: 12px;
	font-weight: normal;
	color: #f2f2f2;
	text-decoration: none;
	/*text-shadow: #000000 1px 1px 4px;	*/
} 

ul#nav ul ul li a:hover {
	color: #d69330;
	text-decoration: none;
} 


#social_media_container {
	float: right;
	padding-top: 8px;
}

a#icon_facebook, a#icon_twitter, a#icon_blog {
	float: left;
	display: block;
	width: 27px;
	height: 27px;
	background-position: 0px 0px;
	margin-left: 10px;
}

a#icon_facebook {
	background-image: url('../images/icon_facebook.png');
}

a#icon_twitter {
	background-image: url('../images/icon_twitter.png');
}

a#icon_blog {
	background-image: url('../images/icon_blog.png');
}

a#icon_facebook:hover, a#icon_twitter:hover, a#icon_blog:hover {
	background-position: 0px 27px;	
}


/******************************** Home page *********************************/
#home_main {
	position: relative;
	width: 960px;
	height: 374px;
}

#home_main_bg {
	position: absolute;
	top: -26px;
	left: 50px;
	width: 870px;	
	height: 341px;
	background-image: url('../images/main_home_bg.png');
	background-repeat: no-repeat;
}

p#home_copy {
	position: absolute;
	top: 14px;
	left: 100px;
	width: 380px;
	font-size: 10px;
	line-height: 15px;
	margin: 0px;
	color: #FFFFFF;
	text-align: justify;
	/*text-shadow: #000000 1px 1px 4px;*/
}

#home_projects_container {
	position: absolute;
	bottom: 17px;
	left: 50px;
	width: 489px;
	height: 208px;
}

#home_projects {
	width: 430px;
	height: 171px;	
	padding: 0px 31px;	
}

a.home_project {
	float: left;
	display: block;
	width: 39px;
	height: 170px;
	border-top: 1px solid #574e4a;
	border-right: 1px solid #574e4a;
	border-left: 1px solid #574e4a;	
	margin-right: 7px;
	-moz-opacity: .85;
	filter: alpha(opacity=85);
	opacity: .85;	
}

a#proj1, a#proj7 {
	background-color: #70563d;		
}

a#proj2, a#proj8 {
	background-color: #6b4f70;		
}

a#proj3, a#proj9 {
	background-color: #699fa1;		
}

a#proj4 {
	background-color: #b35420;		
}

a#proj5 {
	background-color: #637c34;		
}

a#proj6 {
	background-color: #c3752a;		
}

a#proj9 {
	margin-right: 0px;	
}

#tri_home_left, #tri_home_right {
	position: absolute;
	bottom: 37px;
	width: 32px;
	height: 171px;
	background-repeat: no-repeat;
}

#tri_home_left {
	left: 0px;
	background-image: url('../images/tri_home_left.png');
	background-position: bottom;
}

#tri_home_right {
	right: 0px;
	background-image: url('../images/tri_home_right.png');
	background-position: bottom;
}

#home_address_container {
	position: relative;
	width: 490px;
	height: 37px;
	background-color: #a59486;
	text-align: center;
}

#home_address_container p {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 490px;
	height: 37px;	
	line-height: 37px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
}

p#rollover_text {
	display: none;
}

#home_bottom {
	width: 890px;
	padding: 30px 35px 25px 35px;
}

#home_bottom h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	color: #d69330;	
}

#home_bottom #left_col {
	float: left;
	width: 210px;
}

#home_bottom #middle_col {
	float: left;
	width: 388px;
}

#home_bottom #middle_col img {
	float: left; 
	border: 3px solid #cbc7c6; 
	margin: 0px 15px 15px 0px;	
}

#home_bottom #right_col {
	float: left;
	width: 197px;
	padding-top: 45px;
}

#home_bottom .divider {
	float: left;
	width: 1px;
	height: 173px;
	background-color: #eeedf1;
	font-size: 0px;
	margin: 30px 20px 0px 20px;
}

#home_bottom p {
	font-size: 10px;
	line-height: 18px;
	color: #5b5278;
	margin: 0px 0px 15px 0px;
}

#home_bottom #left_col .blog_post {
	margin: 0px;	
}

#home_bottom #left_col .blog_post h3 {
	font-size: 10px;
	font-weight: bold;
	color: #5b5278;
	margin: 0px 0px 10px 0px;	
}

#home_bottom #middle_col h3 a{
	font-size: 10px;
	font-weight: bold;
	color: #5b5278;
	margin: 0px 0px 10px 0px;
	text-decoration: none;		
}

#home_bottom #left_col .blog_post h3 a {
	color: #5b5278;
	text-decoration: none;	
}

#home_bottom #left_col .blog_post h3 a:hover {
	text-decoration: underline;	
}

#home_bottom #middle_col h3 a:hover {
	text-decoration: underline;	
}

#home_bottom #left_col .blog_post p {
	font-size: 10px;
	line-height: 18px;
	color: #5b5278;
	margin: 0px 0px 10px 0px;	
}

#home_bottom #left_col .blog_post a {
	color: #D69330;
	text-decoration: none;	
}

#home_bottom #left_col .blog_post a:hover {
	text-decoration: underline;	
}

#home_bottom #middle_col p a {
	color: #D69330;
	text-decoration: none;	
}

#home_bottom #middle_col p a:hover {
	text-decoration: underline;	
}

#home_bottom #left_col .blog_divider {
	width: 100%;
	height: 1px;
	background-color: #eeedf1;
	font-size: 0px;	
	margin: 15px 0px;
}

a#btn_action_home1, a#btn_action_home2, a#btn_action_home3 {
	display: block;
	width: 200px;
	padding-right: 12px;
	margin-bottom: 15px;
	line-height: 28px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	background-repeat: repeat-y;
	background-position: left;	
	text-decoration: none;
	/*text-shadow: #000000 1px 1px 1px;*/
}

a#btn_action_home1 {
	background-image: url('../images/btn_action_bg1.jpg');
	background-color: #dd5c25;
}

a#btn_action_home2 {
	background-image: url('../images/btn_action_bg2.jpg');
	background-color: #42586d;
}

a#btn_action_home3 {
	background-image: url('../images/btn_action_bg3.jpg');
	background-color: #6b473b;
}

a#btn_action_home1:hover, a#btn_action_home2:hover, a#btn_action_home3:hover {
	text-decoration: underline;
}


/******************************** Footer *********************************/
#footer {
	width: 960px;
	padding-bottom: 10px;
	text-align: center;
}

#footer p {
	font-size: 10px;
	line-height: 18px;
	color: #5b5278;
	margin: 0px;
}


/******************************** Page *********************************/
#page_container {
	position: relative;
	width: 900px;	
	margin: 25px 30px;	
}

#page_container h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;	
	color: #5b5278;	
}

#page_container #left_col {
	float: left;
	width: 600px;
	padding: 0px 25px 0px 0px;
}

#page_container #right_col {
	float: right;
	width: 255px;
	padding: 15px 0px 0px 20px;
}

#page_container #right_col h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	color: #d69330;
}


#page_divider {
	position: absolute;
	top: 0px;
	right: 275px;
	width: 1px;
	height: 100%;
	background-color: #eeedf1;
	font-size: 0px;
}

#page_nav {
	width: 600px;
	height: 13px;
	margin: 0px 0px 30px 0px;
	font-size: 11px;
	color: #688b99;	
}

#page_nav div {
	float: left;	
}

#page_nav_prev {
	width: 20px;
	text-align: left;
	letter-spacing: -2px;
}

#page_nav_next {
	width: 20px;
	text-align: right;
	letter-spacing: -2px;	
}

#page_nav_outer {
	position: relative;
	width: 560px;	
	height: 13px;
	overflow: hidden;	
}

#page_nav_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 3000px;
}

.page_nav_divider {
	width: 15px;
	text-align: center;
}

#page_nav a {
	color: #688b99;
	text-decoration: none;
}

#page_nav a:hover {
	color: #d69330;
	text-decoration: underline;
}

#page_nav a.on {
	color: #d69330;
	text-decoration: underline;	
}

#page_container #left_col p,#page_container #left_col ol {
	font-size: 11px;
	line-height: 20px;
	color: #5b5278;
	margin: 0px 0px 15px 0px;	
}

#page_container #right_col .blog_post {
	margin: 0px;	
}

#page_container #right_col .blog_post h3 {
	font-size: 10px;
	font-weight: bold;
	color: #5b5278;
	margin: 0px 0px 7px 0px;	
}

#page_container #right_col .blog_post h3 a {
	color: #5b5278;
	text-decoration: none;	
}

#page_container #right_col .blog_post h3 a:hover {
	text-decoration: underline;	
}

#page_container #right_col .blog_post p {
	font-size: 10px;
	line-height: 18px;
	color: #5b5278;
	margin: 0px 0px 7px 0px;	
}

#page_container #right_col .blog_post a {
	color: #D69330;
	text-decoration: none;	
}

#page_container #right_col .blog_post a:hover {
	text-decoration: underline;	
}

#page_container #right_col .blog_divider {
	width: 100%;
	height: 1px;
	background-color: #eeedf1;
	font-size: 0px;	
	margin: 15px 0px;
}

#box_container1, #box_container2 {
	border: 3px solid #cbc7c6; 
	background-color: #f1f1f1;
	margin-bottom: 20px;
}

#box_container1 {
	width: 226px;
	padding: 20px 11px;
}

#box_container2 {
	width: 230px;
	padding: 15px 0px 0px 18px;
}

a#btn_action_page1, a#btn_action_page2, a#btn_action_page3 {
	display: block;
	width: 205px;
	padding-right: 25px;
	margin-bottom: 15px;
	line-height: 28px;
	font-size: 11px;
	color: #f2f2f2;
	text-align: right;
	background-repeat: repeat-y;
	background-position: left;	
	text-decoration: none;
	/*text-shadow: #000000 1px 1px 1px;	*/
}

a#btn_action_page1 {
	background-image: url('../images/btn_action_bg1.jpg');
	background-color: #dd5c25;
}

a#btn_action_page2 {
	background-image: url('../images/btn_action_bg2.jpg');
	background-color: #42586d;
}

a#btn_action_page3 {
	background-image: url('../images/btn_action_bg3.jpg');
	background-color: #6b473b;
}

a#btn_action_page1:hover, a#btn_action_page2:hover, a#btn_action_page3:hover {
	text-decoration: underline;
}

#our_team {
	position: relative;
	width: 598px;	
	height: 360px;
	border: 1px solid #eeedf1;
	margin-top: 50px;
	overflow: hidden;		
}

#our_team_inner {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 3000px;
	height: 310px;
}

#our_team_inner div {
	position: relative;
	float: left;
	width: 598px;
	height: 310px;
}

#our_team img {
	cursor: pointer;	
}

a#our_team_prev, a#our_team_next {
	position: absolute;
	z-index: 300;
	top: 150px;
	width: 30px;
	height: 60px;
	display: block;
	text-decoration: none;
	background-position: 0px 0px;	
}

a#our_team_prev {
	left: 10px;
	background-image: url('../images/our_team_prev.png');	
}

a#our_team_next {
	right: 10px;
	background-image: url('../images/our_team_next.png');	
}

a#our_team_prev:hover, a#our_team_next:hover {
	background-position: 0px 60px;
}

.disabled {
	display: none !important;	
}

.tooltip {
	display: none;
	width: 88px;
	height: 34px;
	padding: 10px 6px 0px 6px;	
	font-size: 15px;
	font-weight: bold;
	color: #fff;	
	text-align: center;
	background: transparent url('../images/tooltip.png');	
}

#cindy {
	position: absolute;
	left: -16px;
	z-index: 200;
}

#sue {
	position: absolute;
	left: 202px;
	z-index: 201;
}

#kellie {
	position: absolute;
	left: 361px;
	z-index: 202;
}

#john {
	position: absolute;
	left: 14px;
	z-index: 203;
}

#sedat {
	position: absolute;
	left: 208px;
	z-index: 204;
}

#jackie {
	position: absolute;
	left: 403px;
	z-index: 205;
}

#meg {
	position: absolute;
	left: 36px;
	z-index: 206;
}

#mike {
	position: absolute;
	left: 194px;
	z-index: 207;
}

#brianna {
	position: absolute;
	left: 404px;
	z-index: 208;
}

.bio_overlay {
	display: none;
	z-index: 10000;	
	width: 610px;
	height: 353px;
	padding: 25px 20px 30px 30px;
	border: 5px solid #578627;
	background-color: #413732;
	background-image: url('../images/bio_bg.png');	
}

a.close {
	position: absolute;
	top: -23px;
	right: -23px;
	display: block;
	width: 41px;
	height: 41px;
	background-image: url('../images/close.png');
	background-position: 0px 0px;
	cursor: pointer;
}

a.close:hover {
	background-position: 0px 41px;	
}

.bio_overlay img {
	float: left;
	margin: 0px 20px 20px 0px;
}

.bio_text_container {
	float: right;
	width: 390px;
	height: 275px;
	overflow: auto;	
}

.bio_overlay h3 {
	font-size: 40px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	color: #578627;
}

.bio_overlay p {
	font-size: 11px;
	line-height: 16px;	
	margin: 0px 0px 15px 0px;		
	color: #FFFFFF;
}

ol.ten_things {
	margin: 0px 0px 15px 30px;
	padding: 0px;
}

ol.ten_things li {
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px 0px 5px 0px;
}

ul.list {
	list-style-type: disc;
	margin: 0px 0px 15px 30px;
}

ul.list li {
	font-size: 11px;
	line-height: 20px;
	color: #5b5278;
	margin: 0px 0px 10px 0px;		
}

ul.clients {
	list-style-type: disc;
	margin: 0px 0px 15px 0px;
}

ul.clients li {
	float: left;
	width: 180px;
	font-size: 11px;
	line-height: 16px;
	color: #5b5278;
	margin: 0px 0px 5px 20px;		
}


a.page_link {
	color: #D69330;
	text-decoration: none;	
}

a.page_link:hover {
	text-decoration: underline;
}


/******************************* jScrollPane ****************************/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	outline: none;	
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #e1dcd9;
}
.jScrollPaneDrag {
	position: absolute;
	background: #578627;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}


/******************************* Portfolio ****************************/
#portfolio_container {
	position: relative;
	width: 894px;	
	height: 505px;
	border: 3px solid #CBC7C6;		
	background-color: #8e8683;			
}

#portfolio_nav {
	width: 894px;
	height: 26px;
	padding: 0px;
	background-color: #5c5179;		
}

#portfolio_nav div {
	float: left;	
}

#portfolio_nav_outer {
	position: relative;		
	float: left;
	width: 854px;
	height: 21px;
	margin: 5px 0px 0px 0px;
	overflow: hidden;
}

#portfolio_nav_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5000px;
}

#portfolio_nav_prev, #portfolio_nav_next {
	width: 20px;
	height: 21px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

#portfolio_nav_next {
	float: right !important;
}

#portfolio_nav_prev a, #portfolio_nav_next a {
	display: block;
	width: 20px;
	height: 21px;
	font-size: 10px !important;
	color: #FFFFFF !important;
	letter-spacing: -2px;
}

#portfolio_nav_prev a:hover, #portfolio_nav_next a:hover {
	color: #d69330 !important;
}

.portfolio_nav_divider{
	width: 20px;
	font-size: 11px;
	color: #FFFFFF;	
	text-align: center;
}

#portfolio_container h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	color: #eca236;		
	/*text-shadow: #524641 1px 1px 3px;	*/
}

#portfolio_container h3 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;	
	margin: 0px 10px 0px 0px;	
}

#portfolio_container p {
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0px 0px 15px 0px;		
}

#portfolio_container a {
	display: block;
	font-size: 11px;
	color: #FFFFFF;	
	text-decoration: none;
}

#portfolio_container a:hover {
	color: #eca236;	
	text-decoration: underline;
}

#portfolio_container a.on {
	color: #eca236;	
	text-decoration: underline;	
}

#portfolio_container a.web_link {
	font-size: 12px !important;
	color: #413733 !important;		
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

#portfolio_content {
	position: relative;
	width: 854px;
	height: 439px;
	margin: 20px;
}

.portfolio_left_col {
	float: left;
	width: 269px;
	height: 439px;
	margin: 0px;
}

#portfolio_text_container {
	width: 264px;
	height: 239px;
	padding: 0px 0px 0px 5px;
	overflow: auto;
}

.portfolio_left_col .jScrollPaneTrack {
	background: #CBC7C6 !important;	
}

.portfolio_left_col .jScrollPaneDrag {
	background: #5C5179 !important;	
}

#portfolio_img_outer {
	position: relative;
	float: right;
	width: 563px;
	height: 427px;	
	overflow: hidden;
	margin-top: 10px;
	border: 1px solid #eeedf1;
	background-color: #FFFFFF;	
	cursor: pointer;
}

#portfolio_img_inner {
	position: absolute;
	width: 30000px;
	height: 427px;	
}

#portfolio_img_inner img {
	float: left;	
}

#portfolio_thumbnails {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 270px;	
	height: 150px;	
}

ul.thumbs {
	clear: both;
	margin: 0px;
	padding: 0;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 10px 10px 0px 0px;
	list-style: none;
}

a.thumb {
	padding: 3px;
	display: block;
	border: 1px solid #eeedf1; 
}

ul.thumbs li.active a.thumb {
	border: 1px solid #413733 !important; 	
	background: #5C5179;
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}


/******************************** Blog ***************************/
#left_col h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	color: #d69330;
}
	
#left_col h2 a {
	color: #5b5278;
	text-decoration: none;
}

#left_col h2 a:hover {
	text-decoration: underline;
}

.entry-content a {
	color: #D69330;
	text-decoration: none;	
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-meta {
	font-size: 11px;
	color: #5b5278;
	margin: 0px 0px 15px 0px;
}

.entry-utility {
	font-size: 11px;
	color: #5b5278;
	margin: 0px 10px 30px 0px;
}

.entry-meta a, .entry-utility a, .entry-summary a {
	color: #D69330;
	text-decoration: none;
}

.entry-meta a:hover, .entry-utility a:hover, .entry-summary a:hover {
	text-decoration: underline;
}

.entry-attachment img {
	width: 672px !important;	
	height: auto !important;
}

#nav-above, #nav-below {
	display: none;	
}

.page-title a {
	text-decoration: none;
	color: #5b5278;
}

.page-title a:hover {
	text-decoration: underline;	
}

#reply-title, #comments-title {
	width: auto;	
	font-size: 18px !important;
	font-weight: normal;
	margin: 0px 0px 12px 0px !important;	
	color: #9EC04B !important;	
	text-decoration: none !important;	
}

ol.commentlist {
	margin: 10px 0px 10px 20px;
	padding: 0px;
}

ol.commentlist li {
	position: relative;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

.avatar {
	display: none;
}

.screen-reader-text {
	color: #8F857F;
	font-size: 13px;
	line-height: 18px;
	padding-left: 5px;
}

#comments, .nocomments {
	display: none;	
}
/************************* End Blog ***************************/


/************************************ Blog images ************************************/
#left_col .alignleft,
#left_col img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#left_col .alignright,
#left_col img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#left_col .aligncenter,
#left_col img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#left_col img.alignleft,
#left_col img.alignright,
#left_col img.aligncenter {
	margin-bottom: 12px;
}
#left_col .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#left_col .wp-caption img {
	margin: 5px 5px 0;
}
#left_col .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#left_col .wp-smiley {
	margin: 0;
}
#left_col .gallery {
	margin: 0 auto 18px;
}
#left_col .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#left_col .gallery img {
	border: 2px solid #cfcfcf;
}
#left_col .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#left_col .gallery dl {
	margin: 0;
}
#left_col .gallery img {
	border: 10px solid #f1f1f1;
}
#left_col .gallery br+br {
	display: none;
}
#left_col .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/************************************ End Blog images ************************************/


/************************************ Forms ************************************/
.frm_container {
	float: left;
	width: 400px;
	border: 1px solid #CBC7C6;
	padding: 20px;
}

.frm_errors {
	display: none;
	float: right;
	width: 116px;
	border: 1px solid red;
	padding: 7px 10px;
	color: red;
	font-size: 11px;
	line-height: 18px;
}

.frm_container p {
	line-height: normal !important;
	margin: 0px 0px 5px 0px !important;	
}

.frm_container .frm_left_col {
	float: left;
	width: 190px;
}

.frm_container .frm_right_col {
	float: right;
	width: 190px;
}

.required {
	color: red;	
}

input.text_med {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	width: 178px;
	border: 1px solid #CBC7C6;
	padding: 3px 5px;
	color: #5b5278;
	font-size: 12px;
	margin: 0px 0px 15px 0px;
}

input.text_long {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	width: 388px;
	border: 1px solid #CBC7C6;
	padding: 3px 5px;
	color: #5b5278;
	font-size: 12px;
	margin: 0px 0px 15px 0px;	
}

textarea.textarea_long {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	width: 388px;
	height: 80px;
	border: 1px solid #CBC7C6;
	padding: 3px 5px;
	color: #5b5278;
	font-size: 12px;
	margin: 0px 0px 15px 0px;	
}

.frm_button {
	float: right;
	width: 128px;
	border: 1px solid #CBC7C6;
	padding: 3px 5px;
	background-color: #5b5278;	
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	
}

#holiday{
	width:900px;
	}
	
#holiday_video{
	width:438px;
	height:252px;
	position:absolute;
	top:180px;
	left:226.5px;
	}
