/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	}
#content_box {
	width: 760px;
	margin: 0 auto;
	padding: 170px 0 20px 0;
	}
#logo {
	position: absolute;
	top: 0;
	margin-left: 0;
	z-index: 100;
	}
#content {
	padding: 20px 185px 20px 165px;
	}

/*NAV*/

#nav {
	float:left;
	width: 130px;
	list-style: none;
	border-top: 1px dotted #ccc;
	text-align: center;
	font-size: 11px;
	line-height: 137%;
	}
#nav ul {
	margin: 0;
	padding: 0;
	}
#nav li, #popup_in li {
	margin: 0;
	padding: 4px 0;
	border-bottom: 1px dotted #fff;
	list-style-type: none;
	}
#nav li a, #popup_in li a {
	color: #d9d9e1;
	text-decoration: none;
	}
#popup_in li a {
	color: #000033;
	text-decoration: none;
	}
#nav li a:hover, #popup_in li a:hover {
	color: #aa760a;
	}
#popup1, #popup2, #popup3, #popup4, #popup5, #popup6, #popup7, #popup8, #popup9, #popup10, #popup11, #popup12 {
	width: 197px;
	position: absolute;
	margin-left: 155px;
	z-index: 102;
	visibility: hidden;
	background: url(../images/spacer.gif) repeat 0 0;/*IE7 needs this*/
	}
#popup_in {
	background: url(../images/popup_bg.gif) no-repeat top right;
	padding: 10px 5px 2px 5px;
	font-size: 11px;
	text-align: center;
	}
#popup_btm {
	background: url(../images/popup_btm.gif) no-repeat top right;
	height: 17px;
	margin-bottom: 20px;
	}
#popup_hide {
	position: absolute;
	width: 300px;
	margin-top: 70px;
	margin-left: 155px;
	z-index: 101;
	visibility: hidden;
	}

/*Buttons*/

#btn1, #btn2 {
	margin: 5px auto;
	width: 140px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}
#btn1 {
	height: 61px;
	}
#btn2 {
	height: 52px;
	}
#btn1 ul, #btn2 ul {
	margin: 0;
	padding: 0;
	}
#btn1 li, #btn2 li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#btn1 a {
	float: left;
	padding: 61px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:61px; /*IE Win */
	}
#btn2 a {
	float: left;
	padding: 52px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:52px; /*IE Win */
	}
#btn1 a:hover {
	background-position: 0 -61px;
	}
#btn2 a:hover {
	background-position: 0 -52px;
	}
#btn_gee a {
	height: 71px;
	background: url(../images/btn_PRGee.jpg) top left no-repeat;
	width: 140px;
	}
#btn_subscribe a {
	height: 52px;
	background: url(../images/btn_subscribe.jpg) top left no-repeat;
	width: 140px;
	}
#btn_ob {
	float: right;
	margin: 0 0 5px 10px;
	}
