body{
	margin:0px;
	padding:0px;
	background:#699B08 url(../images/bodybg.jpg) fixed;
	text-align:center;
	font:12.9px Verdana,Arial,Helvetica,sans-serif;
}
#container{
	width:800px;
	margin:auto;
	padding-bottom:20px;
}

/* basic styles */
h1,h3,h4,h5,h6{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:10px 0px 0px 0px;
	color:#222;
}


h1{
	font-size:28px;
    font-weight:normal;margin:0;padding:0;
}

p.wtitle{font-size:25px;color:#0a294f;}


h3{
	font-size:22px;
	color:#202f0f;
}
h4	{
	font-size:18px;
	color:#911322;
}
h5{
	font-size:16px;
	color:#af3d0a;
}
h6{
	font-size:11px;
	font-weight:bold;
	color:#222;
}
del{
	color:#999;
}
acronym{
	/*border-bottom:1px dotted #222;*/
	border:none;
	background:url(../images/dottedborder_dark.gif) repeat-x bottom center;
	padding-bottom:1px;
	cursor:help;
}
hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}
a{
	color:#af2639;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

h3{display:inline;margin:0;padding:0;height:7.9px;line-height:15px;}

h3 a{color:#af2639;padding:0;margin:0;display:inline;
	text-decoration:none;
    font-size:12.9px; 
    font-weight:normal;
}



p{
	line-height:18px;
	margin:5px 0px 10px 0px;
	/*text-align:justify;*/
}
.noborder{
	border:0;
}
#content ul{
	margin:0px;
	padding:0px 10px 5px 15px;
	list-style-type:none;
}
#content ol{
	margin:0px;
	padding:0px 10px 5px 33px;
}
#content ul li{
	padding-bottom:7px;
	background:transparent url(../images/arrow.gif) no-repeat 0px 5px;
	padding-left:10px;
}
#content ol li{
	padding-bottom:7px;
}
#content ul li ul{
	margin:8px 0px -7px 0px;
}
/* I can't get <pre> to display inline very well so just use <span class="pre"> */
#content .pre{
	font:11px "Courier New",Courier,sans-serif;
	color:#af454a;
}

img{
	border:none;
}
img.floatright,
img.floatleft,
#left img{
	border:1px solid #222;
}
a:hover img.floatright,
a:hover img.floatleft,
#left a:hover img{

}

/* floats, positioning, and widths */
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.w50{
	width:50%;
}
.floatleft p{
	padding:0px 10px 0px 0px;
}
.floatright p{
	padding:0px 0px 0px 10px;
}
img.floatleft{
	margin:15px 15px 5px 0px;
}
img.floatright{
	margin:15px 0px 5px 15px;
}

/* rounded corners */
.tl{background:#222 url(../images/corners/tl.gif) no-repeat top left;}
.tr{background:transparent url(../images/corners/tr.gif) no-repeat top right;}
.br{background:transparent url(../images/corners/br.gif) no-repeat bottom right;}
.bl{background:transparent url(../images/corners/bl.gif) no-repeat bottom left;}

.ltl{background:#efefef url(../images/corners/l_tl.gif) no-repeat top left;}
.ltr{background:transparent url(../images/corners/l_tr.gif) no-repeat top right;}
.lbr{background:transparent url(../images/corners/l_br.gif) no-repeat bottom right;}
.lbl{background:transparent url(../images/corners/l_bl.gif) no-repeat bottom left;}

/* blockquotes and code*/
blockquote{
	min-height:35px;
	width:100%;
	display:block;
	margin:10px auto;
	background:transparent url(../images/blockquote/quote.gif) no-repeat 10px 10px;
}
* html blockquote{
	min-height:35px;
	height:auto !important;
	height:35px;
}
blockquote p{
	margin:0px;
	line-height:17px;
	padding:10px 10px 10px 50px;
}
blockquote span{
	color:#999;
	font-size:9px;
	padding-top:5px;
	display:block;
}
blockquote span a{
	color:#555;
	text-decoration:none;
}
blockquote span a:hover{
	text-decoration:underline;
}
blockquote.go{
	background:transparent url(../images/blockquote/go.gif) no-repeat 10px 50%;
}
blockquote.stop{
	background:transparent url(../images/blockquote/stop.gif) no-repeat 11px 50%;
}
blockquote.exclamation{
	background:transparent url(../images/blockquote/exclamation.gif) no-repeat 23px 50%;
}
code{
	display:block;
	width:92%;
	margin:0px auto 15px auto;
	line-height:17px;
}
code .red{
	color:#af454a;
}

/* forms */
form select,
form input,
form textarea{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	border:1px solid #888;
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	background-color:#f9f9f9;
	/*border:1px dotted #888;  optional thought */
	border:1px solid #444;
}
form select{
	padding:1px;
}
form input{
	padding:1px;
}
form label{
	display:block;
	color:#777
}
form textarea{
	padding:1px;
	line-height:16px;
}
form p{
	margin:10px 0px;
}

/* top section */
#top{
	background:url(../images/contentbg.gif) repeat-y top center;width:800px;
}

/* very bottom curve */
#bottom{
	background:url(../images/container_b.gif) no-repeat bottom center;
	height:9px;
}
* html #bottom{
	margin-top:-4px;
}

