body
{
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}

div, a, ul, li /* Makes Firefox box model behave like IE */
{
	/*display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;*/
}



.clearfix:after /* Fix for clearing floats  */
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* ---- Layout ---------------- */

#header
{
	height: 100px;
	position: relative;
	width: 100%;
}

	#header img
	{
	position:absolute;
	top: 50%;
	height: 62px;
	margin-top: -31px;
	margin-left: 40px;
	}

#infobar
{
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #ffffff;
	background-color: #0C2577;
	border-bottom: 1px solid #ffffff;
	font-size: 1em;
	font-weight: bold;
}
    
        #infobar .statuslabel
        {
	display: block;
	width: 470px;
	float: left;
	margin-left: 40px;
	font-size: 14pt;
        }

        #infobar span.search-area
        {
            display: block;
            width: 470px;
            float: left;
            text-align: right;
        }

#dashboard
{
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	/*background-color: #f9f9f9;*/
	padding: 18px 0;
	text-align: center;
	height: auto;
	background-image: url('../images/content/corner.png');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 100% 100%;
}

	#navigation
	{
		display: block;
		width: 260px;
		float: left;
		margin-top: 9px;
		margin-right: 20px;
		background-image: url(../images/tran.png);
	}

	#content
	{
	display: block;
	width: 700px;
	/*margin-left: 20px;*/
		float: left;
	background-image: url(../images/tran.png);
	text-align: lefts;
	}

		#content-subnav
		{
	display: block;
	height: 44px;
	width: 700px;
	border-bottom: 1px solid #bbbbbb;
	background: #ececec url(../images/tab-bg.png) repeat-x;
	padding: 0;
	position: relative;
	left: 0px;
		}
	    
			#content-subnav span.leftcorner
			{
				display: block;
				width: 8px;
				height: 44px;
				background: url(../images/tab-bg-lt.png) no-repeat;
				position: absolute;
				top: 0;
				left: 0;
			}
	        
			#content-subnav span.rightcorner
			{
				display: block;
				width: 8px;
				height: 44px;
				background: url(../images/tab-bg-rt.png) no-repeat;
				position: absolute;
				top: 0;
				right: 0;
			}
			
		#pagecontent
		{
	border: 1px solid #cccccc;
	border-top: 0;
	border-bottom: 0;
	padding: 18px 20px 63px 20px;
	text-align: left;
		}
			#actionbar
			{
	display: block;
	height: 27px;
	height: 25px;																				/* -------- IE FIX -------- */
	line-height: 27px;
	background: #f9f9f9 url(../images/actionbar-lt.gif) -1px -1px no-repeat;
	border: 1px solid #cccccc;
	padding: 0;
			}
	    
		#contentfooter
		{
			display: block;
			width: 698px;
			height: 27px;
			line-height: 27px;
			background-color: #f9f9f9;
			border: 1px solid #dddddd;
			text-indent: 10px;
		}
    
#footer
{
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #ffffff;
	background-color: #0C2577;
	border-top: 1px solid #ffffff;
	position: inherit;
}


/* ---- Navigation ---------------- */

/* Header Nav */

#header ul
{
	display: block;
	padding: 0;
	list-style-type: none;
	float: right;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

    #header ul li
    {
        text-align: right;
        height: 24px;
        line-height: 24px;
        margin: 0;
        padding: 0;
    }
    
        #header ul li a
        {
        }
        

/* Main Nav */

#navigation ul
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	width: 260px;
}

    #navigation ul li
    {
        display: block;
        height: 36px;
        margin-bottom: 9px;
    }
    
        #navigation ul li a
        {
            display: block;
            height: 36px;
            line-height: 36px;
            background-color: #33B3D1;
            color: #ffffff;
            font-weight: bold;
            font-size: 1.167em;
            text-align: right;
            margin-left: -5px;
            width: 260px;
            width: 235px;																				/* -------- IE FIX -------- */
            padding-right: 25px;
            border: 0;
        }
        
        #navigation ul li a:hover
        {
			text-decoration: underline;
        }
        
        #navigation ul li a.currentpage
        {
            font-size: 12pt;
            background-color: #3E841C;
            margin-left: 0;
        }
        
        #navigation ul li a.dropdown
        {
			padding-right: 50px;
			width: 210px;																				/* -------- IE FIX -------- */
			background: #33B3D1 url(../images/nav-arrow.gif) 225px 10px no-repeat;
        }
        
        
/* Content Tabs */

