﻿/**~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**
UNIVERSAL STYLES
~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**/
img 
{
	vertical-align: text-bottom;
}


/**~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**
LIBRARY STYLES
~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**/

.objectLeft
{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.objectRight
{
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

.quoteBody
{
}

.secondaryHeading
{
	font-style: italic;
}

.primaryheading
{
	font-weight: bold;
	font-size: 13px;
}

.clearer
{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

.newsItems
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;	
	color: Black;
}

.footerElements
{	
	float: left;
	width: 100px;
	color: Black;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	margin-top: 3px;
	border-left: solid 1px #9F9F9F;
}

.footerElements:hover
{
	text-decoration: underline;
}

.partnersLinks
{
	text-decoration: none;
	color: Black;
	font-weight: bold;
	font-size: 13px;
}

.partnersLinks:hover
{
	text-decoration: underline;
}

.newsLinks
{
	text-decoration: none;
	color: Black;
}

.largeQuotes
{
	font-size: 18px;
	color: Red;	
	font-style: italic;
}

.copyRight
{
	font-family: Verdana;
	float: left;
	font-size: 10px;
	margin: 3px 25px 0px 0px;
}
/**~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**
TEMPLATE LAYOUT
~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**/

#wrapper
{
}

#body
{
}

#header
{
	width: 750px;
	margin-bottom: 10px;
}

#headerImage
{
	width: 750px;	
}

#departmentBar
{
	width: 735px;
	padding-top: 0.2em;
	height: 20px;
	padding-left: 15px;
	background-color: #EC2327;
	font-family: Verdana;
	font-size: 15px;
	color: White;
	text-transform: uppercase;
}

#content
{
	width: 750px;
	font-family: Verdana;
	font-size: 11px;
	color: Black;
	margin: 10px 10px 10px 10px;
		line-height: 150%;
}


#mainContent
{
	width: 380px;
	height: 100%;
	padding-left: 5px;
	padding-top: 10px;
	position: relative;
	float: left;
	z-index: 1;
}

#mainContentHidden
{
	width: 380px;
	position: absolute;
	top: 0;
	z-index: 0;	
}

#auxContent
{
	width: 300px;
	float: right;
	height: 100%;
	padding-right: 10px;
	padding-top: 10px;
	position: relative;
	z-index: 1;
}

#auxContentHidden
{
	left: 440px;
	width: 300px;
	position: absolute;
	display: inline;
	top: 0;
	z-index: 0;	
}

#footerBar
{
	float: left;
	width: 750px;
	height: 25px;
	border-top: solid 1px #9F9F9F;
}	

/**~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**
INDIVIDUAL PAGE STYLES
~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**/

.grayBox
{
	margin-top: 10px;
	background-color: #E9E9E9;
	padding: 8px 8px 8px 8px;
	margin-bottom: 15px;	
}

.newsBox
{
	margin-top: 10px;
	background-color: White;
	padding: 8px 8px 8px 8px;
	margin-bottom: 15px;		
}

ul.news
{
	list-style: none outside none;
}

li.news
{
	background-color: White;
	position: relative;
	float: none;
	width: 100%;
    border-right: none;
    padding-left: 0;
    padding-top: 10px;	
}

.testimonialPadding
{
	padding: 8px 8px 8px 8px;
}


/**~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**
NAVIGATION MENUS
~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**~**/

#topNavigation
{
	width: 750px;
	height: 25px;
	padding-top: .4em;
	float: left;
	z-index: 10;
	background-color: #EC2327;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li
{
	position: relative;
	float: left;
	width: 120px;
	background-color: #EC2327;
    border-right: solid 1px white;
}

ul li ul li
{
	border: none;
	background-color: #E9E9E9;

}

ul li ul li a
{
	color: Black;
		text-align: left;
}

ul li a
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: White;
	text-align: center;
	display: block;
	margin: 0;
	text-decoration: none;
}

ul li ul li a:hover
{
	color: #EC2327;
	background-color: White;
}

li ul
{
	position: absolute;
	display: none;
}

li:hover ul, li.over ul
{
	display: block;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */






