/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/

body {
	margin: 0px;
	Padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	

}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

#container {
text-align:center;
background-color: #FFFFFF;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
}

.topNav {
margin: 0 15px 10px 15px;
}

.topNavOver {
margin: 0 15px 10px 15px;
}

#menuOver {
z-index:100;
position:absolute;
max-width:900px;
min-width:705px;
width:expression(document.body.clientWidth < 720? "705px" :
document.body.clientWidth > 930? "900px" : "98%" );
left:0;
}

#menu {
z-index:10;
position:relative;
}

#main {
position:relative;
margin: 0 auto;
padding: 24px 0 10px 0;
max-width:900px;
min-width:705px;
width:expression(document.body.clientWidth < 720? "705px" :
document.body.clientWidth > 930? "900px" : "98%" );
}

.homeLogo {
padding-right: 2%;
text-align:left;
}

#flash {
height:271px;
padding:5px 5px 4px 5px;
background-color:#FFFFFF;
z-index: 0;
}

#bodyCopy {
padding: 0 5px 0 5px;
text-align:left;
}


#bodyLeft {
width:369px;
text-align:left;

}

#latestNewsHdr {
padding: 10px 0 8px 15px;
background-color: #666666;
margin-bottom:4px;
}

#latestNews {
padding: 10px 0 7px 15px;
background-color: #e7e7e7;
margin-bottom:4px;
line-height:14px;
}

#contact {
padding: 10px 0 18px 15px;
background-image:url(../images/bg_contact.jpg);
background-repeat:repeat-x;
margin-bottom:4px;
line-height:20px;
}

#bodyRight {
padding-left:5px;
}

#funds {
border-left: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
border-top: 1px solid #e0e0e0;
background-image:url(../images/bg_funds.jpg);
background-position: top right;
background-repeat:no-repeat;
height:44px;
padding: 10px 20px 10px 15px;
margin-bottom:3px;
line-height:14px;
}

#stock {
border-left: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
border-top: 1px solid #e0e0e0;
background-image:url(../images/bg_stock.jpg);
background-position: top right;
background-repeat:no-repeat;
height:44px;
min-height:44px;
padding: 10px 20px 10px 15px;
margin-bottom:3px;
line-height:14px;
}

#corporate {
border-left: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
border-top: 1px solid #e0e0e0;
background-image:url(../images/bg_corp.jpg);
background-position: top right;
background-repeat:no-repeat;
height:44px;
padding: 10px 20px 10px 15px;
margin-bottom:15px;
line-height:14px;
}

/*
------------------------------------------------------
Internals
------------------------------------------------------
*/
#intContainer {
text-align:center;
background-color: #FFFFFF;
background-image:url(../images/bg_int.jpg);
background-repeat:repeat-x;
}
#intMenuOver {
z-index:100;
position:absolute;
max-width:900px;
min-width:705px;
width:expression(document.body.clientWidth < 720? "705px" :
document.body.clientWidth > 930? "900px" : "98%" );
left:0;
}

#intMenu {
z-index:10;
position:relative;
}

#intPic {
text-align:left;
height:135px;
padding:5px 5px 4px 5px;
background-color:#FFFFFF;
}

#intPic1 {
background-image:url(../images/intPic1.jpg);
background-repeat:no-repeat;
background-position:  174px 0px;
}

#intPic2 {
background-image:url(../images/intPic2.jpg);
background-repeat:no-repeat;
background-position:  174px 0px;
}

#intPic3 {
background-image:url(../images/intPic3.jpg);
background-repeat:no-repeat;
background-position:  174px 0px;
}

#intPic4 {
background-image:url(../images/intPic4.jpg);
background-repeat:no-repeat;
background-position:  174px 0px;
}

.intBodyTable{
margin-bottom:20px;
}

#menuHead {
background-color:#666666;
}

#intBodyHead {
text-align:left;
border-bottom: solid 1px #cccccc;
padding: 0 5px 0 10px;
}

