@charset "utf-8";
/* CSS Document */

/*---------------------wrapper for left column styles---------------------*/
#mainContent { /*mainContent surrounds left two columns*/
	width: 651px;
	float: left;
	padding-top: 19px;
	padding-left: 19px;
	background-color: #a0a0a0;
}
/*---------------------start submenu styles---------------------*/
#subMenu {
	list-style-type: none;
	font-size: 70%;
	background-color: #4b4b4b;
	width: 200px;
	border: 1px solid #f48026;
	padding-top: 10px;
	padding-bottom: 19px;
	float: left;
	margin-bottom: 12px;
	font-weight: bold;
}

#subMenu li {
	list-style-type: none;
}

#subMenu li a {
	display: block;
	width: 165px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #f48026;
	color: #f48026;
	text-decoration: none;
}

#subMenu li ul li a {
	font-weight: normal;
	padding-left: 5px;
	color: white;
}

#subMenu a.last {
	padding-top: 6px;
}
#subMenu a:hover {
	color: #f48026;
	text-decoration: underline;
}

/*end submenu styles*/
/*---------------------start content area styles (middle column)---------------------*/

#content  {
	display: block;
	float: right;
	width: 440px;
}

#content #toptext {
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #a0a0a0;
	margin-bottom: 12px;
	padding-top: 1px;
	margin-bottom: 12px;
	padding-top: 1px;
	min-height: 440px;
	height: auto !important;
	height: 440px;
}

#content #toptext a {
    color: #f48026;
    text-decoration: none;
}
#content #toptext a:hover {
    text-decoration: underline;
}

#content #toptext p {
	font-size: 70%;
	margin-bottom: 15px;
	margin-right: 20px;
	margin-left: 20px;
}
#content #toptext p a {
    color: #fff;
    text-decoration: underline;
}
#content #toptext p a:hover {
    color: #f48026;
    text-decoration: underline;
}
#content #toptext ul  {
	font-size: 70%;
	margin-bottom: 12px;
	margin-right: 20px;
	margin-left: 40px;
	color: White;
}
#content #toptext ul a  
{
    color: White;
    text-decoration:underline;
}
#content #toptext ul a:hover
{
    color: #f48026;
    text-decoration:underline;
}
#content #toptext h1 {
	font-size: 110%;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 0;
	color: black;
}



/* NEXT LOT */
#content  .feature, #content .newsFeature {
	clear: both;
	width: 440px;
	border-left: 0px solid white;
	border-bottom: 1px solid #c8c8c8;
	background-color: #4b4b4b;
	display: block;
	margin-bottom: 10px;
	min-height: 1%;
	background-image: url(../images/bg_tool_sides.gif);
	background-repeat: repeat-y;
}
#content .newsFeature {
	padding-bottom: 10px;
}
#content  .feature  h2, #content .newsFeature h2 {
	font-size: 85%;
	font-weight: normal;
	background-image: url(../images/bg_tool_header.jpg);
	background-repeat: no-repeat;
	display: block;
	clear: both;
	height: 31px;
	width: 422px;
	line-height: 30px;
	padding-left: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
#content .feature h2 a, #content .newsFeature h2 a {
	color: #f48026;
	text-decoration: none;
}
#content .feature h2 a:hover, #content .newsFeature h2 a:hover {
	text-decoration: underline;
}
#content  .feature  p, #content .newsFeature p {
	font-size: 70%;
	padding-left: 18px;
	float: left;
	display: block;
	color: white;
}
#content .feature p.first, #content .newsFeature p.first {
	margin-top: 20px;
}
#content .feature p {
	padding-bottom: 10px;
	width: 355px;
}
#content .feature p a {
    color: #f48026;
    text-decoration:underline;
}
#content .feature p a:hover {
    color: #f48026;
    text-decoration:underline;
}
#content .newsFeature p {
	width: 400px;
	line-height: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.goBtn   {
	margin-top: 10px;
	margin-right: 20px;
}
/*end content*/
/*---------------------start search form styles---------------------*/
#ParamForm {
	background-color: black;
	border: 1px solid #f48026;
	margin-bottom: 5px;
	height: 80px;
	background-repeat: repeat-x;
	width: 200px;
	color: white;
}
#ParamForm label {
	font-size: 70%;
	line-height: 27px;
	margin-left: 6px;
	font-weight: bold;
	color: #f48026;
}
#ParamForm p  {
	font-size: 90%;
	margin-left: 6px;
	font-weight:normal;
	line-height:normal;
	color: white;
}
#ParamForm #textfield {
	width: 160px;
	font-size: 80%;
	margin-left: 6px;
	margin-bottom: 5px
}
#ParamForm #searchoption {
	width: 165px;
	font-size: 80%;
	margin-left: 6px;
}
/*end search form*/
/*---------------------start right column styles---------------------*/
#adverts {
	width: 200px;
	float: right;
	margin-right: 19px;
	display: inline;
	margin-top: 19px;
}
#adverts p {
	background-color: transparent;
	display: block;
	width: 192px;
	margin-bottom: 5px;
	font-size: 70%;
	padding: 4px;
}

#adverts p a 
{color: black;
}
 
#adverts p a:hover 
{color: #f48026;
}

#adverts img {
	margin-bottom: 20px;
}
/*end right column*/
