/*
redshift10 screen styles. 
*/

body {
	margin: 0;
	padding: 0;
	background: #D1D3D4;
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
	color: #333;
}

h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding 0px;
    border: 0px;
	}
	
h3 {
font-size: 1.4em;
}

h4 {
font-size: 1.2em;
}

h3.centered {
    text-align: center;
}

h3#h3_hr.centered {
    text-align: center;
    padding-bottom: 0px;
	border-bottom: 0px;
}

h4#h4_hr {
    text-align: center;
    padding-bottom: 0px;
	border-bottom: 0px;
}

ul.centered {
    text-align: center;
}

p {
	line-height: 1.2em;
    font-size: 1.2em;
}

p.centered {
	line-height: 1.2em;
    font-size: 1.2em;
    text-align: center;
}

p.centered#italics {
	line-height: 1.2em;
    font-size: 1.2em;
    text-align: center;
    font-style: italic;
}

ul {
	list-style-type: square;
    font-size: 1.2em;
}

hr {
    color: #A7A9AC;
    background-color: #A7A9AC;
    height: 2px;
    border: 0px;
}

#rs10_name {
    color: #ED1C24;
}

a {
    color: #ED1C24;
    text-decoration: none;
}

a:hover {
    color: #ED1C24;
    text-decoration: underline;
}

#masthead {
	margin: 20px;
	margin-left: 0px;
    margin-right: 0px;
	margin-top: 20px;
	height: 70px;
	width: 780px;
	color: #000;
}

#masthead h1 {
	float: left;
}

#nav {
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	font-weight: bold;
    text-decoration: none;
	background: #fff;
	border-top: 3px solid #A7A9AC;
	border-bottom: 3px solid #A7A9AC;
}

#nav li {
	display: inline;
}

#nav li a {
	color: #381210;
    padding-left: 10px;
    padding-right: 10px;    
}

#nav li a#float_right {
    float: right;
}

#nav li a:hover {
	color: #381210;
    text-decoration: none;
	background-color: #A7A9AC;
}
#nav li a#active_page {
	color: #381210;
	background-color: #A7A9AC;
}

#wrap {
	clear: both;
	margin: 20px auto;
	padding: 10px;
	width: 780px;
	background: #fff;
	border: 10px solid #A7A9AC;
}

#inline_list {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
    text-decoration: none;
	background: #fff;
}

#inline_list li {
	list-style-type: none;
    list-style-position: outside;
	display: inline;
    padding: 1%;
}

.table {
    display: table;
}

.html_table {
    width: 100%;
}

.html_table_tr {
	margin: 0px;
	padding: 0px;
}

.html_table_td {
    width: 33.33%
}

.html_table_td_header {

    width: 33.33%
}

#col_list {
	margin: 0px;
	padding: 0px;

    text-decoration: none;

	background: #fff;
}

#col_list li {
	list-style-type: none;
    font-weight: normal;
}

#left_svc_col {
    vertical-align: top;
    text-align: center;
}

#mid_svc_col {
    vertical-align: top;
    text-align: center;
}

#right_svc_col {
    vertical-align: top;
    text-align: center;
}

#content {
	width: 760px;
	margin: 20px 0 20px 0;
	padding: 10px;
}

#content h2 {
	font-size: 2em;
	margin: 0 0 10px 0;
}

#content p {
	margin: 0 0 10px 0;
}

#content ul {
    list-style-position: inside;
    display: inline;
}

#footer {
	clear: both;
    background: #eee;
	padding: 10px;
	border-top: 2px solid #D1D3D4;
	text-align: center;
	color: #777;
}
