/* Document-wide settings */
html
{
	height: 100%;
}

body
{
	color: black;
	background-color: #d8e3ff;
	height: 100%;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;	
}

/* Containers and content */
#container
{
	width: 800px;
	margin: auto;
	background-image: url('/images/container-back.png');
	background-repeat: repeat-y;
	
}

	#content
	{
		width: 750px;
		margin: 0px 25px 0px 26px;
	}


		#masthead
		{
			width: 750px;
		}

			#logo
			{
				width: 207px;
				height: 60px;
				float: left;
			}

			#login
			{
				width: 542px;
				height: 30px;
				float: left;
				text-align: right;
				padding-top: 15px;
				font-size: 10px;
				color: #999999;
			}
			

			    

            #head, #inside-head
            {
				width: 735px;
				clear: both;
                background-repeat: no-repeat;				
				text-align: right;
				padding-right: 15px;
            }

			#head
			{
				height: 152px;
				background-image: url(/images/head.jpg);
			}

			/* Inside = Not Index */
			#inside-head
			{
				height: 85px;
				background-image: url(/images/interior-head.jpg);
			}
			
				#head a, #inside-head a
				{
					font-size: 11px;
					text-decoration: none;
				}

					#head a:hover, #inside-head a:hover
					{
						/*color: #0044A9;
						font-size: 11px;
						text-decoration: underline;*/
					}
			
					#head a:active, #inside-head a:active, #head a.selected, #inside-head a.selected
					{
						/*color: #FF0000;
						font-size: 11px;
						text-decoration: none;*/
					}			


		#navcontainer
		{
			width: 748px;
			height: 43px;
			margin: 1px 0px 5px 0px;
		}
		
			#nav
			{
				list-style-type: none;
			}
			
				#nav li
				{
					display: block;
					float: left;
					font-size: 0px;
				
				}
				
					#nav li a
					{
						display: block;
						float: left;
						font-size: 0px;
						text-decoration: none;
					}
			
						#nav li a span
						{
							display: none;
							visibility: hidden;
						}

		#maincontent
		{
			width: 750px;
			font-size: 11px;
		}
	
			#sidenav-container
			{
				float: left;
				width: 180px;
			}
			
				#sidenav-container ul
				{
					background-image: url('/images/nav-list-top.png');
					background-position: top;
					background-repeat: no-repeat;
					list-style-type: none;
					padding-top: 10px;
				}
			
					#sidenav-container ul li
					{
						padding-left: 10px;
					}
			
						#sidenav-container ul li a
						{
							display: block;
							padding: 3px 0px 3px 0px;
							border-bottom: 1px solid #e4ebf6;
							text-decoration: none;
							font-size: 10px;
							color: #1455b3;
							background-color: inherit;
						}
						
						#sidenav-container ul li a:hover
						{
							color: #4485e3;
						}
						
			#breadcrumbs
			{
				width: 557px;
				height: 16px;
				float: left;
				text-align: right;
				color: #999999;
				padding-right: 3px;		
			}
			
				#breadcrumbs a
				{
					font-size: 10px;
					color: #999999;
					text-decoration: none;
				}
	
				#breadcrumbs a:hover
				{
					text-decoration: underline;
				}
	
			#maincontent-content
			{
				width: 550px;
				height: 450px;
				float: left;
				min-height: 450px;
				background-image: url('/images/nav-border.png');
				background-position: left;
				background-repeat: repeat-y;
				margin-left: -1px;
				padding-left: 10px;
			}

			/* Min-height hack */
			div[id] #maincontent-content
			{
				height: auto;
			}
			
				#front-main
				{
					width: 382px;
					float: left;
				}
				
				#front-side
				{
					width: 368px;
					float: left;
				}		

	#footer
	{
		width: 750px;
		height: 75px;
		padding: 19px 0px 0px 0px;
		clear: both;
		background-image: url('/images/main-bottom.png');
		background-position: top;
		background-repeat: no-repeat;
		color: black;	
		background-color: white;
		margin: 0px 25px 0px 26px;
	}
	
		#footer-content
		{
			width: 740px;
			padding: 0px 5px 0px 5px;
		}
		
			#footer-text
			{
				width: 589px;
				text-align: center;
				float: left;
				padding-top: 6px;
				font-size: 11px;
			}

