/*
Theme Name: MASTER CSS
Theme URI: http://www.designtheplanet.com
Description: Master Theme for Design the Planet	
Version: v1.3
Author: Jeremy  Miller for Design the Planet
Author URI: http://www.designtheplanet.com
*/

/* CHANGELOG
=====================================================================
10/11/11 - v1.3 - removed default skin folder, combined with "images" 

*/


/*									RESET
---------------------------------------------------------------------------- */

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, 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 { font-weight:normal }

ul { list-style:none; }
#content-body ul { list-style:disc; padding-left:20px; padding-bottom:1em;}

h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }

/* Global reset-RESET */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none }


/*									GENERAL
---------------------------------------------------------------------------- */

@font-face {
    font-family: 'AvenirBook';
    src: url('fonts/avenir-b-webfont.eot');
    src: url('fonts/avenir-b-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenir-b-webfont.woff') format('woff'),
         url('fonts/avenir-b-webfont.ttf') format('truetype'),
         url('fonts/avenir-b-webfont.svg#AvenirBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirHeavy';
    src: url('fonts/avenir-h-webfont.eot');
    src: url('fonts/avenir-h-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenir-h-webfont.woff') format('woff'),
         url('fonts/avenir-h-webfont.ttf') format('truetype'),
         url('fonts/avenir-h-webfont.svg#AvenirHeavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirOblique';
    src: url('fonts/avenir-o-webfont.eot');
    src: url('fonts/avenir-o-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenir-o-webfont.woff') format('woff'),
         url('fonts/avenir-o-webfont.ttf') format('truetype'),
         url('fonts/avenir-o-webfont.svg#AvenirOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirRoman';
    src: url('fonts/avenir-r-webfont.eot');
    src: url('fonts/avenir-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenir-r-webfont.woff') format('woff'),
         url('fonts/avenir-r-webfont.ttf') format('truetype'),
         url('fonts/avenir-r-webfont.svg#AvenirRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirItalic';
    src: url('fonts/avenirbo-webfont.eot');
    src: url('fonts/avenirbo-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenirbo-webfont.woff') format('woff'),
         url('fonts/avenirbo-webfont.ttf') format('truetype'),
         url('fonts/avenirbo-webfont.svg#AvenirItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'AvenirBlack';
    src: url('fonts/avenir-b-webfont.eot');
    src: url('fonts/avenir-b-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenir-b-webfont.woff') format('woff'),
         url('fonts/avenir-b-webfont.ttf') format('truetype'),
         url('fonts/avenir-b-webfont.svg#AvenirBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}


html { background: #f8fafb }
body {
	position: relative;
	height: 100%;
	color: #525a61;
	font: normal 12px/1.7em arial;
	text-align: left;
	background:#f2f2f2 url(images/background.png) repeat-x;
	font-family:'AvenirRoman', sans-serif;
}

.clearboth {
	clear:both; 
	display:block; 
	font-size:0px;
	height:0px;
	line-height:0; 
	width:100%;
}

.clearboth20 {
	clear:both; 
	display:block; 
	font-size:0px;
	height:70px;
	line-height:0; 
	width:100%;
}

/* ------ Wordpress defaults ------ */
.wp-caption { border: 1px solid #ced2d7; background: #E9E9E9; text-align:center; padding:5px; margin:10px }
.wp-caption-text { margin-top: 5px; padding-bottom: 0; font-size: 11px; }
.aligncenter { display:block; margin:0 auto; margin-bottom:10px; }
.alignleft { float:left }
.alignright { float:right }
.avatar { float: left; margin-right: 15px; }

/* ------ Breaks and dividers ------ */
.clear { clear: both; }
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
div.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
div.divider { height: 20px; }
hr {margin: 20px 0 30px 0; height: 1px; border: none; border-bottom: 1px solid #e9ecee;}
hr.fancy-divider-twothirds {display: block; margin: 10px 0 20px 0; height: 11px; border: none;
background: transparent url('images/gradient-divider-610.png') no-repeat center top;}

/* ------ Image styles ------ */
#content-full img { padding: 1px; max-width: 956px; border: 0px double #878e98; }
#content-twothirds img { max-width: 616px }
#content-full .no-border { border: none; }
#content-full .wp-caption img { border: none; }
.bmargin {margin-bottom: 15px;}
img.img-bmargin, img.aligncenter {margin-bottom: 10px;}
img.img-rmargin, img.alignleft {margin-right: 10px;}
img.img-lmargin, img.alignright {margin-left: 10px;}

/* ------ Links ------ */
a {color: #00799E; text-decoration: none;}
a:hover {color: #F26522; text-decoration:underline;}

/* ------ Headers ------ */
h1 {padding-bottom: 20px; font-size: 32px; color: #1C1C1C;}
h2 {padding-bottom: 15px; font-size: 27px; color: #1C1C1C;}
h3 {padding-bottom: 10px;font-size: 22px;color: #1C1C1C;}
h4 {padding-bottom: 10px; font-size: 17px; color: #1C1C1C;}
h5 {padding-bottom: 10px; font-size: 11px; color: #1C1C1C;text-transform: uppercase;}
h6 {padding-bottom: 10px; font-size: 11px; text-transform: uppercase;}
h1 a, h2 a, h3 a, h4 a { color: #00799E; }
h1.h-underline, h2.h-underline, h3.h-underline, h4.h-underline, h5.h-underline, h6.h-underline {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9ecee;
}
.fancy-header {
	margin: 20px 0 30px;
padding-left: 18px;
height: 38px;
line-height: 38px;
background: #333;
}
.fancy-header h5{
	margin: 0;
padding: 0 0 0 20px;
color: #333;
border-left: none;
background: #D9D9D9;
height: 38px;
}
.fancy-header h5 a {
	margin-right: 20px;
	padding: 2px 0;
	border-bottom: 1px solid #4c5157;
	color: #a2a8b0;
}
.fancy-header h5 a:hover { border-color: #fff; }
.fancy-header h5 a.current-title {
	color: #fff;
	border: none;
	cursor: default;
}

/* ------ Paragraphs, blockquotes & typography ------ */	

blockquote {margin-bottom: 20px; padding: 20px; color: #1C1C1C; border-left: 5px solid #7E7E7E;
background: #f8fafb ;
}
blockquote p {padding-bottom: 0;}
blockquote.pull-right {margin: 10px 0 10px 15px; padding: 10px; width: 235px; background: #f1f3f6; float: right;}
blockquote.pull-left {margin: 10px 15px 10px 0; padding: 10px; width: 235px; background: #f1f3f6; float: left;}
.highlight-1 {
	padding: 3px 6px;
	color: #1C1C1C;
	background: #E9E9E9;
}
.highlight-2 {
	padding: 3px 6px;
	color: #d6dadd;
	background: #202020;
}

.bold-text {
	font-size: 25px;
	color: #1C1C1C;
}
.small-text { font-size: 10px; }

/* ------ Text boxes ------ */	
.text-box-1, .fancy-textbox {
	margin-bottom: 20px;
	padding: 20px 25px 20px;
	width: 570px;
	min-height: 75px;
	background: #E4E4E4;
	border: 1px solid #BABABA;
}
.author-box { min-height: 80px; }
.text-box-full-1, .fancy-textbox-fullwidth {
	position: relative;
	width: 910px;
	min-height: 75px;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px 25px 15px 25px;
	border: 1px solid #CED2D7;
	background: #E9E9E9;
}

.text-box-full-1 p, .fancy-textbox-fullwidth p {
	padding-bottom: 7px;
}	

.text-box-full-1 .box-if-go-button {
	width: 780px;
	min-height: 84px;
	float: left;
}
.text-box-full-1 .go-button {
	position: absolute;
	right: 25px;
	bottom: 10px;
	margin-bottom: 30px;
	width: 84px;
	height: 84px;
	color: #ffffff;
	background: #333333;
}
.text-box-full-1 .go-button:hover {
	background: #333333;
}
.wrap-around {
	display: block;
	padding-bottom: 20px;
}

/* ------ Table styling ------ */
table {margin: 0 auto; margin-bottom: 20px; font-size: 11px; border-left:1px solid #e4e4e4;border-right:1px solid #e4e4e4;}
th, thead {
	color: #fff;
	text-transform: uppercase;
	background: #00799E;
	vertical-align: text-top;
}
thead tr {
	border: 1px solid #e4e4e4;
}

td {  
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4; vertical-align: text-top; font-size:13px;}
tr {background: #f5f7f9;}
table tr:hover {color: #1C1C1C;background: #f1f3f6;}

table#wp-calendar th, table#wp-calendar thead, table#wp-calendar td { padding: 0 13px; }
table#wp-calendar th, table#wp-calendar thead { text-align: center; }
table#wp-calendar tbody td { text-align: center; }
table#wp-calendar tfoot td { color: #1C1C1C;background: #f1f3f6; }

/* ------ Other HTML ------ */
ol { margin: 0 0 20px 20px; }
ol li { line-height: 2em; }
ol li ol {
	list-style-type: upper-alpha;
	margin-bottom: 10px;
}
ol li ol li ol { list-style-type: lower-alpha; }
dl { margin-bottom: 20px; }
dt { font-weight: bold }
dd { margin-bottom: 10px; padding-left: 20px; }
address { margin-bottom: 10px; }
pre {
	margin-bottom: 20px;
	padding: 20px 30px 10px 30px;
	border: 1px solid #ced2d7;
	background: #E9E9E9;
	overflow-x: auto;
	overflow-y: hidden;
}
code {
	padding: 3px 6px;
	background: #E9E9E9;
}


/*									HEADER
---------------------------------------------------------------------------- */

#page-top-border {
	display: block;
	height: 7px;
	border-bottom: 1px solid #011111;
}
#header-wrap {  }
#header {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	z-index: 500;
}
#logo { 
	position: absolute;
	width:259px;
	background:#ffffff;
	border:6px solid #ffffff;
	-webkit-box-shadow: 1px 2px 1px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    1px 2px 1px rgba(50, 50, 50, 0.4);
	box-shadow:         1px 2px 1px rgba(50, 50, 50, 0.4);

}
#logo-desc { display: none; }
#logo-desc p {
	margin: 0;
	margin-top: 33px;
	padding: 0 15px;
	max-width: 400px;
	height: 32px;
	line-height: 32px;
	font-size: 11px;
	color: #a2a8b0;
}

#logo h1#branding {
	display: block;
	width: 100%;
}

#logo h1#branding a {
	display: block;
	height: 100%;
	width: 100%;
	height: 73px;
	width: 238px;
	background:url(images/logo.png);	
text-indent: 100%;
white-space: nowrap;
overflow: hidden;	margin:26px auto 0px;
	padding-bottom:0px;
}

#logo #tagline { font-family:'AvenirRoman', sans-serif; font-size:14px; text-align:center; padding: 0 5px; }

#logo #description { 
	color: white;
	font-size: 13px;
	text-align: left;
	padding: 18px 12px;
	background: #9DC152;
	margin: 24px 0 0;
}

#side-quote {
	width: 238px; min-height:100px;
	background:url(images/mark.gif) no-repeat top left;
	padding:10px;
	position:absolute;
	top:428px;
	margin:0 10px;
}
#social-media {
	width: 238px;
	clear: both;
	position: absolute;
	top: 545px;
	height: 50px;
	margin-left: 35px;
}

#social-media img {
	margin-right: 15px;
}


/* ------ Login ------ */
#login-button, #logout-button {
	margin-top: 33px;
	margin-left: 10px;
	padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	color: #a2a8b0;
	background: #333333 ;
	font-size: 11px;
	text-transform: uppercase;
	float: right;
	border: 1px solid #151515;
	cursor: pointer;
}
#login-button span, #logout-button span { float: left; }
#login-button img, #logout-button img { margin-top: 5px; margin-left: 10px; }
#login-button:hover, #logout-button:hover {
	color: #fff;
	background: #000000;
	border: 1px solid #414141;
}
#logout-button a {color: #a2a8b0;}
#logout-button a:hover, #logout-button:hover a {color: #fff;}
#login-box {
	display: none;
	position: absolute;
	top: 0px;
	right: 103px;
	padding: 4px 9px;
	width: 232px;
	height: 74px;
	background: url('images/login-box-bg.png') repeat-x left top;
	float: right;
}
#login-box form {
	position: relative;
	width: 232px;
	height: 78px;
}
#login-box input {
	margin: 3px 0px 2px 0px;
	padding: 5px 7px;
	width: 166px;
	height: 20px;
	line-height: 20px;
	color: #525a61;
	background: #fff url('images/input-bg.png') repeat-x left top;
	border: 1px solid #e1e4e9;
}
#login-box #wp-submit {
	padding: 0;
	width: 25px;
	height: 17px;
	background: transparent url('images/login-button.png') no-repeat left top;
	border: none;
	cursor: pointer;
}
#login-box #wp-submit:hover {
	background: transparent url('images/login-button.png') no-repeat left bottom;
}
#login-box #sub-box {
	padding-top: 2px;
	width: 230px;
	height: 13px;
	background: #1b2128;
}
#login-box .sub-box {
	margin: 0;
	padding: 0;
	color: #959daa;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}
#login-box .sub-box a { color: #959daa; }
#login-box .sub-box a:hover { color: #BABABA; }
#close-login {
	position: absolute;
	top: 3px;
	right: 0px;
	width: 17px;
	height: 17px;
	background: transparent url('images/login-close.png') no-repeat left top;
	cursor: pointer;
}
#close-login:hover {
	background: transparent url('images/login-close.png') no-repeat left bottom;
}

/* ------ Search form ------ */
#header-search-block {
	margin-top: 33px;
	width: 232px;
	max-width: 232px;
	height: 32px;
	float: right;
}
#search {
	width: 233px;
	height: 32px;
}
#search-box, #sidebar-content #search-box {
	margin:0;
	padding: 5px 5px;
	width: 182px;
	height: 20px;
	line-height: 20px;
	color: #525a61;
	border: 1px solid #edeeee;
	border-right: none;
	background: #fff url('images/search-input-bg.png') repeat-x left top;
	float: left;
}
#sidebar-content #search-box {
	width: 181px;
	border: 1px solid #c9ccce;
	border-right: none;
	background-image: none;
}
#search-but, #sidebar-content #search-but {
	margin:0;
	width: 39px;
	height: 32px;
	border: none;
	background: transparent url('images/search-button.png') no-repeat left top;
	float: left;
	cursor: pointer;
}
#sidebar-content #search-but {
	background: transparent url('images/search-button.png') no-repeat left top;
}
#search-but:hover {
	background: transparent url('images/search-button.png') no-repeat left bottom;
}
#sidebar-content #search-but:hover {
	background: transparent url('images/search-button.png') no-repeat left bottom;
}

