/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Arial, Helvetica, Sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

body {
	
	background-color: #00339A;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color:#000000;  
	padding:0px;
	margin:0px;
}
#container {

	width: 800px;
	
}

#top {

	float: left;
	display: inline;
}
#top2 {

	margin-top: -3px;
	
	
}

#content {

	width: 800px;
	background: url(inside/content_bg2.gif) repeat bottom center;
	background-color: #B9DEED;
	margin-top: -3px;	
}
#txt {

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 11em;
	padding-right: 2em;
	
}

#txt ul {

	padding-left: 1em;
	
}

#txt li {

	padding-bottom: 2px;
	
}
#content_end {

	width: 800px;
	background: url(inside/content_end2.gif) no-repeat top center;
	margin-top: -3px;
	height: 44px;
	clear: left;
}
#bottom {

	width: 800px;
	background: url(inside/bottom2.gif) no-repeat top center;
	height: 78px;
	padding-top: .1em;
	clear: left;
	
}
#bNav {

	padding-left: 12em;
	text-align: center;
	color: #002975;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-serif;
	
}

a.nav {

	color: #F58120;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-serif;
	text-decoration: none;
	
}
a.nav:hover {

	text-decoration: underline;
	
}

h1 {

	color: #F68121;
	font-size: 16pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	line-height: 18pt;
	
}

h2 {

	color: #FFFFFF;
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-serif;
	
}
a.advice {

	color: #00339A;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	
}
a.advice:hover {

	text-decoration: underline;
	
}
#game_nav {

	width: 100px;
	float:left;
	font-weight: bold;
	text-align: center;
	
}
#game_out {

	width: 500px;
	padding-bottom: 10px;
	float: left;
	
}
#game_nav a {

	color: #F68121;
	
}

.game_nav {

	width: 100px;
	float:left;
	font-weight: bold;
	text-align: center;
	
}
.game_out {

	width: 500px;
	padding-bottom: 10px;
	margin-left: 5px;
	float: left;
	
}
.game_nav a {

	color: #F68121;
	
}

#navlist {
	/*padding-top: 4px;*/
	padding-bottom: 4px;
	padding-right: 3px;
	padding-left: 3px;
	/*background-color: #419BC4;*/
	margin-top: 4px;

}

#navlist li {
	display: inline;
	list-style-type: none;

}
#navlist li.on {
	display: inline;
	list-style-type: none;
	background-color: #FFFFFF;
	color: #1C3855;

}

#navlist ul {
	white-space: nowrap;
	padding: 0; 
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navlist a {
	display: inline;
	
	
}

#navlist a:link, #navlist a:visited {
	
	color: #FFFFFF;
	
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
	background-color: #0078AE;

}

#navlist a:hover {
	background-color: #211C5D;
	color: #FFFFFF;
}

#navlist a.on:link {

	background-color: #FFFFFF;
	color: #1C3855;
	
}

#navlist a.on:hover {
	background-color: #211C5D;
	color: #FFFFFF;
}

#blog_punch {

	width: 200px;
	padding: 5px 5px 5px 5px;
	background-color: #419BC4;
	float: right;
	border: 2px solid #28719B;
	color: #FFFFFF;
	margin-top: 10px;
	
}
#blog_punch a {

	color: #FFFFFF;
	font-weight: bold;
	
}
#blog_punch p {

	padding-left: 5px;
	
}
#adviceCurrent {
	width: 610px;
	height: 100px;
	background-image:url(curr-bg.gif);
	background-repeat:no-repeat;
	position: relative;
	clear: both;
	padding: 10px;
	padding-bottom: 25px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#adviceCurrent h1 a {
	font-size: 16pt;
}

#adviceCurrent p {
	font-weight: 100;
	font-size: 125%;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: -10px;
}

.adviceCategory {
	background-image:url(advice-bg.gif);
	width: 300px;
	height: 375px;
	float: left;
	margin: 5px;
}

.adviceCategory p {
	margin-top: -12pt;
	margin-left: 2em;
	margin-right: 1em;
}

.adviceCategory h1 {
	margin-left: .5em;
	color: #be6320;
}

.adviceCategory li {
	list-style: none;
	line-height: 16pt;
	margin-bottom: 4pt;
}

.adviceCategory a {
	font-size: 14pt;
	font-weight: 100;
}
