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

div#eggbox {
	position: relative;
	float: left;
	width: 100%;
	margin: 2% 0%;
	padding: 0%;
	height: 201px;
	background: url(images/eggbox4.jpg) no-repeat;
}

div.projects {
	position: relative;
	float: right;
	margin: 2% 0% 4% 0%;
	padding: 35px;
	width: 367px;
	/*border: 3px #4c4c4c double;*/
	background: url(images/folio_background2.png) no-repeat;
	clear: right;
	z-index: 2;
}


.projects h2 {
	margin-bottom: 4%;
}

.projects h3 {
	margin: 3% 0%;
}

.projects img {
	border: 1px #6c6c6c solid;
	margin: 0% 0% 1.5% 0%;
}

.projects p {
	font-size: 0.9em;
}

div#pro_bono {
	position: relative;
	float: left;
	margin: 4% 4% 4% 2%;
	padding: 0%;
	width: 94%;
	height: auto;
}

div.short {
	background: url(images/projects_background.png) no-repeat;
}

div.vshort {
	background: url(images/probono_background.png) no-repeat;
}

div.left {
	position: relative;
	float: left;
	clear: left;
	margin: 4% 0% 1% 2%;
}

p.sandbox {
	font-size: 1.15em;
	width: 100%;
	text-align: center;
	margin-top: 2%;
}

.sandbox a {
	color: #e22500;
}


p.visit {
	font-size: 1em;
	width: 100%;
	text-align: center;
	margin-top: 2%;
}

div#quote_container {
	position: relative;
	float: right;
	margin: 45px 0% 0% 0%;
	padding: 0%;
	width: 100%;
	
}

form#quote_form {
	position: relative;
	float: left;
	padding: 0%;
	margin: 4% 0% 0% 0%;
	width: 100%;
}

fieldset {
	padding: 6% 2%;
	border: 1px #1a1a1a dashed;
	width: 96%;
	font-size: 0.9em;
	margin: 0%;
	background: url(images/form_background.png);
	color: #fff;
}

input {
	float: left;
	margin: 5px 10px;
	width: 50%;
}

input#submit {
	float: left;
	clear: none;
	width: auto;
	margin: 2% 4% 0% 37%;
}

input#reset {
	float: left;
	width: auto;
	clear: none;
	margin: 2% 4% 0% 2%;
}

label {
	width: 30%;
	float: left;
	text-align: right;
	margin: 5px 10px;
	clear: both;
}

p#compulsory {
	color: #fff;
}

p#error {
	position: relative;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0%;
	padding: 3px;
	width: 98%;
	border: 3px #cc0000 double;
	color: #cc0000;
	background-color: #fff;
	z-index: 10;
}

p.pagination {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
}

p#prefer {
	width: 30%;
	float: left;
	text-align: right;
	margin: 5px 70% 5px 10px;
	clear: both;
	color: #fff;
}

p#success {
	position: relative;
	font-size: 1.25em;
	font-weight: bold;
	margin: 0%;
	padding: 5px;
	z-index: 10;
	width: 98%;
	border: 3px #cc0000 double;
}

textarea {
	float: left;
	margin: 5px 10px;
	width: 50%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #4c4c4c;
}