/* ------ Primary top menu ------ */
#main-menu-container {
	position: relative;
	height: 35px;
}
#main-menu {
	list-style: none;
	position: absolute;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: #333333;
}
#main-menu li {
	position: relative;
	float: left;
	height: 41px;
	line-height: 41px;
	font: 11px/41px arial;
	text-transform: uppercase;
	color: #fff;
	background: transparent;
	border: none;
}
#main-menu li a.has-submenu {
	padding-right: 29px;
	background-image: url('images/dropdown-arrow.png');
}
#main-menu li a {
	display: block;
	padding: 0 20px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
}
#main-menu li:hover {
	background: #000000;
}
#main-menu li ul {
	display: none;
	position: absolute; 
	top: 41px;
	left: 0px;
	width: 230px;
	background: #1781c5;
	border: 1px solid #044269;
}
#main-menu li ul li {
	position: relative;
	float: none;
	display: block;
	padding: 0;
	padding-left: 15px;
	height: 37px;
	line-height: 37px;
	font: 11px/37px arial;
	border: none;
	background-repeat: no-repeat;
	background-position: right center;
	text-transform: none;
}
#main-menu li ul li a {
	background-position: -100% -100%; /* Gets rid of parents background image */
	padding: 0px;
}
#main-menu li ul li:hover {
	background-color: #2273b6;
	background-image: none;
}
#main-menu li ul li.sub-has-sub {
	background-image: url('images/dropdown-right-arrow.png');
	background-repeat: no-repeat;
	background-position: right center;
}
#main-menu li ul li ul {
	display: none;
	position: absolute; 
	top: -1px;
	left: 230px;
	width: 230px;
	background: #1781c5;
	border: 1px solid #044269;
}
#main-menu li.current-menu-item {
	background-color: #ACACAC;
}
#main-menu li.current-parent {
	background-color: #2273b6;
}

#pre-body-area {
	position: relative;
	overflow: hidden;
}

/* ------ Fixed image slider ------ */
#fixed-slider-image {
	position: relative;
	height: 380px;
	border-bottom: 1px solid #151515;
	background-color: #151515;
	background-repeat: no-repeat;
	background-position: center top;
}
img.fixed-slide-bg-img {
	width: 1px;
	height: 1px;
	visibility: hidden;
}
.fixed-slider-loader {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	background: #151515 url('images/slider-loader.gif') no-repeat center center;
}

/* ------ Mbiz slider ------ */
#mbiz-slides {
	position: relative;
	height: 405px;
	border-bottom: 1px solid #151515;
	background: #151515 url('images/slider-loader.gif') no-repeat center center;
	
	overflow: hidden;
	/*overflow: auto;*/
}
.mbiz-slide-bg {
	padding-top: 35px;
	height: 370px;
	max-height: 370px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}
.mbiz-slide {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 370px;
	overflow: hidden;
}
.mbiz-slide-info {
	position: absolute;
	left: 0px;
	width: 370px;
}
.mbiz-slide-info-custom-wrap {
	margin-bottom: 20px;
	padding: 15px;
	background: url('images/contentPattern.png') repeat left top;
}
.mbiz-slide-info-custom-wrap p {
	padding: 0;
	margin: 0;
}
.mbiz-slide-img {
	position: absolute;
	top: 0px;
	right: 0px;
}
.slide-img-has-border a {
	position: relative;
	display: block;
	width: 550px;
	height: 340px;
}
.slide-img-has-border .slide-img-border {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 536px;
	height: 326px;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.slide-wide-img a { width: 960px; }
.slide-wide-img .slide-img-border {
	width: 946px;
	border: 7px solid #000;
}
img.mbiz-slide-bg-img {
	width: 1px;
	height: 1px;
	visibility: hidden;
}
.mbiz-slide h2 {
	color: #fff;
	padding-bottom: 0;
}
.mbiz-slide p {
	margin-top: 5px;
	color: #a2a8b0;
	font-size: 13px;
	line-height: 1.7em;
}
.mbiz-slide .mbiz-dark-text h2 { color: #1C1C1C; }
.mbiz-slide .mbiz-dark-text p { color: #525a61; }
.mbiz-slide h2 span.stand-out{
	color: #1c99d1;
	font-size: 32px;
}
#mbiz-slider-nav {
	height: 26px;
	line-height: 22px;
	text-align: center;
}
.mbiz-slider-butt {
	background: transparent url('images/mbiz-slider-butt-link.png') no-repeat center top;
	border: 1px solid transparent;
	cursor: pointer;
}
.mbiz-slider-butt img {
	width: 17px;
	height: 15px;
}

/* ------ Buttons ------ */
.button, p.form-submit, #content-full input[type="submit"] {
display: block;
margin: 20px 5px;
padding: 0 20px;
height: 34px;
line-height: 34px;
color: white;
font-size: 11px;
text-align: center;
text-transform: uppercase;
background: #9DC152;
border: 1px solid #414141;
float: left;
cursor: pointer;
border-radius: 5px;
font-family:'AvenirHeavy'; font-size:15px; font-weight:500;

}
#content-full input[type="submit"] {
	width: auto;
}
#content-twothirds .button, #portfolio-container .button {
	margin: 0 0 10px;
}
.portfolio-more a {
	padding: 10px 0;
	color: #fff;
}
p.form-submit {
	height: 27px;
	line-height: 27px;
}
#comments-wrap #respond p.form-submit {
	height: 34px;
	line-height: 34px;
}
.download-button {
	display: block;
	margin: 0 5px;
	padding: 0 20px 0 27px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	background: url(images/download_btn.png) no-repeat 7px 50% #BABABA;
	border: 1px solid #414141;
	float: left;
	cursor: pointer;
}
#mbiz-slides .button {
	float: right;
}
.button:hover{
	color: #fff;
	background-color: #5F5F5F;
}
.download-button:hover{
	color: #fff;
	background-color: #5F5F5F;
}

/* ------ Header intro ------ */
#header-intro {
	padding: 52px 0px 34px 0px;
	padding-bottom: 34px;
	margin: 0 auto;
	width: 960px;
	min-height: 40px;
	background: grey;
}
#header-intro h1 {
	padding-bottom: 10px;
	font-size: 34px;
	color: #fff;
	/*text-transform: capitalize;*/
}
#header-intro p {
	padding-bottom: 0px;
	color: #ffffff;
	font-size: 14px;
}
#header-intro p a:hover { color: #fff; }

/* ------ Breadcrumbs ------ */
#bread-crumbs-wrap {
	padding-top: 15px;
	font-size: 10px;
	text-transform: uppercase;
}
#bread-crumbs-wrap li{
	list-style: none;
	display: inline;
	margin-right: 5px;
	height: 12px;
}
#bread-crumbs-wrap a{
	padding-right: 10px;
	height: 12px;
	line-height: 12px;
	background: transparent url('images/bread-crumbs-arrow.png') no-repeat right 3px;
}


/*									BODY
---------------------------------------------------------------------------- */

