@charset "utf-8";
/* CSS Document */
html {
	font-size:100.01%;
}
* {
	margin: 0;
	padding: 0;/*   -webkit-text-size-adjust:none; */
}

form {
	margin: 0px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/home/homepgbg.jpg);
	background-repeat:repeat-x;
	background-color: #000033;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:12px;
	line-height:18px;
	color:#000000;
}

#mainwrap {
	margin: 0 auto;
	width: 900px;
	background-color: #000033;
	border: 0;
	min-height:600px;
	background-image:url(images/common/wrapbg.gif);
	background-repeat:repeat-y;
}
#header1 {
	margin: 0 auto;
	width: 900px;
	background-color: #000033;
	border: 0;
	height:100px;
}

#menuholder {
	z-index:0;
	margin: 0 auto;
	width: 900px;
	border: 0;
	height:25px;
	background-image:url(images/common/ogs2008_menubg_v1.png);
	background-repeat:no-repeat;
}
/*  menu list styling */
.menuitem {
	margin:0;
	padding: 4px 10px 0px 10px;
	float:left;
	min-width:30px;
	width:auto;
}
#menuholder a {
	color:#FFFFFF;
	text-decoration: none;
}
#menuholder a:hover {
	color:#FFFF66;
	text-decoration:underline;
}
#menuholder a[class=current] {
	color:#FFFF66;
}
.menuseps {
	width:1px;
	background-image:url(images/vline.png);
	background-repeat:no-repeat;
	height:25px;
	float:left;
}
.ddmenuholder {
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;	
	position:absolute;
	z-index:200;
	visibility: hidden;
	width:180px;
	margin-left:15px;
	padding-bottom:5px;
	background-image:url(images/mline2.png);
	background-repeat:repeat-y;
	float:left;
}
.ddmenuitem {
	margin:0 0 0 5px;
	padding: 0px 10px 0px 0px;
	float:left;
	line-height:24px;
	width:165px;
	border-bottom:1px solid #666666;
}
/* End of menu list  styling*/

#toppicholder {
	z-index:0;
	margin: 0 auto;
	width: 900px;
	border: 0;
	height:255px;

}
#content {
	z-index:0;
	margin: 0 auto;
	width: 900px;
	background-color:#FFFFFF;
	border: 0;
	min-height:600px !important;
	border-top:5px solid #2E2E5D;
}
#col1{
	background-color:#FFFFFF;
	width:620px;
/*	min-height:600px !important;
	height:600px;
*/	
	float:left;
	border:0px;
	margin:0px;
	padding:10px;

}
#col2{
	width:260px;
	min-height:600px !important;
	height:600px;
	float:left;
	border:0px;
	margin:0px;
	background-color:#FFFFFF;
}

#col2box{
	width:260px;
	min-height:600px !important;
	height:600px;
	float:left;
	border:0px;
	margin:0px;
	background-color:#FFFFFF;
	background-image:url(images/common/col2box_v2.jpg) ;
	background-repeat:no-repeat;
}
#col2boxcontent{
	width:230px;
	min-height:600px !important;
	height:600px;
	float:left;
	border:0px;
	margin:5px;
	padding:5px;
}
#col2boxcontent h1{
	font-size:14px;
	color:#003366;
	font-weight:bold;
	line-height:22px;	
}

#col1 h1{
	font-size:12px;
	color:#000033;
	font-weight:bold;
	line-height:22px;
}

#col1toppics{
	width:620px;
	float:left;

}
.textcontainer{
	font-size:11px;
	color:#000000;
	line-height:18px;
	float:left;
	padding:10px;
	margin:0;
	width:97%;
	background-color:#FFFFFF;
	text-align:justify;
}
.textcontainer h1{
	font-size:12px;
	color:#000033;
	font-weight:bold;
	line-height:22px;
	margin-bottom:10px;	

}

#marketnewsholder{
	width:620px;
	background-color:#003366;
	height:150px;
	margin-top:10px;
	color:#FFFFFF;
	float:left;
}
.mnewsheader{
	width:610px;
	background-color:#FF6633;
	color:#FFFFFF;
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
	height:20px;
	float:left;
	padding-left:10px;
	padding-top:2px;
}

.mnewsitems{
	font-size:12px;
	color:#FFFFFF;
	padding:10px;
	float:left;
}

.mnewsitemstitle{
	color:#FF9900;
	font-size:12px;
	font-weight:bold;
	padding:25px 5px 5px 5px;
	font-variant:small-caps;
}
.picbox{
	float:left;
	padding:5px;
}
.mnewsitemsdesc{
	float:left;
	font-size:10px;
	line-height:18px;
	width:430px;
}
#footerwrap {
	z-index:0;
	margin: 0 auto;
	width: 900px;
	border: 0;
	min-height:250px !important;
	border-top:10px solid #030336;
}
#footercontent{
	background-image:url(images/common/footerbg.jpg);
	background-repeat:no-repeat;
	padding:10px;
}
.icebox{
	width:900px;
	height:90px;
	border-bottom:1px solid #333333;
	float:left;
	padding-bottom:10px;
}

.highlightedtext{
	font-weight:bold;
	color:#FF3300;
}

#homemainwrap {
	margin: 0 auto;
	width: 960px;
	background-color: #000033;
	border: 0;
	min-height:600px;
	height:600px;
	background-image:url(images/home/homepagebg.jpg);
	background-repeat:repeat-y;
}

#homecontent{
	float:left;
}

#homepgtextholder{
	width: 900px;
	float:left;
	color:#FFFFFF;
	height:200px;
	padding-left:20px;
	padding-right:20px;
	line-height:22px;
}

#homepgtextholder h1{
	font-size:18px;
	margin-bottom:20px;
	margin-top:20px;
}

#homepgtextholder h2{
	font-size:17px;
	margin-bottom:20px;
	margin-top:20px;
}

#homepgtextholder p{
	margin-bottom:10px;
	margin-top:10px;
}