#content-subnav ul
{
	list-style-type: none;
	height: 38px;
	width: 690px;
	bottom: 0;
	left: 4px;
	padding: 0;
	margin: 0;
	position: absolute;
}

	#content-subnav ul li
	{
		width: 140px;
		height: 35px;
		float: left;
		margin: 0 3px;
	}
	
		#content-subnav ul li a
		{
			display: block;
			width: 140px;
			height: 35px;
			line-height: 35px;
			text-align: center;
			background: #33B3D1 url(../images/tab.png) no-repeat;
			color: #ffffff;
			border: none;
			margin-top: 3px;
			font-weight: bold;
		}
		
		#content-subnav ul li a:hover
		{
			text-decoration: underline;
		}
		
		#content-subnav ul li a.current-tab
		{
			background: #ffffff url(../images/current-tab.png) no-repeat;
			height: 38px;
			line-height: 38px;
			margin-top: 1px;
			color: #333333;
		}


/* Breadcrumb trail */

ul.breadcrumbs
{
	display: block;
	margin: 18px 0;
	padding: 0;
	font-weight: bold;
	width: 100%;
	height: 38px;
}

	ul.breadcrumbs li
	{
		float: left;
		display: block;
		height: 38px;
		line-height: 38px;
		color: #ffffff;
		background: #3E841C url(../images/breadcrumb-current.gif) top right no-repeat;
		text-indent: 10px;
	}
	
	ul.breadcrumbs li.breadcrumb-current
	{
		padding: 0 25px 0 0;
	}
	
		ul.breadcrumbs li a
		{
			display: block;
			height: 38px;
			background: #33B3D1 url(../images/breadcrumb-link.gif) top right no-repeat;
			border: 0;
			color: #ffffff;
			padding: 0 25px 0 10px;
		}
		
		ul.breadcrumbs li a:hover
		{
			text-decoration: underline;
		}


/* Footer Nav */

#footer ul
{
	margin: 0 0 0 40px;
	font-weight: bold;
	list-style-type: none;
}

	#footer ul li
	{
		float: left;
		padding: 0 15px;
		border-right: 1px solid #5567A0;
		height: 16px;
		line-height: 16px;
		margin-top: 10px;
	}
	
		#footer ul li a
		{
			color: #ffffff;
			border-color: #ffffff;
			font-weight: normal;
		}
		
		#footer ul li a:hover
		{
		}
        
        
/* ---- Content ---------------- */

h1
{
	clear: both;
	margin: 18px 0;
	display: block;
	width: 100%;
	height: 27px;
	line-height: 27px;
	background-color: #0C2577;
	color: #ffffff;
	font-size: 1.25em;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-indent: 10px;
}

/* Links */

a
{
	display: inline;
	color: #1E7186;
	text-decoration: none;    /*border-bottom: 1px solid #33B3D1;*/
    /*padding: 0 0 1px 0;*/
}

a:hover,
a:focus
{
	color: #3DB6D3;    /*border-bottom: 1px solid #2488A2;*/
}

a:active
{
    color: #CCCCCC;
    /*border-bottom: 1px solid #CCCCCC;*/
    padding-bottom: 0px;
    outline: none;
}

a:visited
{
    color: #1E7186;
    /*border-bottom: 1px solid #589AAB;*/
}


/* Infobar Links */

#infobar a,
#infobar a:hover,
#infobar a:active,
#infobar a:focus,
#infobar a:visited
{
	color: #ffffff;
	font-weight: bold;
	background-color: #0C2577;
	text-align: right;
	text-decoration: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}


/* Action Bar and Content Footer Links */

#contentfooter a,
#actionbar a
{
	display: block;
	border: 0;
	width: 100px;
	text-decoration: underline;
	background-image: url(../images/top-arrow.gif);
	background-repeat: no-repeat;
	background-position: 90px 7px;
}

#actionbar a
{
	width: 140px;
	float: right;
	border: 0;
	padding: 0;
	height: 27px;
	text-indent: 45px;
	margin: -1px -1px -1px 0;
	background: #ffffff url(../images/print-button.gif) 0 0 no-repeat;
}







/* ---- Controls ---------------- */

#infobar input.search-textbox
{
    width: 150px;
    height: 20px;
    padding: 0;
}

#infobar input.search-button
{
	height: 22px;
	padding-bottom: 2px;
	width: 60px;
	background: url(../images/search-btn.png) no-repeat;
	border: 0;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 5px;
}.ErrorMessage {
	color: #F00;
	font-size: 12px;
	font-weight: bold;
	align: center;
	text-align: center;
}

.subhead { 
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 3px 0;
}
#CenterText {
	text-align: center;
}
.WhiteText {
	color: #FFF;
}
#dashboard #form1 p {
	text-align: center;
	font-weight: bold;
}

