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

body {
	background-image: url(bg-main.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

form {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

#logo-text h1 {
	font-size: 27px;
	padding: 0px;
	margin: 28px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation a {
	text-decoration: none;
	color: #fff;
	display: block;
	width: 100%;
	padding-top: 7px;
	height: 25px;
}

#navigation a:hover {
	text-decoration: underline;
}

#bread-crumb a {
	color: #fff;
}

#bread-crumb a:hover {
	color: #DA8324;
}

#header-container {
	width: 800px;
	margin: 0px auto 0px auto;
	color: #fff;
}

#logo-icon {
	float: left;
	width: 50px;
	margin-right: 12px;
}

#logo-text {
	float: left;
	line-height: 22px;
}

#navigation {
	width: 750px;
	margin: 11px auto 0px auto;
	height: 32px;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #719cca;
}

#search-bar {
	width: 396px;
	margin: 5px auto 0px auto;
	background: url(icon-search.jpg) 0px 0px no-repeat;
	padding-left: 25px;
}

.text-box {
	width: 300px;
	float: left;
	margin-right: 5px;
	border: 1px solid #000;
	height: 17px
 }

#bread-crumb {
	margin: 13px auto 0px auto;
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

#results-container {
	width: 750px;
	margin: 20px auto 0px auto;
}

#right-column {
	float: right;
}

#related-searches {
	width: 237px;
	margin: 32px 0px 32px 0px;
}

#related-searches h1 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	margin: 0px;
	padding: 7px 0px 9px 9px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(bg-topic-head.jpg) 0px 0px repeat-x;
}

#related-searches ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


#related-searches a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 227;
	padding: 4px 0px 4px 20px;
}

#related-searches li {
	border-bottom: 1px solid #aeaeae;
	background: url(arrow-black.gif) 10px 10px no-repeat;

}

#related-searches a:hover {
	background: url(arrow-black.gif) 10px 10px no-repeat #eeeeee;;

}

#popular-searches {
	width: 237px;
}

#popular-searches h1 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	margin: 0px;
	padding: 7px 0px 9px 9px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(bg-topic-head.jpg) 0px 0px repeat-x;
}

#popular-searches ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#popular-searches a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 227;
	padding: 4px 0px 4px 20px;
}

#popular-searches li {
	border-bottom: 1px solid #aeaeae;
	background: url(arrow-black.gif) 10px 10px no-repeat;

}

#popular-searches a:hover {
	background: url(arrow-black.gif) 10px 10px no-repeat #eeeeee;

}

#left-column {
	width: 492px;
	float: left;
}

#left-column h1 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #999999;
	text-transform: uppercase;
	margin: 10px 0px 3px 0px;
	padding: 0px;
}

#left-column p {
	margin: 3px 0px 0px 0px;
	padding: 0px;
}

#left-column em {
	color: #636363;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#left-column a {
	color: #000;
	font-weight: bold;
}

#left-column ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#left-column li {
 padding: 8px 10px 10px 15px;
}

#left-column li:hover {
	background: #eeeeee;
}

#footer {
	margin: 45px 0px 0px 0px;
	border-top: 3px solid #000;
	text-align: center;
	padding-top: 15px;
	font-size: 12px;
	color: #2767AD;
}

.blue {
	border-left: 1px solid #6783b1;
}
 
.red {
	border-left: 1px solid #e48483;
}
  
.orange {
	border-left: 1px solid #e8b379;
}

.green {
	border-left: 1px solid #85c48e;
}

.sky {
	border-left: 1px solid #9abbee;
}

.purple {
	border-left: 1px solid #9f91c9;border-right: 1px solid #9f91c9;
}
