@charset "utf-8";
/*

	GLOBAL STYLES
	Created by Darrin Robertson - d@darrinrobertson.com
	September, 2007

*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  TYPE */

body, p{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 10pt;
}
h1
{
	color: #FF0000;
	font-weight: normal;
	font-size: 22pt;
}
h2
{
	color: #FF0000;
	font-weight: normal;
	font-size: 18pt;
}
h3
{
	color: #FF0000;
	font-weight: normal;
	font-size: 14pt;
}
h4
{
	color: #FF0000;
	font-weight: bold;
	font-size: 10pt;
}
#support-footer
{
	font-size: 8pt;
	text-transform: uppercase;
	color: #446BA2;
}
pre
{
	font-size: 11px;
	font-family:"Courier New", Courier, monospace;
}

ul.breadCrumb li
{
	font-size: 9pt;
	font-weight: bold;
	color: red;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  LINKS */


a:link, a:visited
{
	font-weight: bold;
	color: #003A85;
	text-decoration: none;
}
a:hover, a:active
{
	font-weight: bold;
	color: #003A85;;
	background: #c7d3e3;
	text-decoration: none;
}
a img{
	border: none;
	background: none;
}

#support-header a{
	background: none;
}

/* NAV BAR LINKS */

.navBar a:link, .navBar a:visited
{
	font-size: 9pt;
	line-height: 100%;
	
	position:relative;
	display: block;
	width: 269px;
	height: 18px;
	margin: 0px;
	padding: 7px 46px 0px 0px;
	border-bottom: solid white 1px;
	background: url(../images/buttons/arrowNavBar.gif) no-repeat right center;
	text-align: right;
}

.navBar a:hover, .navBar a:active
{
	font-size: 9pt;
	color: #003A85;
	line-height: 100%;
	
	position:relative;
	display: block;
	width: 269px;
	height: 18px;
	margin: 0px;
	padding: 7px 46px 0px 0px;
	border-bottom: solid white 1px;
	background: url(../images/buttons/arrowNavBar.gif) no-repeat right center white;
	text-align: right;
}

a.support-bodyButton:link, a.support-bodyButton:visited 
{
	display: inline;
	padding: 5px 25px 5px 12px;
	border: 1px solid #c7d3e3;
	background: url(../images/buttons/arrowFeaturedProduct.gif) right no-repeat;
}
a.support-bodyButton:hover, a.support-bodyButton:active 
{
	display: inline;
	padding: 5px 25px 5px 12px;
	border: 1px solid #c7d3e3;
	background: url(../images/buttons/arrowFeaturedProduct.gif) right no-repeat #c7d3e3;
}
a.support-logoContact:link, a.support-logoContact:visited
{
	color: red;
	text-decoration: underline;
}
a.support-logoContact:hover, a.support-logoContact:active
{
	color: red;
	text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  PAGE LAYOUT */

body
{
	margin: 0px;
	background: url(../images/backgrounds/blueClouds.jpg) repeat-x center top #003a85;
	text-align: center;
}

li
{
	margin: 6px 0px;
}

#support-outerWrapper
{
	width: 964px;
	margin: 0px auto;
	background: url(../images/backgrounds/pageRepeat.jpg) repeat-y center;
}
#support-innerWrapper
{
	width: 964px;
	background: url(../images/backgrounds/pageTop.jpg) no-repeat top center;
	text-align: left;
}

#support-header
{
	position:relative;
	width:950px;
	height:144px;
	margin: 0px 0px 0px 7px;
	background: white;
	border-bottom: solid #003a85 10px;
}
#support-logo
{
	position:relative;
	top: 42px;
	left: 30px;
}
#support-logoPhone
{
	position: absolute;
	left: 30px;
	top: 116px;
	width: 252px;
	text-align: right;
}

#support-clear
{
	width: 950px;
	clear: both;
}

#support-footer
{
	width: 932px;
	height: 25px;
	margin: 0px auto 0px auto;
	padding: 30px 25px 22px 0px;
	background: url(../images/backgrounds/pageBottom.jpg) no-repeat top center #003a85;
	text-align: right;
}

#leftNav
{
	float: left;
	padding: 0px 0px 0px 0px;
	width: 315px;
	margin: 0px 0px 0px 7px;
	display: inline;
}
#rightContent
{
	width: 585px;
	margin: 45px 0px 0px 347px;
	padding: 0px;
	position: relative;
}

ul.breadCrumb
{
	margin: 0px;
	padding: 0px;
}

ul.breadCrumb li
{
	display: inline;
	list-style:square;
	padding-right: 2px;
}

ul.drillDown li
{
	list-style-image:url(../images/buttons/arrowBodyButton.gif)
}

.inline
{
	display: inline;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */