#page_container_app
{
	width: 100%;
	min-height: 675px;	
	margin: 0 auto;
}

#page_container_cntr_app
{
	min-height: 675px;		
	min-width: 900px;	
	/*background-color: #FFFFFF;
	float: left;*/
	left: 25px;		
}

#nav_top_app
{
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-y;
	background-color: #BFE4EE;		
	min-height: 80px;
	border-bottom: solid 2px #226f96;
	
	/* 
		position set to relative so that absolute positioned items inside use
		nav_top as their container.
	*/
	position: relative;
}

#nav_logo_app
{
	padding: 5px 10px 10px 15px;
	width: 250px;

	/*
	background-image: url(images/temp_blue.png);
	border: solid 1px blue;
	background-repeat: repeat-y repeat-x;	
	*/
}

#nav_links_app
{
	/*
		position set to absolute to force in to upper right. requires
		that the nav_top is set to relative.
	*/
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 5px 10px 10px 10px;
	
	/*
	background-image: url(images/temp_blue.png);
	border: solid 1px blue;
	background-repeat: repeat-y repeat-x;
	*/
}

#nav_links_app a
{
	 font-family: Arial;
	 font-weight: bold;
	 font-size: 8pt;
	 /*color: #0A6699;*/
	 color: #006FAD;
	 text-decoration: none;
	 padding-left: 15px;
}

#nav_links_app a:hover
{	 
	 text-decoration: underline;	 
}

#nav_navigation_app
{
	/*
		position set to absolute to force in to lower right. requires
		that the nav_top is set to relative.
	*/
	position: absolute;
	/*right: 0px;*/
	bottom: 0px;
	width: 100%;	
	/*
		image height is 35
	*/
	height: 30px;	
	background-image: url(images/nav_btn_green_bg.png);	 
	background-repeat: repeat-x;
}

#nav_navigation_app a
{
	 font-family: Arial;
	 font-weight: bold;	 
	 font-size: 14px;
	 /*
		photoshop Color: #2D4A11. Transparencies in PS required color change
		to look correct in browser
	 */
	 color: #fff; 
	 text-decoration: none;
	 padding-left: 15px;
	 padding-right: 15px;
	 
	 /* 
		attributes applied to set correct height and allow
		seperator to be applied as background 	
	 */
	 float: left;
	 display: block;	 
	 line-height: 30px;	 
	 
	 background-image: url(images/nav_btn_bg.png);	 
	 background-repeat: no-repeat;
}

#nav_navigation_app a:hover
{	 
	 background-image: url(images/nav_btn_bg_hov.png);	 
	 background-repeat: no-repeat;
	 color: #fff;
}

#nav_navigation_app a.first_nav
{
	background-image: url(images/nav_btn_bg_lft.png);	 
	background-repeat: no-repeat;
	background-position: right top;
	width: 150px;
	text-align: right;	
}

#nav_bottom_app
{
	
}

#content_container_app
{
	font-size: 12px;			
	font-family: Arial;			
	color: #666666;
	font-variant: small-caps;
}

#footer_container_app
{	
	color: #000000;	
	font-family: Arial;	
	font-weight: 500;
	font-size: 8pt;
	padding: 0px 35px 0px 35px;	
}