#body-wrap {
	width: 1000px;
	min-height: 600px;
	overflow: visible;
	margin:0 auto;
}
.home #content-full {
	position: relative;
	width: 712px;
	margin: 0 0 0 288px;
	padding: 160px 0 0;
}
#content-full {
	position: relative;
	width: 712px;
	margin: 0 0 0 288px;
	padding: 199px 0 0;
}
#content-full #feature { text-align:center; width: 732px; margin-left: -10px; }
#content-full #feature .employer, #content-full #feature .employee {
	margin:0 5px; border:0; padding:5px; background:#ffffff;
	-webkit-box-shadow: 1px 2px 1px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    1px 2px 1px rgba(50, 50, 50, 0.4);
	box-shadow:         1px 2px 1px rgba(50, 50, 50, 0.4);
}
#content-full #feature .employer { 
	-moz-transform:rotate(1deg);
	-webkit-transform:rotate(1deg);
	-o-transform:rotate(1deg);
	-ms-transform:rotate(1deg);
}
#content-full #feature .employee  { 
	-moz-transform:rotate(-1deg);
	-webkit-transform:rotate(-1deg);
	-o-transform:rotate(-1deg);
	-ms-transform:rotate(-1deg);
}

#content-full-width { padding: 50px 0; }
#content-twothirds {
	padding: 50px 0;
	width: 620px;
	float: left;
}

/* ------ Sidebars ------ */
#sidebar-wrap { width: 340px; }
#sidebar-menu-wrap { width: 340px; }
.alignright #border-topend {
	width: 340px;
	height: 50px;
	background: transparent url('images/sidebar-leftborder-topend.png') no-repeat left bottom;
}
.alignleft #border-topend {
	width: 340px;
	height: 50px;
	background: transparent url('images/sidebar-rightborder-topend.png') no-repeat right bottom;
}
#sidebar-content {
	width: 290px;
	overflow: hidden;
}
.alignright #sidebar-content {
	padding-left: 50px;
	background: transparent url('images/sidebar-leftborder-middle.png') repeat-y left top;
}
.alignleft #sidebar-content {
	padding-right: 50px;
	background: transparent url('images/sidebar-rightborder-middle.png') repeat-y right top;
}
.alignright #border-bottomend {
	width: 340px;
	height: 70px;
	background: transparent url('images/sidebar-leftborder-bottomend.png') no-repeat left top;
}
.alignleft #border-bottomend {
	width: 340px;
	height: 70px;
	background: transparent url('images/sidebar-rightborder-bottomend.png') no-repeat right top;
}
/* ------ Sidebar content ------ */
.sidebar-widget {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 11px;
}
.sidebar-header {
	margin-bottom: 15px;
	padding-left: 18px;
	height: 38px;
	line-height: 38px;
	background: #333;
}
.sidebar-header h4 {
	margin: 0;
	padding: 12px 0 0 15px;
	height: 26px;
	line-height: 1em;
	background: #D9D9D9;
	color: #333;
}
.sidebar-header h4 .tweets-load, .sidebar-header h4 .flickr-load {
	position: absolute;
	top: 5px;
	right: 10px;
	display: block;
	width: 26px;
	height: 26px;
	background: transparent url('images/widget-loader.gif') no-repeat center center;
}
.sidebar-widget ul li {
	padding: 7px 0 7px 25px;
	border-bottom: 1px dotted #dadee0;
	background: transparent url('images/list-style-2.png') no-repeat left 14px;
}
.sidebar-widget ul li ul li{
	background: transparent url('images/list-style-4.png') no-repeat left 14px;
}
.sidebar-widget ul li ul li ul li{
	background: transparent url('images/list-style-2.png') no-repeat left 14px;
}
ul.popular-posts-list a { color: #525a61; }
ul.popular-posts-list a:hover { color: #BABABA; }
ul.popular-posts-list img {
	margin-right: 15px;
	float: left;
}
ul.popular-posts-list p {
	padding: 0;
	font-size: 12px;
}
ul.popular-posts-list li {
	margin-bottom: 10px;
	padding: 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #dadee0;
	background: none;
	overflow: hidden;
}
.popular-post-date, .recent-tweets-date {
	display: block;
	color: #919598;
	font-size: 10px;
	text-transform: uppercase;
}
.recent-tweets-date a {
	color: #919598;
}
.recent-tweets-date a:hover {
	color: #000;
}
ul.recent-tweets li {
	margin-bottom: 10px;
	padding: 0 0 10px 30px;
	border-bottom: 1px dotted #dadee0;
	background: transparent url('images/recent-tweets-bullet.png') no-repeat left 6px; 
}
ul.flickr-photos {
	margin-bottom: 7px;
	padding-left: 3px;
	width: 290px;
	overflow: hidden;
}
ul.flickr-photos li {
	margin: 7px 7px 7px 8px;
	padding: 0;
	width: 79px;
	height: 79px;
	background: none;
	border: none;
	float: left;
}
.flick-no-r {
	color: #0063dc;
	text-transform: lowercase;
}
.r-in-flickr {
	color: #ff0084;
	text-transform: lowercase;
}
ul#recentcomments li {
	margin-bottom: 10px;
	padding: 0 0 10px 30px;
	border-bottom: 1px dotted #dadee0;
	background: transparent url('images/recent-comments-bullet.png') no-repeat left 6px; 
}
.widget-list li {
	margin-bottom: 7px;
	padding: 0 0 7px 25px;
	border-bottom: 1px dotted #dadee0;
	background: transparent url('images/list-style-1.png') no-repeat left 6px;
}
#sidebar-menu li {
	border-bottom: 1px solid #e9ecee;
	background: transparent url('images/list-style-2.png') no-repeat left 13px;
}
#sidebar-menu a.has-submenu {
	background-image: url('images/side-dropdown-arrow.png');
}
#sidebar-menu li ul {
	padding-left: 25px;
	display: none;
}
#sidebar-menu li ul li {
	font-size: 11px;
	background: transparent url('images/list-style-4.png') no-repeat left 13px;
}
#sidebar-menu li ul li ul li {
	background: transparent url('images/list-style-2.png') no-repeat left 13px;
}
#sidebar-menu li a {
	display: block;
	padding: 7px 0 7px 25px;
	color: #525a61;
	background-repeat: no-repeat;
	background-position: right center;
}
#sidebar-menu li a:hover { color: #BABABA; }
#sidebar-menu a.current-a {
	color: #aeafaf;
	cursor: default;
}
#sidebar-menu a.current-parent {
	color: #aeafaf;
}
#sidebar-menu a.current-a:hover {
	color: #aeafaf;
}

/* Custom menu widget */
ul.menu li {
	margin: 0;
	padding: 0;
}
ul.menu a.has-submenu {
	background-image: url('images/side-dropdown-arrow.png');
}
ul.menu li ul {
	padding-left: 25px;
	display: none;
}
ul.menu li ul li {
	font-size: 11px;
	background: transparent url('images/list-style-4.png') no-repeat left 13px;
}
ul.menu li ul li ul li {
	background: transparent url('images/list-style-2.png') no-repeat left 13px;
}
ul.menu li a {
	color: #525a61;
}
ul.menu li a:hover {
	color: #BABABA;
}
ul.menu a.current-a {
	color: #aeafaf;
	cursor: default;
}
ul.menu a.current-parent {
	color: #aeafaf;
}
ul.menu a.current-a:hover {
	color: #aeafaf;
}

#sidebar-wrap  .social-icons {
	margin-bottom: 10px;
}
#sidebar-wrap  .social-icons li {
	margin: 0;
	margin-right: 5px;
	padding: 0;
	border: none;
	background: none;
}
#sidebar-wrap  .social-icons li img {
	margin-bottom: 5px;
	border: none;
}
#sidebar-wrap  .contact-widget li {
	margin-right: 0;
	float: none;
}
.popular-posts-list li:last-child, .recent-tweets li:last-child, .widget-list li:last-child, .sidebar-widget ul li:last-child,
#sidebar-menu li:last-child, #sidebar-menu li ul li:last-child, #sidebar-menu li ul li ul li:last-child, #big-footer ul#recentcomments li:last-child,
#footer-wrap ul.menu li:last-child, #footer-wrap ul.menu li ul li:last-child, #big-footer .widget_recent_entries ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
#sidebar-wrap .widget_rss {
	max-width: 290px;
}
.rss-date { display:block }
#sidebar-wrap .rss-date { color: #919598 }
#sidebar-wrap .widget_rss cite{ color: #919598 }

/* ------ Homepage content ------ */
.featured-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
	border-bottom: 1px dotted #dadee0;
	overflow: hidden;
}
.featured-wrap-fullwidth {
	margin: 0 10px 20px 10px;
	width: 300px;
	float: left;
}
.featured-img-wrap-fullwidth {
	margin-bottom: 10px;
	width: 300px;
	height: 154px;
}
.featured-img-wrap {
	width: 194px;
	height: 154px;
	float: left;
}
.featured-item .info {
	margin-left: 25px;
	width: 400px;
	float: left;
}
#latest-news-fullwidth {
	margin-right: 28px;
	width: 463px;
	float: left;
}
.latest-news-item {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #dadee0;
}
.date-tag {
	margin-right: 10px;
	padding: 0px 10px;
	height: 18px;
	line-height: 18px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	background: #BABABA;
	float: left;
}
.date-tag a { color: #fff; }
#from-gallery-fullwidth {
	width: 463px;
	float: left;
}
.from-gallery-imgs {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
#text-widget-home {
	padding-top: 20px;
}

/* ------ Blog ------ */
.post-block  {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.search-results-post-block {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #dadee0;
}
.post-block h1, .post-block h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9ecee;
}
.floated-post {
	width: 360px;
	float: right;
	margin-bottom: 10px;
}
.floated-post-img-wrap {
	margin-bottom: 10px;
	width: 234px;
	height: 204px;
	float: left;
}
.full-post-img-wrap{
	width: 620px;
	height: 234px;
}
.fancy-post-meta {
	margin: 15px 0 15px 0;
	padding-left: 18px;
	height: 38px;
	line-height: 38px;
	background: transparent url('images/pre-header-graphic.png') no-repeat left center;
}
.fancy-post-meta p {
	position: relative;
	margin: 0;
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
	font-size: 11px;
	background: transparent url('images/sidebar-header-bg.png') repeat-x left center;
}
.search-results-post-block .fancy-post-meta, .search-results-post-block .fancy-post-meta p {
	margin: 0;
	padding: 0;
	background: none;
}
.meta-full-size {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #e9ecee;
}
.thedawn_attachment {
	padding: 10px 0 20px 0;
	text-align: center;
}
.post-comments {
	position: absolute;
	top: 0px;
	right: 10px;
}
.post-meta .post-comments {
	position: absolute;
	top: 0px;
	right: 0px;
}
ul.page-numbers { clear: both; }
#body-wrap ul.page-numbers li {
	float: left;
	margin: 0;
	margin-right: 7px;
	padding: 0;
	height: 29px;
	width: 29px;
	font-size: 11px;
	text-align: center;
	background: none;
}
#body-wrap ul.page-numbers li a {
	display: block;
	margin: 0;
	padding: 0;
	height: 29px;
	line-height: 29px;
	width: 29px;
	border: 1px solid #a9b3bc;
	background: url('images/pagination-link-bg.png') repeat-x  left top;
}
#body-wrap ul.page-numbers li a:hover {
	background: url('images/pagination-link-bg.png') repeat-x  left bottom;
}
#body-wrap ul.page-numbers li span.current {
	display: block;
	margin: 0;
	padding: 0;
	height: 29px;
	line-height: 29px;
	width: 29px;
	color: #fff;
	border: 1px solid #363e46;
	background: url('images/pagination-span-bg.png') repeat-x  left top;
}

