@charset "UTF-8";
/*


 ____     ____    ______  ______  ______  ______   
/\  _`\  /\  _`\ /\__  _\/\__  _\/\__  _\/\__  _\  
\ \ \/\_\\ \ \L\ \/_/\ \/\/_/\ \/\/_/\ \/\/_/\ \/  
 \ \ \/_/_\ \ ,  /  \ \ \   \ \ \   \ \ \   \ \ \  
  \ \ \L\ \\ \ \\ \  \_\ \__ \ \ \   \_\ \__ \ \ \ 
   \ \____/ \ \_\ \_\/\_____\ \ \_\  /\_____\ \ \_\
    \/___/   \/_/\/ /\/_____/  \/_/  \/_____/  \/_/
	
	       VERSION 2.0 THE NIGHTMARE CONTINUES


*/

/* TAG REDEFINITIONS */

html {
   overflow-y: scroll;
}

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin:0px;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
}

/* CONTAINERS */

#container {
	width: 932px;
	margin:auto;
	height:auto;
	overflow:hidden;
}

.global-nav-holder {
	width:932px;
	height:88px;
	float:left;
}

.logo {
	width: 211px;
	height: 68px;
	float:left;
}

/* SEARCH BOX STYLES APLENTY */

.search-holder {
	width: 270px;
	height:27px;
	float:left;
	padding-top:6px;
	padding-left:172px;
}

.search-bg {
	background-image:url(../images/search-bg.png);
	background-repeat:no-repeat;
	width:270px;
	height:27px;
}

.search-bg form {
	height:42px;
	list-style-type:none;
	overflow:hidden;
	width:260px;
}

.search-bg form input#s {
	background-color:transparent;
	border:0 none;
	color:#b6b6b6;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	list-style-type:none;
	margin: 0px;
	padding:9px 0px 0px 12px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	width:260px;
	line-height:20px;
	font-size:12px;
}

/* THIS HOLDS THE GLOBAL NAV HEADER IN PLACE */

.global-nav {
	width: 255px;
	height:27px;
	float:left;
	padding-top:0px;
	padding-left:20px;
}

/* FIXED IMAGE HOVERS FOR THE NEWEST NAV. ONLY WAY FOR THEM TO LOOK THE SAME EVERYWHERE */

a.global-events {
	display:block;
	width:82px;
	height:35px;
	background-image: url(../images/critit-events-btn.png);
	text-decoration:none;
	float:left;
}

a:hover.global-events {
	background-position: -82px 0;
}

a.global-portfolio {
	display:block;
	width:102px;
	height:35px;
	background-image: url(../images/critit-portfolio-btn.png);
	text-decoration:none;
	float:left;
}

a:hover.global-portfolio {
	background-position: -102px 0;
}

a.global-jobs {
	display:block;
	width:70px;
	height:35px;
	background-image: url(../images/critit-jobs-btn.png);
	text-decoration:none;
	float:left;
}

a:hover.global-jobs {
	background-position: -70px 0;
}

/* NEW GLOBAL NAV THAT USES IMAGES THAT BEND AND STRETCH LIKE BEAUTIFUL ELASTIC */

#mainnav1 {
	clear:both;
	list-style-type:none;
	margin:0px;
	padding:0px;
	height:30px;
}
#mainnav1 li{
	float:left;
	width:auto;
	margin:0px;
	padding:0px;
	margin-bottom:0px;
	margin-right:5px;
}
#mainnav1 li a{
	background:url(../images/tab-round.png) right 60px;
	display:block;
	display: inline-block;
	color:#FFF;
	text-decoration:none;
	font-size:13px;
	line-height:28px;
	height:30px;
	cursor: pointer;
	padding:0px;
	margin:0px;
}

#mainnav1 a span{
	background:url(../images/tab-round.png) left 60px;
	display:block;
	display: inline-block;
	height:30px;
	padding:0px;
	margin:0px;
	margin-right:20px;
	padding-left:20px;
}

#mainnav1 a:hover span{
	background:url(../images/tab-round.png) left 30px;
	display:block;
	display: inline-block;
}

#mainnav1 li a:hover{
	background:url(../images/tab-round.png) right 30px;
	display:block;
	display: inline-block;
	color:#fff;
	padding:0px;
	margin:0px;
}

#mainnav1 li a.tabon, #mainnav1 li a.tabon:visited, #mainnav1 a.tabon:visited, #mainnav1 a.tabon:hover{
	color:#1c4e7e;
	background:url(../images/tab-round.png) right 0 no-repeat;
	padding:0px;
	margin:0px;
} 

#mainnav1 li a.tabon span, #mainnav1 a.tabon:hover span{
	background:url(../images/tab-round.png) left 0 no-repeat;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

/* SUB NAV SECTION AND HOLDER */

