@charset "UTF-8";

/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-image: url(bg2.jpg);
	background-repeat: no-repeat;
	background-color: #333333;
}

* {
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	margin: 0 0 10px;
}

li {
	margin-left: 15px;
}

a {
	color: #006699;
	text-decoration: none;
}



a:hover {
	color: #003366;
	text-decoration: underline;
}

a:visited {
	color: #333399;
}

a:active {
	color: #CC0000;
	text-decoration: none;
}

#header {
	background-repeat: no-repeat;
	height: 110px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
	background-image: url(logo.gif);
	width: 320px;
	background-position: left;
	position: relative;
}

h1 {
	color: #000000;
	margin-bottom: 12px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

h3 {
	color: #000000;
	margin-bottom: 10px;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
}

#header p {
	margin: 0;
}

#header a {
	position: absolute;
	width: 286px;
	margin-right: auto;
	margin-left: auto;
	height: 92px;
	left: 6px;
	top: 5px;
}

hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-bottom: 25px;
}

div#header a h4 {
	display: none;
}

div#container_bg {
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(bg.gif);
	width: 828px;
	background-color: #FFFFFF;
	float: left;
}

div#content p {
	line-height: 1.4
}

div#navigation {
	
}

div#extra
div#footer {
	background: #333;
	color: #FFF
}

div#footer p {
	margin: 0;
	padding: 5px 10px;
	text-align: center;
}

div#content {
	width: 750px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 40px;
	padding-top: 20px;
	float: left;
	background-color: #FFFFFF;
}

div#navigation {
	float: right;
	width: 170px;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
}

div#extra {
	float: right;
	clear: right;
	width: 170px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

div#footer {
	clear: both;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #999999;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EFEFEF;
}

div#navigation2 {
	float: left;
	width: 250px
}

div#extra2 {
	float: right;
	width: 250px
}

#pointermenu2 {
	margin: 0;
	padding: 0;
	width: 750px;
	background-color: #000000;
}

#pointermenu2 ul {
	margin-left: 15px;
	float: none;
	padding-left: 8px;
	font: bold 13px Verdana;
	background-color: #00000;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

* html #pointermenu2 ul {
	margin-bottom: 1em;
	margin-left: 7px;
/*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li {
	display: inline;
}

#pointermenu2 ul li a {
	float: left;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}

#pointermenu2 ul li a:visited {
	color: white;
}

#pointermenu2 ul li a:hover {
	color: lightyellow;
	background-color: #4D4D4D;
	background-image: url(images/pointer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #4F4F4F;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4F4F4F;
}

#pointermenu2 ul li a#selected {

/*hover and selected link*/
	color: lightyellow;
	background-color: #006600;
	background-image: url(images/pointer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

/*#pointermenu2 ul li a:hover,pointermenu2 ul li a#selected{
	color: lightyellow;
	background-color: #126204;
	background-image: url(images/pointer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
} */

pointermenu2 ul li a#selected2 {

/*hover and selected link*/
	color: lightyellow;
	background-color: #009900;
	background-image: url(images/pointer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#pointermenu2 ul li a#rightcorner {
	padding-right: 0;
	padding-left: 2px;
	background: url(media/rightround2.gif) bottom right no-repeat;
/*optional right round corner*/
}

div#footer a {
	text-decoration: none;
}

.naviline {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	color: #999999;
	padding-bottom: 5px;
}

.naviline2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E6E6E6;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	margin-top: 30px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 12px;
}

.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 50px;
	margin-bottom: 50px;
}

#google {
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	float: left;
	width: 500px;
	padding-left: 50px;
}

#logo {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}

#stars {
	background-repeat: no-repeat;
	float: left;
	width: 124px;
	height: 52px;
	padding-top: 7px;
	text-align: center;
}

#info {
	background-repeat: no-repeat;
	float: left;
	width: 250px;
	height: 30px;
	padding-top: 20px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

a:link {
	color: #047AF0;
	text-decoration: none;
}

a:hover {
	color: #DD8500;
}

a:visited {
	color: #333399;
	text-decoration: none;
}

#digg {
	background-repeat: no-repeat;
	float: right;
	width: 124px;
	text-align: right;
}

.linetop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 50px;
}

#track {
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	float: right;
	padding-right: 70px;
}

body {
	background-image: url(bg2.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
}

#googletop {
	clear: left;
}

#widget {
	float: left;
	margin-bottom: 10px;
	margin-top: 50px;
	width: 728px;
	margin-left: 10px;
	padding-top: 30px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
}

#comments {
	float: left;
	margin-bottom: 20px;
	width: 500px;
	margin-left: 50px;
}

* html #comments {
	float: left;
	margin-bottom: 20px;
	width: 500px;
	margin-left: 10px;
	clear: right;
}

.box {
	float: left;
	width: 700px;
	margin-top: 30px;
	padding-top: 35px;
	padding-bottom: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-left: 20px;
}

* html .box {
	float: left;
	width: 700px;
	margin-top: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-left: 0px;
	clear: both;
}