/**************************************
*	Main Index CSS
*
*
*
*
*
*
*
*
*/

html * { 
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-family: "Warnock Pro Regular", "Warnock Std Regular", "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #005348;
	color:  #005348;
}

div#background {
	background-image: url(../images/index/dropshadow.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	overflow-y: auto;
	
	width: 800px;
}

div#outerHeader {
	width: 100%;
	text-align: center;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/index/bgTexture.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	overflow: hidden;
}

div#shell {
	background-image: url(../images/index/bgTexture.jpg);
	background-repeat: repeat;
	background-color: #fff;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: auto;
}

div#masthead {
	width: 680px;
	height: 40px;
	margin-left: 10px;
	text-align: right;
	background-image:url(../images/index/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: middle;
	line-height: 10px;
}
	
div#menu {
	width: 100%;
	height: 32px;
	background-image: url(../images/index/menuHeader.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	
}

div#navigation {
	text-align: center;
	/*width: 385px;*/
	vertical-align: bottom;
	margin-left: 275px;
	margin-right: 0px;
	height: 16px;
	padding-top: 0px;
	overflow: hidden;
	/*line-height: 20px;*/
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

* html div#navigation {
	margin-left: 280px;
	margin-right: 0px;
}

	div#navigation a:link {
		text-decoration: none;
		color: #fff;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	div#navigation a:visited {
		text-decoration: none;
		color: #fff;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	div#navigation a:hover {
		text-decoration: none;
		color: #92650f;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	div#navigation a:active {
		text-decoration: none;
		color: #fff;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
	}
div.menuLeft {
	float: left;
	margin-left: 0px;
	padding-right: 6px;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 0px;
	height: 12px;
}
div.menu {
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	border-left: 1px solid #fff;
	margin-top: 4px;
	margin-bottom: 0px;
	height: 12px;
}
div.menuRight {
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 4px;
	margin-bottom: 0px;
	height: 12px;
	border-left: 1px solid #fff;

}

div#menu div#searchBar {
	margin-left: 0px;
	margin-right: 474px;
	/*margin-right: 10px;*/
}

* html div#menu div#searchBar {
	margin-left: 35px;
	padding-right: 5px;
}

div#menu div#searchField {
	width: 126px;
	height: 18px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	background-image: url(../images/index/searchBarGRN.jpg);
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
}

div#menu input#search {
	/*height: 15px;
	width: 50px;*/
	margin-top: 0px;
	float: right;
}


div#menu input#query {
	margin-right:16px;
	margin-left:16px;
	border: none;
	height: 14px;
	width: 92px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	background-color: transparent;
	color: #fff;
	vertical-align: bottom;
}

table#navigationTable {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 14px;
}

div#content {
	width: 630px;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	overflow-x: hidden;
	overflow-y: auto;
}

div#banner {
	width: 330px;
	height: 130px;
	margin: 0px;
}

div#main {
	/*width: 428px;*/
	text-align: left;
	/*margin-right: 272px;*/
}

div#servicePod {
	width: 252px;
	float: right;
	margin-left: 20px;
	text-align: center;
}
	* html div#servicePod {
		margin-left: 17px;
	}
.vertCenter {
	vertical-align: middle;
	margin-top: 10px;
}

* html .vertCenter {
	margin-top: 20px;
}

#upload_button { width: 252px; height: 93px; position: relative; background: transparent url(../images/upload_file.png) no-repeat scroll center;}
#upload_button a { position: absolute; top: 39px; left: 33px; display: block; height: 45px; width: 54px; }

div#servicePod div#serviceMenu {
	width: 252px;
	height: 247px;
	background-image: url(../images/index/serviceMenu.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 10px;
}
	a.serviceMenuItem {
		display: block;
		margin-right: 10px;
		margin-left: 60px;
		margin-top: 6px;
		font-size: 13px;
		text-align: left;
		line-height: 15px;
		padding-bottom: 6px;
		border-bottom: 1px solid #92650f;
	}
	
	a.serviceMenuItem:link {
		text-decoration: none;
		color: #005348;
		font-weight: bold;
	
	}
	
	a.serviceMenuItem:visited {
		text-decoration: none;
		color: #005348;
		font-weight: bold;
	
	}
	
	a.serviceMenuItem:hover {
		text-decoration: none;
		color: #fff;
		font-weight: bold;
	
	}
	
	a.serviceMenuItem:active {
		text-decoration: none;
		color: #005348;
		font-weight: bold;
	
	}
	
	a.serviceMenuItem-noBorder {
		display: block;
		margin-right: 10px;
		margin-left: 60px;
		margin-top: 6px;
		font-size: 14px;
		text-align: left;
		line-height: 16px;
		padding-bottom: 6px;
	}
	
	a.serviceMenuItem-noBorder:link {
		text-decoration: none;
		color: #005348;
		font-weight: bold;
	
	}
	
	a.serviceMenuItem-noBorder:visited {
		text-decoration: none;
		color: #005348;
		font-weight: bold;
	
	}
	
	a.serviceMenuItem-noBorder:hover {
		text-decoration: none;
		color: #fff;
		font-weight: bold;
	
	}
	
	a.serviceMenuItem-noBorder:active {
		text-decoration: none;
		color: #005348;
		font-weight: bold;
	
	}

