/*
	Written by: www.elchango.ca
	Date: August 30, 2011
*/

body {
	margin: 0;
	background: #FFFFFF url('/images/bkgrd-top.jpg') top left repeat-x;
}

#header {
	position: relative;
	width: 880px;
	height: 192px;
	margin-left: auto;
	margin-right: auto;
	/*background: #0054a4 url('/images/bkgrd-header.jpg') top center no-repeat;*/
}

#bkgrdimg {
	position: absolute;
	width: 100%;
	height: 192px;
	background: #0054a4 url('/images/bkgrd-header.jpg') top center no-repeat;
	z-index: 1;
}

#inner {
	position: relative;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	position: absolute;
	top: 90px;
	left: 80px;
	width: 146px;
	height: 64px;
	z-index: 1000;
}

#smythelogo {
	position: absolute;
	top: 95px;
	right: 68px;
	width: 294px;
	height: 51px;
	z-index: 1000;
}

#wrapper {
	position: relative;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

#content {
	position: relative;
	width: 880px;
	margin: 10px 0 0 0;
	padding: 0;
}

#leftcol {
	float: left;
	width: 300px;
	margin: 0;
	padding: 40px 0 0 30px;
}

#rightcol {
	float: right;
	width: 520px;
	margin: 0;
	padding: 0;
}

#bottomtxt {
	position: relative;
	width: 875px;
	height: 120px;
	margin: -2px 0 0 5px;
	background: url('/images/bkgrd-redirect.jpg') bottom center no-repeat;
}

#bottomtxtinner {
	padding: 30px 35px 0 28px;
}

#footer {
	position: relative;
	width: 800px;
	margin: 50px 0 20px 30px;
}
/* Text Styles */
#content p, #content li {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #393939;
	line-height: 160%;
}

#bottomtxt {
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #004990;
	font-weight: normal;
	line-height: 140%;
}

#bottomtxt span, #bottomtxt a {
	color: #393939;
}

#bottomtxt a {
	font-weight: bold;
}

#footer {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #393939;
	line-height: 160%;
}

#footer a {
	color: #393939;
	text-decoration: none;
}
/* END Text Styles */


.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}