* { behavior: url (iepngfix.htc); }

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px 0px;
	padding: 0px;
	color: #7D3200;
	background-color: #000;
	font-size: 14px;
}
a:link, a:visited {
	color: #7D3200; 
	font-weight: bold;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, form, p {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 1em;
	line-height: 1.1em
}
h1 {
	text-indent: -9999px; 
}
h1 a:link, h1 a:visited {
	display:block;
	float: right;
	width: 230px;
	height: 80px;
	background:url(images/logo.png) no-repeat;
	text-decoration: none;
	overflow: hidden;
}
* html h1 a:link, * html h1 a:visited {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/logo.png", sizingMethod="crop");
} 

h1 a:hover {background-color: transparent;}

h2, h3 {
	color: #FFF;
	font-weight: normal;
}
h2 {
	margin: 20px 0 10px;
	padding-top: 20px;
	font-size: 26px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
body#about h2 {
	color: #7D3200;
	text-align: center;
}
body#contact h2 {
	color: #7D3200;
	margin: 60px 0 0 130px;
}
body#affiliates h2 {
	text-align: center;
	margin: 0 0 1em;
}

h3 {margin-bottom: 30px;
	font-size: 22px;
}
h4 {font-size: 14px;
	margin-bottom: .8em;

}

/*==== Layout Containers ====*/
#pageBounds {
	position: relative;
	background: #FFF url(images/bg_page.jpg) repeat-x;

}
#home #pageBounds,
#about #pageBounds,
#contact #pageBounds,
#solutions #pageBounds,
#affiliates #pageBounds {
	background: #FFF url(images/bg_page-short.jpg) repeat-x;

}
#innerBounds {
	width: 980px;
	margin: auto;
	position: relative;
}

#masthead {
	position: relative;
	z-index: 1000;
	font-size: .8em;
}

#contentBounds {
	position: relative;
	margin-top: 12px;
}
#about #contentBounds, body#contact #contentBounds {
	margin: 20px auto;
	width: 890px;
}
body#contact #contentInner {
	margin-bottom: 160px;
}
body#affiliates #contentInner {
	height: 320px;
}
body#contact #contentBounds {
	width: 720px;
}
#content {
	width: 540px;
	float: left;
	position: relative;
}
#home #content {
	height: 340px;
}
#solutions #content {
	width: 980px;
}
#content p {
	margin-right: 40px;
}
#about #content {
	position: relative;
	float: right;
	width: 640px;
	margin-right: 20px;
	background: transparent url(images/bg_panel-about.png) right top no-repeat;
	display: inline;
}
* html #about #content 
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_panel-about.png", sizingMethod="crop");
}

#about #contentInner {
	margin: 24px;
}
#sidebar {
	width: 390px;
	float: right;
	top: 0;
}
#about #sidebar {
	height: 230px;
	width: 224px;
	background: transparent url(images/bg_panel-sNav.png) 12px top no-repeat;
	margin-left: 0;
	display: inline;
	float: left;
}

* html #about #sidebar {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_panel-sNav.png", sizingMethod="crop");
}

#sidebar h3 {
	color: #7D3200 ;
	text-align: center;
	font-size: 18px;
}

.panelBg {
	margin-bottom: 4px;
}
.panelBg p {
	line-height: 1.1;
	font-size: 13px;
}

.panelBg h3 {
	margin: 4px 0 12px;
} 
/**/
#testimonial {
	padding: 20px;
	height: 280px;
}
#resources {
	padding: 0 20px;
	height: 130px;
}

#footer {
	height: 255px;
	background: url(images/bg_footer.jpg) repeat-x;
	background-color: #000;
	color: #FFF;
	font-size: 10px;
}

#footer #innerFoot {
	width: 980px;
	margin: 0 auto;
	padding-top: 150px;
}
#footer #logInLink {
	display: block;
	float: right;
	width: 200px;
	text-align: right;
}
#footer #logInLink a:link , #footer #logInLink a:visited{
	color: #FFF;
}
#footer #logInLink a:hover {
}

/*=== Navigation Arrays ===*/
ul#mNav {
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 30px;
	width: 580px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

ul#mNav li {
	display: inline;
	margin: 0; 
	padding: 0; 
	position: relative; 
	float: left; 
	list-style: none;
}

ul#mNav a {
	display: block; 
	padding: 4px 28px;
}
ul#mNav a:link, ul#mNav a:visited {color: #FFF;}
ul#mNav a:hover, 
ul#mNav li:hover {
	text-decoration: none;
	background: transparent url(images/bg_mNav_bullet.gif) 8px 8px no-repeat;
}

/*=======  Dropdown menus  ========*/

ul#mNav li ul.mNavSub {/*Target the drop-down menus */
	width: 500px; 
	position: absolute; 
	top: 24px; 
	left: 24px;
	margin: 0; 
	padding: 0;
	display:none; 
	font-weight: normal;
	font-size: 11px;
 	width: 124px;
}
ul#mNav li ul.mNavSub li{
	margin: 0; 
	padding: 0; 
	display: block; 
	float: left;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