div#callout {
	margin-top: 20px;
	width: 355px;
	height: 126px;
	border-top: 1px dotted #92650F;

	/*background: #f00 url(../images/splash_callout.png) no-repeat scroll top left;
	position: relative;*/
	/*overflow: hidden;*/
}

/*div#callout .overlay_link {display: block; position: absolute; height: 42px; width: 170px; cursor: pointer; background-color: #0f0; z-index: 2;}*/
div#callout {padding-top: 20px;}
div#callout a:link, div#callout a:visited, div#callout a:hover, div#callout a:active, div#callout a img{text-decoration: none; outline: none; border: none;}
div#callout #info_center, div#callout #daily_tax_alert {margin-right: 10px;}
div#callout #info_center, div#callout #tax_guide {margin-top: 20px;}
div#callout #daily_tax_alert, div#callout #financial_tools {margin-top: 5px;}


/***************************************

TEXT STYLES

***************************************/

h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	color: #005348;
	font-size: 24px;
	line-height: 28px;
}

div#main p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	/*margin-right: 10px;*/
	color: #005348;
}
	
	
	
/*.submenu {
	width: 200px;
	position: absolute;
	border-left: 1px solid #A67E41;
	border-right: 1px solid #A67E41;
	border-bottom: 1px solid #A67E41;
	border-top: 1px solid #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	visibility: hidden;
	background-color: #FFF;
	text-align: left;
	z-index: 100;
}
.submenu a:link {
	width: 180px;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	color: #666666;
	line-height: 14px;
	display: block;

}

.submenu a:visited {
	width: 180px;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	color: #666666;
	line-height: 14px;
	display: block;
}

.submenu a:hover {
	width: 180px;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	color: #000000;
	line-height: 14px;
	display: block;
	background-color: #A67E41;
}

.submenu a:active {
	width: 180px;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	color: #000000;
	line-height: 14px;
	display: block;
	background-color: #A67E41;
}
div#searchBar {
	margin-left: 492px;
	padding-top: 2px;
	/*margin-right: 10px;
}*/

* html div#searchBar {
	margin-left: 0px;
	padding-right: 5px;
}

div#searchField {
	width: 126px;
	height: 16px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 1px;
	background-image: url(../images/index/searchBar.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
}

input#search {
	/*height: 15px;
	width: 50px;*/
	margin-top: 12px;
	float: right;
}


input#zoom_query {
	margin-right:16px;
	margin-left:16px;
	border: none;
	height: 14px;
	width: 92px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	background-color: transparent;
	color: #92650F;
	vertical-align: bottom;
}
	
div#menu .submenu {
	width: 200px;
	position: absolute;
	border-left: 1px solid #92650F;
	border-right: 1px solid #92650F;
	border-bottom: 1px solid #92650F;
	border-top: 1px solid #005348;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #005348;
	text-align: left;
	z-index: 100;
	visibility: hidden;
}
div#menu .submenu a:link {
	width: 180px;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	color: #fff;
	line-height: 14px;
	display: block;

}
div#menu .submenu a:visited {
	width: 180px;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	color: #fff;
	line-height: 14px;
	display: block;
}
div#menu .submenu a:hover {
	width: 180px;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	color: #fff;
	line-height: 14px;
	display: block;
	background-color: #92650F;
}
div#menu .submenu a:active {
	width: 180px;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	color: #fff;
	line-height: 14px;
	display: block;
	background-color: #92650F;
}

div#contentFooter img {
	border: 0px;
}

#uploader div a:link, #uploader div a:visited,
#uploader div a:hover, #uploader div a:active {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
