/* BASICS */

body {
	font: small/1.4em verdana, sans-serif;
	background-image:  url("images/bg.gif");
	text-align: center; 
  	min-width: 760px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

br {
	clear: both;
}

a:link, a:active, a:visited {
	color: #7F8959;
}

h1 {
	color: #7F8959;
	font: bold 1.5em/1.7em "Trebuchet MS", helvetica, arial, sans-serif;
	padding: .5em; 
}

h2 {
	color: #A21B3B;
	font: normal 1em/1.4em "Trebuchet MS", helvetica, arial, sans-serif; 
}

h3 {
	color: #B8A642;
	font: bold 1em/1em "Trebuchet MS", helvetica, arial, sans-serif;
}


h4 {
	color: #4F1C2C;
	font: bold 1em/1em "Trebuchet MS", helvetica, arial, sans-serif;
}


/* LAYOUT */

#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-color: #fff;
}

#footer {
	background-color:#02747c;
	clear: both;
}

#footer p {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0 auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}


#header {
	height: 248px;
	background-color:#fff;
}

#nav {
	height: 80px;
	background-image:  url("images/nav_bg.gif");
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	text-align: right;
	line-height: 30px;
	color: #fff;
}

#nav a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: thin;
}

#nav a:hover {
	color: #999;
}

/* Ciztek Menu */

		#nav_menu
		{
			margin:15px;
			padding:8px;
			width:165px;
			color:#3C3C3C;
			font-family:Arial;
		}
		
		#nav_menu div
		{
			font-size:13px;
			padding:5px 5px 5px 20px;
			text-align:left;
		}
		
		#nav_menu a
		{
			color:#3C3C3C;
			margin:0 5px;
			padding:2px 0 2px 15px;
			text-decoration:none;
			display: block;
			font-size:13px;
		}
		
		#nav_menu div a
		{
			font-size:11px;
		}
		
		.nav_menu_exp
		{
			background-image: url(images/arrow_right.png);
			background-repeat: no-repeat;
			background-position: left center; 
			cursor: pointer;
		}
		
		.nav_menu_sub
		{
			display: none;
			padding-top: 0 !important;
			padding-bottom: 0 !important;
		}
		
/* End Ciztek Menu */



#primary {
	width: 532px;
	float: right;
	padding-bottom: 15px;
	background-image:  url("images/rule.gif");
	background-repeat: no-repeat;
	padding-top: 15px;
	margin-top: 10px;

}

#primary p {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;
	color: #333;
	padding-left: 10px;
	padding-right: 10px;	
}
#primary a, #primary a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	padding: 1px 2px;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	font-weight: bold;
}

#primary a:hover {
	padding: 1px 2px; 
	text-decoration: none; 
	border-bottom: 1px dotted #999;
	color: #999;
}
#primary img {
	text-decoration: none; 
	border-bottom: none;
}

#primary h1 {
	margin: 0; 
	padding-left: 10px;
	padding-right: 10px;
}

#sideNav {
	width: 212px;
	float: left;
	background-color: #B8BA9F;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 12px;
	margin-top: 8px;
}

#sideNav p {
	padding-left: 20px;
	padding-right: 10px;
	color: #777777;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: thin;
}

#footer a:hover {
	color: #999;
}

.sub_header {
	color: #7F8959;
	font: normal 16px "Trebuchet MS", helvetica, arial, sans-serif;
	text-decoration: none;
	line-height:30px;
}

.list {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;
	color: #333;
	margin: 1em;
	list-style-type: square;
}

.contact {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.05em;
}

.nav_selected {font-weight:bold;}
.nav_selected:hover {color:#3C3C3C !important;}
#oil_options a:hover, #investment_options a:hover,#nav_menu a:hover{color:#6f705f;}

/* IMAGES */

.pic_right {
	float: right;
	padding: 1.5em; 
}

.pic_left {
	float: left;
	padding: 1.5em; 
}