#sessionmessage
{
    color: red;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 10px;
}

/* Home page boxes */
.frontbox
{
	width: 240px;
	float: left;	
	background-image: url('/images/box-back.png');
	background-repeat: repeat-y;
	margin: 4px;
}

	.frontbox .box-head
	{
		display: table;
		height: 40px;
		width: 240px;
		background-image: url('/images/box-top.png');
		background-repeat: no-repeat;
		clear: both;
		#position: relative;
		overflow: hidden;
		text-align: center;			
	}

	.frontbox .box-head-mid
	{
		width: 100%;
		#position: absolute;
		#top: 50%;
		left: 0%;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
	}

	.frontbox .box-title
	{
		background-color: white;
		color: red;
		font-size: 16px;
		font-weight: bold;
		#position: relative;
		#top: -50%;

	}

	.frontbox .box-content
	{
		width: 220px;
		padding: 10px;
		min-height: 135px;
		height: 135px;
	}
	
	.box-content[class]
	{
		height: auto;
	}
	
	.frontbox .box-button
	{
		margin: auto;
		width: 220px;
		padding-top: 10px;
		padding-bottom: 5px;		
		text-align: center;
	}
	
	.frontbox .box-foot
	{
		height: 4px;
		font-size: 2px;		
		width: 240px;
		clear: both;
		background-image: url('/images/box-bottom.png');
		background-repeat: no-repeat;	
	}
	
	.frontbox ul
	{
		padding-left: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.frontbox .title
	{
		font-size: 15px;
		color: #4275c0;
	}
	
	.loginbox
	{
        width: 125px;
        height: 15px;
        margin-right: 3px;
        border: 1px solid #999999;
        
	}
	
	.loginbutton
	{
	    margin-right: 2px;
	}
	
	#maincontent-content ol, #maincontent-content ul
	{
		padding: 5px 5px 10px 30px;
	}

.deliverables-detail
{
    width: 350px;
    float: left;
    margin-right: 20px;
}

.doclist
{
    width: 160px;
    border-bottom: 1px solid #e4ebf6;
    padding: 10px;
}

#login-box
{
    width: 314px;
    height: 200px;
    margin: auto;
}

    #login-box-title
    {
        width: 314px;
        height: 19px;
        background-image: url(/images/login-title.png);
        background-position: top;
        background-repeat: no-repeat;     
    }

    #login-box-content
    {
        width: 314px;    
        background-image: url(/images/login-back.png);
        background-position: top;
        background-repeat: repeat-y;     
    }

    #login-box-footer
    {
        width: 314px; 
        height: 5px;   
        background-image: url(/images/login-footer.png);
        background-position: top;
        background-repeat: no-repeat;     
    }

#emp-search-box
{
    width: 546px;
    height: 200px;
    margin: auto;
}

    #emp-search-box-head
    {
        width: 546px;
        height: 4px;
        background-image: url(/images/emp-search-head.png);
        background-position: top;
        background-repeat: no-repeat;
        font-size: 0px;
    }

    #emp-search-box-content
    {
        width: 546px;    
        background-image: url(/images/emp-search-back.png);
        background-position: top;
        background-repeat: repeat-y;     
        text-align: center;
        line-height: 18px;
    }

    #emp-search-box-footer
    {
        width: 546px; 
        height: 4px;   
        background-image: url(/images/emp-search-footer.png);
        background-position: top;
        background-repeat: no-repeat;     
    }
    
#news-content img
{
    border: 1px solid #d8e3ff;
}

.company-box
{
	width: 274px;
	height: 100px;
	float: left;
	text-align: center;
}

	.company-box img
	{
		padding-bottom: 5px;
	}

.company-info-border
{
    margin-top: 20px;    
    width: 180px;
    background-image: url(/images/company-info-border.png);
    background-position: left;
    background-repeat: repeat-y;
    float: right;
}

	.company-info
	{
		padding-top: 15px;
		width: 180px;    
		background-image: url(/images/company-info-top.png);
		background-position: top;
		background-repeat: no-repeat;    
		text-align: center;
	}

.texteditor
{
    width: 100%;
}   