@charset "utf-8";


/* General Layout and Global Styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th {    
    margin: 0;   
    padding: 0;   
} 
img {
	border: 0px;
}
a {
	color: #a42822;
	outline: none;
	text-decoration: none;
}
/* a:visited {
	text-decoration: none;
} */
a:hover {
	text-decoration: underline;
}
body {
	background-color: #666666;
	color: #555555;
	font-family: Geneva, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
}
p {
	font-size: 12px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
table {
	font-size: 12px;
}


/* Wrapper Styles */

#PageWrapper {
	background-color: #fff6df;
	border-bottom: 5px solid #333333;
	width: 100%;
}
#ContentWrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	background-color: #fee9b2;
}
#HeaderWrapper {
	background-color: #fee9b2;
	height: 300px;
	width: 960px;
}
#HeaderInnerWrapper {
	background-color: #df9c42;
	height: 195px;
	width: 960px;
}
#NavWrapper {
	background-color: #555555;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#SubNavWrapper {
	background-color: #fee9b2;
	/*height: 30px;*/
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#MainWrapper {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 100%;
	background-color: #fee9b2;
}


/* Header Styles */

#HeaderLeft {
	float: left;
	margin: 0px;
	padding: 20px 25px 0px 25px;
	width: 475px;
}
#HeaderLeft h4 {
	background-image: url(../images/profile.png);
	color: #957a45;
	float: right;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	text-align: right;
	width: 375px;
}
#HeaderLeft p {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	text-align: right;
}
#HeaderLeft p.quote {
	color: #957a45;
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	text-align: right;
}
#HeaderLeft a {
	text-decoration: underline;
}
#HeaderRight {
	float: left;
	height: 300px;
	margin: 0px;
	padding: 0px 25px 0px 0px;
	width: 410px;
}
#HeaderInnerLeft {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 385px;
}
#HeaderInnerRight {
	float: left;
	margin: 0px;
	padding: 50px 15px 10px 15px;
	width: 545px;
}
#HeaderInnerRight h4 {
	color: #667375;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
}


/* Navigation Styles */

#Nav {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
	width: 960px;
}
#Nav ul {
	border: none;
	list-style-type: none;
	margin-left: 90px;
	padding: 0;
	text-align: center;
}
#Nav ul li {
	display: inline;
	padding: 0px;
}
#Nav ul li a {
	color: #ffffff;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: normal;
	height: 25px;
	padding: 5px 15px 0px 15px;
	text-decoration: none;
}
#Nav ul li a:hover {
	background-color: #a42822;
	color: #ffffff;
}
#Nav ul li a.current {
	background-color: #a42822;
	color: #ffffff;
}
#SubNav {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
	width: 960px;
}
#SubNav ul {
	border: none;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}
#SubNav ul li {
	display: inline;
	padding: 0px;
}
#SubNav ul li a {
	color: #444444;
	font-size: 14px;
	font-weight: normal;
	height: 25px;
	margin: 0px;
	padding: 5px 10px 0px 10px;
	text-decoration: none;
}
#SubNav ul li a:hover {
	color: #222222;
	text-decoration: underline;
}
#SubNav ul li a.current {
	color: #222222;
	font-weight: bold;
	text-decoration: underline;
}


/* Profile Content Styles */

#ProfileLeftWrapper {
	background-color: #fee9b2;
	float: left;
	margin: 0px;
	min-height: 124em;
	padding: 20px 25px 0px 25px;
	width: 475px;
}
#ProfileHeader h4 {
	background-image: url(../images/profile.png);
	color: #957a45;
	float: right;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	text-align: right;
	width: 375px;
}
#ProfileHeader p {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	text-align: right;
}
#ProfileHeader p.quote {
	color: #957a45;
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	text-align: right;
}
#ProfileRightWrapper {
	background-color: #fee9b2;
	float: left;
	height: 300px;
	margin: 0px;
	min-height: 126em;
	padding: 0px 25px 0px 0px;
	width: 410px;
}
#ProfileInfo h3 {
	color: #a42822;
	font-size: 12px;
	font-weight: bold;
	margin: 30px 0px 5px 0px;
	padding: 0px;
	text-transform: uppercase;
}
#ProfileInfo p {
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0px 10px 0px;
}
#ProfileInfo a:link {
	text-decoration: none;
	text-transform: uppercase;
}
#ProfileInfo a:hover {
	text-decoration: underline;
}


