/* SCREEN STYLES FOR TEMPLATE SITE - JOHN COONEY - 10/29/08 */
/* Pink: #ec008c */

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


/* LAYOUT */
body {
	min-width: 780px;	
	background: #ffffff;
}
#container {
	position: relative;
	width: 780px;
	margin: 20px auto 20px auto;
	overflow: hidden;
	background: url('tools/page_back.gif') 0 0 repeat-y;
}
#leftTop {
	position: relative;
	width: 173px;
	padding: 25px 0px 25px 15px;
	float: left;
	overflow: hidden;
	text-align: right;
}
#rightTop {
	position: relative;
	width: 537px;
	padding: 0px 20px 20px 0px;
	float: right;
	overflow: hidden;
}
#bannerPhoto {
	position: relative;
	clear: both;
}
#menu {
	position: relative;
	width: 173px;
	padding: 25px 0px 25px 15px;
	float: left;
	overflow: hidden;
}
#rightColumn {
	position: relative;
	width: 537px;
	padding: 10px 20px 20px 0px;
	float: right;
	overflow: hidden;
}
#footer {
	clear: both;
	position: relative;
	width: 780px;
	padding: 0px 0px 0px 0px;
	margin: 70px 0px 0px 0px;
	overflow: hidden;
	color: #a0a193;
	font-size: 10px;	
}
.footerTable {
	width: 780px;
}
.logoCell {
	width: 203px;
	padding: 0px 0px 17px 0px;
	text-align: right;
}
.textCell {
	width: 537px;
	padding: 0px 20px 17px 20px;
}
p {
	margin: 0px 0px 15px 0px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #f7941d;
}
a:hover, a:active {
	text-decoration: none;
	color: #f7941d;
}
ol, ul {
	margin: 0px 0px 20px 20px;
}


/* MENU */
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#menu li {
	padding: 0px;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
}
#menu li a:link, #menu li a:visited {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
#menu li a:hover, #menu li a:active {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}


/* TEXT */
body {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 1.2;
	color: #838472;
}
h1 {
	color: #f7941d;
	font-weight: bold;
	font-size: 48px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	color: #f7941d;
}
h3 {
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 a:link, h3 a:visited {
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
h3 a:hover, h3 a:active {
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
h4 {
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0px 20px 0px;
	color: #f7941d;
}
h5 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #838472;
	text-transform: uppercase;
}
.highlight {
	font-size: 10px;
	font-weight: regular;
	color: #f7941d;
	text-transform: uppercase;
}
