﻿/**Main Layout**/
body
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 12px;
    background: #13416d;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url('/images/bg.jpg');
	padding: 0px;
	margin: 0px;
}
#centersitelayout 
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 760px;
    height: auto;
    background-color: Transparent;
}
a 
{
    color: #003F6E;
    text-decoration: underline;
}
a:hover 
{
    color: #FFBE22;
    text-decoration: none;
}

/**Header**/
#headercontainer 
{
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    height: 100px;
    padding-top: 0px;
    margin-top: 0px;
}
    
#sitetitle 
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    color: #003366;
    position: relative;
    margin-top: -35px;
}
#sitetagline 
{
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 20px;
    width: 100%;
}
#phonenumber 
{
    position: relative;
    top: -29px;
    left: 600px;
    color: #CC0000;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/**Content**/
#contentpane 
{
    width: 480px;
    height: 100%;
    padding: 20px;
    background-color: #fefbea;
    margin-top: 55px;
    margin-bottom: 35px;
    margin-left: 225px;
    position: relative;
    border: solid 2px #003F6E;
}
#rfipane 
{
    width: 200px;
    float: left;
    padding: 5px;
    margin-top: 35px;
    margin-bottom: 35px;
    background-color: Transparent;    
}
#rfipaneinternal 
{
    margin-top: 10px;
    padding: 5px;
    background-color: #edebd5;
    border: solid 1px #DBD5AB;
    background-image: url('/staffing/gui/rfi-bg.jpg');
    background-repeat: repeat-x;
    background-position: top;
}
#rfipaneinternal2
{
    margin-top: 100px;
    padding: 5px;
    border: solid 1px #DBD5AB;
    background-repeat: repeat-x;
    background-position: top;
}
#phonenumberrfi 
{
    color: #CC0000;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    padding-bottom: 3px;
}
#footercontainer 
{
	clear: both;
	height: 100%;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	background: #EDEBD5 url(/images/img08.gif) repeat-x;
	margin-left: auto;
	margin-right: auto;
}
#footer 
{
    width: 750px;
    height: auto;
    clear: both;
    padding-top: 35px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
#footer p 
{
    color: #7F7772;
    font-size: 10px;
    line-height: 12px;
}
#footer table 
{
    color: #7F7772;
    font-size: 10px;
    line-height: 12px;
}
#footer a 
{
    color: #7F7772;
}
p 
{
    font-size: 12px;
    color: #7F7772;
    line-height: 18px;
    margin-top: 0px;
}
#ctl00_ContentPlaceHolder1_locationdesc
{
    font-size: 12px;
    color: #7F7772;
    line-height: 18px;
    margin-top: 0px;
}
#ctl00_ContentPlaceHolder1_category_desc
{
    font-size: 12px;
    color: #7F7772;
    line-height: 18px;
    margin-top: 0px;
}
ul
{
    color: #7f7772;
}
h1, h2, h3 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

h1 {
	font-size: 197%;
	padding-top: 20px;
	color: #003F6E;
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;

}

h2 {
	font-size: 136%;
	color: #FFBF23;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}
li 
{
    font-size: 12px;
}

