﻿/**********************************************************/
/******************  Author: Adam Hubert  *****************/
/**********************************************************/
/* Note: Subpages that have subpage specific styles, are at the bottom of this sheet */

/***************** Includes **********************/
@import url(Includes/QuickNav.css);
@import url(Includes/Menu.css);
@import url(Includes/Footer.css);



/***************** Links **********************/

/**************** General Links ****************/
A:link, A:visited
{
	color: #0174c5;
	text-decoration: none;
}

A:Hover
{
	color: #0174c5;
	text-decoration: underline;
}


/*************** Body / Html  *****************/
body, html
{
	background-color: #008ef1;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	height:100%;

}


h1
{
    margin-left:3px;   
}


/**********************************************************/
/****** Site template for subpage from top to bottom ******/
/**********************************************************/

/*************** Page housing  ****************/
.mainTable
{
	margin: auto;
	width: 735px;
}


/*************** Header table cell for all subpages (for the header graphic only)  ****************/
.headerCell
{
	background: url(../Images/MasterPage/Top.jpg) #008ef1 top center no-repeat;
	color: #474747;
	height: 27px;
}

.menuCell
{
	background: url(../Images/MasterPage/Center.jpg) #008ef1 top center repeat-y;
	color: #777777;
	padding-left:18px;
	padding-right:18px;
}



/*************** Menu cell (for menubackdrop {to avoid browser parsing/loading look delay} and spacing touchups) ****************/
.menuCell img
{
	display:block; 
}


/*************** Content table cell _container_ for all subpages  ****************/
/*Note: This is not the actual content cell, the actual content cell is named: innerContentCell  */
.contentContainerCell
{
	background: url(../Images/MasterPage/Center.jpg) #008ef1 top center repeat-y;
	color: #777777;

	padding-top:2px;
	padding-left:6px;
	padding-right:13px;
	padding-bottom:50px;
	
	text-align:left;
	

}


.innerContentContainerTable
{
	width:100%;
}


.innerContentContainerCell_Left
{
	width:130px;
}


.innerContentContainerCell_Right
{
	padding-left:18px;
	padding-right:18px;
}


.innerContentContainerCell_Padding
{
	padding-left:18px;
	padding-right:18px;
}




/*************** Footer table cell for all subpages   ****************/
.footerCell
{
	background: url(../Images/MasterPage/Bottom.jpg) #008ef1 top center no-repeat;
	height: 42px;
	padding-left:18px;
	padding-right:18px;
}



/**********************************************************/
/*************************** Misc *************************/
/**********************************************************/

/*	Any images that need flush formatting  */
.LayoutImage
{
	display:block;
}


/*  Flush spacing on P tags  */
.tight p
{
  margin:0;
}

