@charset "utf-8";
/* Reset browser attribs */
html, body, div, blockquote, h1, h2, h3, h4, h5, h6, form, ul, ol, li, p, td {
	margin:0px;
	padding:0px;
}
/* general layout */
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#57595b;
	font-weight: normal;
}
a {
	color:#FF6600;
	text-decoration:none;
}
input, select, textarea {
	color: #333333;
	font-size: 11px !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
#container {
	position:relative;
	width: 980px;
	margin:0 auto;
}
#header {
	padding-top:35px;
	position: relative;
	height: 108px;
	width:980px;
	background-image: url(/site_images/general/headbg_general.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header.orange {
	background-image: url(/site_images/general/headbg_cand.gif);
}
#header.grey {
	background-image: url(/site_images/general/headbg_emp.gif);
}
#content {
	padding: 15px 0px 0px 0px;
	/*position:relative;*/
	float:left;
	display:inline-table;
	width:645px;
}
#topNav {
	padding: 0px;
}
#footer {
	width: 760px;
	margin:0 auto;
	height: 23px;
	margin:7px 0px 0px 15px;
	font-size: 10px;
	text-align: right;
	clear:both;
}
#footer a {
	color:#333333;
	padding-left:20px;
}
/* top navigation - content pages */
#topNav UL {
	margin:0px;
	padding:5px 0px 0px 0px;
	position: relative;
	list-style-type:none;
}
#topNav LI {
	margin:0px;
	padding:0px;
	float: left;
	text-align: center;
}
#topNav a {
	padding:6px 0px 0px 0px;
	font-size: 13px;
	text-decoration:none;
	display: block;
	height: 29px;
	width: 142px;
	color: #FFFFFF;
	background-image: url(/site_images/general/btn_blue.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#topNav a.navOrange {
	background-image: url(/site_images/general/btn_orange.png);
}
#topNav a:hover {
	color: #000000;
}
#topNav.greyNav a {
	width:129px;
	background-image: url(/site_images/general/btn_grey.png);
}
#homeLink {
	padding:0px;
	float: right;
	color:#333333;
	height:auto;
	width:auto;
	background-image:none;
}
#pageTitle {
	padding:0px 0px 0px 45px;
}
/* sub navigation - content pages */
#subNav{
	padding: 0px 0px 0px 15px;
	background-color:#FFFFFF;
	float:left;
	width: 108px;
	/*height:300px;*/
	clear:both;
}
#subNav UL {
	width: 99px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#subNav LI {
	margin:0px;
	padding:0px;
	text-align: right;
}
#subNav a {
	padding: 10px 5px 10px 2px;
	margin:0px;
	font-size: 11px;
	text-decoration:none;
	display: block;
	width: 92px;
	color:#57595b;
	background-color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;
}
#subNav a:hover {
	background-color:#EEEEEE;
}
#leftSpacer {
	padding: 0px 0px 0px 15px;
	background-color:#FFFFFF;
	float:left;
	width: 45px;
	height:300px;
	clear:both;
}
/* Content type */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#57595b;
	font-weight: bold;	
	padding-bottom:15px;
}
p {
	margin-bottom:10px;
}
#content ol, #content ul {
	padding-left:20px;
	
}
/* misc elements */
#login {
	font-size: 11px;
}
#login a {
	font-size: 11px;
	color:#ff9310;
}
#rare {
	float:left;
	color: #c2c2c2;
}
#rare a{
	color: #c2c2c2;
	padding-left:0px;
}
#tipsPanel{
	padding: 15px 0px 0px 30px;
	background-color:#FFFFFF;
	float:right;
	width: 165px;
	height:300px;
}
.errorMsg {
	color: #333333;
	width: 450px;
	margin: 100px auto 0 auto;
}

#errorFooter {
	border-top: 1px solid #999999;
	text-align: right;
}

.errorBody {
	padding: 20px;
	border-top: 1px solid #999999;
	text-align: center;
	color: #666666;
}

/* Popup box styling */
#popupPanel {
	margin: 10px;
	padding: 10px;
	border: 1px solid #666666;

}

/* Look like a Pro - text layout elements */
#likeaPro_copy {
	position:relative;
	display:inline-table;
	width:620px;
}
#likeaPro_copy h1 {
	font-size:22px;
	color:#FF9010;
}
#likeaPro_copy h2 {
	font-size:18px;
	color:#278DD2;
}
#likeaPro_copy h3 {
	font-size:16px;
}
#likeaPro_copy a {
	color:#278DD2;
	text-decoration: underline;
}
#likeaPro_copy blockquote {
	padding-left:20px;
}
.likeaPro_acrostic {
	font-weight: bold;
	width: 40px;
	font-size:28px;
	color:#CCCCCC;
	text-align: center;
}
#likeaPro_copy ol {
	margin-left:10px !important;
	
}

