﻿* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, San Serif;
	font-size: 11px;
	line-height: 140%;
}


body {
	background-image: url('../images/bg_page.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
}

img {
	border: none;
}

option 
{
    padding: 1px 2px 1px 3px;
}


/*****************
HYPERLINKS
*****************/
a:link, a:visited 
{
    color: #215E94;
	text-decoration: none;
}

a:hover {
    color: #215E94;
	text-decoration: underline;
}

a:active {
    color: #215E94;
	text-decoration: underline;
}

/*****************
TEXT TREATMENTS
*****************/
.b {
 	font-weight: bold;
 }

.i {
	font-style: oblique;
}

.txtL {
	text-align: left;
}

.txtR {
	text-align: right;
}

.txtC {
	text-align: center;
}

.p, .paragraph 
{
    margin-bottom: 10px;
}

/*****************
HYPERLINKS
*****************/

a.btn_blue1:link, a.btn_blue1:visited {
    background-color: #215E94;
    color: #FFFFFF;
    padding: 1px 3px 6px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    height: 200px;
    min-height: 20px;
}

a.btn_blue1:hover {
    background-color: #003366;
    color: #FFFFFF;
    padding: 1px 3px 6px;
    height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    height: 200px;
    min-height: 20px;
}

a.btn_blue1:active {
    background-color: #003366;
    color: #FFFFFF;
    padding: 1px 3px 6px;
    height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    height: 200px;
    min-height: 20px;
}

div#nicheFooter a, div#nicheFooter a:link, div#nicheFooter a:visited, div#nicheFooter a:hover, div#nicheFooter a:active 
{
    color: #CC0000;
    margin: 0 10px;
}

/*****************
BASE PAGE ELEMENTS
*****************/

.nicheHomePage img#backHomeBannerLink 
{
    visibility: hidden;
    display: none;
}

div#pageContainer {
	width: 960px;
	position: relative;
	background-image: url('../images/bg_pageContainer.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: left;
}

input.btn_blue1, input.btn_black1, input.btn_red1  {
    font-size: 12px;
    color: #FFFFFF;
    padding: 4px 5px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    vertical-align: middle;
}

input.btn_blue1 {
    background-color: #215E94;
    cursor: default;
}

input.btn_blue1:hover {
    background-color: #003366;
    cursor: pointer;
}

input.btn_black1 {
    background-color: #353535;
    cursor: default;
}

input.btn_black1:hover {
    background-color: #000000;
    cursor: pointer;
}

input.btn_red1 {
    background-color: #CC0000;
    cursor: default;
}

input.btn_red1:hover {
    background-color: #990000;
    cursor: pointer;
}


/*****************
FEATURES
*****************/

div.feature 
{
    border: 10px solid #215E94;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

div.feature div.featureHeading
{
    background-color: #215E94;
    color: #FFFFFF;
    font-size: 18px;
    padding: 5px 0;
}

div.feature div.featureSummary
{
width: 445px;
position: relative;
top: 10px;
left: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
}

div.feature div.featureTitle 
{
    font-size: 16px;
    color: #215E94;
    font-weight: bold;
}

div.feature div.featureDescription 
{
    margin-bottom: 10px;
}

img.featureImage 
{
    border: 1px solid #215E94;
    float: left;
    margin-right: 10px;
}


/*****************
MISC CLASSES
*****************/

.floatL, .fl {
	float: left;
}

.floatR, .fr {
	float: right;
}

.cl, .clearL {
	clear: left;
}

.cr, .clearR {
	clear: right;
}

.cb, .clearB {
	clear: both;
}

.posA {
	position: absolute;
}

.posR {
	position: relative;
}

.textExpanded {
	line-height: 150%;
}

.dBlock {
	display: block;
}

.translucent {
	opacity:0.4; 
	filter:alpha(opacity=40);
}

.invisible {
	visibility: hidden; 
	display: none;
}

.shown {
	visibility: visible; 
	display: block;
}

.no_border {
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}

.search_facility_name 
{
    font-weight: bold;
    font-size:small;
}

/*****************
COLORS
*****************/

.red1 {
    color: #CC0000;
}

.red1_bg {
    background-color: #CC0000;
}

.red1_bdr {
    border-color: #CC0000;
    border-top-color: #CC0000;
    border-bottom-color: #CC0000;
    border-left-color: #CC0000;
    border-right-color: #CC0000;
}

.blue1 {
    color: #215E94;
}

.blue1_bg {
    background-color: #215E94;
}

.blue1_bdr {
    border-color: #215E94;
    border-top-color: #215E94;
    border-bottom-color: #215E94;
    border-left-color: #215E94;
    border-right-color: #215E94;
}

.blue2 {
    color: #003366;
}

.blue2_bg {
    background-color: #003366;
}

.blue2_bdr {
    border-color: #003366;
    border-top-color: #003366;
    border-bottom-color: #003366;
    border-left-color: #003366;
    border-right-color: #003366;
}

.grey1 {
    color: #7B838C;
}

.grey1_bg {
    background-color: #7B838C;
}

.grey1_bdr {
    border-color: #7B838C;
    border-top-color: #7B838C;
    border-bottom-color: #7B838C;
    border-left-color: #7B838C;
    border-right-color: #7B838C;
}

.grey2 {
    color: #E9E8E8;
}

.grey2_bg {
    background-color: #E9E8E8;
}

.grey2_bdr {
    border-color: #E9E8E8;
    border-top-color: #E9E8E8;
    border-bottom-color: #E9E8E8;
    border-left-color: #E9E8E8;
    border-right-color: #E9E8E8;
}

.grey3 {
    color: #353535;
}

.grey3_bg {
    background-color: #353535;
}

.grey3_bdr {
    border-color: #353535;
    border-top-color: #353535;
    border-bottom-color: #353535;
    border-left-color: #353535;
    border-right-color: #353535;
}


