/*
Theme Name: GCS
Theme URI: http://wordpress.org/
Description: The GCS WordPress theme is developed exclusively for General Credit Service, Inc.
Version: 1.0
Author: Kevin McMIllian
Author URI: http://www.dailydna.com
Tags: it's a cool theme!
*/

BODY {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f2f2f2;
}
A {
text-decoration:underline;
color:#666;
}

A:HOVER {
text-decoration: underline;
color:#000;
}

IMG {border: none;}
LABEL {cursor: pointer;}

.relax {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
 

/*Page*/
.page {
    margin: auto;
    text-align: left;
    width: 965px;
}

/*Header*/
.header {
    margin:0 auto 0 auto;
    width: 100%;
}
.header UL {
	padding: 0;
	margin: 0;
}
.header UL LI {
	list-style: none;			
	float: right;
	font-size: 1em;
	line-height: 1em;
	margin-right: 16px;
}
.header UL LI A {
	color: #CCC;
	display: block;
	padding-top: 22px;
	Padding-left: 10px;
	text-decoration:none;
}
.header UL LI A:HOVER {
	color: #FFF;
	display: block;
	padding-top: 22px;
	Padding-left: 10px;
	text-decoration:none;
}

/* Logo */
.header .logo {
	float: left;
	margin: 8px 0 0 0px;
	font-size: 1em;
	line-height: 1em;
}

/*Content*/
.content {

    width: 100%;
    margin-top: -20px!important;
    margin-top: -24px;
    position: relative;
    z-index: 10;
}

/* Main Navigation */
.content UL.main-nav  {
	float: right;
	margin-right:40px;
	margin-left:auto;
	margin-top:-20px;
	display: inline;
	position: relative;
	z-index: 100;
}
.content UL.main-nav LI {
	list-style: none;
	float: left;
	font-size: 1.40em;
	line-height: 370%;
	padding: 0 20px 0 20px;
}
.content UL.main-nav LI A {
	color: #CCC;
	display: block;
	cursor: pointer;
	text-decoration:none;
}
.content UL.main-nav LI A:HOVER {
	text-decoration: none;
	color: #FFF;
}
.content UL.main-nav LI.selected A {
	text-decoration: none;
	color: #FFF;
	background-image: url(images/main-hover-center.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float:left;
}
.content UL.main-nav LI.selected .left-div {
	display: block;
	float: left;
	height: 62px;
	width: 9px;
	background-image:url(images/main-hover-l.gif);
	background-repeat:no-repeat;
}
.content UL.main-nav LI.selected .right-div {
	display: block;
	float: left;
	height: 62px;
	width: 9px;
	background-image:url(images/main-hover-r.gif);
	background-repeat:no-repeat;
}

.content UL.main-nav LI A SPAN.left, .content UL.main-nav LI A SPAN.right {
	font-size: 1px;
	line-height: 0;
}
.content UL.main-nav LI.selected A SPAN {width: 9px;
    float: left;
    line-height: 0%;
    font-size: 0.1em;
}


/* Main Navigation Background */
.content .main-nav-bg {
	background: url("images/bg/main-nav-bg.gif") no-repeat top left;
	width: 717px;
	height: 41px;
	float: right;
	margin-top: -41px!important;
	margin-top: -48px;
}

/* Background Container */
.content .bg-container {
	margin: 0!important;
	margin: -7px 0 0 0;
}

/* Shadow Box */
.content .bg-container .shadow-box, .content .bg-container .shadow-box .top,
.content .bg-container .shadow-box .bottom, .content .bg-container .shadow-box .center {
	float: left;
	width: 100%;
}
.content .bg-container .shadow-box {margin-top: -7px;}
.content .bg-container .shadow-box .top, .content .bg-container .shadow-box .bottom {
	font-size: 1px;
	line-height: 0;
}
.content .bg-container .shadow-box .top {
	height: 23px;
}
.content .bg-container .shadow-box .bottom {
	height: 25px;
}
.content .bg-container .shadow-box .center {
	padding-bottom: 30px;
}
.content .bg-container .shadow-box .container {
	float: right;
	width: 943px;			
	margin: -16px 20px 0 0;
	min-height: 380px;
	height: auto!important;
	height: 380px;
	position: relative;
	z-index: 300;
	display: inline;
}
.content .bg-container .shadow-box H2 {
	font-family:"Times New Roman", Times, serif;
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
	font-size: 1.7em;
	color: #FF0000;
	text-transform: uppercase;
}

/* Side Navigation */
.content .bg-container .shadow-box .side-nav {
	width:195px;
	float: left;
	background-color: #FFFFFF;
	padding:30px 5px 15px 5px;
	margin-top:-8px;
	background-image: url(images/side-nav-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.content .bg-container .shadow-box .side-nav UL  {
	padding: 0;
	margin: 0 0 0 0;
}
.content .bg-container .shadow-box .side-nav UL LI {
	list-style: none;
	font-size: 1.1em;
	line-height: 2.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.content .bg-container .shadow-box .side-nav UL LI A  {
	color: #666;
	padding-left: 6px;
	text-decoration:none;
}
.content .bg-container .shadow-box .side-nav UL LI A:HOVER, .content .bg-container .shadow-box .side-nav UL LI.selected A {
	background: url("images/icons/side-nav-arrow.gif") no-repeat left 2px;
	text-decoration: none;
	color:#FF0000;
}

/* Main Content */
.hp-text {
	color:#CCCCCC;
	float:left;
	font-family:"Times New Roman",Times,serif;
	font-size:19px;
	line-height:30px;
	margin:105px 0 0 45px;
	padding:0;
}


/* Main Content */
.content .bg-container .shadow-box .main-content {
	float:left;
	width: 100%;
	margin-top: 8px;
	
}
.content .bg-container .shadow-box .main-content-subpages {
	float:left;
	width: 650px;
	margin-top: 0;
	margin-left: 10px;
}


.content .bg-container .shadow-box .main-content H3,.content .bg-container .shadow-box .main-content-subpages H3 {
	padding: 0;
	margin: 20px 0 4px 17px;
	font-size: 2.17em;
	color: #A0670F;
}


.content .bg-container .shadow-box .main-content P,.content .bg-container .shadow-box .main-content-subpages P {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 1.3em;
	line-height: 1.5em;
}
.content .bg-container .shadow-box .main-content H4 {
	padding: 0;
	margin: 20px 0 6px 17px;
	font-size: 1.50em;
	color: #5D6244;
}

.content .bg-container .shadow-box .main-content UL,.content .bg-container .shadow-box .main-content-subpages UL {
	padding: 0;
	margin: 0 0 20px 74px;
}

.content .bg-container .shadow-box .main-content UL LI,.content .bg-container .shadow-box .main-content-subpages UL LI {
	font-size: 1.33em;
	line-height: 1.5em;
	margin-left: -40px;
	padding: 0 0 0 10px;
	display: block;
	background: url("images/hp-square-li.gif") no-repeat 0px 10px;
	float: none;
}

.content .bg-container .shadow-box .main-content UL LI A,.content .bg-container .shadow-box .main-content-subpages UL LI A {
	color: #666;
	padding: 0;
	font-weight: normal;
	text-decoration:underline;
	float: none;
}

.content .bg-container .shadow-box .main-content UL LI A:HOVER,.content .bg-container .shadow-box .main-content-subpages UL LI A:HOVER {
	background: none;
	text-decoration: underline;
	color: #000;
}

/* Main Image */
.content .bg-container .main-image {
	float: left;
	width: 954px;
	height: 291px;
	margin:45px auto 0;
	background-image: url(images/bg-hp-grey.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.hp-flash-rotation {
	background-position:center center;
	background-repeat:no-repeat;
	float:right;
	height:327px;
	margin:-309px 32px 0 0;
	width:634px;
	z-index:888;
}

/*Home Page 3 Boxes*/
.content .info {
	width: 190px;
	float: left;
	text-align: left;
	margin: 75px 0 50px 40px;
	display: inline;
} 
.content .info H3 {
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size: 16px;
	color: #FF0000;
	margin: 0 0 5px 0;
	padding: 7px 0 2px 0;
} 
.content .info P {
	color:#666666;
font-size:10px;
line-height:15px;
} 
.content .info UL {
	margin: 0;
	padding: 0;
	background: none;
	text-align: left;
	height: auto; 
} 
.content .info UL LI {
	margin: 0;
	padding: 0 0 7px 15px;
	display: block;
	background: url("images/hp-square-li.gif") no-repeat 4px 4px;
	float: none;
} 
.content .info UL LI A {
	font-size: 13px;
	color: #666;
	padding: 0;
	font-weight: normal;
	text-decoration:underline;
	float: none;
}
.content .info UL LI A:HOVER {
	background: none;
	text-decoration: underline;
	color: #000;
}

.content .info-affiliates {
	width: 440px;
	float: left;
	text-align: left;
	margin: 75px 0 50px 10px;
	display: inline;
	padding-left:15px;
	padding-right:5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #999;
	border-left-color: #999;
} 

.content .info-affiliates p {
	color:#666666;
	font-size:10px;
	line-height:15px;
	} 

.content .info-affiliates H3 {
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size: 16px;
	color: #FF0000;
	margin: 0 0 5px 0;
	padding: 7px 0 2px 0;
} 



.text A:HOVER {text-decoration: none;}


/* Text Frame */
.content .bg-container .text-frame {
	float: left;
	width: 634px;
	margin-top: 15px;
	padding-bottom: 90px;
}
.content .bg-container .text-frame H2 {
	padding: 0;
	margin: 0;
	font-size: 1.83em;
	color: #A0670F;
	font-weight: normal;
}
.content .bg-container .text-frame H2 STRONG {font-size: 1.14em;}
.content .bg-container .text-frame P {
	padding: 0;
	margin: 8px 0 0 0;
	font-size: 1.17em;
	line-height: 1.86em;
}


/*Footer*/
.footer {
     float: left;
     width: 100%;
	 height:100%x;
     background-color: #FFF;
     margin-top:30px;
	 padding-bottom: 0;
}

.footer-affiliates {
	float:left;
	margin-left:100px;
	padding:20px 0 0;
}

#footer-warning p {
	color:#666666;
	font-size:10px;
	line-height:15px
	} 

#footer-warning {
	float:left;
	margin:30px 0 0 10px;
	padding:0 0 0 0;
}	

/* Navigation Frame */

.footer UL.footer-nav  {
	width:100%;
	float: left;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	margin-bottom:-10px;
	display: inline;
	position: relative;
	z-index: 100;
}
.footer UL.footer-nav LI {
	list-style: none;
	float: left;
	font-size: 1em;
	margin:auto;
	padding: 0 13px 0 13px;

}
.footer UL.footer-nav LI A {
	color: #999;
	display: block;
	cursor: pointer;
	text-decoration:none;
}
.footer UL.footer-nav LI A:HOVER,.content UL.footer-nav LI.selected A {
	text-decoration: none;
	color: #000;
}


.footer .nav-frame {
	float: left;
	width: 965px;
	margin: 10px auto 10px auto;
}
.footer .nav-frame .container {
	float: left;
	width: 90px;
	margin-top: 36px;
	margin-left: 10px;
	padding-right: 20px;
}
.footer .nav-frame .container UL {
	padding: 0;
	margin: 6px 0 0 0;
}
.footer .nav-frame .container UL LI {
	list-style: none;
	font-size: 1em;
	line-height: 1.7em;
}
.footer .nav-frame .container UL LI A {color: #666;}

.footer .footer-signature {
text-indent:-9999px;
	height:45px;
	width:372px;
	padding: 0;
	margin: 25px auto 0 auto;
	background-image: url(images/footer-signature.gif);
	background-repeat: no-repeat;
}
