﻿body /* Master body styling.  Most top-level styling should be applied to either #bodyBackground or #container. */
{
	margin: 0;
	padding: 0;
}

#bodyBackground /* Used to apply the background gradient on the page. */
{
	background-color: #ffffff;
	background-image: url("Images/iacct/iacct-gradientbg.jpg");
	background-repeat: repeat-x;
	height: 100%;
}

#container /* Master container class. */
{
	width: 790px;
	margin: 0px auto;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("Images/iacct/iacct-gradientleftnav.jpg");
	background-repeat: repeat-y;
	background-color: #ffffff;
	position: relative;
	border: 1px #000000 solid;
}

#header /* Containing element for the page header. */
{
	width: 100%;
	height: 198px;
	margin: 0px;
	background-image: url("Images/iacct/iacct-header.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #dedcc3;
}

#loginIndicator
{
	float: right;
	clear: right;
	margin: 0px;
}

#ctl00_explitLogout_ExplicitLogin
{
	text-decoration: none;
	color: #c7c49b;
	margin-right: 5px;
}

#siteActions
{
	float: left;
	clear: left;
	margin: 0px;
}

.ms-pagebreadcrumb
{
	display: none;
}

#contentArea
{
	width: 790px;
	clear: both;
}

#leftNavigation
{
	width: 200px;
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
	background-image: url("Images/iacct/iacct-gradientleftnav.jpg");
	background-repeat: repeat-y;
	text-align: left;
}

#leftNavigation a
{
	width: 185px;
	color: #000000;
	margin: 0px;
	font-weight: normal;
	display: block;
	border: none;
	color: #000000;
	text-align: left;
}

#leftNavigation a:hover
{
	background-image: url("Images/iacct/iacct-gradientleftnavhover.jpg");
	background-repeat: repeat-y;
}

#leftNavigation img
{
	position: absolute;
	right: 0px;
	top: 5px;
}

#leftNavigation tr, #leftNavigation tr td
{
	display: block;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}

.leftNav1, .leftNav2, .leftNav3
{
	color: #000000;
	border-bottom: 1px #9a9881 solid;
	margin: 0px;
	padding: 0px;
}

.leftNav1 a, .leftNav2 a, .leftNav3 a
{ 
	padding: 3px 0px 3px 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}

.leftNav1 tr
{
	position: relative;
	display: block;
}

.leftNavHover tr td
{
	margin: 0px;
}

.leftNavFlyOuts
{
	border-right: 1px solid #9a9881;
	border-top: 1px solid #9a9881;
	border-left: 1px solid #9a9881;
	margin-top: -1px;
	margin-left: 0px;
	margin-bottom: 1px;
	width: 200px;
	background-color: #d7d976;
	position: relative;
	float: left;
}

.leftNavFlyOutsItem
{
	color: #000000;
	background-color: #c7c49b;
	text-align: left;
	float: left;
	width: 200px;
}

.leftNavFlyOutsItem a
{
	text-align: left;
	float: left;
	position: relative;
	width: 195px;
	background-color: #c7c49b;
}

#mainContent
{
	width: 590px;
	margin: 0px;
	float: right;
	clear: right;
	background-color: #ffffff;
}

#layoutContent
{
	padding: 5px 0px 5px 10px;
}

#layoutContent p, #layoutContent h1, #layoutContent h2, #layoutContent h3
{
	margin: 5px 0px 10px 0px;
}

#layoutContent h2
{
	font-size: 100%;
	font-weight: bold;
	color: #a80532;
}

#footer
{
	width: 100%;
	clear: both;
	padding-bottom: 10px;
	background-image: url("Images/iacct/iacct-footer.jpg");
	background-repeat: no-repeat;
	background-color: #21221a;
}

#footer #address
{
	color: #ffffff;
	font-size: 70%;
	padding: 20px 0px 0px 10px;
	font-weight: bold;
}

#footer #address p
{
	margin: 0px;
}

/*@media print
{
	#container
	{
		width: 100%;
	}
	
	#header, #leftNavigation
	{
		display: none;
	}
}*/
