body{
	font-size:12px;
	font-family:Arial;
	text-align:center;
}

#wrap{
	width:630px;
	margin-left:auto;
	margin-right:auto;
}

#menu{
	display:block;
	clear:both;
	margin:0px;
	padding:0px;
	text-align:left;
	border-top: 1px solid #CED5E3;
	border-bottom: 1px solid #CED5E3;
}

#menu li{
	display:inline;
	line-height:20px;
	color:#31518A;
	padding-left:20px;
	background-image:url(images/grey-dot.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-right:20px;
}

#menu li.active{
	background-image:url(images/orange-dot.gif);
}

#menu li a, #menu li a:link, #menu li a:active, #menu li a:visited{
        color:#31518A;
	text-decoration:none;
}

#menu li a:hover{
	text-decoration:underline;
}

#content{
	color: #07225f;
	text-align:left;
}

#content h1{
	font-size:12px;
	font-weight:bold;
	margin: 20px 0;
}

#content p{
	padding:0px;
	margin:15px 0px;
}

#defaultcontent{
    background-image:url(images/globe-watermark.jpg);
    background-repeat:no-repeat;
    background-position:100% 30px;
}

#defaultcontent p{
    padding-left:15px;
}

#content #index{
	background-image:url(images/globe.jpg);
	background-position:100% center;
	background-repeat:no-repeat;
	padding-right:280px;
}

#footer{
	border-top: 1px solid #CED5E3;
	text-align:right;
	font-size:11px;
        padding-top:5px;
	color: #31518A;
}

#services {
    min-height:300px;
}

#services h1, #careers h1{
  font-size:14px;
  font-weight:bold;
}

#services dl{
  
}

#services dt, #careers dt{
    font-weight:bold;
    color: #31518A;
    margin-top: 10px;
    cursor:pointer;
}

#services dt span, #careers dt span{
    color: #6EA8CA;
}

#services dd, #careers dd{
    display:none;
    margin:0px;
    padding:10px 0 0 20px;
}

#contact h1{
    font-size:14px;
}

table.contactinfowrap td{
    vertical-align: top;
}

table.contactinfo{
    font-size:12px;
    width:270px;
    float:left;
}

table.contactinfo td{
    width:135px;
    padding-top:20px;
    vertical-align: top;
}

table.contactinfo tr td:first-child{
    font-weight:bold;
}

.clr{
    height:1px;
    width:100%;
    overflow: hidden;
    clear:both;
}


