/*#navigation, div.left_column {
	visibility: hidden;
}*/
#temporary {
	position: absolute;
	bottom: 100px;
	left: 20px;
	width: 150px;
	display: block;
	color: #444;
	text-align: right;
	border-top: 4px solid #444;
	padding: 5px;
	visibility: hidden;
}
* {
	margin: 0px;
	padding: 0px;
}
html {
	font-family: 18px "Times New Roman", times, sans-serif;
}
body {
	background: #555;
	padding-top: 20px;
}
#wrapper {
	position: relative;
	width: 90%;
	min-width: 700px;
	max-width: 1080px;
	min-height: 600px;
	margin: 0px auto;
	background: #fff;
	padding-bottom: 60px;
}
**#wrapper {
	padding-bottom: 30px;
}
#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 90px;
	margin-bottom: 0px;
	background: #e9e9e9 url(img/mountains.jpg) no-repeat;
}
#header img {
	position: absolute;
	right: 0px;
	background: #fff;
	padding: 12px 26px 9px 30px;
	border-left: 1px solid #555;
}
#navigation {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
}
#navigation ul {
	position: absolute;
	top: 5px;
	right: 10px;
	list-style-type: none;
	z-index: 6;
}
#navigation li {
	display: inline;
	height: 30px;
}
#navigation a {
	text-decoration: none;
	color: #222;
	padding: 10px 10px 5px 10px;
}
#navigation a:hover {
	color: #0071BC;
	border-bottom: 4px solid #5491b2;
}
img.color_bar {
	display: block;
	height: 10px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#footer {
	position: relative;
	width: 90%;
	min-width: 700px;
	max-width: 1080px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #ccc;
	font-size: 14px;
}
#footer a {
	color: #000;
}
div.contact_info {
	position: relative;
	width: 90%;
	min-width: 700px;
	max-width: 1080px;
	margin: 0px auto;
	text-align: right;
	font-size: 16px;
	padding: 10px 0px 15px 0px;
	background: #fff;
}
div.left_column {
	float: left;
	width: 175px;
	height: 100px;
	padding-left: 20px;
	padding-top: 150px;
	margin-right: 40px;
	text-align: right;
	font-size: 20px;
	color: #cc0000;
}
div.left_column a {
	color: #cc0000;
}
div.left_column a:hover {
	color: #0071BC;
}
/* 				*********************************** Home Page *****************************  */

#ProblemsLink a {
	color: #cc0000;
	font-size: 20px;
}
#ProblemsLink a:hover {
	color: #0071BC;
}
#photo_box {
	width: 100%;
	height: 110px;
	background: #333 url(img/PhotoBar.jpg) no-repeat;
	background-position: center;
	padding: 0px 0px;
	overflow: hidden;
}
#photo_box img {
	margin: 5px 0px;
	display: hidden;
}
#photo_box .right_border {
	width: 4px;
	height: 110px;
	background: #333;
	position: absolute;
	right: 0px;
}
#photo_box .left_border {
	width: 4px;
	height: 110px;
	background: #333;
	position: absolute;
	left: 0px;
}
#intro_wrapper {
	margin: 40px;
	display: block;
	padding-left: 195px;
}
#intro_wrapper h1 {
	font-weight: normal;
}
p.intro_text {
	font-size: 18px;
}
span.emphasized {
	font-size: 26px;
}
ul.One {
	/*list-style-type: none;*/
	list-style-image: url(img/bullet.png);
	font-size: 18px;
	margin-left: 50px;
}
ul.One li {
	padding-left: 5px;
}
ul.Two {
	list-style-type: none;
	font-size: 18px;
	text-indent: 60px;
}
/* 				******************************************************** Help Page **************************************************  */
#help_wrapper {
	margin: 40px;
	display: block;
	padding-left: 195px;
	padding-right: 30px;
	font-size: 20px;
}
#help_wrapper a {
	color: #111;
	text-decoration: none;
}
#help_wrapper a[target="new"], #help_wrapper a > i{
	color: #003562;
	text-decoration: underline;
}
#help_wrapper a:hover {
	color: #0071BC;
	text-decoration: underline;
}
#help_wrapper .answ{
	padding-left: 60px;
	font-size: 16px;
	line-height: 24px; 
	color: #111;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
#help_wrapper .answ:first-letter{
	font-size: 20px;
}
#help_wrapper ul {
	margin-left: 30px;
	width: 350px;
}
#help_wrapper li {
	margin-bottom: 5px;
}
#help_wrapper .closeButton {
	float: right;
}

/* 				******************************************************** Contact Page **************************************************  */

#contact_page {
	margin: 40px;
	display: block;
	padding-left: 215px;
}
#contact_page #labels {
	background: #fff;
	text-align: right;
	float: left;
	padding-right: 10px;
}
#contact_page ul {
	list-style-type: none;
}
#contact_page li {
	margin-bottom: 10px;
}
#contact_page textarea {
	margin-left: 0px;
}
#contact_page a {
	color: #cc0000;
}
#contact_page a:hover {
	color: #444;
}


/* 				******************************************************** Question Form Page **************************************************  */
#question_intro {
	position: relative;
	width: 660px;
	margin: 30px auto  0 auto;
	font-size: 16px;
}
#question_intro p:first-letter {
	font-size: 20px;
}
#question_form {
	position: relative;
	width: 600px;
	margin: 30px auto  0 auto;
	font-size: 15px;
	border: 4px double #000;
	padding: 30px;
}
#question_form blockquote {
	margin: 10px 0 0 30px;
}
#question_form input {
	border: 1px solid #000;
	padding: 3px;
	background: #E5E5E5;
	margin: 2px;
	color: #444;
}
#question_form input:focus {
	margin: 0px;
	border: 3px double #000;
	padding: 3px;
	background: #fff;
	color: #000;
}
#question_form input[TYPE="radio"] {
	margin: 0 0 0 10px;
	border: none;
	background: none;
}
#question_form input[TYPE="checkbox"] {
	border: none;
	background: none;
}
#question_form input[TYPE="checkbox"]:focus {
	margin: 2px;
}
#question_form input[TYPE="submit"] {
	width: 100px;
}
#question_form input[TYPE="submit"]:hover, #question_form input[TYPE="reset"]:hover {
	Background: #777;
	color: #fff;
}
#question_form input[TYPE="reset"] {
	position: relative;
	left: 340px;
}
#question_form input[TYPE="submit"]:focus, #question_form input[TYPE="reset"]:focus {
	border: 1px solid #000;
	margin: 2px;
}

#question_form textarea {
	border: 1px solid #000;
	padding: 3px;
	background: #E5E5E5;
	margin: 2px;
	color: #444;
}
#question_form textarea:focus {
	margin: 0px;
	border: 3px double #000;
	padding: 3px;
	background: #fff;
	color: #000;
}
