﻿body {background:#f3f4f6 url(../images/bg.jpg) repeat-x; margin-top:0px; font-family:Verdana, Helvetica, sans-serif;color:#333333;font-size:12px;}

h1 {font-family:Verdana, Helvetica, sans-serif;font-size:14px; color:#1c8fd7; font-weight:bold;line-height:16px; padding-top:12px}
h2 {font-family:Verdana, Helvetica, sans-serif;font-size:14px; color:#1c8fd7; font-weight:bold;line-height:16px; padding-top:12px}

#hrdiv {
	height:1px; 
	color: #dddddd;
	width:100%;
	margin-bottom:10px;
	margin-top:5px;
	background-color: #dddddd; border: 0px solid #dddddd;
}


/* Rotator Styles */
#wrapper {
	width:976px; 
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-left:1px solid #dddddd;
	margin:0 auto;
	background: #ffffff;
}

#header {
	margin:0 auto; 
	width:945px;
	height:57px;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	font-family:Verdana, Helvetica, sans-serif;
}
#header img {
	margin-top:5px;
}
#navigation {
	background:#ffffff url(../images/bg_nav.gif) no-repeat; 
	margin:0 auto; 
	width:945px;
	height:42px;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	font-family:Verdana, Helvetica, sans-serif;
	position:relative;
}
#navigation img {
	margin-top:0px;margin-right:10px; position:absolute;right:0px; float:right }
.navtext {
	margin-left:11px; margin-top:10px; color:#3b74bb; line-height:55px;
}
#navigation a {
	color:#ffffff; text-decoration:none;
}
#navigation a:hover {
	color:#ffffff; text-decoration:none;
}
#container {
	width:945px;
	margin:0 auto;
}





#customer_spotlight {
	border:1px solid #dddddd; width:243px; height:230px; margin-bottom:20px; text-align:left;padding-left:20px; padding-right:20px; color:#484b55;line-height:18px; 

}
#customer_spotlight .smalltext {
	font-size:12px; line-height:12px;
}

#key_partners {
	border:1px solid #dddddd; width:243px; height:119px; margin-bottom:20px; text-align:left;padding-left:20px; padding-right:20px; color:#484b55;line-height:18px; 
}

#news_ticker {
	border:1px solid #dddddd; width:243px; height:189px; margin-bottom:20px; text-align:left;padding-left:20px; padding-right:20px; color:#484b55;line-height:16px; font-size:13px; 
}
#news_ticker hr {
	border:1px solid #dddddd; height:1px; color:#dddddd; 
}
#news_ticker .headline {color:#0b3293}


#news_ticker a {color:#ef550a; text-decoration:underline}
#news_ticker a:hover {color:#ef550a; text-decoration:none}
.newsticker {
	list-style-type: none;
	background: #ffffff;
	padding: 3px;
	margin: 0;
}

.accordionWrapper{margin-right:3px;margin-top:15px;display:inline-block; background-color:#fff; overflow:hidden; }
.accordionWrapper div{display:inline; float:left; margin:auto;}

.content{margin:0px;border-bottom: 0px solid #dddddd;}
#title{color:#1c8fd7; height:28px; background:#ffffff url(../images/acc_bg.jpg) repeat-x bottom; padding-top:8px;font-size:12px; }

#top_box li {
	list-style-image:url('../images/bullet.gif');
}



a {color:#4b95c4; text-decoration:underline}
a:hover {color:#4b95c4; text-decoration:none}


.footerheadline {font-size:10px;color:#484b55}
.footercontent{font-size:10px;color:#484b55}
.footercontent a {font-size:10px;color:#484b55;text-decoration:none}
.footercontent a:hover{font-size:10px;color:#000;text-decoration:underline }

#footer {
	width:976px; 
	margin:0 auto;
	background: #f3f4f6;
	font-size:10px;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu a {color: #663300; text-decoration:none}
.menu a:hover {color: #663300; text-decoration:none;}

.menu {text-align:center; font-size:10px; position:relative;margin-top:4px; margin-left:2px; padding-bottom:0px;text-decoration:none}
/* hack to correct IE5.5 faulty box model */
/* html .menu {width:756px; w\idth:756px;}*/
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {text-align:left;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
/*.menu li {float:left;width:171px;position:relative;}*/
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a {display:block; text-decoration:none;font-size:12px;text-decoration:none; color:#663300;  border:1px solid #3b74bb; border-width:0 0 0 1px; padding-left:5px; padding-right:5px;line-height:24px;}
/* a hack so that IE5.5 faulty box model is corrected */
/* html .menu a {width:151px; w\idth:140px;}*/

/* style the second level background */
.menu ul ul a.drop {background:#000061;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#000061; text-decoration:none;}
.menu ul ul :hover > a.drop {background:#000061; text-decoration:none;}
/* style the third level background */
.menu ul ul ul a {background:#000061; text-decoration:none;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#000061; text-decoration:none;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:23px;left:0;border-top:1px solid #3b74bb;}
/* another hack for IE5.5 */
* html .menu ul ul {top:29px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:151px; top:-1px; }

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-151px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a {background:#000061; height:auto; line-height:1em; padding:5px 10px; width:200px;border-width:0 1px 1px 1px; text-decoration:none;}
/* yet another hack for IE5.5 */
* html .menu ul ul a {width:151px;w\idth:130px; text-decoration:none;}

.menu ul ul a{font-size:11px;font-weight:normal}


/* style the top level hover */
.menu a:hover {color:#339933; background:#1c8fd7; text-decoration:none;}
.menu ul ul a:hover{font-size:11px;color:#339933; background:#1c8fd7; text-decoration:none;font-weight:normal}

.menu :hover > a, .menu ul ul :hover > a {color:#339933;background:#1c8fd7; text-decoration:none;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; text-decoration:none; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden; text-decoration:none;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible; text-decoration:none;}


