/*

color usage:
gray theme:
darkest grey 333333
medium grey 677278
bgnd bbbbbb
light text666972
footer 666666

blue theme:
backgrounds/graphics:
dark blue (header): 4682B4
light blue bg eff4f8
text:
light gray: BBBBBB
regular text: black
dark gray heading: 333333
footer 4682B4

*/

body {
margin: 0;
padding: 0;
line-height: 2em;
/* font : 80% "Trebuchet MS", "lucida sans", Arial, Helvetica, Tahoma, sans-serif; */
/* font : 80% "Corbel", "Verdana", Arial, Helvetica, Tahoma, sans-serif; */
/* font-family: Corbel, Verdana; */
font-family: Candara, "Trebuchet MS", Helvetica;
color: #000;
/* background: #bbb; */
background: #eff4f8;
}
			/*TITLE BAR*/
#top {
/* height: 50px; */
/* height: 75px; */
height: 110px;
/* background: #677278; */
/* background-image:url(images/top-header-background1x1.gif); */
background: #4682B4;
margin-top: 0;
}
			/*BANNER*/
#header {
height: 150px;
/* background: #666 url(images/img1500x150shiftedright.jpg) no-repeat; */
/* background: #666 url(images/flag-img1500x150.jpg) no-repeat; */
/* background: #4682B4 url(images/fallgray.jpg) no-repeat; */
/* background: #4682B4 url(images/fallblue.jpg) no-repeat; */
background: #4682B4 url(images/winterblue.jpg) no-repeat;
/* background: #4682B4 url(images/slideshow.gif) no-repeat; */
/* background: #666 url(images/img.jpg) no-repeat; */
margin:0;
border-bottom : 3px solid #eee;
}
			/* TOP MENU */
#menu {
width:100%;
/* height: 40px; */
height: 40px;
background: #4682B4;
/* font-size:93%; */
font-size:80%;
line-height:normal;
border-bottom: 3px solid #eee;
}
#menu ul {
margin:0;
padding: 13px 0 0 0;
list-style:none;
}
#menu li {
display:inline;
margin:0;
padding:0;
}
#menu a {
float:left;
/* background:url(images/tableft6.gif) no-repeat left top; */
background:url(images/tableftJ.gif) no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#menu a span {
float:left;
display:block;
/* background:url(images/tabright6.gif) no-repeat right top; */
background:url(images/tabrightJ.gif) no-repeat right top;
padding: 5px 15px 4px 6px;
/* color:#FFF; */
color: #24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
color:#FFF;
}
#menu a:hover {
background-position:0% -42px;
}
#menu a:hover span {
background-position:100% -42px;
}
			/*3 COLUMNS*/
#gutter {
clear:both;
float: left;
width: 3%;
height: 1px;
}
#col1 {
float: left;
width: 20%;
background: #eff4f8;
margin-bottom: 10px;
}
#col2 {
float: left;
width: 48%;
margin-left: 3%;
/* background: #bbb url(images/main_bg.jpg) center no-repeat; */
/* background: #bbb url(images/fallgrayblockleavesstamp.png) center no-repeat; */
/* background: #eff4f8 url(images/gimp.jpg) center no-repeat; */
/* background: #eff4f8 url(images/gimpblue450x450.jpg) center no-repeat; */
background: #eff4f8 url(images/gimpbluewinter450x450.jpg) center no-repeat;
margin-bottom: 10px;
}
#col2-no_bg_image {
float: left;
width: 48%;
margin-left: 3%;
/* background: #bbb url(images/main_bg.jpg) center no-repeat; */
margin-bottom: 10px;
}
#col3 {
float: left;
width: 20%;
margin-left: 3%;
background-color: #eff4f8;
margin-bottom: 10px;
}
			/*BOTTOM*/
#bottom {
border-top: 3px solid #eee;
height:200px;
clear:both;
color: #000;
background: #4682B4;
}
#bottom a {
color : #eee;
background : transparent;
text-decoration : none;
}
#bottom a:hover {
color : #484452;
text-decoration : none;
}
			/*LIST*/
.list3,.list3center {
float: left;
width: 28%;
margin-left : 10px;
}
.list3center {
margin: 0 6%;
}
			/*FOOTER*/
#footer {
border-top: 1px solid #eff4f8;
clear: both;
padding:5px;
background: #4682B4;
color:#eee;
}
#footer a {
background: inherit;
color: #D5D9B4;
}
#footer a:hover {
background: inherit;
color: #333;
}
			/*TYPOGRAPHY*/
h1 {
margin: 0;
padding : 10px 0 0 30px;
font-size : 200%;
letter-spacing: 5px;
color : #333;
/* background : inherit; */
/* background-image:url(images/SOUTH-CAROLINA96x75.gif);
background-position:right;
background-repeat:no-repeat; */
}
h2 {
margin-top: 10px;
font-size : 150%;
letter-spacing: 3px;
color : #666972;
background :transparent;
}
h3 {
margin : 10px 0 0 20px;
font-size : 160%;
letter-spacing: 5px;
text-transform: uppercase;
color : #484452;
/* background : inherit; */
}
p {
margin-left: 7px;
margin-right: 7px;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #4682B4;
}
			/*LINKS*/
a:link {
color : #4682B4;
background : transparent;
text-decoration : none;
}
a:visited {
color : #4682B4;
background : transparent;
text-decoration : none;
}
a:hover {
color : #484452;
text-decoration : none;
}
li {
list-style-image: url(images/arrow.gif);
padding-left: 3px;
}
a img {
border : 0;
}
			/*CLASS*/
.clear {
clear: left;
overflow: hidden;
width: 0;
height: 0;
}