.sub-nav {
	min-width: 328px;
	height:27px;
	float:right;
	padding-top:25px;
	padding-right:20px;
	text-align:right;
	font-size:14px;
	line-height: 18px;
}

.sub-nav a:link, .sub-nav a:visited, .sub-nav a:active {
	padding-top: 3px;
	float: left;
	color: #666;
	text-decoration: none;
}

.sub-nav a:hover {
	padding-top: 3px;
	float: left;
	color: #000;
	text-decoration: none;
}

.login-nav {
	display:block;
	float:right;
	font-size:14px;
	width:700px;
	/*height:27px;
	line-height:1.3em;
	/*text-align:right;
	width:auto;*/
	margin-top:30px;
	padding-right:20px;

}

.login-nav-holder {
	display:block;
	float:right;
}

.login-nav-text-holder {
	display:block;
	float:left;
	height:23px;
	padding-top:3px;
	/*padding-right:15px;*/
}

.login-nav-image-holder {
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	height:23px;
	width:31px;
}

.login-nav a:link, .login-nav a:visited, .login-nav a:active {
	color: #666;
	text-decoration: none;
}

.login-nav a:hover {
	color: #000;
	text-decoration: none;
}

.login-nav-fix {
	display:block;
	width:20px;
	float:left;
}

.sub-nav-spacer {
	display:block;
	width: 1px;
	height: 23px;
	float: left;
	/*border-left: 15px solid transparent;
	border-right: 15px solid transparent;*/
	background-image: url(../images/sub-nav-spacer.png);
	background-repeat: no-repeat;
}

.logging-in {
	width: 932px;
}

/* MAIN CONTENT STYLES */

.content-wrapper {
	width:932px;
	margin:auto;
}

.content-header {
	width:932px;
	height:34px;
	background-image: url(../images/content-top.png);
	background-repeat:no-repeat;
	float:left;
}

.content-body-bg {
	width:932px;
	height:auto;
	background-image:url(../images/content-bg.png);
	background-repeat:repeat-y;
	float:left;
	overflow:hidden;
}

.content-holder {
	width:892px;
	height:auto;
	float:left;
	padding-left:20px;
	padding-right:20px;
	overflow: hidden;
}

.content-holder-messages p {
	font-size: 16px;
	color: #548d80;
	line-height: 28px;
	text-align: justify;
	padding-left:13px;
	padding-right:20px;
}

.content-holder-messages a:link, .content-holder-messages a:visited, .content-holder-messages a:active  {
	color: #548d80;
	text-decoration:none
}

.content-holder-messages a:hover {
	color:#24564d;
	text-decoration:none;
}

.content-holder h1 {
	/*padding: 0px;
	margin: 0px;
	font-size: 28px;
	font-weight: 400;
	color: #000;
	padding-left: 13px;
	padding-bottom: 15px;*/
	
	margin:0px;
	font-size:44px;
	font-weight:100;
	padding: 0px;
	padding-right: 20px;
	padding-top:4px;
	padding-left: 10px;
	padding-bottom: 15px;
	line-height:43px;
}

.content-holder h2 {
	padding:0px;
	margin: 0px;
	padding-top: 20px;
	color: #000;
	font-weight: 300;
	font-size: 22px;
	padding-left:13px;
	padding-bottom:15px;
}

.content-holder h3 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: 100;
	color: #000;
	padding-left: 13px;
	padding-top:15px;
}

.content-footer {
	width:932px;
	height:34px;
	background-image: url(../images/content-bottom.png);
	background-repeat:no-repeat;
	float:left;
	clear: both;
}

/* FOOTER STYLES */

#footer-container {
	margin:auto;
	width:932px;
	overflow:hidden;
	padding-top: 5px;
	clear:both; 
}

.footer-holder {
	width: auto;
	padding-top:0px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	overflow: hidden;
	clear: both;
}

.footer-nav-holder {
	width: 680px;
	height: auto;
	float: left;
	padding-top: 5px;
	clear: both;

}

.footer-nav-holder a:link, .footer-nav-holder a:visited, .footer-nav-holder a:active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 25px;
	color:#666666;
}

.footer-nav-holder a:hover {
	text-decoration: underline;
}

.footer-sponsers-holder {
	width: auto;
	height: auto;
	float: right;
	margin-left:20px;
}

/* HOME PAGE SPECIFIC STYLES YO */

.site-blurb-holder {
	width: 892px;
	float: left;
	height: auto;
	overflow: hidden;
}

.site-blurb-image {
	width: 364px;
	float: left;
	background-image: url(../images/site-front-image.jpg);
	height: 139px;
}

.site-blurb-text {
	width: 453px;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 25px;
	float: left;
	font-size: 18px;
	color: #548d80;
	text-align: justify;
	line-height: 28px;
}

.site-blurb-text a:link, .site-blurb-text a:visited, .site-blurb-text a:active {
	color: #24564d;
	text-decoration: none;
}

