/* CSS Document */

div, ul, li, h3, h1, img {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-position: inside;
}

body{
margin: 0 auto;
padding: 0;
text-align: center;
background: #104b89;
}

.float-left{
float: left;
}

.float-right{
float:right;
}


.clearboth{
clear: both;
}
.hide{
display: none;
}

.bold {
font-weight: bold;
}
.borderleft{
border-left: 1px solid #6699cc;
}

#container{
margin: 0 auto;
width: 1081px;
}

#leftCol{
width: 94px;
height: 488px;
background: url(images/left-col.gif) top left no-repeat;
}

#centerCol{ 
width: 911px;

background: #f3f3f3 url(images/header.gif) top left no-repeat;
text-align: left;
}

#rightCol{
width: 76px;
height: 488px;
background: url(images/right-col.gif) top left no-repeat;
}

#content-top{
height:46px;
width: 911px;
background: url(images/content-top.gif) top left no-repeat;
}

#content{
width: 771px;
*width: 911px;
border-right: 2px solid #78a3d6;
border-left: 2px solid #78a3d6;
padding: 0 68px 1px 68px; /*margin for main content*/
font-size: 12px;
letter-spacing: 0.05em;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

#content p a:link, #content p a:visited{
color: #6699cc;
padding-bottom: 1px;
border-bottom: 1px dotted;
text-decoration: none;
}

.linkz a:link, .linkz a:visited{
color: #6699cc;
padding-bottom: 1px;
border-bottom: 1px dotted;
text-decoration: none;
}

.linkz a:hover{
color: #006699;
}

#content p a:hover{
color: #006699;
}



/* for Mozilla/Safari/Opera */
*>#content {
 padding-top: 278px;
 min-height: 20px;
}
*>#main {
 margin-top: -278px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #content {
 height: 278px;
}
/* end filter */

#main .table
{
background-color:#e4e9f1;
padding: 20px;
}

#main table{
width: 600px;
font-size: 12px;
letter-spacing: 0.05em;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
}

#main td{
padding: 6px 0;
border-bottom: 1px dotted #6699ff;
}

#homepage{
width: 450px;
}

#main h1{
font-family: Arial, Helvetica, Verdana, sans-serif;
padding-bottom: 16px;
border-bottom: 1px solid #6699cc;
margin-bottom: 16px;
color: #104b89;
font-weight: normal;
font-size: 2em;
letter-spacing: 0.1em;
}

#main h3{
font-family: Arial, Helvetica, Verdana, sans-serif;
margin-bottom: 16px;
margin-top: 16px;
color: #104b89;
font-weight: normal;
font-size: 1.5em;
letter-spacing: 0.1em;
}

#main h1.noborder{
border-bottom: 0;
padding-bottom: 0px;
}

#main p{
color: #333;
line-height: 18px;
font-size: 12px;
letter-spacing: 0.05em;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

#main .normal li{
margin-left: 15px;
line-height: 20px;
font-weight: bold;
}

#main .space li{
margin: 7px 15px;
list-position-type: inside;
}

.graybg{
padding: 5px 20px;
background: #eaeaea;
width: 200px;
}

#portImages img{
margin-top:20px;
margin-right: 33px;
border: 7px solid #333366;
margin-bottom:10px;
float: left;
}

.imageholder {
width: 224px;
float: left;
margin-top:20px;
margin-right: 33px;
}

.imageholder img{
border: 7px solid #333366;
margin-bottom:10px;
}

#portImages img:hover, .imageholder img:hover{
border: 7px solid #5c7198;
}

.imageholder li{
background: #e2e2e2;
border-left: 10px solid #90acc7;
height: 2.4em;
list-style-type: none;
line-height: 2.4em;
margin-bottom: 10px;
color: #5380bc;
padding-left: 13px;

}

.imageholder li.gray{
color: #333;
font-weight: bold;
}

#testimonials p{
width: 600px;
padding: 20px;
background: #e4e9f1;
line-height: 20px;
font-size: 14px;
letter-spacing: 0.05em;
margin-top: 20px;
border-left: 5px solid #ccccff;
}


.box, .box2{
width: 200px;
}
.box2{
padding-left: 35px;
*width: 250px;
}

#footer{
height:292px;
width: 1081px;
background: url(images/footer.gif) bottom left no-repeat;
}

#footer p{
margin-top: 172px;
margin-left: 260px;
line-height: 30px;
color: #ccc;
font-size: 10px;
letter-spacing: 0.05em;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

#footer a:link, #footer a:visited{
text-decoration: none;
color: #ccc;
}

#footer a:hover{
text-decoration: underline;
}
