/* CSS Document */
body{
margin:0 auto;
text-align: left;
padding: 0;
font: 10px Verdana, Arial, Tahoma, Sans-serif;
color:#FFFFFF;
background-color: #FFFFFF;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
}

a:visited {color: #FFFFFF;text-decoration:none;}
a:link {color:#FFFFFF;text-decoration:none;}
a:hover {color: #FFFFFF;text-decoration:underline;}
a:active {color: #FFFFFF;text-decoration:underline;}


/********************** Wrapper's **********************/
.wrapper{
	width: auto;
	margin: 0;
}

.stock_wrapper{
width: 800px;
margin: 0;
}
html>body .stock_wrapper{
height:1550px;
}

.contact_wrapper{
margin: 0;
}
html>body .contact_wrapper{
height:950px;
}

.fin_wrapper{
margin: 0;
}
html>body .fin_wrapper{
height:2100px;
}





/********************** Navigation **********************/
.nav{
width: 200px;
height: 120px;
margin: 0;
float: left;
}

.nav ul{
margin: 0;
float: left;
width: 200px;
height:120px;
}
html>body .nav ul{
margin-left: -40px;
}


.nav ul li{
width:200px;
height: 20px;
float: left;
list-style: none;
}

.nav ul li.ext{
height: 35px;
}

.nav a{
padding: 5px 0 0 20px;
font: 10px Verdana, Arial, Tahoma, Sans-serif;
color:#FFFFFF;
font-weight: bold;
width:200px;
height: 20px;
background-image: url(images/butback.gif);
background-repeat: no-repeat;
display: block;
text-decoration: none;
list-style: none;
}
.nav a:hover{
padding: 5px 0 0 20px;
font: 10px Verdana, Arial, Tahoma, Sans-serif;
color:#143f6a;
font-weight: bold;
width:200px;
height: 20px;
background-image: url(images/butback_over.gif);
background-repeat: no-repeat;
display: block;
text-decoration: none;
}


/********************** Content **********************/
.top{
width: 800px;
height:167px;
}


.flash{
float: left;
width: 500px;
height: 200px;
}
.title{
background-image: url(images/title_bg.jpg);
background-repeat: no-repeat;
width:500px;
height:30px;
padding-left: 10px;
padding-top:5px;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight: bold;
float:left;
color: black;
}

.align{
text-align:center;
}

.side{
background-image: url(images/sidebg.jpg);
background-repeat: no-repeat;
width:245px;
height:933px;
float: left;
}
.content_area{
	width:680px;
	height:633px;
	float: left;

}

/********************** Font Types **********************/
h1{
	margin-top: 15px;
padding-left: 5px;
padding-top: 15px;
float:left;
font-size: 9pt;
font-weight: normal;

}
html>body h1{
margin-top: 105px;
}
html>body h2{
margin-top: 15px;
}
h2{
	padding-left: 5px;
	margin-top: 5px;
	width:180px;
	float:left;
	font-size: 9pt;
	font-weight: normal;
}

h2.strap{
	margin-top:0;
	color:#000000;
	font-size:18px;
	width:500px;
}


p{
margin-top: 20px;
text-align: left;
font-size: 12px;
width:500px;
color: #2a2a2a;
float: left;
}

a.link{
	color:#000000;
	text-decoration:underline;
}

small{
	color:#000000;
}


/********************** Footer Links **********************/
.footer{
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight: normal;
width: 1000px;
height:20px;
margin: 0 auto;
text-align: center;
color: #6f6f6f;
float:left;
padding-left:20px;
}

.footer ul{
margin: 0px 0 0 0px;
text-decoration: none;
width:860px;
list-style: none; 
padding-top:5px;
padding-left:60px;
border-top: 1px #6f6f6f dashed;
}
html>body .footer ul{
width:470px;
margin-left: 35px;
}

.footer li{
padding-left:10px;
float: left;
}
.footer a:visited{
color: #6f6f6f;
}

.footer a{
color: #6f6f6f;
}

.footer a:hover{
color: #6f6f6f;
}

.legal{
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight: normal;
width: 800px;
height:20px;
margin: 0 auto;
text-align: center;
color: #072444;
float:left;
padding-left:220px;
}

html>body .legal{
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight: normal;
width: 800px;
height:20px;
margin: 0 auto;
text-align: center;
color: #072444;
float:left;
padding-left:120px;
}

img{
border: none;
}
