/* Styles for ARIS Personnel Website */

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background: url(../images/bg.gif) repeat-x #FFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}

/* #Overlay {
	background: url(../images/bg_line.png);
	left: 0px;
	top: 0px;
	width: 100%;
	height: 1200px;
} */

/* Shadow styles for center container */

#shadow-container { /* this 'container' also centers the layout of the page regardless of screen size */
	width: 824px;
	text-align: left;
	margin: 0 auto 0 auto;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
		background: #B8B6B8;
    }

    #shadow-container .container {
        background: #FFF;
        border: 1px solid #CCC;
        padding: 10px;
    }

/* header styles */

#header {
	background-color: #FFF;
	padding-bottom: 14px;
}

/* content styles */

#headerimage {
	background-color: #FFF;
}

.leftcontent {
	border: 1px solid #BF0000;
	width: 378px;
	}

.rightcontent {
	border: 1px solid #BF0000;
	background: #BF0000 url(../images/mainimg_right_bg.gif) repeat-x;
	padding: 20px;
	text-align: left;
}

#rightcontent img {
	margin: 110px 0px auto 15px;
	}

/* content styles */	

#content {
	padding: 10px;
	font-size: 12px;
	color: #000000;
	height: auto;
}
	
#content ul {
	color: #666;
	list-style: square;
	}

#content .cell_left {
	padding: 5px;
	border-right: solid 1px #BF0000;
	}

#content .cell_right {
	padding: 5px;
	border-left: solid 1px #BF0000;
	}

#content .cell_bottom {
	padding: 5px;
	border-top: solid 2px #BF0000;
	font-weight: bold;
	color: #BF0000;
	}

#content .header {
	font-weight: bold;
	color: #BF0000;
	}

#content .field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
/* footer styles */

#footer {
	padding: 5px;
	font-size: 10px;
	color: #CCC;  
	background: #3F3F3F;
}

#footer .white {
	color: #FFF
	}

#footer a {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	}

#footer a:link {
	color: #FFF;
}

#footer a:hover {
	color: #CCC;
}

#footer a:visited {
	color: #999;
}

/* miscellaneous styles */

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