.site-blurb-text a:hover {
	color: #24564d;
	text-decoration: underline;
	/*border-bottom: 1px solid #24564d;*/
	padding-bottom: 3px;
}

.join-reasons-holder {
	width: 842px;
	float: left;
	height: auto;
	overflow: hidden;
	padding-top: 35px;
	padding-left: 25px;
	padding-right: 25px;
}

.join-reasons-holder h1 a:link, .join-reasons-holder h1 a:visited, .join-reasons-holder h1 a:active {
	text-decoration:none;
	color:#000000;
}

.join-reasons-holder h1 a:hover {
	text-decoration:underline;
	color:#000000;
}

.join-centre {
	width: 842px;
	float: left;
	height: 100px;
	font-size: 16px;
	text-align: justify;
	line-height: 25px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 22px;
	color: #767676;
}

.join-centre h1 {
	font-size: 22px;
	padding: 0px;
	margin: 0px;
	font-weight: 400;
	color: #000;
}

.join-one {
	width: 250px;
	float: left;
	height: 320px;
	font-size: 16px;
	text-align: justify;
	line-height: 25px;
	border-right: 1px solid #e9e9e9;
	padding-right: 22px;
	color: #767676;
}

.join-one h1 {
	font-size: 22px;
	padding: 0px;
	margin: 0px;
	font-weight: 400;
	color: #000;
}

.join-two {
	width: 250px;
	float: left;
	height: 320px;
	font-size: 16px;
	text-align: justify;
	line-height: 25px;
	border-right: 1px solid #e9e9e9;
	padding-right: 22px;
	padding-left: 23px;
	color: #767676;
}

.join-two h1 {
	font-size: 22px;
	padding: 0px;
	margin: 0px;
	font-weight: 400;
	color: #000;
}

.join-three {
	width: 249px;
	float: left;
	height: 320px;
	font-size: 16px;
	text-align: justify;
	line-height: 25px;
	padding-left: 23px;
	color: #767676;
}

.join-three h1 {
	font-size: 22px;
	padding: 0px;
	margin: 0px;
	font-weight: 400;
	color: #000;
}

/* PORTFOLIO PAGE STYLES */


.user-portfolio-top {
	width:902px;
	padding-left:30px;
	float:left;
}

.name-and-title {
	float:left;
	display:block;
	width:775px;
}

/* HOLDS THE CV WHEN AVAILABLE */

