﻿/* Define all main values for the web site */
body {
	font-family: "Century Gothic", Helvetica, Arial; 
	color:#78795D;
	background:#736851 url(images/gacc-bg3.gif) repeat-x;
	text-align:center;
	margin:0;
}
/* Container */
#container {
	width:886px;
	margin:0 auto;
	padding:0;
	background:url(images/GACC-main-bg.gif) repeat-y;
}
/* Masthead */
#masthead {
	margin:0;
	padding:0;
	height:157px;
	background:url(images/GACC-mast-bg.jpg) no-repeat;
	border-top:1px #4b4d39 solid;
}
h1 {
	margin:33px 10px 10px 40px;
}
h2 {
	color:#4A4C36;
	font-family:Mistral, "Lucida Handwriting", Georgia;
	margin:15px 15px 0px 15px;
	font-size:24pt;
	padding-left:10px;
		}
hr {
	margin:0 10px 10px 10px;
	color:#4A4c36;
	width:95%;
	height:3px;
}
/* Turn off border on Image links */
img {border:0;
	margin:5px;
	}
/* Style links */
a:link, a:visited {
	color:maroon;
}
a:hover {
	text-decoration:none;
	color:black;
}
/* Main column */
#main {
	text-align:left;
	margin:0 20px 0px 223px;
	}
	h2 {
	margin: 10px 0 20px 0;
}
#main p {
	margin-bottom:10px;
}
#main img {
	margin:0px;
}
.img_float_rt {
	float:right;
	margin-left:7px;
}
.img_float_lt {
	float:left;
	margin-right:7px;
}
/* Navigation Sidebar */
#sidebar {
	float:left;
	width:223px;
	height:600px;
	background:url(images/GACC-nav-bg.gif) right top no-repeat;
	}
#sidebar ul {
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	line-height:150%;
	color:#efebdd;
	list-style:none;
	text-transform:uppercase;
	margin-top:35px;
	margin-right:20px;
	width: 150px;
}	
#sidebar li {
	border-bottom:1px #cdc8b6 solid;
	}
.home {
	border-top:1px #cdc8b6 solid;
}	
#sidebar a:link, #sidebar a:visited {
	text-decoration:none;
	color:#efebdd;
}
#sidebar a:hover {
	text-decoration:none;
	color:#78795d;
}
#sidebar img {
	margin:30px 0px 0 18px;
}
/* Calendar Sidebar */
#calendar {
	float:right;
	width:200px;
	height:555px;
	background:url(images/GACC-calendar-bg.jpg) left top no-repeat;
	text-align:center;
	}
#calendar h3 {
	font-variant: small-caps;
	font-size: 12px;
	margin-top:50px;
	margin-bottom:0px;
	}
#calendar h3 img {
	margin-right:20px;
}	
#calendar p {
	font-size: 0.75em;
	line-height:150%;
	margin-right:20px;
	width:145px;
	margin-bottom:0px;
	margin-top:5px;
	text-align:left;
	color:#434531;
}
#calendar img {
	margin-right: 20px;
	border: 0;
	margin-bottom:0px;
	}
/*Define paragraph text size*/
p {
	padding-left: 0.8em;
	padding-right: 0.5em;
	font-size: 0.8em;
	text-align: justify;
	line-height: 150%;
}
#footer {
	padding:45px;
	clear:both;
	text-align:center;
}
#footer p {
	line-height:150%;
	text-align:center;
	margin:5px 0 5px 223px;
}
#main ul{
	list-style:none;
	text-align:center;
}
#main li {
	display:inline;
	padding:20px;
}