ul#mNav li ul.mNavSub a {
	display: block; 
	width: 100px;  
	margin: 0; 
	padding: 2px 6px; 
	font-weight: normal;
	line-height: 1;
}

* html  ul#mNav li ul.mNavSub a{width: 100%;}


body.solutions ul#mNav li ul.mNavSub a {
	/*background-color: #2285C0;*/ 

}
ul#mNav li ul.mNavSub a:link{/*background-color: #13398E;*/}
ul#mNav li ul.mNavSub a:visited{ }
ul#mNav li ul.mNavSub a:hover, 
ul#mNav li ul.mNavSub li:hover{ 
	background-image: none; 
	text-decoration: underline;
}


ul#mNav li:hover ul.mNavSub, 
ul#mNav li.sfhover ul.mNavSub { /* Displays the submenu on :hover */
	display: block;
}

/*===== Side Nav ======*/

ul#sNav {
	margin: 16px 0 16px 0; padding: 0; list-style: none;
	width: 180px;
	font-size: 13px;
}
ul#sNav li {
	/*line-height: 2;*/	
	position: relative;
}

ul#sNav li a {
	/*padding: 16px; */
	width: 165px;
	padding: 8px 4px 8px 24px;
	display: block;
}
ul#sNav li a.on, 
ul#sNav li a:hover {
	background: url(images/bg_sNav-caret.gif) 0 12px no-repeat;

}

/*   Content styling     */

.floatL {
	float: left; margin-right: 8px;
}
ul.twoColList li {
	width: 49%;
	float: left;
	
}

#homePhoto {
	position: absolute;
	width: 322px;
	height: 299px;
	top: 116px;
	left: 44px;
	z-index: 1;
}
#homePhoto p.callout {
	display: none; 
	position: absolute; 
	top: 50%; 
	left: 25%;
	width: 50%;
	background: #FFF; 
	padding: 12px;  
	text-align: center;
}
#homePhoto a {
	display: block; 
	text-decoration: none;
}
#homePhoto a:hover p.callout {
	display: block;
}
#homePhoto img {border: 0;}

.moreInfoLink {
	text-align: center;
}
.twoCol{
	margin-left: 20px;

}
.twoCol .colRight {
	width: 300px;
	float: left;
}
.twoCol .colLeft {
	width: 220px;
	float: left;
}
#solutionImageLinks {
	text-align: center;
}
#solutionImageLinks img {
	border: 0;
	margin: 100px 40px 40px 0;
}
#solImg_you {
	margin-right: 0;
}

#colContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 980px;
}
.column {
	width: 238px;
	float: left;
	margin-right: 4px;
	background: transparent url(images/bg_column.png) no-repeat;
	min-height: 500px;
	overflow: visible;
	height: 600px;
}
.column h2 {font-size: 18px; text-align: center; text-transform: uppercase;}
.column h3 {font-size: 14px; margin-bottom: 8px; text-transform: uppercase;}
.column p {padding-left: 8px; font-size: 12px;}
.column a {color: #FFF; font-weight: normal;}

.colInner {
	padding: 0 8px;
}

/* Clearing floats - http://www.positioniseverything.net/easyclearing.html  */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.c\learfix:after { line-height: 0; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*==========  Scroller Styles  =============*/

.holder {
	float: left;
	background: transparent url(images/bg_panelBgX.png) no-repeat;
	padding: 18px;
}
* html .holder
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_panelBgX.png", sizingMethod="crop");
}

.scroll-pane {
	position: relative;
	width: 360px;
	height: 252px;
	overflow: auto;
	float: left;
}
.scroll-pane2 {
	position: relative;
	width: 360px;
	height:100px;
	overflow: auto;
	float: left;
}

.osX .jScrollPaneTrack {
	background: url(images/osx_track.gif) repeat-y;
}
.osX .jScrollPaneDrag {
	background: url(images/osx_drag_middle.gif) repeat-y;
}
.osX .jScrollPaneDragTop {
	background: url(images/osx_drag_top.gif) no-repeat;
	height: 6px;
}
.osX .jScrollPaneDragBottom {
	background: url(images/osx_drag_bottom.gif) no-repeat;
	height: 7px;
}
.osX a.jScrollArrowUp {
	height: 24px;
	background: url(images/osx_arrow_up.png) no-repeat 0 -30px;
}
.osX a.jScrollArrowUp:hover {
	background-position: 0 0;
}
.osX a.jScrollArrowDown {
	height: 24px;
	background: url(images/osx_arrow_down.png) no-repeat 0 -30px;
}
.osX a.jScrollArrowDown:hover {
	background-position: 0 0;
}

/* IE SPECIFIC HACKED STYLES */
* html .osX .jScrollPaneDragBottom {
	bottom: -1px;
}
/* /IE SPECIFIC HACKED STYLES */
