
body {
	background:	url(../images/new_page_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/* text-align: justify; */
	color: #000000;
}

#containerPage {
	width: 780px;
	margin: auto;
	background: #012338;
}


h1, h2, h3, p {
	padding-left: 5px;
	padding-right: 5px;
}

.content {
	margin-top: 10px;
	float: right;
	width: 625px;
}

.content p {
	padding-left: 20px;
	padding-right: 25px;
}

.contentLists {
	padding-left: 150px;
	text-align: left;
	list-style: outside;
}

#contactInfo {
	font-size: 115%;
	padding-left: 140px;
	text-align: left;
	list-style-type: none;
}

.headerImages {
	/*width: 595px;
	height: 20px; */
	padding-left: 15px;
}

/* for Homepage only */
#homeOfficeImg { 
	margin-top: 15px;

	float: left;
}

#homeSendAssign {
	margin-top: 15px;
	
	float: right;
	width: 503px;
}

#homeSendAssign p {
	padding-left: 18px;
	padding-right: 15px;
}

.hSaImages {
	width: 480px;
	padding-left: 12px;
}  
/* end of Homepage Only */



#whiteBgMedium {
	width: 503px;
	background: url(../images/med_bg2.gif) repeat-y;
	margin-bottom: -3px;
}

#whiteBgLarge {
	width: 625px;
	background: url(../images/bg_lrg2.gif) repeat-y;
	margin-bottom: -3px;
	/* border: 1px solid red; */
}

.symbols {
	padding-top: 10px;
	padding-left: 165px;
}




#navcontainer { 
	margin: 0;
	margin-top: 10px;
	width: 145px; 
	float: left;

}


#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;	
}

#navcontainer a {
	text-align: left;
	display: block;
	font-size: 85%;
	padding-top: 3px; 
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	width: 115px;
	background: url(../images/white_arrow.gif) no-repeat left; 
	border-bottom: 1px solid #6f6e7c;
	

}

#navcontainer a:link, #navcontainer a:visited {
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #369;
	color: #fff;
}

.OfficeImgSm {
	margin-left: 3px;
	margin-bottom: 0;
	width: 145px;
}

.OfficeImgSm ul {
	margin-top: -90px;
	width: 130px;
	font-size: x-small;
	font-weight: bold;
	list-style-type: none;
}

.OfficeImgSm li {
	text-align: center;
	padding: 0 0 0 20px;
}

#footer {
	clear: both;
/*	background-color: #333333; */
 	background-image: url(../images/round_bottom.gif) no-repeat bottom;
	font-size: 75%;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}

#footer a {
	color: #666657;
	text-decoration: none;	
}

#footer a:hover {
    color: #FFFF00;
	text-decoration: none;
}

.floatLeft {
	float: left;
	margin-left: 25px;
}

.floatRight {
	float: right;
	margin-right: 25px;	
}

.floatLeftVideo {
	float: left;
	margin-left: 25px;
	padding-top: 14px;

}