/*
Author: Sean Eldridge, http://www.endeavourit.co.uk
Layout Name: Electric Pencil Website 2009
*/


/* STYLE SHEET RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* STYLE RESET ENDS */



/* LAYOUT ELEMENTS */
#Wrapper {
	top: 0px;
	width: 950px;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

#Logo {
	float: left;
	height: 150px;
	width: 202px;
	margin: 0px 9px 12px 19px;
	padding: 12px 0px 12px 0px;
	text-align:right;
	border-bottom:#999999 2px solid;

}

#Header {
	float: left;
	height: 144px;
	width: 408px;
	margin: 0px 10px 0px 10px;
	padding: 8px 0px 22px 0px;
	border-bottom:#999999 2px solid;
}

#Top-Right {
	float: left;
	height: 150px;
	width: 202px;
	margin: 0px 19px 12px 9px;
	padding: 12px 0px 12px 0px;
	border-bottom:#999999 2px solid;
}

#Left-Sidebar {
	float: left;
	width: 202px;
	height: 450px;
	margin: 0px 9px 0px 19px;
	padding: 0px 0px 12px 0px;
}

#Content-Wrapper {
	float: left;
	width: 408px;
	height: 450px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 12px 0px;
}

#Content-Top {
	float: left;
	width: 408px;
	margin: 4px 0px 0px 0px;
}

#Content-Bottom-Left {
	float: left;
	width: 194px;
	margin: 20px 10px 0px 0px;
}

#Content-Bottom-Right {
	float: right;
	width: 194px;
	margin: 20px 0px 0px 10px;
}

#Right-Sidebar {
	float: left;
	width: 202px;
	margin: 0px 19px 0px 9px;
	padding: 0px 0px 12px 0px;
}

#Footer {
	clear: both;
	margin: 0px;
	padding: 12px 0px 0px 0px;
}

/*PAGE WIDE TAG ELEMENTS*/

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 11px;
	text-decoration: none;
	line-height: 16px;
	margin-top: 0px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 11px;
	text-decoration: none;
}

img {
}

h1 {
}

h2 {
}

h3 {
}

p {
}

a {
}

/*PAGE WIDE TAG ELEMENTS END*/



/* LOGO TAG ELEMENTS */

#Logo img, a {
	margin: 0px;
	padding: 0px;
}

/*LOGO TAG ELEMENTS ENDS*/

/* HEADER TAG ELEMENTS */

#Header a {
 text-decoration: underline;
}

/*HEADER TAG ELEMENTS ENDS*/



/* LEFT-SIDEBAR ELEMENTS */

#Left-Sidebar li {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #999999;
}

#Left-Sidebar .selected {
	color: #CC0066;
}

#Left-Sidebar .projects-available {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 10px;
	border-bottom: 1px solid #999999;
}

#Left-Sidebar .projects-unavailable {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 10px;
	border-bottom: 1px solid #999999;
	color:#666666;
}

#Left-Sidebar .projects-unavailable strong {
	color:#666666;
}

/* LEFT-SIDEBAR ELEMENTS ENDS*/


/* CONTENT ELEMENTS */

#Content-Bottom-Right img, #Content-Bottom-Left img {
	margin: 0px 0px 10px 0px;
}

.Form-Label {
	margin: 0px 0px 0px 10px;
	font-size: 11px;
	color:#666666;
}

.Form-Field {
	margin: 0px 0px 0px 0px;
	/*background-color:#CC99CC;*/
	border: 1px solid #999999;
}

.optout {
	margin-left: 15px;
	font-size:11px;
	color:#666666;
}

.map-float {
	float:right;
}
/*
.click-to-enlarge {
	margin:0px;
	padding: 0px;
	color:#999999;
	font-size:9px;
}
*/
.dotted-line {
	border-bottom: 1px dotted #999999;
}


/* CONTENT ELEMENTS ENDS */


/* RIGHT-SIDEBAR ELEMENTS */

#Right-Sidebar * {
	font-size: 10px;
}

#Right-Sidebar ul {
	margin: 6px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	border-top: 1px solid #999999;
}

#Right-Sidebar li {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px dotted #999999;
 	color: #000000;
}

#Right-Sidebar strong {
	color: #999999;
	font-style:normal;
}

.we-work-with {
	margin: 410px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* RIGHT-SIDEBAR ELEMENTS ENDS*/


/* FOOTER ELEMENTS */

#Footer p {
	margin: 0px 0px 0px 20px;
	padding: -4px 0px 0px 0px;
	color:#000000;;
	font-size:10px;
	text-align:left;
}

#Footer .company-info {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	color:#999999;
	font-size: 10px;
	text-align:left;
}

/* FOOTER ELEMENTS ENDS*/


/* MISCELLANEOUS CLASSES */

.underline {
	text-decoration:underline;
}

/* MISCELLANEOUS CLASSES ENDS*/
