﻿/*******************************************************************/
/************************** GLOBAL SETTINGS ************************/
/*******************************************************************/

body {
	background-color: #FFFFFF;
	padding:0;
	margin:0;
	border:0;
}

.border {
	border: 1px solid #717074;
}

.indoor_border {
	border: 1px solid #717074;
}

p {
   font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited{
	color: #333333;
	text-decoration:underline; 
}

a:hover {
	color: #666666;
	text-decoration:underline; 
}

a:active {
	color: #666666;
}

hr {
	color: #666666;
	height: 0.5px
}

form {
   display:inline; 
   margin:0;
}

sup {
   font-size: 9px;
}

input, select {
	z-index : -3;
	font-size: 12px;
}

/*******************************************************************/
/************************** OUTER TABLES ************************/
/*******************************************************************/

.outerTable {
   padding: 0px;
   width: 980px;
}

/*******************************************************************/
/************************** BRANDING TABLE ************************/
/*******************************************************************/
.brandingPanel{
	border-collapse: collapse;
	background-color: #FFFFFF;
	width: 980px;
	height: 100px;
	vertical-align:top;
}

.topimagePanel{
	border-collapse: collapse;
	background-color: #FFFFFF;
	width: 980px;
	height: 200px;
	vertical-align:top;
}

.searchText{
	font-family: Arial, Helvetica, sans-serif;
	color: #ed1c24;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;	
	text-align:center;
} 

.topmenuText{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;	
	text-align:center;
} 

a.topmenuText{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
   	font-size: 12px;
   	line-height: 12px;	
	font-weight: normal;	
	text-decoration:none; 
}

a.topmenuText:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	text-decoration:none;
} 

/*******************************************************************/
/************************** SIDE MENU TABLE ************************/
/*******************************************************************/
.sidePanel{
	background-color: #ed1b24;
	width: 160px;
	height: 382px;
	vertical-align:top;
} 

.sidemenuText{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	text-align:left;
} 

a.sidemenuText{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
   	font-size: 12px;
   	line-height: 12px;	
	font-weight: normal;	
	text-decoration:none; 
}

a.sidemenuText:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	text-decoration:underline;
} 
   
/*******************************************************************/
/************************** CONTENT TABLE ************************/
/*******************************************************************/
.bodyContentPanel1{
   width: 980px;
   height: 100%;
   background-color: #ffffff;
   text-align:top;
}

.bodyContentPanel2{
   width: 820px;
   height: 100%;
   background-color: #ffffff;
   text-align:top;
}

.bodyContentPanel3{
   width: 690px;
   height: 362px;
   padding-bottom: 0px;
   padding-left: 0px;
   padding-right: 10px;
   padding-top: 0px;
   background-color: #ffffff;
   text-align:top;
}

.bodyTitle{
	font-family: Arial, Helvetica, sans-serif;
	color: #ed1c24;
	font-size: 22px;
	line-height: 15px;
	font-weight: bold;
}

.bodyHeading{
	font-family: Arial, Helvetica, sans-serif;
	color: #ed1c24;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
}

.bodySubHeading{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

.bodyIntroText{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	text-indent: 20px;
	font-style: italic;
}

.bodyTextNoindent{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 17px;
}


.bodyText{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 17px;
	text-indent: 0px;
}

.bodyRedText{
	font-family: Arial, Helvetica, sans-serif;
	color: #be1d2c;
	font-size: 12px;
	line-height: 17px;
}

.bodyWhiteText{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 17px;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

a.bodyText{
	font-family: Arial, Helvetica, sans-serif;
	color: #be1d2c;
   	font-size: 12px;
   	line-height: 17px;
	text-decoration:underline; 
}

a.bodyText:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #717074;
   	font-size: 12px;
   	line-height: 17px;
	text-decoration:underline; 
}

/*******************************************************************/
/************************** FOOTER TABLE ************************/
/*******************************************************************/
.footerPanel {
	border-collapse: collapse;
	background-color: #999999;
	width: 980px;
	height:20px;
	text-valign:middle;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

a.copyright {
   	font-family: Arial, Helvetica, sans-serif;
   	font-size:10px;
   	font-style: normal; 
	font-weight: normal; 
   	color:#FFFFFF;
	text-decoration:underline; 
}

a.copyright:hover{
   	font-family: Arial, Helvetica, sans-serif;
   	font-size:10px;
   	font-style: normal; 
	font-weight: normal; 
   	color:#be1d2c;
	text-decoration:underline; 
}