/* Single */
.post-meta {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: 20px;
	font-size: 11px;
	border-bottom: 1px solid #e9ecee;
	overflow: hidden;
}
.post-meta-bottom { padding-top: 10px; font-size: 11px; clear: both; }
.share-this-wrap {
	margin-top: 10px;
	padding: 0;
	padding-left: 26px;
	height: 24px;
	background: transparent url('images/icon-share-this.png') no-repeat left center;
	cursor: pointer;
	clear: both;
}
.share-this {
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	color: #1C1C1C;
	background: #eef0f4;
	text-transform: uppercase;
	float: left;
}
#share-social-icons {
	visibility: hidden;
	margin-top: -1px;
	padding: 0 0 0 5px;
}
#content-twothirds #share-social-icons li {
	display: inline;
	margin-right: 5px;
	padding: 0;
	height: 24px;
	line-height: 24px;
	background: none;
}
.tiny-header {
	display: block;
	font-weight: bold;
}
.tabs-posts .tabs-content {
	min-height: 150px;
}
.popular-widget-item {
	margin: 0 7px;
	width: 191px;
	float: left;
}
.popular-widget-img-wrap {
	margin-bottom: 10px;
	width: 191px;
	height: 102px;
}
.popular-widget-item a { color: #525a61; }
.popular-widget-item a:hover { color: #BABABA; }

/* Comments */
#content-twothirds #comments-wrap li, #content-full-width #comments-wrap li {
	padding: 0;
	background: none;
}
#content-twothirds #comments-wrap .children, #content-full-width #comments-wrap .children {
	margin-top: 10px;
	background: none;
}
#content-twothirds #comments-wrap .depth-1, #content-full-width #comments-wrap .depth-1  {
	margin-bottom: 30px;
	padding-bottom: 20px;	
	background: transparent url('images/gradient-divider-610.png') no-repeat left bottom;
}
#content-twothirds #comments-wrap .depth-2, #content-twothirds #comments-wrap .depth-3, #content-twothirds #comments-wrap .depth-4, #content-twothirds #comments-wrap .depth-5, #content-full-width #comments-wrap .depth-2, #content-full-width #comments-wrap .depth-3, #content-full-width #comments-wrap .depth-4, #content-full-width #comments-wrap .depth-5 {
	padding-top: 40px;
	padding-left: 40px;
	background: transparent url('images/gradient-divider-610-comment-depth.png') no-repeat left top;
}
.comment-body {
	padding-left: 10px;
	overflow: hidden;
	min-height: 100px;
}
.comment .date-tag{ margin-top: 3px; }
.comment .comment-index {
	color: #767c84;
	font-size: 10px;
}
.comment .tiny-header {
	display: inline;
	margin-right: 20px;
	font-weight: bold;
	float: left;
}
.reply-button {
	font-size: 10px;
	float: right;
}
.edit-comment { font-size: 10px; }
.overflow { overflow: hidden; }
.comment-navigation {
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}
.comment-navigation .nav-previous { float: left }
.comment-navigation .nav-next { float: right }
#content-twothirds #comments-wrap .pingback {
	margin-bottom: 20px;
	padding-bottom: 20px;	
	min-height: 50px;
	background: transparent url('images/gradient-divider-610.png') no-repeat center bottom;
}

/* Forms: comment & contact */
.contact-form { position: relative; }
#add-comment input, .contact-form input, #content-full input[type="password"], #content-full input[type="text"] {
	margin: 3px 15px 3px 0;
	padding: 5px 7px;
	width: 200px;
	height: 20px;
	line-height: 20px;
	color: #525a61;
	background: #fff url('images/input-bg.png') repeat-x left top;
	border: 1px solid #e1e4e9;
}
#add-comment p, .contact-form p { padding-bottom: 7px; }
#add-comment textarea, .contact-form textarea, textarea  {
	margin: 3px 0;
	padding: 5px 7px;
	width: 594px;
	height: 180px;
	line-height: 20px;
	font-family:'AvenirRoman', sans-serif;
	font-size: 12px;
	color: #525a61;
	background: #fff url('images/input-bg.png') repeat-x left top;
	border: 1px solid #e1e4e9;
}
.contact-form textarea  { width: 570px; }
#respond textarea { width: 95% }
#respond { overflow: hidden; }
#sidebar-content .contact-form input, #big-footer .contact-form input  { width: 60%; }
#sidebar-content .contact-form textarea, #big-footer .contact-form textarea { width: 94%; height: 100px; }
#sidebar-content .contact-form .response, #big-footer .contact-form .response { width: 95% }
#add-comment #submit-button, #respond #submit-button, .contact-form .submitemail, #sidebar-content .contact-form .submitemail, #big-footer .contact-form .submitemail {
	margin: 0;
	padding: 0;
	width: auto;
	height: 34px;
	line-height: 34px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	background: none;
	border: none;
	cursor: pointer;
}
.contact-form  p { overflow: visible; }
#sidebar-content .contact-form  p, #big-footer .contact-form  p { margin-left: 0px; }
.contact-form  p.form-submit {
	position: relative;
	margin-left: 0;
}
.form-lable { display: block; }
.contact-form-loader {
	position: absolute;
	top: 10px;
	right: -35px;
	display: none;
	width: 16px;
	height: 16px;
	background: transparent url('images/loader.gif') no-repeat center center;
}
#big-footer .contact-form-loader {
	background: transparent url('images/loader-dark.gif') no-repeat center center;
}
div.response { display:none; margin-top: 20px; width: 594px; clear: both; }
.theDawnfield-container {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.contact-form fieldset {
	margin-bottom: 20px;
	padding: 15px 0 0 5px;
	border: 1px solid #e1e4e9;
}
.contact-form fieldset  legend { padding: 0 5px; font-size: 11px; text-transform: uppercase; }
.form-allowed-tags {
	font-size: 11px;
	margin-bottom: 10px;
}

/* ------ Portfolios ------ */
.portfolio-page {
	position: relative;
	padding: 50px 0;
	width: 960px;
	float: left;
	overflow: hidden;
}
#portfolio-nav {
	display: none;
	position: absolute;
	top: 20px;
	right: 0px;
	height: 23px;
	line-height: 23px;
}
.prev-portfolio {
	width: 90px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	background: transparent url('images/portfolio-prev.png') no-repeat center top;
	float: right;
	cursor: pointer;
}
.prev-portfolio:hover {
	color: #fff;
	background: transparent url('images/portfolio-prev.png') no-repeat center bottom;
}
.next-portfolio {
	width: 90px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	background: transparent url('images/portfolio-next.png') no-repeat center top;
	float: right;
	cursor: pointer;
}
.next-portfolio:hover {
	color: #fff;
	background: transparent url('images/portfolio-next.png') no-repeat center bottom;
}
.portfolio-count {
	font-size: 11px;
	padding: 0 0 0 15px;
	float: right;
}
.portfolio-length {
	font-size: 11px;
	padding: 0 15px 0 5px;
	float: right;
}
.portfolio-page h1{
	margin-bottom: 20px;
	border-bottom: 1px solid #e9ecee;
}
.portfolio-page-img-wrap {
	width: 610px;
	height: 100%;
	float: left;
}
#portfolio-container.portfolio-post-img-wrap {
	width: 610px;
	height: 359px;
	float: left;
}
#portfolio-sidebar-container.portfolio-post-img-wrap {
	width: 304px;
	height: 184px;
}
.portfolio-page-info, .portfolio-post-info { width: 310px; }
.portfolio-post-info-sidebar { width: 290px; }
#portfolio-container {
	list-style: none;
	padding: 50px 0;
	width: 100%;
	overflow: hidden;
}
#portfolio-sidebar-container {
	width: 100%;
	overflow: hidden;
}
#portfolio-sidebar-container .portfolio-post h3{
	margin-bottom: 20px;
	border-bottom: 1px solid #e9ecee;
}
.portfolio-post {
	padding: 0 0 70px 0;
	width: 100%;
	overflow: hidden;
}
.portfolio-post-2columns {
	margin: 0 18px 30px 18px;
	width: 444px;
	min-height: 330px;
	max-height: 330px;
	float: left;
}
.text-out-2col {
	min-height: 490px;
	max-height: 490px;
}
.portfolio-post-wrap a:hover { color: #fff; }
.portfolio-post-2columns .portfolio-post-wrap {
	position: relative;
	margin-bottom: 15px;
	width: 444px;
	height: 274px;
}
.portfolio-post-wrap img, .portfolio-post-wrap .portfolio-post-info {
	position: absolute;
	top: 0px;
}
.portfolio-post-2columns .portfolio-post-info {
	padding: 25px;
	width: 394px;
	height: 224px;
	color: #fff;
	background: transparent url('images/portfolio-bg.png') repeat left top;
}
.portfolio-post-3columns {
	margin: 0 8px 30px 8px;
	width: 304px;
	min-height: 220px;
	max-height: 220px;
	float: left;
}
.text-out-3col {
	min-height: 360px;
	max-height: 360px;
}
.portfolio-post-3columns .portfolio-post-wrap {
	position: relative;
	margin-bottom: 15px;
	width: 304px;
	height: 184px;
}
.portfolio-post-3columns .portfolio-post-info {
	padding: 10px;
	width: 284px;
	height: 164px;
	color: #fff;
	font-size: 11px;
	background: transparent url('images/portfolio-bg.png') repeat left top;
}
.portfolio-post-3columns .portfolio-post-info-out { font-size: 11px; }

/* Scrollable plugin for portfolio sliding pages */
.scrollable {
	position:relative;
	overflow:auto;
	width: 100%;
	height: 1000px;
}
.scrollable .items {
	width:20000em;
	position:absolute;
}
a.disabled {
	visibility:hidden !important;		
} 

/* ------ Gallery ------ */
#gallery-container {
	margin: 0 auto;
	padding: 50px 0;
	width: 896px;
	overflow: hidden;
}
#gallery-container .gallery-img-wrap {
	margin: 0 15px 30px 15px;
	width: 194px;
	height: 154px;
	float: left;
}
#gallery-container-sidebar {
	padding: 50px 0;
	width: 620px;
	overflow: hidden;
}
#gallery-container-sidebar .gallery-img-wrap {
	margin: 0 13px 26px 13px;
	width: 126px;
	height: 100px;
	float: left;
}
.from-gallery-imgs .gallery-img-wrap {
	margin: 0 7px 14px 7px;
	width: 191px;
	height: 154px;
	float: left;
}
.full-width-home .gallery-img-wrap {
	margin: 0 4px 13px 4px;
	width: 145px;
	height: 117px;
}
.from-gallery-imgs .last-img { margin-right: 0; }


/*							[DTP] elements style
---------------------------------------------------------------------------- */

