@CHARSET "ISO-8859-1";
@import url('/css/layout.css');
@import url('/css/dropdown.css');


* {
	margin: 0;
	padding: 0;
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size: 12px;
	line-height: 16px;
	color: #4a4a4a;

}

/*body {background: #696969;}*/
.bodytextbold {font-weight: bold;}
a,b,h1,h2,h3,h4,h5,h6,.boldcolor {color: #1b537e;}
a:focus { outline: none;}


h1 {
    font-family: Trebuchet MS;
	font-size: 22px; 
}
.main {
    font-family: Trebuchet MS;
    font-size: 22px;
	line-height:17px;
}
.main a {
    font-family: Trebuchet MS;
    font-size: 17px;
    line-height:22px;
	text-decoration: none;
}
.main a:hover {
    text-decoration:underline;
}

h2 {
    font-size:larger;
    font-weight:bold;
}

ul,li {
	list-style-position: outside;
	margin: 0px 0px 0px 15px;
}
ol,li {
    list-style-position: outside;
    margin: 0px 0px 0px 15px;
}


/*ul li ul li {
    list-style-position: outside;
}
ul ul li {
    list-style-position: outside;
    text-indent: 30px;
}*/

.in-page-menu { font-size: 12px; color: #E67C39; margin: 5px 0px -10px 20px;}
.in-page-menu a {font-size: 12px; text-decoration: none; color: #1b537e;}

/*.alignright,img.alignright{float:right; margin:1em 0 0 1em;}*/
#container h1, #container h2, #container h3, #container h4, .blueTitle {color: #1b537e;}


.a-solution {display: none;  height: 175px;}
.a-solution.current {display: block;}
.a-solution img {float: left; padding: 0px 10px 0px 0px;}
.a-solution-overview {text-align: left; padding: 0px 0px 0px 10px;}

#cs-selector {
	/*text-align: center;*/ 
	padding: 3px 0px 0px 0px;
}
.a-cs-selector {
	background-color: #fff; 
	border: 1px solid #4a4a4a; 
	padding: 2px 6px; 
	cursor: pointer; 
	text-decoration: none; 
	color: #4a4a4a;
}
.a-cs-selector.current {background-color: #F8CD2D;}
