@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

#conditions {
	position:relative;
	left:0px;
	top:0px;
}

#maincontent_text {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	float:left;
	padding-left:10px;
}

table.video {
	position:absolute;
	width:99%;
	height:99%;
}

/* =============================== Heading Stylings ======================================== */

h1, .componentheading, .contentheading, .p-category-title {
	color:#e23311;
	font-size:24px;
	letter-spacing:-.04em;
	font-weight:bold;
}

h3 {
	font-size:14px;
}

p, .contentpane {
	color:#666666;
	font-size:13px;
}

hr {
	color:#FFFFFF;
	border-top: 1px #333333 dotted;
	clear: both;
}

label.service {
	font-size:11px;
}

#submit-brief {
	position:relative;
	top:-20px;
	left:30px;
}

#left-brief {
	position:relative;
	float:left;	
}

#right-brief {
	position:relative;
	float:left;
	left:20px;
	top:15px;
}

div.chronoform a {
	display:none;
}

#brief-heading {
	margin-left:30px;
	margin-bottom:-10px;
}






/* ========================================= Gallery  */

#slider-landing {
    width: 491px;
    margin: 0 auto;
    position: relative;
}

.scroll-landing {
    height: 225px;
    width: 491px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel-landing {
    padding: 0px;
    height: 225px;
    width: 491px;
}

.scrollButtons-landing {
    position: absolute;
    top: 105px;
    cursor: pointer;
}

.scrollButtons-landing.left {
    left: -20px;
}

.scrollButtons-landing.right {
    right: -20px;
}

