@charset "UTF-8";
/* CSS Document */

/*
	---------------------
	Company:  Leopard, Inc.
	Author:  Chris McCain
	Date:  November 21, 2007
	----------------------
*/

/*--------------- PAGE/GENERAL------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 100%;
	font-size: 0.75em;
	line-height: 1.25em;
	background-color: #102132;
	height: 100%;
	width: 100%;
}
.clear {
	clear: both;
}
img {
	border-style: none;
}

a {
	color:#ffffff;
	text-decoration: none;
}		
a:hover { 
	color: #ffd800;
	text-decoration: none;
}
p {
	padding-bottom: 1.0em;
}
h2 {
	font-size: 1.17em;
	font-weight: normal;
	color: #ffd800;
	text-transform: uppercase;
}
h3 {
	font-size: 1.17em;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

/*--------------- CONTENT CONTAINER ------------- */
#contentContainer {
	background-color: #013264;
	background-image: url(../main/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/*--------------- BODY CONTAINER ------------- */
#bodyContainer {
	margin: 0 auto;
	width: 743px;
	background-image: url(../main/secondary_hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#bodyContainer #logo {
	padding-top: 28px;
	width: 554px;
	height: 121px;
	float: left;
}
#bodyContainer #rightColumn {
	padding-top: 147px;
	width: 163px;
	float: right;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6a9ed4;
	border-bottom-color: #6a9ed4;
	border-left-color: #6a9ed4;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	margin-bottom: 15px;
}
#bodyContainer #rightColumn a {
	color:#ffd800;
	text-decoration: none;
}		
#bodyContainer #rightColumn a:hover {
	color: #000000;
	text-decoration: none;
}
#bodyContainer #rightColumn li {
	padding-left: 1em;
	list-style-position: inside;
	list-style-type: disc;
	text-indent: -12px;
}
/* MAIN NAVIGATION */
#bodyContainer #mainNav {
	width: 160px;
	height: 255px;
	background-image:  url(../home/hotbckgrnd_navigation.png);
	background-repeat: no-repeat;
	padding-top: 57px;
	padding-left: 18px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	line-height: 18px;
	float: left;
}

#bodyContainer #centerColumn {
	width: 332px;
	float: left;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 22px;
	padding-top: 7px;
}
#bodyContainer #centerColumn a {
	color:#ffd800;
	text-decoration: none;
}		
#bodyContainer #centerColumn a:hover {
	color: #000000;
	text-decoration: none;
}

#bodyContainer #centerColumn .leftColumn{
	width: 150px;
	float: left;
	padding-right: 10px;
}
#bodyContainer #centerColumn .rightColumn{
	width: 162px;
	float: left;
	padding-left: 10px;
}

#bodyContainer #centerColumn #secondaryTestimonial{
	height: 128px;
}
#bodyContainer #pageName {
	float: left;
	margin-left: 22px;
	width: 354px;
	text-transform: uppercase;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6a9ed4;
}
#bodyContainer #pageName  h1{
	font-size: 1.67em;
	line-height: 1.00em;
	font-weight: normal;
	color: #ffd800;
	text-transform: uppercase;
}
.ie6fix {
	text-align: left;
}


/*--------------- FOOTER LINE ------------- */
#footerLine {
	height: 1px;
	background-color: #1d6cbd;
}

/*--------------- FOOTER ------------- */
#footer {
	margin: 0 auto;
	width: 701px;
	padding-top: 13px;
	color: #8eb5dd;
	line-height: .83em;
	text-align: center;
}
#footer .smalltype {
	font-size: 10px;
}