/* header */
#header{
	font:30px Georgia,Verdana,Arial,Helvetica,sans-serif;
	width:770px;
	height:187px;
	margin:auto;
	background:url(../images/headers/h2.jpg) no-repeat top center;
	text-align:left;
}
a.title{
	margin-top:145px;
	margin-left:13px;
	position:relative;
	color:#fff;
	background-color:transparent;
	
    float:left;
}
a.title:hover{text-decoration:none;}


/* menubar */
.nav{
	
	background-color:#222;
	color:#fff;
	width:770px;
	margin:auto;
	text-align:left;
	font-size:11px;
	cursor:default;padding-right:0;
}
.nav2{
	height:40px;
}
#slogan{
	position:absolute;
	margin:11px 0px 0px 15px;
	font-size:14px;
}
#navdiv{
	

}
ul.nav{
	list-style-type:none;
	padding:2px 0px 0px 0px;
    
}
ul.nav li{
	display:inline;
    width:70px;
	position:relativ;
	margin-left:21px;
	float:left;
    text-align:center;
}

ul.nav li.padure{
	display:inline;
    width:110px;
	position:relativ;
	margin-left:20px;
	float:left;
    text-align:center;
}




ul.nav li.invest{
	display:inline;
	width:90px ;
    margin-left:27px;
	
    float:left;
    text-align:center;
}

ul.nav li.invest h3  a{
	font-size:12.9px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	height:40px ;
	padding:0;
}



ul.nav li h3 a{
	font-size:12.9px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	height:40px;
	width:70px;
	text-align:center;
	text-decoration:none;
}
ul.nav li h3 a:hover{
	color:#bfbfbf;
	 text-decoration:none;
	/* other thoughts
	border-top:5px solid #fff;
	color:#df521b;
	*/
}

/* content */
.content1{
	min-height:400px;
	width:770px;
	margin:auto;
	color:#222;
	text-align:left;
}

#left{
	width:400px;
	float:left;
	padding:10px 0 0px 10px;
}
* html #left{
	padding-top:20px;
}

/* sidebar */
#right{
	width:340px;
	float:right;
	padding:20px 0px 20px 10px;
    margin-top:25px;
}
* html #right{
	padding-top:30px;
}
#right .sideitem{
	margin-bottom:25px;
}
#right .sideitem h4{
	font:1 Georgia,Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#222;
	width:100%;
	background:#fff url(../images/dottedborder.gif) repeat-x bottom center;
	padding-bottom:3px;
	margin-bottom:13px;
}
#right .sideitem b{
	/*display:block;*/
}
#right .sideitem p{
	padding:0px 5px;
}
#right .sideitem ul{
	margin-left:-4px;
}

/* footer */
.footer{
	height:30px;
	width:770px;
	margin:auto;
	color:#fff;
	text-align:left;
	clear:both;
}
.footer div{
	height:30px;
}
#copyright{
	text-align:left;
	float:left;
	padding:8px;
	margin-top:0px !important;
	margin-bottom:-16px;
}
#designcredit{
	float:right;
	text-align:right;
	padding:8px;
	margin-bottom:-16px;
}
#designcredit a{
	color:#9f9f9f;
}
#designcredit a:hover{
	color:#cf262d;
	text-decoration:none;
}


p.subtitle{float:right;
color:#FFF;
font-size:14px;
position:relative;
	margin:0;
	padding:0;margin-top:160px;margin-right:14px;}
	
.clearboth{clear: both; font-size:0px; line-height:0px; height:0px;}
	
p.content{font-size:12.9px;color:#000;margin-bottom:15px;line-height:18px;text-indent:20px;text-align:justify;text-indent:20px;display:block;}	
p.content strong {font-weight:normal;}
p strong {font-weight:normal;}
p.list{font-size:12.9px;color:#000;margin:10px 0 0 0px;line-height:20px;}
h1{text-indent:-9999px; margin:0; padding:0; height:0px; font-size:0px; line-height:0px;}
p.stitle{
	font-size:25px;
	color:#0a294f;
}
p.content span{color:#F00;}
h2 {float:right;color:#FFF;font-size:14px;margin-right:5px;font-weight:bold;margin-top:5px;}
.sageata{background:url(../images/sageata.jpg) no-repeat; width:20px;height:42px; margin:auto;}
.galerie{margin:15px 0 20px 70px;padding:0;}


span.desktop_phone {
    cursor: pointer;
}