﻿/**************** Site Structure ************************/

body {
	background-color: #C4D7E6;
	background-image: url(Images/BckGradient.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#666666;
}

h3
{
    font-family: verdana;
    font-size: 16px;
    color: #A34D4E;
    font-weight: bold;    
}
h4
{
    font-family: Arial;
    font-size: 19px;
    color: #00325F;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: .5px;
}
h5
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    
}
h6
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    font-style: italic;
}
.white
{
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: White; 
}
a
{
    color: #3A7BA7;
    text-decoration: none;
}
a.active
{
    color: #3A7BA7;
    text-decoration: none;
}
a.visited
{
    color: #3A7BA7;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a.sub
{
    color: #444B7D;
    text-decoration: none;
    font-size: 11px;
    line-height: 18px;
}
a.sub:active
{
    color: #444B7D;
    text-decoration: none;
     font-size: 11px;
    line-height: 18px;
}
a.sub:visited
{
    color: #444B7D;
    text-decoration: none;
     font-size: 11px;
    line-height: 18px;
}
a.sub:hover
{
    text-decoration: underline;
     font-size: 11px;
    line-height: 18px;
}

/********************* Wrapper Styles **********************************/
.BaseStyle {
	margin:0 auto;
	height:100%;
	width:765px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.HeaderLeft {
	width: 5px;
	height:113px;
	float:left;
	background: url(Images/HeaderLeft.jpg) no-repeat
}
.Header {
	width: 755px;
	height:113px;
	background: url(Images/Header.jpg) no-repeat
}
.HeaderRight {
	width: 5px;
	height:113px;
	float:left;
	background: url(Images/HeaderRight.jpg) no-repeat
}
.BaseContent {
	width: 755px;
	float: left;
	background: url(Images/BodyBck.jpg)
}
.ContentBody {
	min-height: 350px;
    padding:5px;
}
.Footer {
		
	background: url(Images/Footer.jpg) bottom no-repeat
}
.FALogo 
{
    width:156px;
    height:99px;    
    float:left;    
}
.Nav_TopSub {
	width: 400px;
	position:relative;
	left: 135px;
	top: 0px;
	padding-top: 5px;
	text-align:right;
	font-size:10px;
	float:left;
}
.Nav_Top {
	width: 525px;
	position:relative;
	left: 10px;
	top: 55px;
	float:left;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
}
.Nav_Footer {
	padding-top: 0px;
	text-align:center;
	font-size:10px;
	font-family:arial;
}
.FooterCopyright {
	padding-top: 0px;
	text-align:center;
	font-size:10px;
	font-family:arial;
}
.Footer a {
	color:#333333;
	text-decoration: none;
}
.Footer a:hover {
	color:#333333;
	text-decoration: underline;
}



/**************** Navigation ************************/


.RadMenu a.rmLink
{
    cursor: pointer !important;
    color: white;
    text-decoration: none;
    padding:0px !important;
}

.RadMenu a.rmLink:hover
{
    cursor: pointer !important;
    color: white;
    text-decoration: underline;
}

.RadMenu .rmSlide
{
    margin-top: 7px;
}

.RadMenu .rmSlide .rmText
{
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    background-color:  #DADCEA;
    background-image: url(images/NavBack.jpg);
    background-repeat: repeat-x;    
    color: #444B7D !important;
    text-align: left;
    border: solid 1px #CCCCCC !important;
    font-size: 12px !important;
    vertical-align: top !important;
    text-align: left !important;
    width: auto;
}

.RadMenu .rmSlide a.rmLink:hover
{
    cursor: pointer !important;
    color: #444B7D !important;
    text-decoration: underline;
}

.rmItem .rmLast
{
    padding-bottom: 0px;
}


.RadMenu .rmExpandRight
{
    background-image: url(images/RightArrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

.RadMenu .rmRootGroup .rmText
{
    border: thin 1px white;
    padding: 3px 0px 3px 0px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.rmText
{
    padding-left:14px !important;
    padding-right:14px !important;   
}


/**************** BreadCrumb**********************/

.breadCrumb
{
    color: #666666;
}

.breadCrumb a
{
    color: #666666 !important;
    font-weight:normal;
    text-decoration: none;
}

.breadCrumb a:hover
{
    color: #666666 !important;
    font-weight: normal;
    text-decoration: underline;
}

/**************** Content ************************/