#intBodyLeft {
width:169px;
text-align:left;
border-bottom: solid 1px #cccccc;
}

#intBodyDiv {
border-bottom: solid 1px #cccccc;
}
#intBodyLeft ul {
margin-left:0;
padding-left:0;
}
#intBodyLeft li {
font-size:10px;
list-style:none;
padding: 7px 0 5px 17px;
border-bottom: solid 1px #cccccc;

}

#intBodyRight {
width:705px;
padding: 5px 5px 20px 20px;
text-align:left;
border-bottom: solid 1px #cccccc;

}



/*
------------------------------------------------------
Footer
------------------------------------------------------
*/

#footer {
text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-left:15px;
}

#footerRight {
text-align:right;
}

/* Footer Link */
#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:active {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#intFooter {
text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-left:17px;
}

/* Footer Link */
#intFooter a:link {
	color: #666666;
	text-decoration: none;
}
#intFooter a:visited {
	color: #666666;
	text-decoration: none;
}
#intFooter a:active {
	color: #666666;
	text-decoration: none;
}
#intFooter a:hover {
	color: #000000;
	text-decoration: underline;
}



/*
------------------------------------------------------
Links 
------------------------------------------------------
*/

/* Standard Link */
a:link, a:visited, a:Active          { 
	color: #000000; 
	text-decoration : underline; 
}
a:Hover    {
	color: #666666;
	text-decoration : underline;
}

#intBodyLeft a {
color: #000000; 
	text-decoration : none;

}

#intBodyLeft a:hover {
color: #666666; 
	text-decoration : none;
	font-weight:bold;

}

/*
------------------------------------------------------
HTML & CMS
------------------------------------------------------
*/

hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	width: 100%;
	height: 1px;
}


h1 {
font-size:13px;
display:block;
margin: 0 0 0 0;
font-weight:bold;
line-height: 14px;
}

h2 {
font-size:13px;
display:block;
margin: 0 0 0 0;
font-weight:bold;
line-height: 14px;
color:#3e5363;
padding-top: 10px;
padding-bottom: 10px
}

h3 {
font-size:12px;
display:block;
margin: 0 0 0 0;
font-weight:bold;
line-height: 14px;
padding-top: 10px;
padding-bottom: 10px
}

h4 {
font-size:12px;
display:block;
margin: 0 0 0 0;
font-weight:bold;
line-height: 14px;
color:#3e5363;
}

h5 {
font-size:11px;
display:block;
margin: 0 0 0 0;
font-weight:bold;
line-height: 14px;
padding-top: 10px;
padding-bottom: 10px
}

h6 {
font-size:11px;
display:block;
margin: 0 0 0 0;
font-weight:bold;
line-height: 14px;
color:#3e5363;
}

.nomarg {
font-size:12px;
display:block;
margin: 0 0 0 0;
font-weight:bold;
line-height: 14px;
padding-top: 0px;
padding-bottom: 0px
}

ul{
  margin-top: 3px;
}

li{
  margin-top: 3px;
}

p {
  margin: 4px 0 10px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

img {
border:0px;
}

.smallText {
	font-size: 9px;
	color:#333333;
}

.caption {
	color:#999999;
}


#sitemap {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
	font-weight: bold;
	}
#sitemap a {
	text-decoration : none;
        }	
#sitemap li ul {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
	font-weight: normal;
	}


/*
------------------------------------------------------
Forms
------------------------------------------------------
*/

TD.formCaptions {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}

TD.formFields{
	color: #666666;
	font-size: 10px;
	
}

/*
------------------------------------------------------
Tables
------------------------------------------------------
*/

.tableHeader {
	background-color:#666666;
	color:#FFFFFF;
	font-weight: bold;
}

.tableAlt {
	background-color:#e7e7e7;
}

input { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 9px;
	background-color:#e7e7e7;
}

select { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 9px;
	background-color:#e7e7e7;
        height: 1.65em;

}

