/* CSS Document */

.site_logo_header {
	/*border:#FF0000 thin solid;*/
	position:relative;
	width:auto;
	top:10%;
	left:19%;
}

.site_logo_footer {
	/*border:#0000FF thin solid;*/
	position:relative;
	width:auto;
	top:10%;
	left:24%;
}


.site_footer {
	/*border:#00FFFF solid thin;*/
	position:relative;
	width:auto;
	left:20%;
	padding-top:6em;
}


.two_col_container {
	/*border:#993300 solid thin;*/
	position:relative;
	padding: 4em 0 0 0;
	margin:0 0 0 0;
	top:10%;
	height:100%;
}

.two_col_left {
	/*border:#00FF00 solid thin;*/
	position:relative;
	width: 78%;
	float: left;
	padding:1em 0 0 0;
}

.two_col_left_content {
	position:relative;
	left:1.0em;
}

.two_col_left_table_content {
	position:relative;
	left:2.0em;
	padding-bottom:18em;
}

.two_col_right {
	/*border:#FFFF00 solid thin;*/
	position:relative;
	float: right;
	width: 20%;
	height:182px;
	margin-right:1%;
	padding:3em 0 0 0;
	background-position:left;
	background-repeat:no-repeat;
	background-image:url(../img/site_menu_bg.png);
}

ol {
	padding:2em 0 0 1em;
	margin:0 0 0 0;
}


.custom_site_list {
	/*list-style-image:url(../img/site_list_custom_disc.png);
	list-style-position:outside;
	background-position:left center;
	/*border:#000000 thin solid;*/
	list-style:none;
	list-style-image: none;
	background-image: url(../img/site_list_custom_disc.png);
	background-repeat: no-repeat;
	background-position: left center;
	
	width:90%;
	padding:0.4em 0 0.4em 1.3em;
	}
	
	
.custom_menu_list {
	list-style:none;
	list-style-position:inside;
	/*border:#000000 thin solid;*/
	margin:0 0 0 0;
	padding:0.4em 0 0.4em 0;
	text-align:center;
	font-size:medium;
	}


a.site_link {
	color:	#000000;
	text-decoration:none;
}

a.site_link:hover {
	color:	#000000;
	font-weight:bold;
}


a.site_link_current {
	color:	#000000;
	border-bottom:#982720 medium solid;
	font-weight:bold;
}

.img_col_1 {
	/*background:#fff;*/
	position:absolute;
	left:1%;
	/*border:#000000 thin solid;*/
	width:80px;
	}
.img_col_2 { 
	/*background:#FF0000;*/
	position:absolute;
	left:18%;
	/*border:#000000 thin solid;*/
	width:80px;
	}
.img_col_3 {
	/*background:#0099CC;*/
	position:absolute;
	left:36%;
	/*border:#000000 thin solid;*/
	width:80px;
	}
.img_col_4 {
	/*background:#99FF33;*/
	position:absolute;
	left:54%;
	/*border:#000000 thin solid;*/
	width:93px; 
	}
.img_col_5 {
	/*background:#99FF33;*/
	position:absolute;
	left:74%;
	/*border:#000000 thin solid;*/
	width:93px; 
	}



.image_padding {
	padding-top:1.6em;
	display: block;     /* this will leave when image are all resized */
	margin-left: auto;  /* this will leave when image are all resized */
	margin-right: auto; /* this will leave when image are all resized */
}