/***
	TYPOGRAPHY
***/
h1 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	}
h2 {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	}
p {
	font-size: 12px;
	color: #fff;
	margin: 3px 0 15px 0;
	}
a {
	color: #EDE7CF;
	}

.pager {
	color: #FFFFFF;
        text-align: right;
        margin-top: 10px;
        padding-top: 5px;
        border-top: 1px solid #CDC;
        padding-right: 5px;
}

/***
	PAGE LAYOUT CSS
***/
html {
	background: #ede7cf url('/images/background.jpg') repeat-x top left;
	font-family: "Arial", Helvetica, sans;
	}

body {
	color: #FFFFFF;
	}
.page {
	width: 1000px;
	background: url('/images/logo.jpg') left top no-repeat;
	margin: auto;
	min-height: 264px;
	}
.content {
	margin: 180px 0 0 50px;
	width: 900px;
	}
.top_bar {
	height: 24px;
	padding: 2px 0;
/*	border-bottom: 3px #cacaca solid;
	background: url('/images/topbar_back.jpg') repeat-x;*/
	position: fixed;
	top: 0;
	width: 100%;
	}
.topnav {
	width: 600px;
	height: 20px;
	position: relative;
	top: 90px;
	left: 400px;
	}
.topnav .cats {
	color: #3A3A3A;
	padding: 3px 0;
	font-weight: bold;
	padding: 3px 0;
}
.topnav li {
	float: left;
	margin-right: 20px;
	}
.topnav li a {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #3a3a3a;
	text-decoration: none;
	padding: 3px 0;
	}
.topnav li a:hover {
	border-bottom: 3px #233e82 solid;
	color: #233e82;
	}
.topnav li ul {
	display: none;
	position: relative;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	}
.topnav li:hover ul {
	display: inline;
	}
.topnav li ul li {
	float: none;
	}
.topnav li ul li a:hover {
	border-bottom: 1px #233e82 solid;
	}
.topnav li ul li a {
	float: none;
	padding: 0px;
	font-size: 12px;
	}
.left {
	float: left;
	width: 550px;
	margin-right: 20px;
	}
.right {
	float: right;
	width: 330px;
	}
.main_copy_box {
	background: #3a3a3a url('/images/box_bottom.jpg') right bottom no-repeat;
	width: 504px;
	height: 345px;
	border: 3px #bfbcac solid;
	padding: 18px 20px 20px 20px;
	float: left;
	margin-bottom: 10px;
	}
/*
.main_copy_box .main_left {
	width: 320px;
	float: left;
	padding-right: 10px;
	border-right: 1px #434242 solid;
	}
*/
.main_copy_box .main_left {
	float:left;
	}
.main_copy_box .main_right {
	width: 161px;
	float: left;
	margin-left: 12px;
	}	
.right_copy_box {
	background: #3a3a3a url('/images/box_bottom.jpg') right bottom no-repeat;
	width: 284px;
	height: 345px;
	border: 3px #bfbcac solid;
	padding: 18px 20px 20px 20px;
	float: left;
	margin-bottom: 10px;
	}
.lower_right_box {
        background: #3a3a3a url('/images/box_bottom.jpg') right bottom no-repeat;
        width: 284px;
        border: 3px #bfbcac solid;
        padding: 18px 20px 20px 20px;
        float: left;
        margin-top: 10px;
	height: 109px;
        }
.mini_box {
	background: #3a3a3a url('/images/box_bottom.jpg') right bottom no-repeat;
	width: 220px;
	height: 84px;
	border: 3px #bfbcac solid;
	padding: 18px 20px 20px 20px;
	float: left;
	}

.lower_box {
        background: #3a3a3a url('/images/box_bottom.jpg') right bottom no-repeat;
        width: 504px;
	height: 109px;
        border: 3px #bfbcac solid;
        padding: 18px 20px 20px 20px;
	margin-top: 10px;
        float: left;
        }

.footer {
	margin-top: 5px;
	width: 855px;
	padding: 5px;
	float: left;
	height: 20px;
	}

.footer p {
	color: #3A3A3A;
	}
.footer a {
	color: #3A3A3A;
	}

.top_proxy_list {
	height: 305px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 3px #9d9d9d solid;
	background: #d1d1d1;
	margin: 6px 0 0 0;
	}
.top_proxy_list ul li {
	border-bottom: 1px #9d9d9d solid;
	}
.top_proxy_list ul li a {
	display: block;
	padding: 3px;
	font-size: 11px;
	color: #3a3a3a;
	text-decoration: none;
	font-weight: bold;
	}

.main_copy_box_large {
        background: #3a3a3a url('/images/box_bottom.jpg') right bottom no-repeat;
        width: 855px;
        height: 600px;
        border: 3px #bfbcac solid;
        padding: 18px 20px 20px 20px;
        float: left;
        margin-bottom: 10px;
        }

.proxy_list {
	color: #FFFFFF;
	width: 850px;
	}

.proxy_list a {
	color: #FFFFFF;
	}

/***
	FORM STYLES
***/
.text_input input {
	padding: 7px 8px;
	font-size: 18px;
	color: #c1c1c1;
	width: 261px;
	background: url('/images/input_back.jpg') top right no-repeat;
	border: 3px #9d9d9d solid;
	}
.submit input {
	text-align: center;
	border: 3px #bfbcac solid;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: url('/images/orange_button.jpg') bottom repeat-x;
	float: right;
	cursor: pointer;
	padding: 4px;
	margin: 5px 0 0 0;
	}
.submit input:hover {
	background: url('/images/orange_button.jpg') bottom;
	color: #fff;
	}

.logo-zone {
	position: absolute;
	top: 30px;
	left: 280px;
	height: 160px;
	width: 300px;
	background-color: transparent;
	}

.info {
	font-size: 11px;
	width: 500px;
	}

.top-text {
	color: #EDE7CF;
	text-align: right;
	}
