﻿body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    margin: 0px;
	padding: 0px;
}

#wrapper {
    border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #F47C00;
    margin:0px auto 0px auto;
    width:900px;
}
#footer_wrapper {
    margin:0px auto 0px auto;
    width:900px;
}
#sidebar_wrapper
{
    background-image: url(/images/sidebar_bg.gif);
	background-repeat: repeat-y;
	margin:0px 0px 0px 0px;
}
/* Begin Masthead info */
#masthead {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
    position: relative;
	height: 82px;
}
#contact_box 
{
    font-size:11px;
    position:absolute;
    top:5px;
    right:5px;
}

#login_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position:absolute;
    top:13px;
    left:20px;
}

#login_box a
{
    font-weight:bold;
}

.logo {
	padding: 0px 0px 0px 5px;
}

#profile_image_box
{
    background-image: url(/images/left_top_bg.gif);
	background-repeat: repeat-x;
    min-height:123px;  /*lines up with rest of header*/
    text-align:center;
}

/* End Masthead info */

/* Begin Navigation */
#greybar {
	background-image: url(/images/blue-bar.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 41px;
	position:relative;
}
#greybar a {
	color: #FFFFFF;
	text-decoration: none;
}
#greybar a:hover,.link_box a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#search_box 
{
    font-size:12px;
    font-weight:bold;
    position: absolute;
	top: 5px;
	right: 10px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    color:#FFFFFF;
}
/*links section header*/
.link_header {
	background-image: url(/images/orange-bar.gif);
	background-repeat: repeat-x;
	height: 41px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	color: #FFFFFF;
	font-size:12px;
    font-weight:bold;
    line-height:40px;
}
.link_box,.link_box a 
{
    color:#FFFFFF;
    font-size:11px;
}
.link_box_edit,.link_box_edit a 
{
    color:#000000;
    font-size:11px;
}
/* End Navigation */

/* Footers */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 95%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 50px;
	position: relative;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EB9200;
	clear:both;
}
#tpfooter 
{
    float:left;
    margin:8px 0px 0px 0px;
}
#nafooter 
{
    float:right;
    margin:0px 0px 0px 0px;
}
#nafooter a
{
    font-size:11px;
}
/* End Footers */

/* Layout */
#content {
	width: 740px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 20px;
	position: relative;
	background-color: #FFFFFF;
	font-size:13px;
	line-height: 23px;
}

#content_full_page {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-color: #FFFFFF;
	font-size:13px;
}

#content td, #content_full_page td
{
    font-size: 13px;
}

#container {
	width: 100%;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

#column_left 
{
    width:140px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    float:left;
    background-color:#023C62;
}

#column_right
{
    width:760px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    float:left;
}

.separator
{
    border-top:1px dotted #EB9200;
    margin:20px 20px 0px 20px;
    height:20px;
}
/* End Layout */

h1
{
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 20px 0px;
}

.content_block
{
    margin:0px 0px 0px 10px;
}

.edit_link
{
    font-size: 11px;
    margin: 5px;       
}
.edit_box
{
    padding: 3px;
    z-index: 1000;
    background-color: #fcffbf; 
    border-left: 1px dashed #EC9301;
    border-right: 1px dashed #EC9301;
    border-bottom: 1px dashed #EC9301;
}

/*links edit table*/
.tb_head
{
    background-color:#0063A4;
    color:#FFFFFF;
    font-weight:bold;
}