@charset "UTF-8";


/****************************************************
Site: SOUTHERN GAMES
Author: JP Global Marketing, Inc.
Version: 1
Date: September 2009
****************************************************/



/****************************************************
BASICS
****************************************************/
* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bkg2.png);
	background-repeat: repeat-x;
	background-color: #000000;
}
a:link {
	color: #3399ff;
}


.oneColFixCtrHdr #mainContent a {
	color: #3399ff;
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent a:visited {
	color: #339933;
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent a:hover {
	color: #3399ff;
	font-size: 1.2em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}



.oneColFixCtrHdr #mainContent2 a {
	color: #3399ff;
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent2 a:visited {
	color: #339933;
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent2 a:hover {
	color: #3399ff;
	font-size: 1.2em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}




img {border:none;}

.section_container {
	width: 870px;
	margin: 0 auto;
}

.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* Header:  ------------------------------------------*/

.oneColFixCtrHdr #header {
	padding: 0px;
	background-image: url(../images/header2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 380px;
	margin: 0px 0px 0px 0px;
}
.oneColFixCtrHdr #container #header #navigation {
	float: right;
	height: 55px;
	margin: 90px 0px 0px 0px;
}
.oneColFixCtrHdr #container #header #headGraphic {
	padding: 5px 0px 0 0;
	text-align: center;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* Main content:  ------------------------------------------*/

.oneColFixCtrHdr #mainContent {
	padding: 10px 60px 10px 60px;
}
.oneColFixCtrHdr #mainContent2 {
	padding: 10px 60px 10px 60px;
}
#mainContent #leftNav {
	float: left;
	padding: 0px 20px 0px 0px;
	width: 180px;
}
#mainContent #game1 {
	float: right;
}


/* Footer:  ------------------------------------------*/

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000000;
	background-image: url(../images/footer2.png);
	background-repeat: no-repeat;
	height: 363px;
}
.oneColFixCtrHdr #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: 80px 40px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}

.oneColFixCtrHdr #footer a {
	color: #fff;
	font-size: 0.8em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform: uppercase;
}
.oneColFixCtrHdr #footer a:visited {
	color: #fff;
	font-size: 0.8em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform: uppercase;
}
.oneColFixCtrHdr #footer a:hover {
	color: #fff;
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	text-transform: uppercase;
}
.oneColFixCtrHdr #footer a.home:link {
	color: #3399ff;
	font-size: 0.8em;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a.home:visited {
	color: #3399ff;
	font-size: 0.8em;
	text-decoration:underline;
}
.oneColFixCtrHdr #footer a.home:hover {
	color: #3399ff;
	font-size: 1em;
	text-decoration:underline;
}
.oneColFixCtrHdr #footer a.games:link {
	color: #ff9933;
	font-size: 0.8em;
	text-decoration:none;
}

.oneColFixCtrHdr #footer a.games:visited {
	color: #ff9933;
	font-size: 0.8em;
	text-decoration:underline;
}
.oneColFixCtrHdr #footer a.games:hover {
	color: #ff9933;
	font-size: 1em;
	text-decoration:underline;
}
.oneColFixCtrHdr #footer a.services:link {
	color: #339933;
	font-size: 0.8em;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a.services:visited {
	color: #339933;
	font-size: 0.8em;
	text-decoration:underline;
}
.oneColFixCtrHdr #footer a.services:hover {
	color: #339933;
	font-size: 1em;
	text-decoration:underline;
}
.oneColFixCtrHdr #footer a.employment:link {
	color: #ff0000;
	font-size: 0.8em;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a.employment:visited {
	color: #ff0000;
	font-size: 0.8em;
	text-decoration:underline;
}
.oneColFixCtrHdr #footer a.employment:hover {
	color: #ff0000;
	font-size: 1em;
	text-decoration:underline;
}
.oneColFixCtrHdr #footer a.about:link {
	color: #ffff33;
	font-size: 0.8em;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a.about:visited {
	color: #ffff33;
	font-size: 0.8em;
	text-decoration:underline;
}
.oneColFixCtrHdr #footer a.about:hover {
	color: #ffff33;
	font-size: 1em;
	text-decoration:underline;
}
.oneColFixCtrHdr #footer a.contact:link {
	color: #ff33ff;
	font-size: 0.8em;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a.contact:visited {
	color: #ff33ff;
	font-size: 0.8em;
	text-decoration:underline;
}
.oneColFixCtrHdr #footer a.contact:hover {
	color: #ff33ff;
	font-size: 1em;
	text-decoration:underline;
}
.oneColFixCtrHdr #footer a.jpg:link {
	color: #666666;
	font-size: 0.7em;
	text-decoration:underline;
	text-transform:none;
}
.oneColFixCtrHdr #footer a.jpg:visited {
	color: #fff;
	font-size: 0.7em;
	text-decoration:none;
	text-transform:none;
}
.oneColFixCtrHdr #footer a.jpg:hover {
	color: #fff;
	font-size: 0.8em;
	text-decoration:none;
	text-transform:none;
}

.oneColFixCtrHdr #container #footer h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px 40px;
}

.footer_column1 {
	margin-top: 95px;
	padding-left:10px;
	width: 160px;
	float: left;
	padding-right:5px;
}
.footer_column2 {
	margin-top: 95px;
	width: 160px;
	float: left;
	padding-left:5px;
	padding-right:5px;
}
.footer_column3 {
	margin-top: 95px;
	width: 160px;
	float: left;
	padding-left:5px;
	padding-right:5px;
}
.footer_column4 {
	margin-top: 95px;
	width: 160px;
	float: left;
	padding-left:5px;
	padding-right:5px;
}
.footer_column5 {
	margin-top: 95px;
	width: 160px;
	float: left;
	padding-left:5px;
	padding-right:1px;
}
.footer_clear {
	clear: both;
	height: 10px;
}
.copyright {
	font-size:12px;
	float:right;
	}
/* End Footer Links:  ------------------------------------------*/

.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: 1em;
    line-height: 0px;
}

/* Slider Flash:  ------------------------------------------*/
.oneColFixCtrHdr #container #Slider {
	padding: 0px 0 30px 0;
	text-align: center;
}
#mainContent #rightTop {
	padding: 0 0 20px 200px;
	height: 100%;
}
#mainContent #games {
	padding: 0 0 0 0;
	margin: 0 0 0 200px;
}
#mainContent #rightBottom {
	margin: 0 0 0px 200px;
}
#mainContent #rightBottom2 {
	margin: 0 0 0px 200px;
}
#mainContent #rightBottom2 h2 {
	color: #FFFFFF;
}

#CC3500507 {
	padding-bottom: 20px;
}


#mainContent #leftColumn {
	float: left;
	padding: 10px 0px 0px 0px;
	width: 180px;
}
#leftColumn img {
	padding: 10px 0px 10px 0px;
}



#games img {
	padding: 5px 10px 15px 0;
}
#CC205335 {
	padding-bottom: 20px;
}
.mainContentBOLD {
	font-weight: bold;
}

#Announcement {
	padding: 30px 20px;
	background-color: #3399FF;
	font-weight: bold;
}