.cv-area {
	width: 99px;
	height: 77px;
	float: right;
	background-image: url(../images/right-tab-bg.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 25px;
	font-size: 44px;
	font-weight: bold;
	line-height: 55px;
}

.cv-area a:link, .cv-area a:visited, .cv-area a:active {
	text-decoration: none;
	color: #ffffff;
}

.cv-area a:hover {
	text-decoration: none;
	color: #cdece9;
}



/* FOR WHEN THERE IS AN EXTERNAL LINK TO PROJECTS OR EVENTS */

.www-area {
	width: 99px;
	height: 67px;
	float: right;
	background-image: url(../images/right-tab-bg.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-left: 25px;
	font-size: 24px;
	font-weight: bold;
}

.www-area a:link, .www-area a:visited, .www-area a:active {
	text-decoration: none;
	color: #ffffff;
}

.www-area a:hover {
	text-decoration: none;
	color: #cdece9;
}


/* PORTFOLIO NAMES, LOCATIONS AND OTHER PAGE HEADERS */


.user-portfolio-top h1 {
	margin:0px;
	float:left;
	font-size:44px;
	font-weight:100;
	padding: 0px;
	padding-right: 20px;
	padding-top:4px;
}

.user-portfolio-top h1 a:link, .user-portfolio-top h1 a:visited, .user-portfolio-top h1 a:active {
	text-decoration:none;
	color:#333;
}

.user-portfolio-top h1 a:hover {
	text-decoration:none;
	color:#000;
}

.user-portfolio-top h2 {
	margin:0px;
	padding:0px;
	float:left;
	font-size:20px;
	font-weight:100;
	color:#a5a5a5;
	padding-top:25px;
	/*line-height: 10px;*/
	padding-right: 20px;
	height: auto;
}

.user-portfolio-top h3 {
	margin:0px;
	float:left;
	font-size:22px;
	font-weight:100;
	color:#649993;
	padding-top:5px;
	width: 850px;
	padding-bottom:5px;
}

.user-portfolio-top p a:link, .user-portfolio-top p a:visited, .user-portfolio-top p a:active {
	margin:0px;
	float:left;
	color:#649993;
	padding-top:5px;
	width: 400px;
	text-decoration: none;
}

.user-portfolio-top p a:hover {
	margin:0px;
	float:left;
	color:#24564d;
	text-decoration: none;
}

.user-folders-holder {
	width:892px;
	height:auto;
	float:left;
	padding:0px;
	margin:0px;
	background-image: url(../images/forms-bg2.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	margin-bottom:0px;
}

/* ABOUT ME HOLDER */

.portfolio-wrapper {
	width: 895px;
	float: left;
	padding-top: 40px;
	padding-bottom: 30px;
	height: 450px;
}

.portfolio-wrapper-wide {
	width: 895px;
	float: left;
	padding-top: 40px;
	padding-bottom: 30px;
	height: auto;
}

.job-wrapper {
	width: 895px;
	float: left;
	padding-top: 40px;
	padding-bottom: 10px;
	height: auto;
}

.about-me {
	float: left;
	width: 268px;
	padding-left: 32px;
	padding-right: 30px;
	font-size: 16px;
	color: #4f4f4f;
	line-height: 28px;
	text-align: justify;
}

.about-me-event {
	float: left;
	width: 280px;
	padding-left: 32px;
	padding-right: 30px;
	font-size: 16px;
	color: #4f4f4f;
	line-height: 28px;
	text-align: justify;
}

.about-me-wide {
	float: left;
	width: 800px;
	padding-left: 32px;
	padding-right: 30px;
	font-size: 16px;
	color: #4f4f4f;
	line-height: 28px;
	text-align: justify;
}

.video-wrapper {
	display:block;
	float:left;
	width:600px;
	height:auto;
	overflow:hidden;
}

.video-wrapper p {
	display:none;
	overflow:hidden;
}

.video-wrapper-cp {
	display:block;
	float:left;
	width:480px;
	height:auto;
	overflow:hidden;
}

.video-wrapper-cp p {
	display:none;
	overflow:hidden;
}

/* JOB DETAILS */

.job-details {
	float: left;
	width: 600px;
	padding-left: 32px;
	padding-right: 30px;
	font-size: 16px;
	color: #4f4f4f;
	line-height: 28px;
	text-align: justify;
}

.job-details h2 {
	font-size:28px;
	font-weight:normal;
}

/* PORTFOLIO FADER */

.portfolio-fader {
	padding-top:10px;
	width: 513px;
	float: left;
	height: auto;
	margin-bottom:15px;
}

.portfolio-fader p {
	text-align:right;
	font-size: 14px;
	color: #4f4f4f;
	line-height: 20px;
}

.portfolio-fader p a:link, .portfolio-fader p a:visited, .portfolio-fader p a:active {
	text-decoration:none;
	color: #4f4f4f;
}

.portfolio-fader p a:hover {
	text-decoration:none;
	color:#000;
}

ul#portfolio li img{
	border: 1px solid #ededed;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

ul#portfolio li a:hover img {
	border: 1px solid #c9c9c9;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* PORTFOLIO FOLDER HOLDER RHYMES */

.portfolio-folder-wrapper {
	margin-top: 10px;
	width: 847px;
	float: left;
	padding-top: 15px;
	height: auto;
	overflow: hidden;
	padding-right: 40px;
	padding-left: 44px;
	background-image: url(../images/forms-bg2.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.portfolio-folder-wrapper img{
	border: 1px solid #ededed;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.portfolio-folder-wrapper a:hover img {
	border: 1px solid #c9c9c9;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.folder-holder {
	display:block;
	float: left;
	margin:0px;
	margin-bottom:16px;
	padding:0px;
	margin-right:16px;
}

.folder-holder-right {
	display:block;
	float: left;
	margin:0px;
	margin-bottom:16px;
	padding:0px;	
}

/*.folder-spacer {
	display:block;
	width: 1px;
	height: 195px;
	float: left;
	overflow:hidden;
}

/*.folder-holder img{
	border: 1px solid #ededed;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}*/

.folder-holder a:hover img {
	border: 1px solid #c9c9c9;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.job-folder-wrapper {
	margin-top: 10px;
	width: 847px;
	float: left;
	padding-top: 15px;
	height: auto;
	overflow: hidden;
	padding-right: 40px;
	padding-left: 44px;
	background-image: url(../images/forms-bg2.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom:30px;
}

.job-folder-wrapper p {
	font-size:16px;
	/*color:#333;*/
	color:#649993;
	line-height:24px;
}

.job-folder-wrapper p a:link, .job-folder-wrapper p a:visited, .job-folder-wrapper p a:active {
	/*color:#333;*/
	color:#649993;
	text-decoration:none;
}

.job-folder-wrapper p a:hover {
	/*color:#333;*/
	color:#24564d;
	text-decoration:none;
}
\

/* EVENT SPECIFIC STYLES */

.event-banner {
	width: 932px;
	height: auto;
	float: left;
	overflow: hidden;
}

/* BLOODY FORMS */

.forms-holder {
	width:852px;
	height:auto;
	float:left;
	padding:0px;
	margin:0px;
	padding-left:20px;
	padding-right:20px;
	background-image: url(../images/forms-bg2.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	margin-bottom:0px;
}

.error-holder {
	width:855px;
	height:auto;
	float:left;
	margin-left:20px;
	padding-left:20px;
	background-image: url(../images/info-bg3.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	color:#d9573d;
	line-height:20px;
}

.error-holder a:link, .error-holder a:visited, .error-holder a:active {
	font-size: 16px;
	color:#d9573d;
	text-decoration:none;
}

.error-holder a:hover {
	font-size: 16px;
	color:#863525;
}

.error-holder p {
	display:block;
	float:left;
	width:770px;

}

.help-icon {
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	background-image:url(../images/helpSmall.gif);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	margin-top:10px;
	padding-right:20px;
	margin-left:4px;
}

.error-icon {
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	background-image:url(../images/errorSmall.gif);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	margin-top:10px;
	padding-right:20px;
	margin-left:4px;
}

.error-icon-form {
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	background-image:url(../images/errorSmall.gif);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	padding-right:25px;
}

.warning-holder {
	width:855px;
	height:auto;
	float:left;
	margin-left:20px;
	padding-left:20px;
	background-image: url(../images/info-bg3.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	color:#9D9C26;
	line-height:20px;
}

.warning-icon {
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	background-image:url(../images/warningSmall.gif);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	margin-top:10px;
	padding-right:20px;
	margin-left:4px;
}

.info-holder {
	width:855px;
	height:auto;
	float:left;
	margin-left:20px;
	padding-left:20px;
	background-image: url(../images/info-bg3.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	color:#648987;
	line-height:20px;
}

.info-holder p {
	display:block;
	float:left;
	width:770px;

}

.info-holder p a:link, .info-holder p a:visited, .info-holder p a:active {
	text-decoration:none;
	color:#648987;
}

.info-holder p a:hover {
	text-decoration:none;
	color:#24564d;
}

.info-icon {
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	background-image:url(../images/infoSmall.gif);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	margin-top:10px;
	padding-right:20px;
	margin-left:4px;
}

.info-icon-form {
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	background-image:url(../images/infoSmall.gif);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	padding-right:25px;
}

.inform-info {
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	width:620px;
	line-height:20px;
	margin-left:55px;
	margin-bottom:25px;
	text-align:justify;
}

.inform-info p {
	display:block;
	float:left;
	width:565px;
}

.info-holder-cp {
	width:855px;
	height:auto;
	float:left;
	margin-left:20px;
	padding-left:20px;
	font-size: 16px;	
	line-height:20px;
	margin-bottom:15px;
}

.info-holder-cp p {
	display:block;
	float:left;
	width:770px;
	margin-top:15px;
	color:#648987;
}

.help-holder-cp {
	width:855px;
	height:auto;
	float:left;
	margin-left:20px;
	padding-left:20px;
	font-size: 16px;	
	line-height:20px;
	margin-bottom:15px;
}

.help-holder-cp p {
	display:block;
	float:left;
	width:770px;
	margin-top:15px;
	color:#68abcf;
}

.warning-holder-cp {
	width:855px;
	height:auto;
	float:left;
	margin-left:20px;
	padding-left:20px;
	font-size: 16px;	
	line-height:20px;
	margin-bottom:15px;
}

.warning-holder-cp p {
	display:block;
	float:left;
	width:770px;
	margin-top:15px;
	color:#9D9C26;
}

.error-holder-cp {
	width:855px;
	height:auto;
	float:left;
	margin-left:20px;
	padding-left:20px;
	font-size: 16px;	
	line-height:20px;
	margin-bottom:15px;
}

.error-holder-cp p {
	display:block;
	float:left;
	width:770px;
	margin-top:15px;
	color:#d9573d;
}

.spacer15 {
	display:block; 
	float:left; 
	width:15px;
}

.spacer30 {
	display:block; 
	float:left; 
	width:30px;
}

.spacer30Icon {
	display:block; 
	float:left; 
	width:30px;
	height:30px;
	padding-right:25px;
}

.field-holder {
	display:block;
	float:left;
	width: 320px;
	float: left;
	padding-left: 25px;
	padding-top: 25px;
	padding-right:80px;
	color: #648987;
}

.field-holder-large {
	display:block;
	width: 800px;
	float: left;
	padding-left: 25px;
	padding-top: 25px;
	color: #648987;
}

.field-holder-large-crop {
	display:block;
	width: 800px;
	float: left;
	padding-left: 25px;
	padding-top: 25px;
	color: #648987;
}



.field-holder-large p {
	width:500px;
}

.field-holder-large img {
	border: 1px solid #ededed;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.field-holder-large a:hover img {
	border: 1px solid #c9c9c9;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.field-holder-large-button {
	display:block;
	float:left;
	margin-left:10px;
}

.field-holder-large-button a:link img, .field-holder-large-button a:active img, .field-holder-large-button a:visited img {
	border:none;
	padding:0px;
}

.field-holder-large-button a:hover img {
	border:none;
	padding:0px;
}

/*.field-holder-large-image {
	display:block;
	float:left;
	border: 1px solid #ededed;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}*/

.field-holder-right {
	display:block;
	width: 320px;
	float: left;
	padding-left: 25px;
	padding-top: 25px;
	color: #648987;
	text-align: justify;
	line-height: 24px;
	font-size: 16px;
}

.field-holder-right a:link, .field-holder-right a:visited, .field-holder-right a:active {
	color: #648987;
	text-decoration:none;
}

.field-holder-right a:hover {
	color: #24564d;
	text-decoration:none;
}

.field-holder-right h2 {
	padding:0px;
	margin: 0px;
	padding-top: 10px;
	color: #000;
	font-weight: 300;
	font-size: 22px;
}

.element-holder {
	display:block;
	float:left;
	padding:0px;
	padding-left:55px;
	padding-right:35px;
	padding-bottom:35px;
	margin:0px;
	width:320px;
}

.element-holder-large {
	display:block;
	float:left;
	padding:0px;
	padding-left:55px;
	padding-right:35px;
	padding-bottom:35px;
	margin:0px;
	width:690px;
}

.element-holder-non-optional {
	display:block;
	float:left;
	padding:0px;
	padding-right:35px;
	padding-bottom:25px;
	margin:0px;
	width:320px;
}

.element-holder-large-non-optional {
	display:block;
	float:left;
	padding:0px;
	padding-right:35px;
	padding-bottom:25px;
	margin:0px;
	width:690px;
}

.element-holder-large-non-optional img {
	border: 1px solid #ededed;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.element-holder-non-optional label {
	padding-left:55px;	
}

.element-holder-large-non-optional label {
	padding-left:55px;
}

.element-delete {
	display:block;
	float:right;
	padding:0px;
	margin:0px;
	padding-top:10px;
	margin-right:150px;
}

.element-move {
	display:block;
	float:right;
	padding:0px;
	margin:0px;
	padding-top:10px;
	padding-right:5px;
}

.element-edit {
	display:block;
	float:right;
	padding:0px;
	margin:0px;
	padding-top:10px;
	padding-right:5px;
}

.element-title {
	display:block;
	float:left;
	padding:0px;
	margin:0px;
}

.element-add {
	display:block;
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
	padding-bottom:70px;
}

.element-detail {
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	padding-left:15px;
	margin-top:25px;
	margin-bottom:45px;;
	width:650px;
	text-align:justify;
	color:#648987;
}

.element-url {
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	padding-left:15px;
	color:#648987;
	width:700px;
}

.element-url a:link, .element-url a:active, .element-url a:visited {
	color:#648987;
	text-decoration:none;
}

.element-url a:hover {
	color:#648987;
	text-decoration:underline;
}

.element-ie7Fix {
	display:block;
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
	padding-bottom:40px;
}

.input-text-large, textarea {
	display:block;
	float:left;
	font-family:Helvetica,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
	padding:2px;
	width: 609px;
}

.input-text, textarea {
	font-family:Helvetica,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
	padding:2px;
	width: 254px;
}

.input-text input {
	border:1px inset threedface;
	cursor:text;
	letter-spacing:normal;
	line-height:normal !important;
	padding:1px 0;
	text-align:start;
	text-indent:0;
	text-transform:none;
	word-spacing:normal;
}

.buttons-holder {
	float: right;
	padding-top: 20px;
	width: 120px;
	height: 27px;
}

.buttons-holder-large {
	float: right;
	padding-top: 20px;
	width: 120px;
	height: 27px;
	margin-right:150px;
}

.two-buttons-holder {
	float: right;
	padding-top: 20px;
	width: 260px;
	height: 27px;
}

.two-buttons-holder-large {
	float: right;
	padding-top: 20px;
	width: 260px;
	height: 27px;
	margin-right:150px;
}

.error {
	color:#F00;
	font-size:12px;
}

.error a:link, .error a:visited, .error a:active {
	color:#F00;
	text-decoration:none;
}

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

/* GALLERIES */

.gallery-wrapper {
	display:block;
	float:left;
	margin-left:30px;
	margin-top:10px;
}

.gallery-wrapper img {
	border: 1px solid #ededed;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.gallery-wrapper p{
	font-size: 16px;
	text-align: justify;
	line-height: 25px;
	color: #767676;
	padding-top:10px;
}

.gallery-wrapper a:link, .gallery-wrapper a:active, .gallery-wrapper a:visited {
	text-decoration:none;
	color: #767676;
}

.gallery-wrapper a:hover {
	color:#333333;
}

.gallery-wrapper h2 {
	display:block;
	margin:0px;
	float:left;
	font-size:34px;
	font-weight:500;
	color:#649993;
	padding-top:5px;
	padding-bottom:5px;
}

.gallery-header {
	display:block;
	width:800px;
	float:left;
}
.gallery-main-image-holder {
	display:block;
	width:auto;
	height:auto;
	float:left;
	margin-right:20px;
	margin-bottom:30px;
}

.gallery-description {
	display:block;
	width:250px;
	height:auto;
	float:left;
	text-align:justify;
	
}

.gallery-description p {
	margin-top:0px;

}

.gallery-heading h2 {
	margin:0px;
	float:left;
	font-size:22px;
	font-weight:100;
	color:#649993;
	width:800px;
	padding-top:25px;
	margin-left:30px;
}

.gallery-heading-company h2 {
	margin:0px;
	float:left;
	font-size:22px;
	font-weight:100;
	color:#649993;
	width:800px;
	padding-top:35px;
	margin-left:30px;
}

.gallery-heading-company h2 a:link, .gallery-heading-company h2 a:visited, .gallery-heading-company h2 a:active {
	text-decoration:none;
	color:#649993;
}

.gallery-heading-company h2 a:hover {
	text-decoration:none;
	color:#24564d;
}

.cv-wrapper {
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	width:810px;
	margin-left:30px;
}
.cv-wrapper p{
	font-size: 16px;
	text-align: justify;
	line-height: 25px;
	color: #767676;
	padding-top:10px;
}

.cv-wrapper a:link, .cv-wrapper a:active, .cv-wrapper a:visited {
	text-decoration:none;
	color: #767676;
}

.cv-wrapper a:hover {
	color:#333333;
}



/* CONTROL PANEL */

.breadcrumbs {
	display:block;
	float:left;
	padding:0px;	
	margin:0px;
	margin-left:15px;
	margin-bottom:30px;
	width:870px;
}

.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active {
	color:#648987;

}

.breadcrumbs a:hover {
	color:#648987;
	text-decoration:underline;
}

.forgotten-pass a:link, .forgotten-pass a:visited, .forgotten-pass a:active {
	font-size: 12px;
	color: #747474;
	text-decoration: none;
	padding-left:55px;
}

.forgotten-pass a:hover {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.iconRow {
	display:block;
	float:left;
	width:870px;
	height:auto;
	margin-bottom:50px;
}

.iconHolder {
	display:block;
	float:left;
	width:133px; height:auto;
	margin-right:13px;
	text-align:center;
}

.iconHolder img {
	padding-left:5px;
	padding-right:5px;
}

.titleIcon {
	display:block;
	float:left;
	margin-left:13px;
	margin-right:10px;
	padding-top:4px;
}

.content-holder-h2-special {
	display:block;
	float:left;
	margin:0px;
	padding:0px;
}

.content-holder-h2-special h2 {
	padding:0px;
	margin: 0px;
	color: #000;
	font-weight: 300;
	font-size: 22px;
	padding-left:33px;
}

.edit-gallery-main-image-holder {
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	margin-bottom:15px;
	margin-right:15px;
	margin-left:42px;
}

.edit-gallery-small-image-holder {
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	margin-bottom:15px;
	margin-right:15px;
	margin-top:4px;
}

.gallery-image-cover-holder{
	display:block;
	float:right;
	margin:0px;
	margin-right:10px;
	padding:0px;
	width:100px;
	height:61px;
	overflow:hidden;
}

.portfolio-folder-wrapper-cp {
	/*margin-top: 10px;*/
	width: 900px;
	float: left;
	padding-top: 15px;
	height: auto;
	overflow: hidden;
	background-image: url(../images/forms-bg2.gif);
	background-repeat: no-repeat;
}

.portfolio-folder-wrapper-cp img{
	border: 1px solid #ededed;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.portfolio-folder-wrapper-cp a:hover img {
	border: 1px solid #c9c9c9;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.edit-gallery-button {
	display:block;
	float: left;
	width: 880px;
	height: 27px;
	padding:0px;
	padding-left:565px;
	margin:0px;
	margin-bottom:30px;
}

.edit-gallery-button img {
	border:none;
	padding:0px;
}

.edit-gallery-button a:hover img {
	border:none;
	padding:0px;
}


/* PORTFOLIO SEARCH ENGINE STYLES */


.portfolio-search {	
	width:852px;
	height:auto;
	float:left;
	padding:0px;
	margin:0px;
	padding-left:20px;
	padding-right:20px;
	background-image: url(../images/forms-bg2.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	margin-bottom:0px;
}

.search-search {	
	width:852px;
	height:auto;
	float:left;
	padding:0px;
	margin:0px;
	padding-left:20px;
	padding-right:20px;
	padding-top:40px;
	background-image: url(../images/forms-bg2.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	margin-bottom:0px;
}

.portfolio-search-forms {
	width: 350px;
	height: auto;
	margin-top: 40px; 
	margin-left: 45px;
	float: left;
}

.portfolio-search-forms h2 {
	font-size: 19px;
	font-weight: 300;
	color: black;
	padding: 0px;
	margin: 0px;
}

.portfolio-search-forms h2 span {
	font-size: 12px;
	font-weight: 100;
	color: grey;
}

.portfolio-search-forms input {
	display:block;
	float:left;
	color:#648987;
	font-size:14px;
	height:20px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:5px;
	width:320px;
	margin-top:10px;
}

.and-or {
	width: 15px;
	font-size: 25px;
	font-weight: 400;
	float: left;
	height: 30px;
	margin-top: 80px;
	margin-left:5px;
	padding-left: 10px;
}

/* LISTING STYLES */

.search-listings {
	width: 755px;
	float: left;
	padding-top: 50px;
	padding-bottom:20px;
}

.search-listings-company-profile {
	width: 790px;
	float: left;
	padding-top: 35px;
	padding-left:35px;
	padding-bottom:20px;

}

.search-listings-edit {
	width: 755px;
	float: left;
	padding-top: 25px;
	padding-left:15px;

}

table {
	border-collapse: collapse;
	width: 755px;
	margin-left: 50px;
	font-size: 1.1em;
}

th {
	background: #f6faf8;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	line-height: 1.2;
	height: 40px;
	border-bottom: 1px solid #ececec;
}


.stripe td{
	border-bottom: 1px solid #ececec;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f8f8f8;
	font-size: 14px;
	color:#3b3b3b;
	
}

td * {
	padding-top: 5px;
	padding-bottom: 5px;
}

tr {
	height: 40px;
}

.stripe tr.alt td {
	background-color: white;
	border-bottom: 1px solid #ececec;
}

.stripe tr.over td {
	background-color: #ebebeb;
}

.stripe a:link, .stripe a:visited, .stripe a:active {
	text-decoration:none;
	color:#3b3b3b;
	font-weight:bold;
}

.stripe a:hover {
	text-decoration:underline;
	color:#3b3b3b;
	font-weight:bold;
}

.pagination {
	font-size:14px;
	display:block;
	float:left;
	padding-left:50px;
	padding-top:10px;
}

.pagination h2 {
	color:#648987;
	padding:0px;
	margin:0px;
	font-size:18px;
}

.pagination a:link, .pagination a:visited, .pagination a:active {
	text-decoration:none;
	color:#648987;
}

.pagination a:hover {
	text-decoration:underline;
	color:#648987;
}


/* TABS STYLES */

#tabs ul {
	margin-left:30px;
	
}

#tabs li {
	width: auto; 
	float: left;
	padding: 20px;
	font-size: 16px;
	font-weight: 500px;
}

#tabs li a:link {
	text-decoration: none;
	color: #648987;
	text-shadow: white 0px 1px 0px;
}

#tabs li a:visited {
	text-decoration: none;
	color: #648987;
	text-shadow: white 0px 1px 0px;
}

#tabs li a:hover {
	text-decoration: none;
	color: #648987;
	text-shadow: white 0px 1px 0px;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

.ui-state-default {
	color: white;
	border-top: transparent 1px solid;
	border-right: transparent 1px solid;
	border-left: transparent 1px solid;
	border-bottom: transparent 1px solid;
}

.ui-state-hover {
	background: #eef4f2;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top: transparent 1px solid;
	border-right: transparent 1px solid;
	border-left: transparent 1px solid;
	border-bottom: transparent 1px solid;
	
}

.ui-state-focus {
}

.ui-state-active {
	background: #fafafa;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top: #ebf6f2 1px solid;
	border-right: #ebf6f2 1px solid;
	border-left: #ebf6f2 1px solid;
	border-bottom: #fafafa 1px solid;
}

.ui-state-active a:link {
	color: black;
}

/* TABS STYLES STATIC */

.tabs-static {
	margin-left:30px;
	display:block;
	float:left;
	
}

.selected-tab {
	display:block;
	width: auto;
	float: left;
	padding: 20px;
	font-size: 16px;
	font-weight: 500px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top: #ebf6f2 1px solid;
	border-right: #ebf6f2 1px solid;
	border-left: #ebf6f2 1px solid;
	border-bottom: #fafafa 1px solid;
	background: #fafafa;
}

.tab {
	display:block;
	width: auto; 
	float: left;
	padding: 20px;
	font-size: 16px;
	font-weight: 500px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top: transparent 1px solid;
	border-right: transparent 1px solid;
	border-left: transparent 1px solid;
	border-bottom: transparent 1px solid;
	background: #eef4f2;
}

.tabs-static a:link, .tabs-static a:visited, .tabs-static a:visited, .tabs-static a:hover {
	text-decoration: none;
	color: #648987;
	text-shadow: white 0px 1px 0px;
		
}