/* West Legal Ed Training Page */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
a {text-decoration:none;}


/* Framework */

body {
	background: white;	
	color: #766C62;
}

#container {
	width: 960px;
	margin: 0px auto;	
}

#header {
	margin:20px 0px;
	display:block;	
	width: 100%;
	height: 24px;
	text-align:right;
//	background: url('images/wlec-orangebar.jpg') no-repeat;
//	background-position: bottom right;
}

#left-col {
	width: 378px;
	float:left;
	display: inline;	
	font: normal 21px/23px Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
}

#center-col {
	width: 378px;
	float:left;
	display: inline;
	margin: 0 0 0 10px;
}

#right-col {
	width:184px;
	float: left;
	display: inline;	
}

#footer {
	width: 100%;
	height: 36px;
	float:left;
	display: inline;
	margin: 45px 0 0 0;
}

#footer-2 {
	width: 100%;
	height: 36px;
	float:left;
	display: inline;
	margin: 15px 0 0px 0;
	font: normal 10px/12px Arial, Helvetica, Sans-Serif;
	color: #959595;
	text-align: center;
	border-top: 1px solid #C6C6C6;
}

/* Left Column Styles --------------- */

#left-col img {
	margin: 0 0 35px 0;	
}

#left-col p {
	width: 224px;
}

/* Center Column Styles ---------------  */

#center-col h1 {
	font: normal 40px/36px Arial, Helvetica, Sans-Serif;
	color:#FFB400;
	text-transform: uppercase;
	margin: -2px 0 20px 0;	
}

#center-col h2 {
	font: bold 14px/14px Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	margin: 0 0 3px 0;	
}

#center-col h1 .grey-text {
	color: #766C62;
}

#center-col p {
	font: normal 11px/14px Arial, Helvetica, Sans-Serif;
	margin: 0 0 10px 0;	
}

#center-col p.nineteen {
	font: normal 11px/19px Arial, Helvetica, Sans-Serif;
	margin: 0 0 25px 20px;
}

/* Right Column Styles ---------------  */

#right-col img {
	margin: 382px 0 0 0;
}

#right-col p {
	font: normal 14px/15px Arial, Helvetica, Sans-Serif;	
}

#right-col p.first {
	text-transform: uppercase;
	margin: 7px 0px;		
}

#right-col p.phone-number {
	font-size: 26px;
	font-weight: bold;
	margin-bottom:25px;
}

#right-col p.learn-more {
	font: bold 15px/17px Arial, Helvetica, sans-serif;	
}

#right-col p.learn-more a, #right-col p.learn-more a:visited  {
	text-decoration:underline;
	color: #FF9106;
}

/* Footer Styles */

#footer img.right {
	float:right;
	margin: 10px 0 0 0;
}

#footer img.left {
	float:left;
}

#footer-2 p {
	margin: 7px 0 0 0;	
}

#footer-2 p a {
	color: #959595;
	text-decoration: underline;
}
