@charset "UTF-8";
/* CSS Document */

#secondarynav{
	width:180px;
	margin:40px 0 0 10px;
	padding:0;
	float:left;
}

#secondarynav ul {
	margin: 0px;
	padding:0;
	list-style: none;
	line-height: normal;
}

#secondarynav ul li {
	display: block;
	padding: 9px 0;
	margin:0 0 5px 0;
	color: #0071bc;
	border-top:1px solid #fbb03b;
	text-align:center;

}

#secondarynav ul li a:hover{
	color:#f15924;
	text-decoration:none;
}
#secondarynav ul li a:link{
	color:#0071bc;
	font-size:13px;
	font-weight: bolder;

}

#secondarycontent{
	width:710px;
	margin:10px 15px 0 15px;
	padding:20px;
	float:right;
	background-image:url(images/secondary-contentbkg.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#secondarycontent ul {
	list-style-type:bullet;
	font-size:14px;
	line-height:130%;
	color:#333;
	margin-top:5px;
	padding-left: 30px;
	text-indent: 0;
	list-style-position:inside;
}

#secondarycontent ul em{
	font-weight:normal;
	color: #f15924;
}

#secondarycontent ul li{
	padding-bottom:5px;
}

#secondarycontent ol {
	list-style-type:inherit;
	font-size:14px;
	padding-left:30px;
	text-indent:-0px;
	line-height:130%;
	color:#333;
	margin-top:5px;
}

#secondarycontent ol em{
	font-weight:bold;
	color: #f15924;
}

#secondarycontent ol li{
	padding-bottom:10px;
}

#newsection{
	margin:20px;
	padding:0;
	background-image:url(images/dot.gif);
	background-repeat:repeat-x;
	height:10px;
}

#imageleft {
	float:left;
	margin:5px 25px 5px 0px;
	padding:0;
	border:0;
}

#imageright {
	float:right;
	margin:0 10px 10px 10px;
	padding:0;
}

h6 {
	text-align:center;
	width:700px;
	margin:10px auto;
	padding:10px;
	font:Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#fbb03b;
	font-size:12px;
	font-weight:normal;
}

#otheroptions {
	padding-top:10px;
	margin-right:25px;
	height: 15px;
	text-align:right;
	font-size: 12px;
	float:right;
}

#otheroptions ul{
	padding: 0;
	margin: 0;
}

#otheroptions ul li{
	padding: 0;
	margin: 0;
	display: inline;
}

#otheroptions ul li a{
	text-decoration:none;
	padding: 0 10px;
	text-align: right;
	width: 9em;
}