/*CSS*/
body{
	background-color: #D6CFAE;
}
img{
	border: 0;
}
.header{
	width: 824px;
	.width: 817px;
	display: block;
	position:realative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Sprites */
.nav{
	position: relative;
	margin-right: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url('../images/nav-bg.jpg') repeat-x;
}
.globalheader{
	background-color:#004990;
}
/* Header */
	#globalheader { width: 827px; .width: 819px; height: 50px;  position: relative; }
	#globalheader #sprites { margin: 0; padding: 0; }
	#globalheader #sprites li { display: inline; }
	#globalheader #sprites li a { float: left; width: 88.88px; height: 0; padding-top: 50px; overflow: hidden; }
	#globalheader #sprites li a,
	#globalheader #sprites { background-image: url(../images/sprite.png); background-repeat: no-repeat; }
/* Links */
	#globalheader #sprites li#home a { background-position: 0 0; }
	#globalheader #sprites li#clientservice a { background-position: -88.88px 0; }
	#globalheader #sprites li#accounting a { background-position: -177.76px 0; }
	#globalheader #sprites li#construction a { background-position: -266.64px 0; }
	#globalheader #sprites li#financial a { background-position: -355.52px 0; }
	#globalheader #sprites li#contact a { background-position: -444.4px 0; }
	#globalheader #sprites li#file_cabinet a { background-position: -533.28px 0; }
	#globalheader #sprites li#taxportal a { background-position: -622.16px 0; }
	#globalheader #sprites li#links a { background-position: -711.04px 0; }
/* Hover */
	#globalheader #sprites li#home a:hover { background-position: 0 -51px; }
	#globalheader #sprites li#clientservice a:hover { background-position: -88.88px -51px; }
	#globalheader #sprites li#accounting a:hover { background-position: -177.76px -51px; }
	#globalheader #sprites li#construction a:hover { background-position: -266.64px -51px; }
	#globalheader #sprites li#financial a:hover { background-position: -355.52px -51px; }
	#globalheader #sprites li#contact a:hover { background-position: -444.40px -51px; }
	#globalheader #sprites li#file_cabinet a:hover { background-position: -533.28px -51px; }
	#globalheader #sprites li#taxportal a:hover { background-position: -622.16px -51px; }
	#globalheader #sprites li#links a:hover { background-position: -711.04px -51px; }
/*content divs*/
.content{
	background-color:#EAEAEA;
	width: 824px;
	.width: 817px;
	position:realative;
	margin-left: auto;
	margin-right: auto;
}
.column_top{
	width: 250px;
	height: 700px;
	float: right;
	margin-left: 20px;
	background-color: #939393;
	border-top: solid 1px #CECECE;
	/*border-bottom: solid 1px #CECECE;*/
	background-image: url('../images/column_gradient.png');
	background-position: bottom;
	background-repeat: repeat-x;
	color: #fff;
}
.text{
	padding: 20px;
	.line-height: 120%;
	font-size: 11pt;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
.bottombar{
	position: relative;
	top: 8px;
	color:#fff;
	font-size: 12px;
}
.footer{
	background-color:#004990;
	/*border: solid 2px #004990;*/
	width: 824px;
	.width: 817px;
	height: 30px;
	position:realative;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url('../images/foot_gradient.png');
	background-position: bottom;
	background-repeat: repeat-x;
}
.sidebar{
	position: relative;
	float: right;
	clear: both;
	width: 250px;
	margin-left: 20px;
	padding: 10px;
}
/*Links*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #006;
	padding-left: 3px;
	text-decoration: underline;
	border: 0px;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006;
	padding-left: 3px;
	text-decoration: underline;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003;
	padding-left: 3px;
	text-decoration: underline;
}
/*Titles*/
.title{
	font-family: serif;
	color: #004990;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: -1px;
}
.subtitle{
	display: block;
	color: #004990;
	font-weight: bold;
	margin:5px 0 8px 0;
}
.titlecontainer{
	text-align: center;
}
/*Form*/
.form{
	position: relative;
	margin-left: 65px;
}
.map{
	margin-left: 30px;
	border: solid 1px #006;
}
.address{	
	position: relative;
	top: 585px;
	margin:10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 10px;
	border-top: solid 1px #686868;
}
a.address_link{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
/*Newsletter Page*/
a.newsletter{
	text-decoration: none; 
	float: right;
	margin-right: 10px;
}
.address1{	
	position: relative;
	top: 283px;
	margin:10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 10px;
	border-top: solid 1px #686868;
}
a.address_link{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.address2{	
	position: relative;
	top: 385px;
	margin:10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 10px;
	border-top: solid 1px #686868;
}
.archives{
	position:relative;
	margin-left: 10px;
	margin-right: 300px;
	margin-top: 20px;
}
ul{
	margin-top: -.5px;
	margin-bottom: -.5px;
	.margin-top: 0px;
	.margin-bottom: 0px;
}
#irs{
	position: relative;
	width: 510px;
	height: 180px;
	border: solid 0px #686868;
}
#calculators{
	 width: 530px;
	 .width: 510px;
	 height: 585px;
	.height: 585px;
}
#cabinet_login{
	position: relative;
	height: 160px;
	width: 370px;
	overflow: hidden;
	margin-left: 70px;	
}
#news_content{
	width: 530px;
	.width: 520px;
	height: 575px;
}

