﻿/* CSS layout by luis cardona 09/10/07 version 2.0 */
body {
	font-family: sans-serif;
	font-size: 0.8em;
	
}

#container {
	width: 646px;
	margin: 0 auto;
	
}
#masthead {
	text-align: right;
	width: 626px;
	overflow: auto;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
		}

#hotlinks {
	background-color:white;
}

#facility {
	background-color:white;
}


#sidebar {
	float: left;
	width: 150px;
	background-color: #008000;
	position: relative;
	clear: both;
	display: inline;
	margin-top: 10px;
}

#sidebar_buttons {
	float: left;
	width: 150px;
	position: relative;
	clear: both;
	display: inline;
	margin-top: 10px;
}

#content {
	float: left;
	width: 456px;
	margin: 10px 0px 0px 10px;
	position: relative;
	background-image: url('CAC_background.png');
	background-repeat: no-repeat;
}

#footer {
	border-width: thin;
	border-color: #008000;
	clear: both;
	width: 630px;
	padding: 0;
	overflow: auto;
	margin-top: 10px;
	border-top-style: solid;
}

#Title
{
	
	font-size:1em;
	color:green;
	font-weight:bold;
	list-style-type: none;
	margin-bottom: 1em;
	margin-left:-30px;

}
#list_left	{
	list-style-type: none;
	margin-bottom: 1em;
	list-style-image: url('green_bullet_2.png');
	margin-left:-14px;
}


#list_left_red	{
	list-style-type: none;
	margin-bottom: 1em;
	list-style-image: url('red_bullet_2.png');
	margin-left:-14px;
}

#list_right	{
	list-style-type: none;
	margin-bottom: 1em;
	list-style-image: url('green_bullet_2.png');
	margin-left:-14px;
}

			
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
	border-bottom: 1px solid #f2f2f2;
	background-color:#00CC00;
	}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}

a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
