@charset "utf-8";
/* CSS Document */

html, body {
	position: relative;
	z-index: -2;
	
	margin: 0;
	padding: 0;
	background: #f0efed;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

#header {
	position: relative;
	z-index: 1;
	
	height: 65px;
	width: 100%;
	background: #000000;
}

#home_link {
	float: left;
	height: 65px;
	width: 200px;
}

#home_link a, #home_link a:link, #home_link a:visited, #home_link a:hover, #home_link a:active {
	float: left;
	margin: 0;
	padding: 0;
	height: 65px;
	width: 200px;
	background-color: none;
	border: none;
}

/* Navigation */

#navigation {
	margin: auto;
	padding: 0;
	height: 65px;
	width: 960px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/main/logo.png) top left no-repeat;
}

#navigation ul {
	margin: 0 20px;
	padding: 0;
	height: 65px;
	list-style: none;
	float: right;
}

#navigation li {
	margin: 0;
	padding: 0;
	height: 65px;
	float: left;
	display: inline;
}

#navigation ul a {
	margin: 0;
	padding: 22px 20px 0 20px;
	height: 43px;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#navigation ul a:link, #navigation ul a:visited {
	background: none;
}

#navigation ul a:hover, #navigation ul a:active {
	background: #07004F;
}

#current_home #lhome a:link, #current_home #lhome a:visited, #current_about #labout a:link, #current_about #labout a:visited, #current_contact #lcontact a:link, #current_contact #lcontact a:visited, #current_portfolio #lportfolio a:link, #current_portfolio #lportfolio a:visited, #current_plans #lplans a:link, #current_plans #lplans a:visited, #current_blog #lblog a:link, #current_blog #lblog a:visited {
	background: #4f0000;
}

#current_home #lhome a:hover, #current_home #lhome a:active, #current_about #labout a:hover, #current_about #labout a:active, #current_contact #lcontact a:hover, #current_contact #lcontact a:active, #current_portfolio #lportfolio a:hover, #current_portfolio #lportfolio a:active, #current_plans #lplans a:hover, #current_plans #lplans a:active, #current_blog #lblog a:hover, #current_blog #lblog a:active {
	background: #07004F;
}

/* End Navigation */

#top_fade {
	margin: 0;
	padding: 0;
	height: 25px;
	width: 100%;
	background: url(../images/main/below_header_fade.png) top repeat-x;
}

#page {	
	margin: -90px auto 0 auto;
	width: 960px;
	background: none;
	border-left: 1px solid #98968f;
	border-right: 1px solid #98968f;
}

#content_container {
	margin: auto;
	padding: 90px 0 65px 0;
	width: 100%;
	text-align: left;
}

#content_container h1 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#content_container h2 {
	margin: 0;
	paddding: 0;
	padding-bottom: 5px;
	border-bottom: 1px dashed #98968f;
}

#content_container p {
	padding: 0;
	margin: 15px 0;
}

#content_container .float_right {
	float: right;
}

#content_container .float_left {
	float: left;
}

#content_container .portrait {
	margin: 20px 10px 10px 0;
	border: 2px solid #000000;
}

#content_container .border {
	border: 2px solid black;
}

#content_container a, #content_container a:link, #content_container a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#content_container a:hover, #content_container a:active {
	color: #000066;
	text-decoration: none;
	border-bottom: 1px solid;
}

#content_container a.not_underlined, #content_container a:link.not_underlined, #content_container a:visited.not_underlined {
	color: #666666;
	text-decoration: none;
	border: none;
}

#content_container a:hover.not_underlined, #content_container a:active.not_underlined {
	color: #000066;
	text-decoration: none;
	border: none;
}

#content_container abbr {
	border-bottom: 1px dotted #4f0000;
}

#content_container acronym {
	border-bottom: 1px dotted #4f00000;
}

#content {
	position: relative;
	margin: 0 0 0 0;
	padding: 10px 20px 35px 20px;
	width: 620px;
	background: url(../images/main/logo/usable_anderson_webs_logo_small.gif) 850px bottom no-repeat;
}

#content div.division {
	margin: 0 0 0 -20px;
  	height: 1px;
	width: 639px;
  	background: url(../images/main/content_division.png) right no-repeat;
}

#content .info_title {
	display: inline-block;
	width: 75px;
	height: auto;
	font-weight: bold;
}

#right_bar {
	position: absolute;
	margin: 0 0 0 660px;
	padding: 10px 20px 55px 20px;
	width: 260px;
}

#right_bar div.division {
	position: relative;
	left: -20px;
  	height: 1px;
	width: 300px;
  	background: url(../images/main/right_bar_division.png) left no-repeat;
}

#right_box {
	margin: 80px 0 0 0;
	padding: 0 0 20px 0;
	width: 260px;
	background: #98968F url(../images/main/rounded/black/bottom.gif) center bottom no-repeat;
}

#right_box h3 {
	padding: 20px 10px 10px 20px;
	margin: 0;
	color: #FFFFFF;
	background: url(../images/main/rounded/black/top.gif) center top no-repeat;
}

#right_box p {
	padding: 0;
	margin: 10px 20px 0 40px;
	color: #FFFFFF;
}

#right_box p.right {
	text-align: right;
}

#right_box ul.ul_nav, #right_box ul.ul_nav ul {
	list-style-type: none;
}

#right_box ul.ul_nav li {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

#right_box ul.ul_nav ul li {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
}

#right_box ul.ul_nav ul {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 15px;
}

#right_box ul.ul_nav ul li a, #right_box ul.ul_nav ul li a:link, #right_box ul.ul_nav ul li a:visited {
	color: #FFFFFF;
	border: none;
	font-style: normal;
	font-weight: normal;
}

#right_box ul.ul_nav ul li a:hover, #right_box ul.ul_nav ul li a:active {
	color: #07004F;
	border: none;
	font-style: normal;
	font-weight: bold;
}

#bottom_fade {
	position: relative;
	z-index: -1;
	
	margin: -90px 0 0 0;
	padding: 0;
	height: 25px;
	width: 100%;
	background: url(../images/main/above_footer_fade.png) top repeat-x;
}

#footer {
	position: relative;
	z-index: 1;
	
	margin: 0;
	padding: 0;
	height: 65px;
	width: 100%;
	background: #000000;
}

#footer_navigation {
	margin: auto;
	padding: 0;
	height: 65px;
	width: 960px;
}

#footer_navigation ul {
	position: relative;
	top: 20px;
	left: 20px;
	margin: 0;
	padding: 0;
	height: 25px;
	list-style: none;
	float: left;
}

#footer_navigation li {
	margin: 0 10px 0 0;
	padding: 0;
	height: 25px;
	float: left;
	display: inline;
}

#footer_navigation a {
	float: left;
}

#footer_navigation a:link.e-mail, #footer_navigation a:visited.e-mail {
	height: 25px;
	width: 50px;
	background: url(../images/main/footer/e-mail_button.png) no-repeat;
}

#footer_navigation a:hover.e-mail, #footer_navigation a:active.e-mail {
	height: 25px;
	width: 50px;
	background: url(../images/main/footer/e-mail_button_hover.png) no-repeat;
}

#footer_navigation a:link.rss, #footer_navigation a:visited.rss {
	height: 25px;
	width: 24px;
	background: url(../images/main/footer/rss_button.png) no-repeat;
}

#footer_navigation a:hover.rss, #footer_navigation a:active.rss {
	height: 25px;
	width: 24px;
	background: url(../images/main/footer/rss_button_hover.png) no-repeat;
}

/* Temporary */

.center {
	margin-top: 20px;
}