@charset "utf-8";
/* CSS Document */

 
* { padding: 0em; margin: 0em; }

body { background: url(/images/worldMap2.JPG) #b4dff2 0px -3px repeat-x; font-size: 0.75em; font-family: "trebuchet ms" , helvetica, sans-serif; color: #696956; line-height: 1.3em; }

.twoColLiqLtHdr #container { 
	width: 747px;  /* changed from 80% */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
.twoColLiqLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColLiqLtHdr #header #logo {
	width: 216px;
	height: 130px;	
	margin: 10px;
	float: left;
	border: 3px double #039;
	text-align: center;
}
.twoColLiqLtHdr #header #flash {
	background: #EAEAE2;
	width: 458px;
	height: 136px;
	margin: 10px;
	float: left;	
}
#menu {
	background: url(/images/grayBG.JPG) repeat-x #BBB;
	clear: both;
	padding: 5px auto 5px 50px;
	height: 27px;
}

.twoColLiqLtHdr #menu ul li { padding: 0px 10px; display: inline; }
.twoColLiqLtHdr #header h1 {
	margin: 0;
	/* padding: 10px 0; */
}

.twoColLiqLtHdr #sidebar1 {
	margin-left: 10px;
	float: right; 
	width: 30%; /* since this element is floated, a width must be given */
	background: #efead6;
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color: #366;
	font-weight: bold;
}
.twoColLiqLtHdr #sidebar1 .city {
	margin: 10px;
	background: #FFFFEA;
	padding: 2px;
	border: 1px solid #CCC;
}
.twoColLiqLtHdr #sidebar1 ul {
	margin-left: 35px;
	list-style-type: square;
}
.twoColLiqLtHdr #mainContent ul {
	margin-left: 35px;
	list-style-type: square;
}

.twoColLiqLtHdr #mainContent, .twoColLiqLtHdr #secondaryContent { 
	margin: 0 20px;
	padding: 5px;/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 
#secondaryContent .column {
	float: left;
	width: 145px;
	padding: 3px;
	margin: 0px 4px;
}
#secondaryContent .column img {
	border: 3px double #999;
	padding:2px;
	margin-bottom: 5px;
}
a:link {
	color:#CC0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#mainContent h1 {
	color: #039;
	font-weight: bold;
	font-size: 170%;
	margin-top: 5px;
	margin-bottom: 3px;
}
#mainContent h2 {
	color: #039;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 140%;
}

.twoColLiqLtHdr #secondaryContent .content {
	position: relative;
	width: 100px;
	padding: 0px 5px;	
	float: left;
	margin-bottom: 15px;
}

.twoColLiqLtHdr #footer { 
	margin-top: 10px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.twoColLiqLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.heading {
		background: url(http://www.scassociation.com/images/headingBorder.gif) left bottom no-repeat;
}
 

[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.twoColLiqLtHdr #sidebar1 { padding-top: 30px; }
.twoColLiqLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
.twoColLiqLtHdr #container #sidebar1 .city img {
	text-align: center;
}
