/* reset and remove all browser default styling */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thread, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline}


/* now setup defaults as required */

body { 
background-image:url(../images/bg.gif); 
clear: both;
color: #000;
display: block;
font-family: verdana, georgia, times, serif; 
font-size: 100%;
margin: auto;
text-align:center; 
}

p {
padding-top: 1.5em;}


/* Layout of the site */

#sitewrapper { 
background:#fff;
margin:auto; 
text-align:center; 
width:772px; 

} 

#pad {
background:#fff;
color: #1E5E8A;
font-size:75%;
font-weight:bold;
border-top: 5px solid #fff;
width:772px;
}

#padtop {
background-image:url(../images/bg.gif); 
width:772px;
}

#padbottom {
background:#fff;
border:20px solid #fff;
border-top:40px solid #fff;
clear:both;
color: #1E5E8A;
font-size:75%;
font-weight:bold;
text-align: left;
width:732px;
}


.banner {
background: #fff;
background-image: url(../images/logo400.gif);
background-repeat: no-repeat;
border:20px solid #fff;
border-top:10px solid #fff;
border-bottom:11px solid #fff;
font-size: 60%;
height: 101px;
text-align:right;

}

.content {
background: #F7F7F7;
border-left: 20px solid #fff;
border-top: 11px solid #fff;
clear: both;
color: #404040;
float: left;
font-family: verdana;
font-size: 80%;
font-weight: normal;
padding: 5px;
padding-top: 15px;
text-align: justify;
width: 549px;
}

.rightcol {
background: #fff;
border-right: 20px solid #fff;
border-top: 11px solid #fff;
color: #000;
float: right;
font-size: 80%;
padding-left: 5px;
padding-top: 10px;
text-align:right;
width: 148px;
}

.whitebg {
background: #fff;
color: #000;
}

.footer {
background: #eee;
clear: both;
color: #404040;
border: 20px solid #fff;
border-bottom: 10px solid #fff;
border-top:10px solid #fff;
font-size: 60%;
text-align: center;
}

.footer2 {
background: #fff;
clear: both;
color: #FAA208;
border: 20px solid #fff;
border-bottom: 10px solid #fff;
border-top:10px solid #fff;
font-size: 80%;
font-weight: bold;
text-align: center;
}



.contentboxes {
background: #eee;
border-left: 20px solid #fff;
border-top: 11px solid #fff;
clear: both;
color: #404040;
float: left;
font-family: verdana;
font-size: 80%;
font-weight: normal;
padding: 5px;
padding-top: 0px;
text-align: justify;
width: 499px;
}


/* end of page layout */

/* heading styles */

.title {
font-size: 110%;
font-weight: bold;
}

h1 {
border-bottom: 2px solid #013F86;
display: inline; 
font-size: 120%;
font-family: Arial;
}

h2 {
border-bottom: 2px solid #013F86;
display: inline; 
font-size: 120%;
font-family: Arial;
}

.rightcoltitle {
padding-left: 10px;
line-height: 2em;
}

.geotitle {
font-size: 140%;
font-weight: bold;
}

.larstitle {
font-size: 140%;
font-weight: bold;
}

/* end of heading styles */

/* navigation menu */

.menuwrapper {
background: #fff;
border-left: 20px solid #fff;
border-right: 20px solid #fff;
text-align: center;
width: 732px;
}

.menuwrapper ul {
font-size: 95%;
list-style-type: none;
margin: 0;
padding: 1px 0 0 0;
}

.menuwrapper li { 
display: inline;
font-family: arial;
}

.menuwrapper a {
color: #000;
background-color: #f7f7f7;
font-weight: bold;
margin-left:5px;
margin-right:5px;
padding: 0 20px;
text-decoration: none;
}

a:hover {
	color: #999;
}

.active a {
	color: #999;
}

.right a {
margin-right: 0px;
}

.left a {
margin-left: 0px;
}

a:hover h2 {
	color: #404040;
}


/* end of navigation menu */

/* list formats */

ul {
font-size: 100%;
list-style-type: square;
padding-left: 20px;
}

li {
padding-top: 5px;
}

li .client {
font-size: 90%
}

/* end of list formats */


/* right column specific formatting */

.rightcol a {
text-decoration: none;
}

.rightcol a:hover{
color: red;
text-decoration: none;
}

/* end of right column specific formatting */

.footer2 a {
color: blue;
text-decoration: none;
}

.footer2 a:hover {
color: red;
text-decoration: none;
}

.footer2 img {
vertical-align:middle;
}