a:link {
	color:#0088CC;
}
a:active {
	color:#FF9900;
}
a:visited {
	color:#0088CC;
}
a.external {
	color:#006600;
}

input[type="text"] {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

input[type="password"] {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

select {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	display: block;
	float: left;
	width: 115px;
	padding-right: 10px;
	margin-bottom: 10px;
}

br {
	clear: left;
}

ul, ol, dl {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #1e1e1e;
}
dl {
	padding-left: 20px;
}
dl dt {
	padding-bottom: 2px;	
}
dl dd {
	padding-bottom: 5px;
}
body {
	background-image: url("../img/bg_dot.jpg");
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
img {
	border: none;
}
fieldset legend {
	font-family: Arial,sans-serif;
	font-size: 90%;
	font-style: italic;
}

#gradient {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 700px;
	background-image: url("../img/bg_gradient.jpg");
	background-repeat: repeat-x;
	z-index: 5;
}

#bigbox {
	position: relative;
	z-index: 15;
	width: 770px;
	background-color: #ffffff;	
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-right: solid 1px black;
	border-left: solid 1px black;
}

.header {
	position: relative;
	width: 100%;                                                                                                        
	top: 0px;
	left: 0px;
	height: 151px;
}

.menu_top {
	position: absolute;
	top: 127px;
	left: 0px;
	width: 770px;
	height: 24px;
	background-image: url("../img/menu_bg.jpg");	
	background-repeat: repeat-x;
	text-align: center;
	font-family: Lucida Sans, Lucida Grande, Arial, sans-serif;
	font-size: 13px;
	color: white;
}
.menu_top p {
	text-align: center;
	margin-top: 3px;
}
.menu_bottom {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 24px;
	background-image: url("../img/menu_bg.jpg");	
	background-repeat: repeat-x;
	text-align: center;
	font-family: Lucida Sans, Lucida Grande, Arial, sans-serif;
	font-size: 13px;
	color: white;	
	padding-top: 3px;
}
.menu_top a:link, .menu_bottom a:link {
	color: white;
	text-decoration: none;
}

.menu_top a:visited, .menu_bottom a:visited {
	color: white;
	text-decoration: none;
}

.menu_top a:hover, .menu_bottom a:hover {
	color: white;
	text-decoration: underline;
}

.content {
	background-color: #f4f4f4;
	position: relative;
	top: 0px;
	width: 770px;
	margin: 0px;
	padding-top: 1px;
	min-height: 587px;
}

.searchbox {
	background-color: #f4f4f4;
	height: 20px;
	margin: 0px;
	padding-top: 1px;
	position: relative;
}

.content .boldblue {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #0068ac;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
	padding-left: 110px;
	padding-right: 110px;
}

.content p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #1e1e1e;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

.footer {
	position: relative;
	width: 770px;
	height: 90px;
	top: 0px;
	padding-top: 35px;
	text-align: center;
}

.footer p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin-top: 10px;	
}

.errormsg {
	color: red;
	font-family:Arial,sans-serif;
	font-size:13px;
	padding-left:20px;
	padding-right:20px;
}

.portletcontent {
	background-color: #f4f4f4;
	width: 100%;
	height: auto;
}

.portletcontent .boldblue {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #0068ac;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

.portletcontent p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #1e1e1e;
	margin-left: 4px;
	margin-top: 0;
	text-align: left;
}


.searchdiv{
	width: 690px;
	height: 80px;
	margin-left: 40px;
	text-align: left;
	position: relative;
}

.search_links {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #0068ac;
	position: absolute;
	top: 10px;
	left: 190px;

}

.search_box {
	width: 650px;
	height: 30px;
	position: absolute;
	top: 25px;
	left: 65px;
}

.search_box span {
	float: left;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #0068ac;
	margin-top: 1px;
}

input.search_box_input {
	margin-left: 10px;
	width: 370px;
	height: 20px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
}

.search_button {
	width: 29px; 
	height: 30px;
	border: none;
	margin-top: -4px;
	margin-left: 10px;
}

.search_howto {
	position: absolute;
	top: 50px;
	left: 185px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #6c6c6c;

}


.toptensearches {
	font-family: Arial, sans-serif;
	font-size: 11px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	top: 0px;
	left: 60px;
	padding: 0px;
}
.toptensearchesP {
	font-family: Arial, sans-serif;
	font-size: 11px;
	//position: relative;
	left: 25px;
}

.hotnews {
	height: 28px;
	width: 720px;
	margin-left: 20px;
	position: relative;
}

.hotnews_left {
	width: 14px;
	height: 28px;
	float: left;
	background-image: url('img/hotnews_left.jpg');
}

.hotnews_middle {
	height: 28px;
	width: 690px;
	float: left;
	background-image: url('img/hotnews_mid.jpg');
	background-repeat: repeat-x;
	padding-top: 5px;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

.hotnews_middle .hotnews_hnh {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0068ac;
	
}

.hotnews_right {
	height: 28px;
	width: 14px;
	float: left;
	background-image: url('img/hotnews_right.jpg');
}

.storybox {
	/* position: relative;*/
	/* float: left; */
	/* width: 340px; */
	font-family: Arial, sans-serif;
	margin-left: 25px;
	margin-right: 0px;
}

.storybox h3 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 0px;
}

.storybox p {
	margin-top: 10px;
	font-size: 12px;
}

.set_location
{
  position: relative;	
  margin: 0px 20px 10px 20px;
  display: none;
  border: solid 1px gray;
}