/* Left Content Styles */

#LeftContentHome {
	background-color: #f2bc66;
	float: left;
	margin: 0px;
	min-height: 106em;
	padding: 0px;
	width: 260px;
}
#LeftContentHome_status {
	background-image: url(../images/status_bg.png);
	height: 48px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 0;
	width: 191px;
}
#LeftContentHome_status p {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	text-align: center;
}
#LeftContentHome_status a:link {
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
}
#LeftContentHome_status a:visited {
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#LeftContentHome_status a:hover {
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
}
#LeftContentHome_status a:active {
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
}
#LeftContentHome_steps {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding: 0;
	width: 260px;
}
#LeftContentHome_steps h1 {
	color: #ffffff;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 70px;
	font-weight: normal;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
#LeftContentHome_steps h3 {
	color: #b72026;
	font-family: "Frutiger 47LightCn", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#LeftContentHome_steps ul {
	margin: 0px 0px 0px 55px;
	padding: 0;
	width: 160px;
}
#LeftContentHome_steps li {
	margin: 5px 0px 5px 0px;
	padding: 0;
}
#LeftContentHome_steps a:link {
	color: #555555;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}
#LeftContentHome_steps a:visited {
	color: #555555;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}
#LeftContentHome_steps a:hover {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
}
#LeftContentHome_steps a:active {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
}
#LeftContentHome_poll {
	background-color: #fee9b2;
	float: left;
	margin: 0px;
	padding: 25px;
	width: 210px;
}
#LeftContentHome_poll h3 {
	color: #957a45;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	text-transform: uppercase;
}
#LeftContentHome_poll p {
	margin-bottom: 10px;
	padding: 0px;
}
#LeftContentHome_poll p {
	font-size: 12px;
}
#LeftContentHome_poll ol li {
	padding: 5px;
}
#LeftContentHome_poll ol li label {
	padding-left: 5px;
}
#LeftContentInner {
	background-color: #fee9b2;
	border-right: 1px dotted #756b57;
	float: left;
	margin: 0px;
	min-height: 100em;
	padding: 20px 25px 25px 25px;
	width: 209px;
}
#LeftContentInner p a {
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#LeftContentInner p a:hover {
	text-decoration: underline;
}
#LeftContentInner h3 {
	color: #a42822;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-transform: uppercase;
}
#LeftContentInner ul {
	border: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#LeftContentInner ul li {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
	padding: 5px 0px 5px 0px;
}
#LeftContentInner ul li a {
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#LeftContentInner ul li a:hover {
	text-decoration: underline;
}
#LeftContentInner a.more {
	color: #957a45;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#LeftContentInner a.more:hover {
	text-decoration: underline;
}
#LeftContentInner a.more:visited {
	text-decoration: none;
}
#LeftContentInner a.resources, a.resources:visited {
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
}
#LeftContentInner a.resources:hover {
	text-decoration: underline;
}
#LeftContentInner hr {
	color: #a42822;
	height: 2px;
	margin: 20px 0px 15px 0px;
	padding: 0px;
	width: 200px;
}


/* Right Content Styles */