a.load-img{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.zoom-wrap, .play-wrap, .read-wrap, .flickr-wrap, .play-lightbox-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.zoom-wrap, .play-wrap, .read-wrap {
	height: 100%;
	background: transparent url('images/enlarge-img-bg.png') no-repeat center center;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.play-wrap {
	background: transparent url('images/play-img-bg.png') no-repeat center center;
}
.read-wrap {
	background: transparent url('images/read-img-bg.png') no-repeat center center;
}
.flickr-wrap {
	background: #f8fafb url('images/flickr-img-bg.png') no-repeat center center;
}
.play-lightbox-wrap {
	background: transparent url('images/play-lightbox-bg.png') no-repeat center center;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.play-lightbox-wrap .vid-title {
	display: block;
	background: #000;
	padding: 10px 20px;
	font-size: 12px;
	font-weight: bold;
}
.img-load-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #f8fafb url('images/loader.gif') no-repeat center center;
	cursor: pointer;
}
a.zoom-img:hover, a.play-img:hover, a.read-img img:hover { opacity: 0.85; }

/* ------ List styles ------ */
#content-twothirds ul, #content-full-width ul, #gallery-container ul, #gallery-container-sidebar ul { margin-bottom: 20px; }
#content-twothirds ul li ul, #content-full-width ul li ul , #gallery-container ul li ul, #gallery-container-sidebar ul li ul { margin-bottom: 0; }
#content-twothirds ul li, #content-full-width ul li, #gallery-container ul li, #gallery-container-sidebar ul li {
	padding-left: 25px;
	line-height: 2em;
	background: transparent url('images/list-style-1.png') no-repeat left 7px;
}
#content-twothirds ul li ul li, #content-full-width ul li ul li, #gallery-container ul li ul li, #gallery-container-sidebar ul li ul li {
	background: transparent url('images/list-style-4.png') no-repeat left 8px;
}
#content-twothirds ul li ul li ul li, #content-full-width ul li ul li ul li, #gallery-container ul li ul li ul li, #gallery-container-sidebar ul li ul li ul li {
	background: transparent url('images/list-style-2.png') no-repeat left 8px;
}
#content-twothirds ul.list-style-2 li, #content-twothirds ul li ul.list-style-2 li, #content-twothirds ul li ul li ul.list-style-2 li, #content-full-width ul.list-style-2 li, #content-full-width ul li ul.list-style-2 li, #content-full-width ul li ul li ul.list-style-2 li, #gallery-container ul.list-style-2 li, #gallery-container ul li ul.list-style-2 li, #gallery-container ul li ul li ul.list-style-2 li, #gallery-container-sidebar ul.list-style-2 li, #gallery-container-sidebar ul li ul.list-style-2 li, #gallery-container-sidebar ul li ul li ul.list-style-2 li {
	background: transparent url('images/list-style-2.png') no-repeat left 8px;
}
#content-twothirds ul.list-style-3 li, #content-twothirds ul li ul.list-style-3 li, #content-twothirds ul li ul li ul.list-style-3 li, #content-full-width ul.list-style-3 li, #content-full-width ul li ul.list-style-3 li, #content-full-width ul li ul li ul.list-style-3 li, #gallery-container ul.list-style-3 li, #gallery-container ul li ul.list-style-3 li, #gallery-container ul li ul li ul.list-style-3 li, #gallery-container-sidebar ul.list-style-3 li, #gallery-container-sidebar ul li ul.list-style-3 li, #gallery-container-sidebar ul li ul li ul.list-style-3 li {
	background: transparent url('images/list-style-3.png') no-repeat left 7px;
}
#content-twothirds ul.list-style-4 li, #content-twothirds ul li ul.list-style-4 li, #content-twothirds ul li ul li ul.list-style-4 li, #content-full-width ul.list-style-4 li, #content-full-width ul li ul.list-style-4 li, #content-full-width ul li ul li ul.list-style-4 li, #gallery-container ul.list-style-4 li, #gallery-container ul li ul.list-style-4 li, #gallery-container ul li ul li ul.list-style-4 li, #gallery-container-sidebar ul.list-style-4 li, #gallery-container-sidebar ul li ul.list-style-4 li, #gallery-container-sidebar ul li ul li ul.list-style-4 li {
	background: transparent url('images/list-style-4.png') no-repeat left 8px;
}
#content-twothirds ul.list-style-5 li, #content-twothirds ul li ul.list-style-5 li, #content-twothirds ul li ul li ul.list-style-5 li, #content-full-width ul.list-style-5 li, #content-full-width ul li ul.list-style-5 li, #content-full-width ul li ul li ul.list-style-5 li, #gallery-container ul.list-style-5 li, #gallery-container ul li ul.list-style-5 li, #gallery-container ul li ul li ul.list-style-5 li, #gallery-container-sidebar ul.list-style-5 li, #gallery-container-sidebar ul li ul.list-style-5 li, #gallery-container-sidebar ul li ul li ul.list-style-5 li {
	background: transparent url('images/list-style-5.png') no-repeat left 7px;
}
#content-twothirds ul.list-style-6 li, #content-twothirds ul li ul.list-style-6 li, #content-twothirds ul li ul li ul.list-style-6 li, #content-full-width ul.list-style-6 li, #content-full-width ul li ul.list-style-6 li, #content-full-width ul li ul li ul.list-style-6 li, #gallery-container ul.list-style-6 li, #gallery-container ul li ul.list-style-6 li, #gallery-container ul li ul li ul.list-style-6 li, #gallery-container-sidebar ul.list-style-6 li, #gallery-container-sidebar ul li ul.list-style-6 li, #gallery-container-sidebar ul li ul li ul.list-style-6 li {
	background: transparent url('images/list-style-6.png') no-repeat left 7px;
}
#content-twothirds ul.list-style-7 li, #content-twothirds ul li ul.list-style-7 li, #content-twothirds ul li ul li ul.list-style-7 li, #content-full-width ul.list-style-7 li, #content-full-width ul li ul.list-style-7 li, #content-full-width ul li ul li ul.list-style-7 li, #gallery-container ul.list-style-7 li, #gallery-container ul li ul.list-style-7 li, #gallery-container ul li ul li ul.list-style-7 li, #gallery-container-sidebar ul.list-style-7 li, #gallery-container-sidebar ul li ul.list-style-7 li, #gallery-container-sidebar ul li ul li ul.list-style-7 li {
	background: transparent url('images/list-style-7.png') no-repeat left 7px;
}
#content-twothirds ul.list-style-8 li, #content-twothirds ul li ul.list-style-8 li, #content-twothirds ul li ul li ul.list-style-8 li, #content-full-width ul.list-style-8 li, #content-full-width ul li ul.list-style-8 li, #content-full-width ul li ul li ul.list-style-8 li, #content-full-width ul.list-style-8 li, #content-full-width ul li ul.list-style-8 li, #content-full-width ul li ul li ul.list-style-8 li, #content-full-width ul.list-style-8 li, #content-full-width ul li ul.list-style-8 li, #content-full-width ul li ul li ul.list-style-8 li {
	background: transparent url('images/list-style-8.png') no-repeat left 7px;
}

/* ------ Text boxes ------ */
.title-and-text-box {
	position: relative;
	margin-bottom: 20px;
}
.title-and-text-box h5.box-title-style-1, .title-and-text-box h5.box-title-style-2 {
	margin-bottom: 0;
	padding: 0 20px;
	height: 38px;
	line-height: 38px;
	color: #fff;
}
.title-and-text-box h5.box-title-style-1 {
	border: 1px solid #414141;
	background: #BABABA;
}
.title-and-text-box h5.box-title-style-2 {
	border: 1px solid #1B1B1B;
	background: #1C1C1C;
}
.title-and-text-box .box-text {
	padding: 20px 30px 10px 30px;
	border: 1px solid #ced2d7;
	border-top: none;
	background: #E9E9E9;
	overflow: hidden; /* ie7 content disappear bug fix */
}
.no-title-box-text {
	margin-bottom: 20px;
	padding: 20px 25px 15px 25px;
	border: 1px solid #ced2d7;
	background: #E9E9E9;
}

