﻿/*Entire Page Styles*/
body
{
    background-position: center;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: center;
    background-image: url('../images/untitled.bmp');
    background-repeat: repeat-y;
}
img
{
    border-style: none;
}
h1
{
    font-size: large;
    font-weight: bold;
    color: #2D2D2D;
    font-family: Arial, Helvetica, sans-serif;
}
p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #2D2D2D;
}
.tableHeadingRow
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #ffffff;
	background-color: #C0C0C0;
	font-weight: 500;
}
.fancyFont
{
    font-family: Georgia;
    font-size: 16px;
}
.tickBox
{
	list-style-image: url('../images/tick.png');
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	list-style-position: inside;
	list-style-type: circle;
	text-indent: inherit;
	vertical-align: middle;
}
.silverLine
{
    color: white;  
    font-size: 18px;  
    font-weight: bold;
}
/*Top Row Styles*/
.topRow
{
    background-color: #CCCCCC;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    width: 100%
    
}
.topRowInner
{
    background-color: white;
    padding-left: 15px;
    height: 30px;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    
}
.topRowText
{
    margin: 0 auto;
    width: 1000px;
    text-align: left;
 }
 .topText
 {
     float: left;
 }
.homeLink
{
  float: right;   
  padding-top: 2px;
  padding-right: 10px;
  padding-left: 10px;
}
/*Logo and Main Menu Styles*/
.mainMenu
{
    border-width: thin;
    border-color: white;
    background-color: White;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    border-bottom-style: solid;
}

.mainLogo
{
    padding-top: 20px;
    padding-bottom: 10px; 
    width: 468px; 
    float: left; 
    background-color: White;
}
.largeMenu
{
 float: right;
 width: 532px;   
 padding-top: 55px;
 
 
 }
 /*mainContentLogo*/
 .mainContentLogo
 {
      
       
   }
 .mainContent
 {
    background-color: white;
    
    width: 1000px;
    margin: 0 auto;
    text-align: left; 
   }
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:350px;	width: 1000px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	float: left;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}