/* imports */
@import url(Navigation.css); 
@import url(Welcome.css);
@import url(StandardPage.css);
@import url(QuickLinks.css);

/* standard shell template */
html, body 
{
	margin:0px;
	padding:0px;
	border:0px;	
}

body
{		
	font-family: Arial;
	font-size: 70%;	
	text-align: center;	
	line-height: 16px;
	color: #404040;
	background: #E5E6E7 url(../Images/Background.jpg) repeat-y top center;
}

.clear{
	clear:both;
	height:1px;
	overflow:hidden;
	line-height:1%;
	font-size:0px;
	margin-bottom:-1px;
}
* html .clear{margin-bottom:0}
.standardformfield 
{
	font-family: Arial;
	font-size: 100%;
}
a
{
	color: #F99B0C;
}

a:hover 
{
	text-decoration: none;
}

/* common - custom styles */

.orangetext 
{	
	color: #F99B0C;
}

.monthyear 
{
	color: #F99B0C;
	font-size: 130%;
	font-weight: bold;
}

.orangetext a
{
	color: #F99B0C;
	text-decoration: none;
}

.subheading 
{
	color: #849AA0;
	font-weight: bold;
	font-size: 130%;	
}

.quicklinkmore {
	background: url(../Images/HomeMoreButton.gif) no-repeat center left;
	margin-left: 5px;
	padding-left: 12px;
	color: #F99B0C;
}

/* form redefinitions */
form 
{
	margin: 0px;
	padding: 0px;
}

select 
{
	font-family: Arial;
	font-size: 100%;		
	color: #404040;
}

input 
{
	font-family: Arial;
	font-size: 100%;		
	color: #404040;
}

/* construct */

#wrapper 
{
	margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
	margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
	text-align:left; /*** IE Win re-alignment of page if page is centered ***/
	position: relative;
	
	width: 989px;
	height: 100%;
			
	text-align: left;	
}

	/* construct */
	#wrapper #sitecontainer 
	{
		width: 989px;
		float: left;
		background: #FFF;
		background: url(../Images/constructGraphics_05.gif) repeat-y top left;
	} 
	
		#wrapper #sitecontainer #toprow 
		{
			float: left;
			width: 989px;
			height: 10px;
			overflow: hidden;
			background: url(../Images/constructGraphics_03.gif) no-repeat top left;
		}
		
		#wrapper #sitecontainer #bottomrow 
		{
			float: left;
			width: 989px;
			height: 10px;
			overflow: hidden;
			background: url(../Images/constructGraphics_07.gif) no-repeat top left;
		}

		/* left content panel */
		#wrapper #leftcontent 
		{
			width: 214px;
			float: left;
			margin-left: 8px;	
			/*background: url(../Images/navigationGraphics_02.gif) repeat-y top left;*/
			background: url(../Images/navigationGraphics_03.jpg) no-repeat bottom left;
		}
		
			#wrapper #leftcontent #lefttop 
			{
				width: 214px;
				float: left;
				height: 17px;
				overflow: hidden;
				background: url(../Images/navigationGraphics_01.gif) no-repeat top left;
			}
		
			#wrapper #leftcontent #fixedleft 
			{
				width: 214px;
				float: left;	
			} 
		
				#wrapper #leftcontent #fixedleft #companylogo 
				{
					width: 95px;
					float: left; 
					margin-left: 5px;					
				}
				
				#wrapper #leftcontent #fixedleft #datetime 
				{
					width: 114px;
					float: right;		
					height: 148px;								
					position: relative;			
				}
					
					#wrapper #leftcontent #fixedleft #datetime #datetext 
					{
						position: absolute;
						bottom: 0px;
						color: #849AA0;	
						width: 114px;
						font-weight: bold;
						text-align: center;				
					}
				
			/* Navigation see Navigation.css */
			#wrapper #leftcontent #leftbottom 
			{
				width: 214px;
				float: left;
				height: 17px;
				overflow: hidden;
				background: url(../Images/navigationGraphics_04.gif) no-repeat top left;
			}
		
		/* right content panel */
		#wrapper #rightcontent 
		{
			width: 760px;
			float: left;					
		}
		
			/* welcome text content - See Welcome.css */	
			
			/* page text content - See StandardPage.css */	
		
			/* quick links - See QuickLinks.css */
		
		/* page footer */
		#wrapper #pagefooter 
		{
			width: 732px;
			float: right;					
			margin-top: 43px;		
			color: #99999D;			
		}
			
			#wrapper #pagefooter #leftlinks 
			{			
				float: left;
				width: 317px;
			}
			
				#wrapper #pagefooter #leftlinks .email-page {
					background: url("../Images/icon_email.gif") no-repeat center left;
					margin-left: 9px;
					padding-left: 20px;
					color: #99999D;
				}
				
				#wrapper #pagefooter #leftlinks .print-page {
					background: url("../Images/icon_print.gif") no-repeat center left;
					margin-left: 6px;
					padding-left: 20px;
					color: #99999D;
				}
			
			#wrapper #pagefooter #rightlinks 
			{			
				float: left;
				width: 400px;
				text-align: right;
			}
		
			#wrapper #pagefooter ul 
			{
				list-style-type: none;				
				margin: 10px 0px 0px 0px;
				padding: 0px;	
				float: left;		
			}
			
				#wrapper #pagefooter li 
				{		
					display: inline;															
					padding: 0px 6px 0px 6px;
				}
				
					#wrapper #pagefooter .ft1 
					{
						border-right: solid 1px #99999D;								
					}
							
					#wrapper #pagefooter li a 
					{
						color: #99999D;									
					}