@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(../assets/body-bg.gif);
	background-repeat: repeat-x;
}
h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container {
	width: 771px;
	text-align: left;
	background-image: url(../assets/container-bg.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
.twoColFixLtHdr #header {
	padding: 0;
	height: 357px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	padding: 0px;
	text-indent: -1000em;
	font-size: 1em;
	margin-top: -1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	background-color: #f0f0f0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
} 
.twoColFixLtHdr #footer {
	background-image: url(../assets/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	padding-top: 1em;
	padding-bottom: 1.5em;
	padding-right: 3em;
	padding-left: 3em;
} 
.twoColFixLtHdr #footer p {
	text-align: center;
	color: #FFFFFF;
}
#mainContent h1 {
	font-size: 1.2em;
	margin-bottom: 1em;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 p {
	margin-bottom: 1em;
	margin-top: 0px;
}
#mainContent p {
	margin-bottom: 1em;
}
#mainContent h1 {
	margin-top: 0px;
	padding-top: 0px;
}
.bold {
	font-weight: bold;
}
.wow {
	font-weight: bold;
	color: #FF3300;
}
.centre {
	text-align: center;
	font-weight: bold;
}
#sidebar1 img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#sidebar1 blockquote {
	background-image: url(../assets/up-quote.gif);
	background-repeat: no-repeat;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	font-size: 90%;
	background-position: left top;
}
blockquote span {
	font-weight: bold;
	text-align: right;
	display: block;
	background-image: url(../assets/down-quote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: .5em;
	line-height: 1.1;
	padding-right: 1.3em;
	padding-bottom: .75em;
}
.copyright {
	font-size: 80%;
	padding-top: .5em;
}
#premierPara {
	padding-top: 10px;
}
#formWrap {
	background-color: #FFFFFF;
}

fieldset {
	margin-bottom: 2em;
	padding-bottom: .5em;
	padding-top: 1em;
	margin-top: 1em;
	text-align: right;
	padding-right: 1em;
	border: 1px solid #CCCCCC;
}
legend {
	font-size: 1.5em;
	margin-left: 0.5em;
}
label {
	padding-left: 15px;
	vertical-align: top;
}


input.text {
	width: 350px;
}

textarea {
	width: 350px;
	height: 100px;
}
#formWrap p {
	padding-top: 14px;
}
#mainContent ul {
	list-style-type: none;
}
#mainContent li {
	background-image: url(../assets/list_jean_arr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 1em;
	margin-bottom: 0.5em;
}
#mainContent h2 {
	font-size: 1.1em;
	margin-bottom: 1em;
}
.dailymotion {
	padding-left: 30px;
}
#positions {
	font-size: 80%;
	text-indent: -1000em;
}
