/* CSS Document */
body{
text-decoration: none;
margin: 0;
text-align:center;
background-image: url(images/bg.jpg);
background-repeat: repeat;
font-family: Arial, Verdana, Sans Serif;
color: #000000;
}


/********************** Wrapper's **********************/
.wrapper{
width:750px;
margin:0px auto;
text-align: center;
}

img{
border:none;
}

.header{
background-image: url(images/header.jpg);
background-repeat: no-repeat;
width:750px;
height:215px;
}

a{
text-decoration:none;
color:white;
}

a:visited{
text-decoration:none;
color:white;
}

a:hover{
text-decoration:underline;
color:white;
}


/********************** Navigation **********************/
.nav{
margin: 0px;
padding:0;
background-image: url(images/navbg.jpg);
background-repeat: no-repeat;
width:750px;
height:35px;
}
html>body .nav{

}
.nav ul{
margin: 0px;
padding:0 0 0 120;
width: 750px;
}
html>body .nav ul{
margin-left: 10px;
}
.nav li{
width:80px;
display: inline;
float: left;
}
.nav a{
width:90px;
display: block;
text-align: center;
font-size:12px;
color: #fff;
text-decoration: none;
font-weight: bold;
}
.nav a:hover{
color: #9dc4f9;
text-decoration: none;

}

/********************** Content **********************/
.content_wrapper{
margin: 0;
width:750px;
height:427px;
background-image: url(images/contentbg.jpg);
background-repeat: no-repeat;
}
.stock_wrapper{
margin: 0;
width:750px;
height:1151px;
background-image: url(images/stockbg.jpg);
background-repeat: no-repeat;
}

.finance_wrapper{
margin: 0;
width:750px;
height:2300px;
background-image: url(images/financebg.jpg);
background-repeat: no-repeat;
}
.content_wrapperabout{
margin: 0;
width:750px;
height:427px;
background-image: url(images/contentbgabout.jpg);
background-repeat: no-repeat;
}

.content_wrapperlocation{
margin: 0;
width:750px;
height:427px;
background-image: url(images/locationbg.jpg);
background-repeat: no-repeat;
}

.contact_wrapper{
margin: 0;
width:750px;
height:660px;
background-image: url(images/contactbg.jpg);
background-repeat: no-repeat;
}

.content{
padding-left: 20px;
padding-top: 20px;
float: left;
width: 530px;
color: #000;
}

.right_side{
padding-top: 20px;
float: left;
width: 180px;
}
html>body .right_side{
width: 180px;
}
.right_side p{
margin-top: -15px;
font-family: Arial, Verdana, Sans Serif;
font-size:9pt;
text-align: right;
color:#fff;
}

html>body .right_side p{
margin-top: 0px;
}

.mapleft{
text-align: left;
float: left;
}

.map{
text-align: left;
margin-left: 300px;
margin-top: 30px;
}


.homepagecar{
float: left;
}

.content li{
text-align: left;
color: #000;
font-size: 12px;
}

/********************** Font Types **********************/
h1{
font-weight:bold;
font-family: Arial, Verdana, Sans Serif;
font-size:14pt;
text-align: left;
color:#32506d;
text-decoration: underline;
}
h2{
font-weight:bold;
font-family: Arial, Verdana, Sans Serif;
font-size:12pt;
text-align: right;
color:#32506d;
height:10px;
}
h3{
font-weight:bold;
font-family: Arial, Verdana, Sans Serif;
font-size:11pt;
text-align: left;
color: #32506d;
}


p{
font-family: Arial, Verdana, Sans Serif;
font-size:10pt;
text-align: left;
color:#000;
}

.rightside p{
font-family: Arial, Verdana, Sans Serif;
font-size:10pt;
text-align: left;
color:#fff;

}






/********************** Footer Links **********************/

.footer{
margin:0px auto;
background-image: url(images/footerbg.jpg);
background-repeat: no-repeat;
width: 750px;
height: 126px;
padding:0;
text-align: center;
float: none;
color: #fff;
font-size:9pt;
padding: 45px, 0, 0, 260px;
}

html>body .footer{
width: 570px;
padding-top: 45px;
padding-left: 220px;
}

.footer a{
text-align: center;
font-size:9pt;
color: #fff;
text-decoration: none;
display: inline;
}
.footer a:hover{
color: #4f94d5;
}

.register{
margin-top: -10px;
}

.register p{
font-size: 10px;
}

.registered{
float:left;
font-size:10px;
text-align:left;
}
