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

body {
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
a {
	color:#0072fe;
	text-decoration:none;
}
a img {
	border:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}

.wrap {
	width:982px;
	margin:0 auto;
}
.clear {
	clear:both;
}

#header {
	border-top:5px solid #262626;
	height:140px;
	background:url(images/header.gif) repeat-x top;
}
#header .logo {
	float:left;
	margin:20px 0 0 0;
}
#header .rightbox {
	float:right;
	margin:25px 0 0 0;
	height:90px;
	width:728px;
}

/* menu bar */
#menu {
	height:111px;
	background:#0072fe url(images/menu-bg.gif) repeat-x top;
	color:#FFF;
}
#menu .left {
	background:url(images/menu-left.gif) no-repeat left top;
	height:111px;
}
#menu .right {
	background:url(images/menu-right.gif) no-repeat right top;
	height:111px;
}
#menu a {
	color:#FFF;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
}
#menu ul {
	margin:0; padding:0;
	list-style:none;
	clear:both;
	float:left;
}
#menu ul li {
	float:left;
}
#menu ul#menu1 {
	font-size:18px;
	margin:20px 0 16px 15px;
}
#menu ul#menu1 li {
	line-height:20px;
}
#menu ul#menu1 li.title {
	font-weight:bold;
	width:150px;
	text-shadow:#000 1px 1px;
}
#menu ul#menu1 li.link {
	padding:0 15px;
	border-right:1px solid #252525;
}
#menu ul#menu2 {
	font-size:14px;
	margin:21px 0 15px 15px;
}
#menu ul#menu2 li {
	line-height:15px;
}
#menu ul#menu2 li.title {
	font-weight:bold;
	width:150px;
	text-shadow:#000 1px 1px;
}
#menu ul#menu2 li.link {
	padding:0 15px;
	border-right:1px solid #308dff;
}

/* side bar */
#rightbar {
	float:right;
}
#leftbar {
	float:left;
}

.sidebar {
	width:176px;
	background:#e5e5e5 url(images/sidebar-top.gif) top no-repeat;
}
.sidebarBottom {
	background:url(images/sidebar-bottom.gif) bottom no-repeat;
	padding:8px;
}

/* center body */
#centerbody {
	width:610px;
	float:left;
	margin:0 0 0 10px;
}
#subscribe-box {
	background:#e5e5e5 url(images/subscribe-bg.gif) no-repeat;
	height:103px;
}
#subscribe-box h2 {
	color:#292929;
	font-size:24px;
	font-weight:normal;
	margin:0 10px;
	padding:10px 0 3px 0;
	border-bottom:1px solid #cdcdcd;
	font-family:Arial, Helvetica, sans-serif;
}
.subscribe-input {
	float:left;
	background:url(images/subscribe-input.gif) no-repeat;
	height:53px; line-height:23px;
	width:421px; padding:10px;
	border:none;
	margin:8px 0 0 10px;
	font-size:2em;
}
.subscribe-submit {
	float:right;
	margin:8px 10px 0 0;
	background:url(images/subscribe-submit.gif) no-repeat;
	width:138px;
	height:42px;
	border:none;
	font-size:24px;
	color:#FFF;
	cursor:pointer;
}

#midtext {
	padding:15px 0;
}
.centerbox {
	text-align:center;
}

#midtext p {
	padding:10px 5px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	text-align:justify;
	color:#666;
}

#formbox {
	background:#e5e5e5 url(images/form-bottom.gif) no-repeat bottom;
	padding-bottom:15px;
}
#formbox h2 {
	font-size:24px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	background:#333333 url(images/form-top.gif) no-repeat;
	height:55px;
	line-height:45px;
	padding:0 15px;
	color:#FFF;
	margin:0;
}
.form-input {
	float:left;
	background:url(images/form-input.gif) no-repeat;
	height:55px; line-height:35px;
	width:423px; padding:10px;
	border:none;
	margin:8px 0 0 10px;
	font-size:2em;
}
.form-submit {
	float:right;
	margin:8px 10px 0 0;
	background:url(images/form-submit.gif) no-repeat;
	width:138px;
	height:42px;
	border:none;
	font-size:24px;
	color:#FFF;
	cursor:pointer;

}
.form-option {
	margin:0; padding:10px 15px;
	list-style:none;
	font-size:11px;
}
.form-option li {
	float:left;
	width:49%;
	margin-right:1%;
}

/* footer */
#footer {
	background:url(images/footer-bg.gif) repeat-x top;
	height:106px;
	margin-bottom:15px;
}
#footer .left {
	height:106px;
	background:url(images/footer-left.gif) no-repeat left top;
}
#footer .right {
	height:106px;
	background:url(images/footer-right.gif) no-repeat right top;
}
#footer .copyright {
	float:left;
	margin:30px 0 0 25px;
}
#footer .rightlink {
	float:right;
	text-align:right;
	margin:30px 25px 0 0;
}


/* browsing pages */

















