/*
Name: Electrical College of Canada Stylesheet
Author: blackinkdigital@gmail.com
Date: Friday, March 19 2010

*/

*
{
	padding: 0px;
	margin: 0px;
}

a
{
	text-decoration: none;
}

img
{
	border: none;
}

body
{
	background-image: url('../images/ecc_bg.jpg');
	background-repeat: repeat-x;
	background-color: #EFCD13;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;

}

h1, h2, h3, h4, h5
{
	color: #006699;
}

p
{
	padding: 10px 0px;
	font-size: 14px;
}

ul
{
	padding: 10px 30px;
	font-size: 14px;
}

div#page
{
	margin: 0 auto;
	width: 874px;
	background-color: white;
	padding: 0px 27px;
	text-align: left;
}

div#header
{
	width: 874px;
	height: 380px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}

div#content
{
	float: left;
	width: 550px;
}

div#sidebar
{
	width:309px;
	float: right;
}

div#contact
{
	position: relative;
	top: 105px;
	right: 5px;
	float: right;
}

div#contact a
{
	color: black;
}

div#moreInfo
{
	position: relative;
	top: 284px;
	left: 34px;
}

div#sidebar div.splash
{
	width:309px;
	height: 219px;
	background-image: url('../images/imageBG.jpg');
	background-repeat: no-repeat;
}

div#sidebar div.splash img 
{
	margin: 32px 16px;
}

div#sidebar div.splash embed
{
	margin: 20px 16px;
}

div#sidebar div.splash img.home
{
	margin:21px 16px;
}
div#footer
{
	background-color: black;
	width: 928px;
	text-align: center;
	margin: 0px auto;
}

div#footer p
{
	font-size: 12px;
	color: white;
}

.smallerFont
{
	font-size: 10px;
}

div#footer a
{
	color:#EFCD13;
}

div#footer a:hover
{
	color: white;
}

div.graySplashTop
{
	width:309px;
	height:16px;
	background-image: url('../images/graySplashTop.jpg');
}

div.graySplash
{
	background-color: #282923;
	width: 289px;
	padding: 0px 10px;
	color: white;
}

div.graySplash h3, div.graySplash a
{
	color: #EFCD13;
}

div.graySplashBottom
{
	background-image: url('../images/graySplashBottom.jpg');
	width:309px;
	height: 13px;
}

div.highlightBox
{
	margin-bottom: 10px;
	padding: 5px;
	border: thick solid #EFCD13;
	background-color: #282923;
}

div.highlightBox h3, div.highlightBox h2
{
	color: #EFCD13;
}

div.highlightBox p
{
	color: white;
}

div.logo
{
	
	float: left;
	height: 83px;
	width: 141px;
	margin: 0 40px 0 0;
}

form#registration
{

	padding:10px;
	width: 500px;
}

form#registration label
{
		color:#EFCD13;
}

form#registration textarea
{
	width: 500px;
}

form#registration input.textbox, select
{
	width: 230px;
}

form#contactForm
{
	background-color: #282923;
	padding: 10px;
}

form#contactForm label
{
	color:#EFCD13;
}

form#contactForm input.textbox
{
	width: 200px;
}

form#contactForm textarea
{
	width: 300px;
	height: 135px;
}


div.error
{
	padding: 10px;
	border: thin solid red;
	color: red;
}

div.logo img
{
	margin: 0 auto;
}

div#nav
{
	position: relative;
	right:37px;
	z-index: 1;
	width: 948px;
	height: 101px;
	background-image: url('../images/navBar_BG.jpg');
	background-repeat: no-repeat;
}

div#nav ul
{
	padding: 0px;
	list-style: none;
	position: relative;
	left: 12px;
	top: 35px;
}

div#nav a
{
	padding: 0px 10px;
	font-family: Rockwell;
	font-weight: bold;
	font-size: 22px;
	color:#EFCD13;
}
div#nav ul li
{
	float: left;
}

div#nav ul li.active a
{
	color:white;
}

div#nav ul li a:hover
{
	color: white;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float:right;
}

div.clear
{
	clear:both;
}
