@charset "utf-8";

/*
------------------------------------
|         Main Body Layout         |                 
------------------------------------
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
body {
	background-image: url(images/topbg.jpg);
	background-repeat: repeat-x;
	margin:0;
	text-align:center;
	height:100%;
}

body.insideapp {
	background-image: none;
}
/*
------------------------------------
|          Link Styling            |                 
------------------------------------
*/
a {
	text-decoration:none;
	color:#0000FF;
}
a:hover {
	text-decoration:underline;
}

/*
------------------------------------
|   Style for Headings h1 - h6     |                 
------------------------------------
*/


h1 {
	font-family: "Trebuchet MS", trebuchet, sans-serif;
	font-size: 1.8em;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	padding: 0 0 2px 0;
}

h2 {
	font-family: "Trebuchet MS", trebuchet, sans-serif;
	font-size: 1.4em;
	margin: 0px 0 8px 7px;
	padding: 10px 0 2px 0;
	color:#000000;
}

h3 {
	font-family: "Trebuchet MS", trebuchet, sans-serif;
	font-size: 1.2em;
	margin: 0px 0 8px 0;
	padding: 10px 0 2px 0;
	color:#000000;
}

h4, h5, h6 {
	font-size: 12px;
}

/*
------------------------------------
|           Header Box             |                 
------------------------------------
*/
#heading {
	height:82px;
	line-height:82px;
}

/*
------------------------------------
|  Top Horizontal Navigation Box   |                 
------------------------------------
*/
#topnavigation {
	width:100%;
	height:32px;
	line-height:32px;	
	color:#FFFFFF;
	text-align:left;
}

#topnavigation ul {
	margin:0 10px 0 0;
	list-style:none;
	float:right;
	width:400px;	
}
#topnavigation ul li {
	float:right;
	color:#FFFFFF;
}
#topnavigation ul li.sep {
	float:right;
	padding: 0 5px 0 5px;
	color:#FFFFFF;
}

#topnavigation ul li a{
	color:#FFFFFF;
}

/*
------------------------------------
|        Content Wrapper           |                 
------------------------------------
*/
#wrap {
	width:900px;
	margin:0 auto;	
	
/*	border:2px solid #C00;*/
}

#wrap.insideapp {
	background-image: url(images/topbgInsideApp.jpg);
	background-repeat: repeat-x;
	width:650px;
}

/*
------------------------------------
|           Content Box            |                 
------------------------------------
*/
#content { 
/*	border:4px solid #999;*/	
}

#content a {
	color:#0000FF;
}
#content ul {

}

#content ul li{
	/*height:20px;*/
	line-height:20px;
	margin:auto;
	padding:0 0 0 10px;
}

.error {
	display:block;
	width:95%;
	color:#333;
	padding: 5px 0;
	margin: 15px auto 0;
	text-align:center;
	background-color:#FFE5E6;
	border:1px solid #cc0000;
}


/*
------------------------------------
|     Footer Styling       |                 
------------------------------------
*/
#footer {
	width:900px;
	border-top:15px solid #DDDDDD;
	height:60px;
	line-height:60px;
}

#copyright {
	margin-left:10px;
	float:right;
	color:#AAAAAA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#bottomlinks {
	margin-right:10px;
	float:left;
	color:#999999;
	font-size:10px;
}


/*
------------------------------------
|     Universal Form Styling       |                 
------------------------------------
*/

.signintext {
	font-size:10px;
	line-height:14px;
	padding-left:14px;
	padding-right:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}

.signintextbox {
	width:175px;
	font-size:14px;
	line-height:14px;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #CCCCCC;
margin:0;
}

/*
------------------------------------
|          Extra Styles            |                 
------------------------------------
*/

/*from efile*/

/* Headers */
.taxtip {
font-style:italic;
color:#309535;
font-weight:bold;
}

#content a img {
	border: 0;
}

ul { 
margin:0 auto;
}

ul li {
list-style-image:url(images/li_arrow.gif);
padding:0 0 0 5px;
margin:0 0 0 10px;
}

#time {
    width:20%;
	
	height:32px;
	line-height:32px;	
	color:#FFFFFF;
     text-align:right;
	 float: right;
	 margin-right:10px
}





