@charset "utf-8";
/* CSS Document */

body {
	background:#000000;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:24px;
	margin:0;
	padding:0;
}

img, a img {
	border:0 none;
}

/*Clear Margin & Padding on Browser Defaults*/

h1, h2, h3, p {
	margin:0;
	padding:0;
}

/********** TYPOGRAPHY************/

h1 {
	color: #96330d;
	font-weight: normal;
	font-size: 22px;
	margin-bottom:15px;
}

h2 {
	color: #e19926;
	font-weight: normal;
	font-size: 20px;
	margin-bottom:15px;
}
	
h3 {
	color: #999999;
	font-weight: normal;
	font-size: 20px;
	line-height:28px;
	margin-bottom:15px;
}

h4 {
	color: #973821;
	font-weight: normal;
	font-size: 14px;
	margin-bottom:15px;
	}
	
p  {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	margin-bottom:15px;
}

a:link { 
	color: #47588c;
	font-size: 12px;
	text-decoration: none;
}

a:visited {
	color: #4a73aa;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #e6a642;
	font-size: 12px;
	text-decoration: underline;
}

a.active {
	color:#96330d !important;
}
	
.titles  {
	color: #96330d;
	font-weight: bold;
	font-size: 12px;
}

.textOnColor {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-style:italic
}

td {
	color: #000000;
	font-size: 11px;
	line-height: 18px;
}

td a:link {
	color: #3F552E;
	font-size: 11px;
	text-decoration: none;
}

td a:visited {
	color: #4a73aa; 
	font-size: 11px;
	text-decoration: none;
}

td a:hover {
	color: #e6a642;
	font-size: 12px; 
	text-decoration: underline;
}

.asterisk {
	color: #FF0000;
}

.highlight {
	color:#CCCCCC;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	line-height:28px;
	font-weight:bold;
}

.sub-titles {
	color:#cc9933;
	font-weight:bold;
}

/************END TYPOGRAPHY*********************/

/*****MAIN DIV LAYOUT*******/

#top {
	background:#000000 url(siteImages/SacliSplash_top.gif) no-repeat center top;
	width:950px;
	height:218px;
	margin:0 auto;
}

/*******MAIN MENU*************/

#top_menu {
	background:transparent;
	float: left;
	width:625px;
	margin-left:40px;
	_margin-left:15px;
	text-align: center;
	padding-top: 190px;
	}

/********FADESHOW**********/

#fadeshow1 {
	float:right;
	width:264px;
	margin-right:20px;
	_margin-right:10px;
	margin-top: 53px;
	/*margin: 30px auto;*/
}


#content {
	float:inherit;
	background:#000000 url(siteImages/SacliSplash_mid.jpg) repeat-y center;
	width:950px;
	height:501px;
	margin: auto;
	min-height:501px;
	_height:auto !important;
	_height:475px;
}


#main-content {
	background:transparent;
	width:910px;
	margin:auto;
	padding: 20px 20px 15px 45px;
	height: 501px;
	min-height:501px;
	_height:auto !important;
	_height:475px;
}

#inner-info {
	background:#FFFFFF url(siteImages/Inner-info.gif) no-repeat center left;
	float: left;
	width:566px;
	height:286px;
}

/********INNER-INFO SUB-DIVS************/

#inner-title {
	
}

#photo1 {
	width:566px;
	height:90px;
	padding: 6px 0 0 0;
}

#inner-info-text {
	clear:left;
	float:left;
	width:556px;
	height:120px;
	margin-top: 10px;
	margin-left: 10px;
}

#footerwrap {
	background:#000000 url(siteImages/SacliSplash_bottom.gif) no-repeat 0 0;
	height:150px;
	width:950px;
	margin:0 auto;
	padding-top:10px;
	overflow:hidden;
	min-width:950px;
}

#footer {
	background:#000000 url(siteImages/SacliSplash_footer.gif) repeat-y center top;
	text-align: center;
	width:100%;
	height:500px;
	margin:0;
	padding-top:10px;
}

/*****END MAIN DIV LAYOUT*******/

/******EMPHASIS********/

#emphasis {
	width:550px;
	float: left;
	margin-bottom: 25px;
}

#emphasis h3 {
margin: 0;
}

#sidebar {
	float:right;
	width:225px;
	margin-right:50px;
	_margin-right:15px;
	overflow:hidden;
	height:480px;
}

/*******MAIN MENU*************/

#top_menu a:link, #top_menu a:visited, #top_menu a:active {
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	padding-right:20px;
	padding-left:0;
}

#top_menu a:hover {
	color:#cc9933;
	text-decoration:underline;
}

#top_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#top_menu li {
	display: inline;
}

#top_menu li a.active {
	color: #96330d !important;
	font-weight:bold !important;
}


/********MAIN CONTENT LINKS*******/

#main-content p {
	color: #000000; font-size: 12px;
}

#main-content a:link {
	color: #3F552E; font-size: 12px; text-decoration: none
}

#main-content a:visited {
	color: #4a73aa; font-size: 12px; text-decoration: none;
}

#main-content a:hover {
	color: #e6a642; font-size: 12px; text-decoration: underline
}


/********INNER LINKS************/

#inner-info p {
	padding:15px 0 0 10px;
}

#sidebar h1 {
	color:#cc9933;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}

#sidebar a:link, a:visited {
	color:#47588c;
	font-weight:bold;
}

#sidebar a:hover {
	color:#cc9933;
	font-weight:bold;
	text-decoration:underline;
}

#inner-title a:link, a:visited {
	color:#47588c;
	font-weight:bold;
	padding-left:8px;
	padding-top:5px;
}

#inner-title a:hover {
	color:#cc9933;
	font-weight:bold;
	text-decoration:underline;
	padding-left:8px;
	padding-top:5px;
}

/********FOOTER LINKS************/
#footer p {
	color: #FFFFFF; font-size: 10px;
}

#footer a:link, a:visited {
	color:#FFFFFF;
	font-size:10px;
	text-decoration:underline;
}

#footer a:hover {
	color:#8E5449;
	text-decoration:underline;
}

#sidebar input {
width:210px;
height:15px;
font-size:12px;
}


/*SIDEBAR FORM*/

#sidebar textarea {
width:210px;
}

#sidebar .button {
width:auto;
height:auto;
font-size:12px;
margin-bottom:15px;
}

/*****THIS IS WHAT MESSED UP IE7****
No other browser puts padding and margin on a form tag***/

#sidebar form {
width:210px;
margin:0 auto;
padding:0;
}