#RightContentHome {
	background-color: #df9c42;
	float: left;
	margin: 0px;
	min-height: 100em;
	padding: 30px;
	width: 640px;
}
#RightContentHome h2 {
	color: #667375;
	font-size: 20px;
	font-weight: normal;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	text-transform: uppercase;
}
#RightContentHome p.intro {
	color: #667375;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#RightContentHome p {
	line-height: 20px;
}
#RightContentHome_left {
	float: left;
	margin: 0;
	padding: 0px 30px 0px 0px;
	width: 305px;
}
#RightContentHome_left p {
	color: #555555;
	font-size: 12px;
	text-decoration: none;
}
#RightContentHome_left p a {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}
#RightContentHome_left p a:hover {
	text-decoration: underline;
}
#RightContentHome_left h3 {
	color: #a42822;
	font-size: 12px;
	font-weight: bold;
	margin: 35px 0px 5px 0px;
	padding: 0px;
	text-transform: uppercase;
}
#RightContentHome_left ul {
	border: none;
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0;
}
#RightContentHome_left ul li {
	line-height: 16px;
	margin: 0;
	padding: 5px 0px 5px 0px;
}
#RightContentHome_left ul li a {
	color: #555555;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#RightContentHome_left ul li a:hover {
	text-decoration: underline;
}
#RightContentHome_left a.more, a.more:visited {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
#RightContentHome_left a.more:hover {
	text-decoration: underline;
}
#RightContentHome_left hr {
	color: #a42822;
	height: 2px;
	margin: 20px 0px 15px 0px;
	padding: 0px;
	width: 200px;
}
#RightContentHome_right {
	float: left;
	margin: 0;
	padding: 0px 0px 0px 0px;
	width: 305px;
}
#RightContentHome_right h3 {
	color: #a42822;
	font-size: 12px;
	font-weight: bold;
	margin: 35px 0px 5px 0px;
	padding: 0px;
	text-transform: uppercase;
}
#RightContentHome_right ul {
	border: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#RightContentHome_right ul li {
	line-height: 16px;
	margin: 0;
	padding: 5px 0px 5px 0px;
}
#RightContentHome_right ul li a {
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#RightContentHome_right ul li a:hover {
	text-decoration: underline;
}
#RightContentHome_right a.more, a.more:visited {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#RightContentHome_right a.more:hover {
	text-decoration: underline;
}
#RightContentHome_right a.resources, a.resources:visited {
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#RightContentHome_right a.resources:hover {
	text-decoration: underline;
}
#RightContentInner {
	background-color: #fee9b2;
	float: left;
	margin: 0px;
	min-height: 100em;
	padding: 18px 25px 25px 25px;
	width: 645px;
}
#RightContentInner h1 {
	color: #a42822;
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-transform: uppercase;
}
#RightContentInner h2 {
	color: #a42822;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-transform: uppercase;
}
#RightContentInner h3 {
	color: #555555;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	text-transform: uppercase;
}
#RightContentInner h4 {
	color: #a42822;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-transform: uppercase;
}
#RightContentInner p {
	line-height: 18px;
	padding: 0px 0px 10px 0px;
}
#RightContentInner ul {
	border: none;
	margin: 0px 0px 15px 0px;
	padding: 0;
}
#RightContentInner ul li {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 0px 13px;
	padding: 0px;
}
#RightContentInner ul li a {
	color: #8b0000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#RightContentInner ul li a:hover {
	text-decoration: underline;
}
#RightContentInner ol {
	border: none;
	margin: 0px 0px 15px 0px;
	padding: 0;
}
#RightContentInner ol li {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#RightContentInner ol li a {
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#RightContentInner ol li a:hover {
	text-decoration: underline;
}


/* Footer Styles */

#FooterWrapper {
	height: 150px;
	width: 100%;
}
#FooterContent {
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#FooterContent a {
	color: #ffffff;
	text-decoration:underline;
}
#FooterContent a:hover, #FooterContent a:active {
	text-decoration: none;
}
#FooterContent .Column1 {
	border-right: solid 1px #ffffff;
	float: left;
	height: 110px;
	padding-top: 5px;
	width: 400px;
}
#FooterContent .Column2 {
	border-right: solid 1px #ffffff;
	float: left;
	height: 110px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 50px;
	width: 269px;
}
#FooterContent .Column3 {
	float: left;
	height: 110px;
	padding-top: 5px;
	padding-left: 50px;
	width: 167px;
}
#ProfileNav {
	border-left: #D0A46D 1px dotted; 
	padding: 5px 10px; 
	margin-top: -60px
}
#ProfileNav a {
	color: #555555;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}
#ProfileNav a:visited {
	color: #555555;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}
#ProfileNav a:hover {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
}
#ProfileNav a.SelectedProfile {
	color: #a42822;
	text-decoration: underline;
}

/* Additional Styles */

.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
.ImageRight {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.ImageLeft {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}
#StoryLink {
	display: none;
}

