/* @group Gloabal
==================================== */

body{
	padding:0 !important;
	margin:0 !important;
	outline:0;
	top:0 !important;
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#container{
	width:966px;
	margin:0 auto;
	padding:0;
}

.flashObj{
	outline:0;
	z-index:1;
}

.rounded10{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

/* @end Global
==================================== */

/* @group Helper (Clearfix)
==================================== */

.clearfix:before, clearfix:after{
	content: " "; /* Avoid extra space */
}

/* @end Helper (Clearfix)
------------------------------------ */

/* @group Body ==================================== */

/* @group Sidebars
==================================== */

.sidebar#left{
	float:left;
	width:220px;
}


/* @end Sidebars
------------------------------------ */

/* @group Content Body
==================================== */

.twoColSL #primary.content{
	width:746px;
	float:left;
}

h2.pageTitle{
	border-bottom:#666 1px solid;
	margin-bottom:15px;
}

#primary.content p{
	margin:10px 0;
}
/* @end Content Body
------------------------------------ */

/* @end Body ------------------------------------ */

/* @group Header
==================================== */

#header{}
#header h1{
	margin:0;
	padding:0;
	display:inline-block;
	float:left;
}
#header h1 a{
	text-indent:-9999px;
	display:inline-block;
	width:294px; height:84px;
	background:url(../images/logo.jpg) no-repeat;
}

#need-support{
	float:right; !important
	height:43px; width:522px;
	top:0;
}
#navUtility{
	float:right;
	top:45px;
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
	width:355px;
	vertical-align:middle;
	height:20px;
}
#navUtility li{
	display:inline;
	border-right:1px solid #000;
	vertical-align:middle;
	margin:0; padding:0px 0.5em 0 0;
	line-height:20px;
}
#navUtility li.last{
	border:none;
}

#header #searchForm{
	top:45px;
	width:160px;
	float:right;
	display:inline-block;
	margin:0;
	padding:0;
}
#header #searchForm fieldset{
	margin:0;
	padding:0;
}
#header #searchForm input.text{
	width:110px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:1px solid #999;
}
#header #searchForm button{
	width:30px;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:2px;
	background:#e0edcf;
	border:0;
	text-align:center;
	padding:0 3px;
	margin:0;
	height:20px;
}

/* @end Header
------------------------------------ */

/* @group Footer
==================================== */

#footer {
	clear: both;
}

#footer #quoteBox{
	width:966px; height:auto;
	padding:10px 0;
}

#footer #imgNav{
	width:966px; height:185px;
	margin:0 auto;
	border:#a0a0a0 1px solid;
	margin-bottom:20px;
	display:block;
}
#footer #imgNav .spot{
	width:238px; height:185px;
	float:left;
	display:block;
}
#footer #imgNav .divider{
	width:1px; height:182px; 
	margin:0; 
	float:left;
}


#footer #imgNav .spotcenter{
	display:table-cell; 
	text-align:center; 
	vertical-align:middle; 
	width:238px; height:185px;
	padding:auto 0;
}
#footer #imgNav .spotcenter img{
	vertical-align:middle;
}

#footer .copyright{
	text-align:center;
	color:#999;
}

/* @end Footer
------------------------------------ */

/* @group Navigation ==================================== */
/* @group Primary Nav
==================================== */

#navPrimary {
	height: 70px;
	overflow: hidden;
	margin: 5px 0 5px 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	color: #fff;
	background:#4E4E4E;
}

#navPrimary li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	height:70px;
}

#navPrimary li.first {
	margin-left: 15px;
}

#navPrimary a {
	display: block;
	padding: 0 15px;
	line-height: 69px;
	color: #fff;
	text-decoration: none;
	}

#navPrimary li a:hover, #navPrimary li.current a, #navPrimary li:hover, #navPrimary li.sfhover {
}

#navPrimary li:hover a, #navPrimary li li:hover a:hover, #navPrimary li.sfhover a:hover, #navPrimary li.current a {
	color: #fff;
	background: #6A6A6A;
}

/* @end Primary Nav
------------------------------------ */

/* @group Nav Secondary
==================================== */

.navSecondary{
	list-style:none;
	padding:0 20px 0 0;
	margin:0 0 10px 0;
}
.navSecondary li{
	background-color:#F5F5F5;
	margin:0;
	padding:5px 4px;
	width:100%;
}
.navSecondary li:hover, .navSecondary li.current{
	background:#e0edcf;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.navSecondary li a{
	width:100%;
	vertical-align:middle;
	display:block;
}
.navSecondary li.current ul{
	margin-bottom:0 !important;
}
.navSecondary li.current ul li{
	list-style:none;
	background:#E0EDCF;
	padding-left:0;
}

/* @end Nav Secondary
------------------------------------ */
/* @group Navigation ------------------------------------ */

/* @group Content Objects ==================================== */

/* @group Sitemap
==================================== */

#svSiteMap a{
	color:#333;
}
#svSiteMap li li a{
	border-bottom:1px solid #333;
	width:100%;
	display:block;
}
#svSiteMap li li li a{
	border:0;
}

/* @end Sitemap
------------------------------------ */

/* @group Forms
==================================== */
/* @group general ============ */
#primary.content form input, #primary.content form select, #primary.content form textarea{
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:1px solid #999;
}

#primary.content form input.submit{
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:2px;
	background:#e0edcf;
	border:1px solid #999;
	text-align:center;
	padding:0 10px;
	margin:0;
	height:20px;
}
/* @end general ------------ */
/* @group comment ============ */
#svComments{
	padding-top:20px;
	margin-top:20px;
	border-top:solid #999 1px;
}
#svComments legend{
	margin-left:-15px !important;
	padding:0 !important;
}
#svComments ol li label{
	width:15% !important;
}
#svComments .buttons{
	width:650px;
}
#svComments h3{
	font-size:1.5em;
	margin-bottom:10px;
	font-weight:normal;
}
/* @end comment   ------------ */

/* @end Forms
------------------------------------ */

/* @end Content Objects ------------------------------------ */

/* @group Home Page
==================================== */

#slideshow{
	height:340px; width:966px;
	margin:0 auto;
	padding:10px 0;
}

/* @end Home Page
------------------------------------ */

/* @group Portal
==================================== */

#svPortal{
	margin-top:0 !important;
	padding-top:0 !important;
}
#svPortal dl dt a{
	color:#333;
	width:100%;
	border-bottom:1px #333 solid;
	display:block;
}
#svPortal dl dd a{
	color:#666;
}
#svPortal dl dd p a{
	color:#03C; !important;
}



/* @end Portal
------------------------------------ */