.no-title-box-text p {
	padding-bottom: 7px;	
}
.warning-box {
	margin-bottom: 20px;
	padding: 24px 20px 24px 70px;
	color: #c53333;
	border: 1px solid #ec9b9b;
	background: #fae2e3;
	background:#ffe8e8 url(images/delete_32.png) no-repeat 20px 18px;		
}
.warning-box a { color: #c53333; text-decoration: underline; }
.warning-box a:hover { color: #000; }

.success-box {
	margin-bottom: 20px;
	padding: 24px 20px 24px 70px;
	color: #28941a;
	border: 1px solid #72cb67;
	background: #dffad3;
	background:#eefcda url(images/tick_32.png) no-repeat 20px 18px;
}
.success-box a { color: #28941a; text-decoration: underline; }
.success-box a:hover { color: #000; }

.info-box {
	margin-bottom: 20px;
	padding: 24px 20px 24px 70px;
	color: #1c86c9;
	border: 1px solid #50b0ec;
	background: #dde9f7;
	background:#e7f5ff url(images/info_32.png) no-repeat 20px 18px;
}
.info-box a { color: #1c86c9; text-decoration: underline; }
.info-box a:hover { color: #000; }

.note-box {
	margin-bottom: 20px;
	padding: 24px 20px 24px 70px;
	color: #9a8e00;
	border: 1px solid #d3c200;
	background: #fffac6;
	background:#fff4d0 url(images/warning_32.png) no-repeat 20px 18px;		
}
.note-box a { color: #9a8e00; text-decoration: underline; }
.note-box a:hover { color: #000; }

/* ===== new info boxes ===== */


.bluebox, .greenbox, .yellowbox, .redbox {
	float:left;
	padding:18px 20px 18px 70px;
	margin-top:14px;
	min-height:36px;
	height:auto !important;
	height:36px;
}
.bluebox p, .greenbox p, .yellowbox p, .redbox p {
	padding:6px 0 6px 0;	
}
.greenbox {
	border:1px solid #cbe2ab;
	background:#eefcda url(images/tick_32.png) no-repeat 20px 18px;
}
.greenbox, .greenbox a {
	color:#6a8829;
}
.bluebox {
	border:1px solid #bad4f6;
	background:#e7f5ff url(images/info_32.png) no-repeat 20px 18px;	
}
.bluebox, .bluebox a {
	color:#3c64a6;
}
.yellowbox {
	border:1px solid #f5d788;
	background:#fff4d0 url(images/warning_32.png) no-repeat 20px 18px;		
}
.yellowbox, .yellowbox a {
	color:#c57f11;
}
.redbox {
	border:1px solid #fab1b1;
	background:#ffe8e8 url(images/delete_32.png) no-repeat 20px 18px;			
}
.redbox, .redbox a {
	color:#bb1010;
}
.greenbox a, .bluebox a, .yellowbox a, .redbox a {
	text-decoration:underline;		
}

.service-wrapper {
	margin:6px 36px 0 0; 
	padding:0 0 12px 0;
}
.service-wrapper h4, .intservice-wrapper h4 {
	float:left;
	width:382px;
	padding:4px 0 4px 0;
}
.service-content {
	float:left;
	width:382px;
}
.intservice-content {
	float:left;	
	width:548px;	
}
.service-img {
	float:left;
	margin:2px 16px 0 0;	
}

.intservice-wrapper {
	float:left;
	width:100%;
	padding:6px 0 12px 0;
}

/* == end info boxes == */


.price-box-style-1 {
	margin-bottom: 20px;
	height: 174px;
	background: #E9E9E9;
}
.price-big {
	padding: 20px 20px;
	width: 154px;
	max-width: 154px;
	height: 134px;
	text-align: center;
	background: #E9E9E9 ;
	border-right: 1px solid #f8fafb;
	float: left;
}
.price-info {
	padding: 20px 20px;
	width: 61%;
	max-width: 61%;
	height: 134px;
	background: transparent ;
	border-left: 1px solid #dde0e4;
	float: left;
}
.bold-price {
	display: block;
	margin-bottom: 10px;
	color: #1C1C1C;
	font-size: 49px;
	line-height: 1em;
}
.price-box-style-2 {
	margin: 0 30px 20px 0;
	width: 294px;
	text-align: center;
	float: left;
}
#content-twothirds .price-box-style-2 { margin-right: 0; }
.price-box-style-2 h5.box-title-style-1 {
	margin-bottom: 0;
	padding: 0 20px;
	height: 38px;
	line-height: 38px;
	color: #fff;
}
.price-box-style-2 h5.box-title-style-1 {
	border: 1px solid #414141;
	background: #BABABA ;
}
.price-box-style-2 .box-content {
	padding: 20px 0 0 0;
	background: #E9E9E9 ;
}
#content-twothirds .price-box-style-2 .box-content ul li, #content-full-width .price-box-style-2 .box-content ul li {
	list-style: none;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	background: #E9E9E9 ;
}
.order-button-wrap {
	padding: 70px 60px 0 60px;
	height: 74px;
	background: #E9E9E9 ;
	border-top: 1px solid #E4E4E4;
}

/* ------ Tabs ------ */
#content-twothirds .tabs-navigation, #content-full-width .tabs-navigation {
	height: 31px;
	border-bottom: 3px solid #1C1C1C;
}
#content-twothirds ul.tabs-nav, #content-full-width ul.tabs-nav { height: 31px; }
#content-twothirds ul.tabs-nav li, #content-full-width ul.tabs-nav li {
	margin-right: 5px;
	padding: 0;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #414141;
	border-bottom: none;
	background: #bababa ;
	float: left;
}
#content-twothirds ul.tabs-nav li.current-tab, #content-twothirds ul.tabs-nav li.current-tab:hover, #content-full-width ul.tabs-nav li.current-tab, #content-full-width ul.tabs-nav li.current-tab:hover {
	background: #000000;
}
#content-twothirds ul.tabs-nav li:hover, #content-full-width ul.tabs-nav li:hover {
	background: #E4E4E4 ;
}
#content-twothirds ul.tabs-nav li a, #content-full-width ul.tabs-nav li a {
	display: block;
	padding: 0 30px;
	color: #fff;
}
.tabs-style1 .tabs-content {
	margin-bottom: 20px;
	padding: 20px 30px 10px 30px;
	border: 1px solid #ced2d7;
	background: #E9E9E9;
}
.tabs-style1 .tabs-content-nostyle {
	margin-bottom: 20px;
	padding: 20px 0 10px 0;
}

/* ------ Toggles & FAQs ------ */
.faq-q, .toggle-t {
	padding: 0 0 0 20px;
	background: transparent url('images/list-style-faqs-closed.png') no-repeat left 6px;
	cursor: pointer;
}
.faq-q p {
	color: #1C1C1C;
	padding-bottom: 10px;
}
.toggle-open {
	background: transparent url('images/list-style-faqs-open.png') no-repeat left 6px;
}
.toggle-block { margin-bottom: 20px; }
.toggle-content {
	padding-top: 10px;
	overflow: hidden; /* ie7 content disappear bug fix */
}
.faq-answer {
	margin: 0 0 20px 10px;
	padding: 5px 15px;
	border-left: 1px solid #ced2d7;
}
.toggle-block .box-title-style-1, .toggle-block .box-title-style-2 { cursor: pointer }
.title-and-text-box span.handle {
	position: absolute;
	top: 12px;
	right: 20px;
	display: none;
	width: 7px;
	height: 14px;
	background: transparent url('images/toggle-handle.png') no-repeat left top;
	cursor: pointer;
}

/* ------ Column Layouts ------ */
.one-third-column {
	margin: 0 3% 20px 0;
	width: 31.25%;
	max-width: 31.25%;
	float: left;
}
.two-third-column {
	margin: 0 3% 20px 0;
	width: 65.625%;
	max-width: 65.625%;
	float: left;
}
.one-fourth-column {
	margin: 0 3% 20px 0;
	width: 22.604%;
	max-width: 22.604%;
	float: left;
}
.three-fourth-column {
	margin: 0 3% 20px 0;
	width: 74.062%;
	max-width: 74.062%;
	float: left;
}
.one-half-column {
	margin: 0 3% 20px 0;
	width: 48.3%;
	max-width: 48.3%;
	float: left;
}
.last-col { margin-right: 0; }

.last {
	margin-right: 0 !important;	
}

/* ------ Nivo slider ------ */
#nivo-container {
	padding-top: 35px;
	height: 370px;
	border-bottom: 1px solid #1a1d21;
	background: #151515 ;
}
#slider {
    position:relative;
    margin: 0 auto;
	width:960px;
    height:340px;
    background:url(images/nivo-loader.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
#slider-border {
	position:absolute;
    top:0px;
    left:0px;
	width: 950px;
	height: 330px;
	border: 5px solid #000;
	z-index: 200;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

/* Lightbox shortcodes */
.flowplayer { margin: 0 auto; }
.video-lightbox, .image-lightbox {
	position: relative;
	margin-bottom: 20px;
	padding: 0;
	overflow: hidden;
}
.video-lightbox a { color: #888; }
#content-twothirds .video-lightbox img{
	max-width: 620px;
	padding: 0;
	border: none;
}

/* Sitemap */
#list-sitemap {
	color: #767c84;
	font-size: 10px;
}
#list-sitemap a { font-size: 12px; }
#list-sitemap li.pagenav, #list-sitemap li.categories, #list-sitemap li.portfolio-list, #list-sitemap li.post-list, #list-sitemap li.archive-list, #list-sitemap li.author-list {
	padding-bottom: 30px;
}
#list-sitemap li.portfolio-list ul li, #list-sitemap li.post-list ul li {
	position: relative;
}
#list-sitemap li.portfolio-list ul li.date-true:hover, #list-sitemap li.post-list ul li.date-true:hover {
	background-color: #f2f4f6;
}
#list-sitemap .show-date {
	position: absolute;
	top: 0px;
	right: 0px;
}


/*									Footer
---------------------------------------------------------------------------- */

#footer-wrap { clear: both; }
#big-footer {
	padding-top: 25px;
	padding-bottom: 40px;
	color: #F4F4F4;
	font-size: 11px;
	border-top: 9px solid #c2c2c2;
	background: #00799E;
}
#big-footer h5 { 
	color: white;
	margin-left: 65px;
	font-size: 15px;
	line-height: 18px;
	padding: 0 0 6px;
	font-family:'AvenirHeavy', sans-serif;
	font-weight:500;
}
#big-footer a { color: #ffffff; }
#big-footer a:hover { color: #ffffff; text-decoration:underline; }
.footer-content {
	margin: 0 auto;
	width: 960px;
}
.col-option1 .footer-column {
	margin-bottom: 30px;
	width: 960px;
}
.col-option2 .footer-column {
	margin: 0 15px 30px 15px;
	width: 450px;
	float: left;
}
.col-option3 .footer-column {
	margin: 0 20px 30px 20px;
	width: 292px;
	float: left;
}
.col-option3 .footer-column:first-child 	{ margin: 0 20px 30px 0px; }
.col-option3 .footer-column:nth-child(3)	{ margin: 0 0px 30px 20px; }

.col-option4 .footer-column, .col-option4-3 .footer-column, .col-option43- .footer-column {
	margin: 0 20px 30px 20px;
	width: 200px;
	float: left;
}
.col-option5 .footer-column, .col-option5-4 .footer-column, .col-option54- .footer-column {
	margin: 0 15px 30px 15px;
	width: 162px;
	float: left;
}
#footer-sub-area {
	padding-top: 20px;
	border-top: 2px solid white;
	clear: both;
	overflow: hidden;
	position:relative;
}
#big-footer .popular-posts-list li { border-color: #3d444c; }
#big-footer .popular-post-date, #big-footer .recent-tweets-date { color: #767c84; }
#big-footer .recent-tweets li { border-color: #3d444c; }
#big-footer .widget-list li {
	border-color: #3d444c;
	background: transparent url('images/list-style-2.png') no-repeat left 6px;
}
#big-footer ul#recentcomments li { border-color: #3d444c; }
#big-footer .widget_recent_entries ul li, #big-footer .widget_alt_style .widget_archive ul li, #big-footer .widget_alt_style .widget_categories ul li, #big-footer .widget_alt_style .widget_links ul li, #big-footer .widget_alt_style .widget_meta ul li, #big-footer .widget_alt_style .widget_pages ul li, #big-footer .widget_alt_style .widget_rss ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #3d444c;
	background: transparent url('images/list-style-2.png') no-repeat left 13px;
}
#big-footer .widget_recent_entries ul li:last-child, #big-footer .widget_alt_style .widget_archive ul li:last-child, #big-footer .widget_alt_style .widget_categories ul li:last-child, #big-footer .widget_alt_style .widget_links ul li:last-child, #big-footer .widget_alt_style .widget_meta ul li:last-child, #big-footer .widget_alt_style .widget_pages ul li:last-child, #big-footer .widget_alt_style .widget_rss ul li:last-child {
	border: none;
}
#big-footer .widget_recent_entries ul li a, #big-footer .widget_alt_style .widget_archive ul li a, #big-footer .widget_alt_style .widget_categories ul li a, #big-footer .widget_alt_style .widget_links ul li a, #big-footer .widget_alt_style .widget_meta ul li a, #big-footer .widget_alt_style .widget_pages ul li a, #big-footer .widget_alt_style .widget_rss ul li  {
	display: block;
	padding: 7px 0 7px 25px;
}
#big-footer .widget_alt_style .widget_pages ul li ul li {
	border: none;
	padding-left: 10px;
}
.sub-widget-area1 {
	width: 150px;
	margin-right: 30px;
	float: left;
	min-height: 1px;
}
.sub-widget-area2 {
	width: 540px;
	float: left;
}
.sub-widget { margin-bottom: 15px; }
.social-icons { margin-top: 5px; }
.social-icons li {
	display: inline;
	margin-right: 5px;
}
.social-icons li img { margin-bottom: 5px; }
.contact-widget { overflow: hidden; }
.contact-widget li {
	float: left;
	margin-right: 25px;
	padding: 2px 0 2px 25px;
}
.contact-widget .tel {
	min-width: 162px;
	background: transparent url('images/icon-tel.png') no-repeat left 11px;
}
.contact-widget .email {
	min-width: 162px;
	background: transparent url('images/icon-email.png') no-repeat left 11px;
}
.contact-widget .address {
	min-width: 162px;
	background: transparent url('images/icon-home.png') no-repeat left 11px;
}
#footer-wrap .contact-widget .tel, #footer-wrap .contact-widget .email, #footer-wrap .contact-widget .address {
	background-position: left 4px;
}
#footer-wrap ul.flickr-photos { margin-bottom: 7px; padding-left: 3px; width: auto; overflow: hidden }
#footer-wrap ul.flickr-photos li {
	width: 75px;
	height: 75px;
}
#footer-wrap ul.menu li { border-bottom: none; }
#standard-footer {
	height: 68px;
	line-height: 68px;
	color: #fff;
	font-size: 11px;
	border-top: 1px solid #ACACAC;
background: #333333;
}
#standard-footer p {
	margin: 0;
	padding: 0;
}
#standard-footer ul#footer-menu {
	height: 68px;
	float: right;
}
#standard-footer ul#footer-menu li {
	display: inline;
	margin-left: 10px;
}
#standard-footer ul#footer-menu .current-menu-item a {
	color: #a4d4eb;
	cursor: default;
}
#standard-footer ul#footer-menu li ul{ display: none; }
#standard-footer ul#footer-menu a { color: #fff; }
#standard-footer ul#footer-menu a:hover { color: #a4d4eb; }
#standard-footer p.copyright { float: left; }

#footer-wrap .textwidget img { float: left; margin: -20px 15px 5px 0; }


/* ------ Rounded Corners ------ */
img, #logo-desc p, #login-box input, #main-menu li ul li ul, .mbiz-slide-info-custom-wrap, .button, p.form-submit, #content-full input[type="submit"],
.download-button, .date-tag, #add-comment input, .contact-form input, #content-full input[type="password"], #content-full input[type="text"],
#add-comment textarea, .contact-form textarea, textarea, .contact-form fieldset, .warning-box, .success-box, .info-box, .note-box, .price-box-style-1
{
/*border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;*/
}
blockquote, pre, #login-button, #logout-button, #body-wrap ul.page-numbers li a, #body-wrap ul.page-numbers li span.current, .no-title-box-text
{
/*border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;*/
}
.fancy-header h5, .sidebar-header h4, .fancy-post-meta p, .share-this
{
/*border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;*/
}
#login-box, #login-box #sub-box, #main-menu li ul, .title-and-text-box .box-text, .price-box-style-2 .box-content, .order-button-wrap, .tabs-style1 .tabs-content
{
/*border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;*/
}
#search-box, #sidebar-content #search-box, .price-big
{
/*border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;

border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;*/
}

#search-box, #sidebar-content #search-box {
	border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;

border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
	
}

.title-and-text-box h5.box-title-style-1, .title-and-text-box h5.box-title-style-2, .price-box-style-2 h5.box-title-style-1, #content-twothirds ul.tabs-nav li, #content-full-width ul.tabs-nav li
{
/*border-top-right-radius: 3px;
border-top-left-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-topleft: 3px;
-webkit-border-top-right-radius: 3px;
-webkit-border-top-left-radius: 3px;*/
}
#search-but, #sidebar-content #search-but {
	/*border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;*/
}
.no-float { float: none }

/* ----- Table Color styles  ----- */

.table_style1 tr:first-child td {
	background:#bb1010 ;	
}

.table_style1 table {border-bottom: 10px solid #bb1010 }
 
.table_style2 tr:first-child td {
	background:#75a816 ;	
}

.table_style2 table {border-bottom: 10px solid #75a816 }

.table_style3 tr:first-child td {
	background:#0095da;			
}

.table_style3 table {border-bottom: 10px solid #0095da }

.aqtable tr:first-child td {
	margin:0;
	padding:0;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding:13px 22px 13px 22px;
	text-align:left;
	text-transform: uppercase;
}


.table_style1, .aqtable-table_style1 table thead {
	background:#bb1010 ;		
}
.table_style2, .aqtable-table_style2 table thead {
	background:#75a816 ;		
}
.table_style3, .aqtable-table_style3 table thead {
	background:#0095da;		
}

table {
	border-collapse:collapse;	
	width:100%;		
	margin-bottom: 30px;
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
}
table td {
	text-align:left;	
	padding:4px 8px;	
}
table thead td {
	margin:0;
	padding:0;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding:4px 8px;
	text-align:left;
}
th {
	text-align: left;
	padding: 4px 8px;
	color: white;
	font-size: 13px;
	font-family: 'AvenirHeavy', sans-serif;
	font-weight: 500;
}
tbody tr td { /* table row line */
	border-bottom:1px solid #e4e4e4;
}
table tr:nth-child(even) { /* table background for odd rows 1, 3, 5... */
	background:#fff;
}
table tr:nth-child(odd) { /* table background for even rows 2, 4, 6... */
	background:#f5f5f5;
}

thead tr, thead td {background: none!important }

/* start accordion */
.accordion {
	padding-bottom:22px;
	margin: 10px 0;
}
.accordion .acc-title {
	padding:16px 0 0 0;
	border-bottom:1px solid #e4e4e4;  
	float:left; 
	width:100%;
}

.accordion .acc-title h5 {
	text-decoration: none;
	cursor:pointer;
	padding:0 0 16px 30px;
	color:#3d3d3d;
	display:inline !important;
	width:auto;
	float:left;
	width:100%;		
}
.accordion .acc-title {
	background:transparent url('images/list-style-faqs-closed.png') no-repeat left 20px

}
.accordion .current {
	background:transparent url('images/list-style-faqs-open.png') no-repeat left 20px		
		
}
.accordion .current h5 {
	cursor:default !important;	
}

.accordion .acc-content {
	display:none;
	padding:16px 20px 16px 20px;
	overflow:hidden;  
	border:1px solid #e4e4e4;
	border-top:0 none;		
	background: #F6F6F6;
}
.accordion .acc-content p {
	padding:8px 0 8px 0;	
}


/* ----- special buttons ----- */

.special-button {
	display: inline-block;
	line-height: 20px;
	padding: 7px 19px 6px 38px;
	background: #E4E4E4;
	color: #424242;
	font-weight: bold;
	text-shadow: 0 1px 0 white;
	position: relative;
	border: 1px solid #CCC;
	margin: 0 10px 10px 0;
	text-decoration: none;
}
.special-button:hover {
	border-color:#cdcdcd;
	background-color: #F2F2F2 ;
	text-decoration:none;	
}
.special-button span {
	display:block;
	position:absolute;
	top:10px;
	left:15px;
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	background-position:center;
}
.special-button span.chart {
	background-image:url(images/functions/chart_flipped_16.png);
}
.special-button span.add {
	background-image:url(images/functions/add_16.png);
}
.special-button span.down {
	background-image:url(images/functions/arrow_down_16.png);
}
.special-button span.up {
	background-image:url(images/functions/arrow_up_16.png);
}
.special-button span.left {
	background-image:url(images/functions/arrow_left_16.png);
}
.special-button span.right {
	background-image:url(images/functions/arrow_right_16.png);
}
.special-button span.close {
	background-image:url(images/functions/close_16.png);
}
.special-button span.error {
	background-image:url(images/functions/error_button_16.png);
}
.special-button span.heart {
	background-image:url(images/functions/heart_16.png);
}
.special-button span.info {
	background-image:url(images/functions/info_button_16.png);
}
.special-button span.page {
	background-image:url(images/functions/page_16.png);
}
.special-button span.rss {
	background-image:url(images/functions/rss_16.png);
}
.special-button span.search {
	background-image:url(images/functions/search_button_16.png);
}
.special-button span.star {
	background-image:url(images/functions/star_16.png);
}
.special-button span.twitter {
	background-image:url(images/functions/twitter_16.png);
}
.special-button span.warning {
	background-image:url(images/functions/warning_16.png);
}
.special-button span.package {
	background-image:url(images/functions/package_green.png);
}
.special-button span.pdf {
	background-image:url(images/functions/page_white_acrobat.png);
}
.special-button span.palette {
	background-image:url(images/functions/palette.png);
}
.special-button span.pencil {
	background-image:url(images/functions/pencil.png);
}
.special-button span.picture {
	background-image:url(images/functions/picture.png);
}
.special-button span.table {
	background-image:url(images/functions/table.png);
}
.special-button span.date {
	background-image:url(images/functions/date.png);
}
.special-button span.email {
	background-image:url(images/functions/email.png);
}
.special-button span.folder {
	background-image:url(images/functions/folder.png);
}
.special-button span.lock {
	background-image:url(images/functions/lock.png);
}
.special-button span.map {
	background-image:url(images/functions/map.png);
}
.special-button span.printer{
	background-image:url(images/functions/printer.png);
}
.special-button span.report {
	background-image:url(images/functions/report.png);
}
.special-button span.home {
	background-image:url(images/functions/house.png);
}
.special-button span.application {
	background-image:url(images/functions/application.png);
}
.special-button span.cog{
	background-image:url(images/functions/cog.png);
}
.special-button span.page_code {
	background-image:url(images/functions/page_white_code_red.png);
}
.special-button span.plugin {
	background-image:url(images/functions/plugin.png);
}


/* ------ Testimonial Boxes ----- */

.quote-design {
	font-family:'AvenirRoman', sans-serif;
	font-size:80px;
	float:left;
	display:block;
	color:#5c5c5c;	
	line-height:80px;
	position:absolute;
	left:20px;
	top:20px;
	font-style:normal;
}

.thalf-box {
	padding-bottom:14px;
}

.testimonial-wrapper, .inttestimonial-wrapper {
	font-style:italic;
	padding:16px 22px 16px 66px; 
	float:left;
	border:1px solid #e4e4e4;
	margin-top:4px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:#f5f5f5 url(images/quote_gradient.gif) repeat-x top left;
	position:relative;
	z-index:10;
	font-family:'AvenirRoman', sans-serif;
	font-size:13px;
	line-height:21px;
	color:#585858;

}
.testimonial-wrapper {
	width:366px;
}
.inttestimonial-wrapper {
	width:538px;	
}
.blurb-wrapper {
	font-family:'AvenirRoman', sans-serif;
	background:none;
	padding:16px 32px 16px 32px;
	font-size:15px; 
	letter-spacing:1px;
	line-height:23px;
	color:#5f5f5f;
	font-style:normal;
	width:894px;
	background:#f5f5f5 url(images/quote_gradient.gif) repeat-x top left;	
	
	margin:14px 0 18px 0;
	
	float:left;	
	border:1px solid #e4e4e4;	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;	
}
.blurb-content {
	width:654px;
	float:left;
	padding-right:32px;
	margin:4px 0 4px 0;
	background:url(images/blurb_line.gif) repeat-y top right;	
}
.blurb-button {
	float:left;
	width:178px;
	margin:4px 0 0 30px;

}
.blurb-button img {
	display:block;	
	float:right;	
}

.testimonial-wrapper p, .inttestimonial-wrapper p, .blurb-wrapper p {
	padding:4px 0 4px 0;  
}
.tname {
	line-height:16px;
	font-weight:bold;
	font-size:14px;
	padding-right:20px;	
}
.tfunction {
	padding-bottom:6px;
	font-weight:bold;
	color:#b2b2b2;
	padding-right:20px;
}
.tmisc-half {
	background:url(images/testimonial_decoration.png) no-repeat 410px 0;	
}
.inttmisc-half {
	background:url(images/testimonial_decoration.png) no-repeat 580px 0;	
}
.tmisc-half, .inttmisc-half {
	float:left;
	width:100%;
	text-align:right;
	z-index:20;
	position:relative;
	top:-1px;
	padding:18px 0 0 0;
}
.inttmisc-half {
	padding-bottom:20px;	
}

.one-half, .half-box, .thalf-box, .one-third, .two-third, .one-fourth, .three-fourth, .intone-half, .intone-third, .aquitaine {
	float:left;		
	padding-bottom:30px;	
}
.one-half, .half-box, .thalf-box {
	width:462px;
	margin-right:36px;
}
.testimonial-wrapper, .inttestimonial-wrapper {
	font-style:italic;
	padding:16px 22px 16px 66px; 
	float:left;
	border:1px solid #e4e4e4;
	margin-top:4px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:#f5f5f5 url(images/quote_gradient.gif) repeat-x top left;
	position:relative;
	z-index:10;
	font-family:'AvenirRoman', sans-serif;
	font-size:13px;
	line-height:21px;
	color:#585858;

}
.testimonial-wrapper {
	width:366px;
}

.inttmisc-half {
	background:url(images/testimonial_decoration.png) no-repeat 580px 0;	
}
.tmisc-half, .inttmisc-half {
	float:left;
	width:100%;
	text-align:right;
	z-index:20;
	position:relative;
	top:-1px;
	padding:18px 0 0 0;
}
.inttmisc-half {
	padding-bottom:20px;	
	width: 639px;
}

#primary-nav {
	position: absolute;
	height: 48px;
	width: 712px;
	margin-left: 288px;
	font-family: 'AvenirRoman', sans-serif;
	font-size: 16px;
	color: white;
	line-height: 48px;
}
#primary-nav li {
	float:left;
}

#primary-nav li a {
	color:#ffffff;
	text-decoration:none;
	padding: 0 12px;
}
#primary-nav li a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#secondary-nav {
	position: absolute;
	height: 48px;
	width: 712px;
	margin-left: 288px;
	font-family: 'AvenirHeavy', sans-serif;
	font-weight:500;
	font-size: 16px;
	color: white;
	line-height: 48px;
	top: 48px;
	background: white;
	-webkit-box-shadow: 1px 2px 1px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    1px 2px 1px rgba(50, 50, 50, 0.4);
	box-shadow:         1px 2px 1px rgba(50, 50, 50, 0.4);
}

