@charset "utf-8";
/* CSS Document */
html, body{
	background:#e0e0e0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
}
#banner{
	float:left;
	clear:both;
	height:256px;
	width:99.9%;
	overflow:hidden;
	/*change the banner image below (1800px x 240px) */
	background:url(../solatido new banner.gif) no-repeat 256px 0px;
}
#logo{
	float:left;
	width:240px;
	height:240px;
	/*change the logo image below (240px x 240px) */
	background:url(../images/newlogo.jpg);
}

#wrapper{
	margin:0px auto;
	width:1004px;
}

#navigation{
	float:left;
	clear:left;
	width:200px;
	margin:10px 0px 0px 10px;
}
#navigation .primaryNav{
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:15px;
	font-weight:bold;
	text-align:right;
}
#navigation .primaryNav li a{
	margin:5px 0px;
	display:block;
	padding:10px 5px;
	background:#ededed;
	text-decoration:none;
	color:#003366;	
}
#navigation .primaryNav li a:hover{
	background:#fff;
}

#navigation .primaryNav li.current a, #navigation .primaryNav li.current a:hover{
	background:#fff;
	color:#003366;
}


#navigation .secondaryNav{
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:right;
	font-size:14px;
}

#navigation .secondaryNav li{
	margin:10px 0px;
}

#navigation .secondaryNav li a{
	text-decoration:none;
	color:#003366;	
}
#navigation .secondaryNav li a:hover{
	color:#fff;
}
.shadow{
	background:#bbb;
	border:1px solid #ccc;
	float:left;
	margin-bottom:10px;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background:#ccc;
	padding:2px 5px;
	margin:-5px 0px 0px -5px;
	color:#006699;
	font-weight:normal;
}

#content{
	float:left;
	width:534px;
	padding:5px;
	position:relative;
	top:-2px;
	left:-2px;
	float:left;
	background:#fff;
}
#rightColumn{
	float:left;
	width:200px;
	padding:5px;
	margin:50px 0px 10px 0px;
}


#rightColumn .box{
	float:left;
	width:200px;
	padding:5px;
	position:relative;
	top:-2px;
	left:-2px;
	float:left;
	background:#fff;
}

#footer{
	float:left;
	clear:both;
	margin-left:200px;
	width:774px;
	padding:0px 5px;
	border-top:1px solid #ccc;
	font-size:11px;
	color:#aaa;
}
#footer a{
	color:#aaa;
	text-decoration:none;
}
#footer a:hover{
	color:#000;
}