/* CSS Document */fafafc

*{
	margin:0;
	padding:0;
}

img{
	border:0;
}

body{
	background-color:#000066;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#siteBox{
	width:966px;
	margin:0 auto 0 auto;
}


/******************************************************************/
/* HeaderBox Styles */
/******************************************************************/

#bannerBox{
	background-image:url(../images/header-banner.jpg);
	background-repeat:no-repeat;
	height:133px;
}

#flashBox{
	height:75px;
	background-color:#CCCCCC;
}

#menuBox{
	
	height:31px;
	background-image:url(../images/header-menu_bg.jpg);
	background-repeat:no-repeat;
	width:966px;	
}

#menuNav{
	margin:0;
	padding:4px 0 0 25px;

}

#menuNav li{
	margin:0;
	list-style-type:none;
	display:inline;
}

#menuNav li#func{
	margin-left:-3px;
}

/******************************************************************/

#strip{
	background-image:url(../images/img-strip.jpg);
	background-repeat:repeat-x;
	height:8px;
	border:1px solid #000266;
}

#bodyBox{
	background-color:#FFFFFF;
	margin:-1px 0 0 0;

}

#mainBox{
	float:left;
	width:736px;
	background-color:#FFFFFF;
	padding:10px 0 10px 15px;
	background-image:url(../images/side-left_border.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#ContentBoxHome {
	width:730px;
}

#ContentBox {
	width:730px;
	height:450px;
	
}

#ContentBox h1{
	margin:0;
	color:#22227a;
	font-size:18px;

}

#ContentBox p{
	margin:10px 0 0 0;
	line-height:16px;
}

#ContentBox img{
	margin: 0 18px 10px 10px;
}

#ContentBox .pdf{
	margin: 0 5px 0 0 !important;
}

#horizontalLine{
	height:5px;
	background-color:#ebebeb;
	clear:both;
	margin-right:18px;
}


.specialServicesBox{

}

.specialServicesBox img{
	float:left;
	margin:15px 0 0 0px;
}

.specialServicesBox h2{
	margin:10px 0 0 0;
	font-size:14px;
	color:#1f4ca5;
}

.specialServicesBox span{
	width:580px;
	float:right;
}

.specialServicesBox span p{
	margin:0 18px 10px 0;
	line-height:15px;
}

.serviceLine{
	height:1px;
	background-color:#d7d7d7;
	margin-right:18px;
}

#sideBox{
	float:left;
	background-color:#FFFFFF;
	width:215px;

}

#sideBox #teleBox{
	background-image:url(../images/side-tele_bg.jpg);
	background-repeat:no-repeat;
	height:35px;
	width:172px;
	margin:0 auto 0 auto;
}

#sideBox p{
	margin:10px 0 10px 0;
	color:#000066;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}



#teleBox p{
	margin:0;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding:5px 0 0 30px;
	font-weight:bold;
	text-align:center;
}

#sideBox img{
	margin:5px 0 10px 0;
}

#footerBox p{
	color:#FFFFFF;
	font-size:11px; 
	float:right;
	height:20px;
	margin-top:5px;
}

#footerBox a:link, #footerBox a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#footerBox a:hover{
	color:#FFFFFFF;
	text-decoration:underline;
}

#footerBox #sydneyweb{
	margin-left:200px;
}

/******************************************************************/
.clearFloats{
	clear:both;
}

.leftFloat{
	float:left;
}

.rightFloat{
	float:right;
}

.alignCenter{
	text-align:center;
}

a:link, a:visited {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#000099;
	text-decoration:none;
}