#secondary-nav li { padding: 0 18px 0 42px; float:left;}


#secondary-nav li a { 
	color:#9DC152;
	text-transform:uppercase;
}

#secondary-nav li a:hover { 
	color:#00799E;
	text-decoration:none;
}

#cta-nav {
	position:absolute;
	top:130px;
	width: 712px;
	margin-left: 288px;
	z-index:11;
}

#cta-nav li { 
	background:#ffffff;
	height:40px; width:300px;
	float:left;
	text-align:center;
	margin:0 28px;
	-webkit-box-shadow: 1px 2px 1px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    1px 2px 1px rgba(50, 50, 50, 0.4);
	box-shadow:         1px 2px 1px rgba(50, 50, 50, 0.4);
}

#cta-nav li a {
	color:#F26522;
	text-transform:uppercase;
	line-height:40px;
	font-size:20px;
	font-family: 'AvenirHeavy', sans-serif;
	font-weight:500;
}

#cta-nav li a:hover { 
	color:#00799E;
	text-decoration:none; 
}

#front-employer, #front-employee {
	width:296px;
	padding:10px 30px 30px;
	font-family: 'AvenirRoman', sans-serif;
	font-size:12px;
	float:left;
	color:#555555;
	position:relative;
}

.cta-button {
	width:250px; height:50px;
	margin: 30px auto 0;
	position:absolute;
}

.cta-button-container {
	position:relative;
	float:right;
	width:350px;
}
.cta-button-container .cta-button {
	width:300px; height:50px;
	margin:0 auto;
	position:relative;
	bottom:0;
	left:0;
}
.cta-button-container .cta-button a {
	display:block;
	position:absolute;
	top:6px; right:0px;
	width:204px; height:38px;
	border-left:16px solid #00799E;
	background:#ffffff;
	color:#00799E;
	font-family: 'AvenirHeavy', sans-serif;
	font-weight:500;
	text-transform:uppercase;
	font-size:15px;
	line-height:38px;
	padding: 0 10px;
	-webkit-box-shadow: 1px 2px 1px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    1px 2px 1px rgba(50, 50, 50, 0.4);
	box-shadow:         1px 2px 1px rgba(50, 50, 50, 0.4);
}



.cta-button-01 { background:url(icons/01.png) no-repeat top left;}
.cta-button-03 { background:url(icons/03.png) no-repeat top left;}

.cta-button a {
	display:block;
	position:absolute;
	top:6px; right:0px;
	width:154px; height:38px;
	border-left:16px solid #00799E;
	background:#ffffff;
	color:#00799E;
	font-family: 'AvenirHeavy', sans-serif;
	font-weight:500;
	text-transform:uppercase;
	font-size:15px;
	line-height:38px;
	padding: 0 10px;
	-webkit-box-shadow: 1px 2px 1px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    1px 2px 1px rgba(50, 50, 50, 0.4);
	box-shadow:         1px 2px 1px rgba(50, 50, 50, 0.4);
}

.cta-button a:hover {
	border-left:16px solid #F26522;
	color:#F26522;
	text-decoration:none;
}

#menu-footer-navigation { list-style:none; }
#menu-footer-navigation li {
	display:inline;
	margin: 0;
	padding: 0;
	border-bottom: none;
	background: none;
}
#menu-footer-navigation li a {
	display: inline;
	padding: 0 10px 0 0;
	color: #ffffff;
}

#employee-portal {
	display:block;
	height:28px;width:150px;
	background:url(images/employee-portal.png) no-repeat left top;
	position:absolute; top:20px; right:0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#employer-login {
	display:block;
	height:28px;width:150px;
	background:url(images/employer-login.png) no-repeat left top;
	position:absolute; top:48px; right:0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#employer-login:hover, #employee-portal:hover {
	background-position:left -28px;
}


#footer-sub-area h5 {
	margin:0;
	font-size:12px;
	font-family: 'AvenirHeavy', sans-serif;
	font-weight:500;
	padding:0;
	text-transform:none;
}

#footer-sub-area ul {
	margin:0;
	font-size:12px;
	font-family: 'AvenirRoman', sans-serif;
}

#footer-sub-area ul li {
	margin:0;
	font-size:12px;
	font-family: 'AvenirRoman', sans-serif;
	background:none;
}

#menu-worknet-offices li a {
	padding:0;
}

#page-header {
	position:absolute;
	height:172px; width:712px; 
	overflow: hidden;
}
#page-header h1 {
text-transform: uppercase;
font-size: 48px;
font-family: 'AvenirHeavy', sans-serif;
font-weight: 900;
color: #F2F2F2;
position: absolute;
bottom: -11px;
line-height: 1em;
letter-spacing: -2px;
margin: 0;
background: rgba(0, 0, 0, 0.55);
padding: 5px 20px 0;
width: 100%;
text-rendering:  optimizeSpeed;
}
#content-body {
	padding: 210px 20px 48px;
	line-height:26px;
	font-size:13px;
}
#content-body p {
	padding-bottom:1em;
}

#content-body h2 {
	font-size:15px;
	text-transform:uppercase;
	font-family: 'AvenirBlack', sans-serif;
	font-weight: 500;
	padding:0;
	color:#555555;
}
#content-body h3 {
	font-size:13px;
	text-transform:uppercase;
	font-family: 'AvenirBlack', sans-serif;
	font-weight: 500;
	padding:0;
	color:#555555;
}
#content-body h4 {
	font-size:13px;
	font-family: 'AvenirBlack', sans-serif;
	font-weight: 500;
	padding:0;
	color:#555555;
}

.textwidget .read-more {
	display:block;
	text-transform:uppercase;
	font-family: 'AvenirBlack', sans-serif;
	font-weight: 500;
}



th.header { 
    background-image: url(images/sortbg.gif);     
    background-repeat: no-repeat; 
    background-position: center right; 
  	cursor: pointer; 
} 
th.headerSortUp { 
    background-image: url(images/sortasc.gif); 
    background-color: #9DC152; 
} 
th.headerSortDown { 
    background-image: url(images/sortdesc.gif); 
    background-color: #9DC152; 
} 


/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
.cform { 
	width: 100%; 

}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 10px 15px; 
	background:#f7f7f7; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
font-size: 15px;
text-transform: uppercase;
font-family: 'AvenirBlack', sans-serif;
font-weight: 500;
padding: 0;
color: #555;
margin-left:-10px;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:100%; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
}

.cform label span {
	width:100%; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
}

.cform input {
	width:150px; 
}
.cform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: 'AvenirRoman', sans-serif;
	font-size: 0.9em;
	overflow:auto;
	margin: 3px 15px 3px 0;
	padding: 5px 7px;
	width: 500px;
	height: 250px;
	line-height: 20px;
	color: #525A61;
	background: white url('images/input-bg.png') repeat-x left top;
	border: 1px solid #E1E4E9;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box; 
	color:#F26522;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align:right;
	padding: 0!important;
	margin: 0;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:100px;  
	padding:5px; 
	margin: 10px 0 0 5px;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	margin-bottom:4px;
}

input.secinput {
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 0 !important;
	width:100%;
	line-height:1.3em;
	margin:10px auto;
	text-indent:10px;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#ffffff none repeat scroll 0% 50%;
	color:#9DC152;
	display:block;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'AvenirBlack', sans-serif;
	font-weight: 500;
	padding: 0;
}
div.failure {
	display:block;
	background:#F26522 url(li-err-bg.png) repeat!important;
	color:#ffffff;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'AvenirBlack', sans-serif;
	font-weight: 500;
	padding: 0;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	
	font-family: 'AvenirRoman', sans-serif;
	font-size: 0.9em;
	overflow:auto;
	margin: 3px 15px 3px 0;
	padding: 5px 7px;
	width: 200px;
	height: 25px;
	line-height: 20px;
	color: #525A61;
	background: white url('images/input-bg.png') repeat-x left top;
	border: 1px solid #E1E4E9;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
	display:none;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}

.employer {
    width: 340px;
    height: 223px;
    overflow: hidden;
    position: relative;
    float:left;
    display:block;
}
.employer .slide {
    left: 4px;
    position: absolute;
    top: 4px;
}
.employer .hidden {
    display: none;
}

.employee {
    width: 340px;
    height: 223px;
    overflow: hidden;
    position: relative;
    float:left;
    display:block;
}
.employee .slide {
    left: 4px;
    position: absolute;
    top: 4px;
}
.employee .hidden {
    display: none;
}

#jobarchive { float:right ; width:100%; }

#asalogo {
	width: 112px;
	height: 82px;
	position: absolute;
	right: 0;
}
  