@charset "UTF-8";
/* CSS Document */

@import url("formatting.css");
@import url("menus.css");


body {
	background:#355E00;
}



#page {
	background:url(images/cga.jpg) top center no-repeat #355E00;
	min-width:960px;
}

#page-inner {
	width:960px;
	margin:0 auto;
}


#logo {
clear:left;
}

#logo h2 {
	background:url(images/logo.jpg) 0px 1px no-repeat;
	width:230px;
	height:161px;
	overflow:hidden;
	float:left;
}

#logo h2 a {
	display:block;
	width:230px;
	height:161px;
	text-indent:-10000px;
}


#topquote {
	float:left;
	border:0;
	margin:2px 0 0 26px	
}

#topquote img {
	border:0;
}

table.full {
	width:100%;
}

td {
	vertical-align:top;
}




#chat-box {
	width:280px;
	float:right;
	position:absolute;
	margin-left:700px;
	top:0px;
}

#pingbox {
	padding:20px;
	background:#000;	
}


#chatbutton {
	float:right;
	width:210px;
	background:url(images/chatbutton.gif) no-repeat;
	height:59px;
	overflow:hidden;
	padding:5px 0 0 70px;
	cursor:pointer;
}

#chatbutton h2 {
	color:#78d300;
	margin:0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
}

#chatbutton p {
	color:#FFF;
	margin:0;
	padding:0;
	font-size:16px
}



















#content {
	background:url(images/mainbg.gif) top left no-repeat;
	width:700px;
	padding:15px 0 0 0;
	float:left;
	margin:30px 0;
}

#content-inner {
	background:url(images/mainbg.gif) top center repeat-y;
	padding:0 15px;
}

#content-closer {
	background:url(images/mainbg.gif) top right no-repeat;
	height:15px;
}

#content-header {
	padding:0 10px;
}

#content-area {
	padding:10px;
}




/* ======================================================================================================== *\
	Sidebar
\* ======================================================================================================== */


#sidebar-right {
	width:220px;
	margin-top:220px;
	padding:10px;
	float:left;
}

#sidebar-right .block {
	padding:0 0 30px;
}

#sidebar-right-inner {
	padding:0 10px;
}


#sidebar-right .title {
	margin:0;
	padding:0 0 5px;
	color:#FFF;
	font-size:24px;
	line-height:22px;
}

#sidebar-right p {
	color:#88c11c;
	margin:0;
	padding:0 0 5px;
}

#sidebar-right p strong {
	font-size:14px;
	line-height:13px;
}


/* ======================================================================================================== *\
	Contest Area
\* ======================================================================================================== */



#contest-info {
	float:left;
	width:430px;
	padding:25px 0 0 20px;
	
}






/* ======================================================================================================== *\
	Footer
\* ======================================================================================================== */


#footer {
	clear:left;
	background:url(images/footer-bg.gif) no-repeat;
	padding:0 50px 0 225px;
	height:200px;
}

#footer-desc {
	float:left;
	width:515px;
	padding:20px 0;	
}

#footer ul, #footer li {
	list-style:none;
	margin:0;
	padding:0;
}

#footer-links {
	padding:15px 0;
	width:170px;
	float:left;
}

#footer-links a {
	color:#88c11c;
	display:block;
	padding:3px 0;
}

#footer h2 {
	color:#FFF;
	margin:0;
	padding:0 0 5px;
}

#footer #icon-links {
	float:left;
	width:200px;
}

#footer h2 a {
	display:block;
	padding:2px 0 7px 53px;
	color:#FFF;
	text-decoration:none;
}

#footer h2 a:hover {
	text-decoration:underline;
}

#footer p {
	color:#999;
	margin:0;
	padding:0 0 10px;
}










div.messages, div.status, div.warning, div.error {
	margin:0 0 10px;
}

.imagecache-thumbnail {
	float:left;
	margin:10px;
}

.winner {
	padding:0 0 30px;
}

.winner h3 {
	border-bottom:1px solid #CCC;
}

.views-field-edit-node {
	clear:left;
}

.node-type-list dt {
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
}

.node-type-list dd {
	margin:0;
	padding:0 0 10px;
}

div.newspage {
	clear:both;
	padding:20px 0;
}

.views-field-edit-node {
	text-align:right;
	font-size:10px;
}

div.newspage .views-field-teaser {
	float:left;
	width:590px;
}

div.newspage h1 {
	margin:0;
	padding:0;
	font-size:20px;
	text-decoration:underline;
}

div.newspage a {
	text-decoration:underline;
}

div.newsblock {
	padding:10px 0;
}
.newsblock h3 {
	margin:0 0 5px
}
.newsblock a, .newsblock h3 {
	color:#FFF;
	text-decoration:underline;
}

.newsblock .teaser {
	float:left;
	color:#88c11c;
	width:140px;
}

div.date {
	float:left;
	padding:5px;
	margin:0 20px 20px 0;
	background:url(images/datebg.gif) top center no-repeat;
	width:27px;
	overflow:hidden;
}

.day {
	font-size:22px;
	color:#FFF;
	font-weight:bold;
	letter-spacing:-1px;
	text-align:center;
	line-height:18px
}

.mo {
	padding-top:3px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	text-align:center;
	line-height:10px	
}






#front-promos {
	height:235px;
	overflow:hidden;
}

.promo {
	background:url(images/promobg.gif) top right;
	padding-right:40px;
}


.promo p {
	font-size:12px;
	line-height:16px;
}

.promo img {
	float:left;
	margin-right:20px;
	border:0;
}

.promo h2 {
	color:#FFF;
	text-decoration:underline;
}



.form td {
	padding:5px 10px 5px 0;
}

.form input, .form textarea {
	border:1px solid #666;
	color:#222;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}


.form tr.section th {
	padding:30px 0 5px;
	font-size:20px;
	text-align:left;
	color:#88c11c;
}

.form .note {
	margin:0;
	padding:0;
	font-size:10px;
	color:#666;
}




input.form-button {
	display:inline-block;
	margin:10px 0;
	background:url(/pub/css/images/admintableheadbg.gif) repeat-x top center #CCC;
	font-size:14px;
	padding:8px 10px;
	text-decoration:none;
	color:#555;
	border:1px solid #AAA;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input.form-button:hover {
	color:#FFF;
	background:#999;
	border:1px solid #777;
}




div.error {
	background:#F99;
	border:1px solid #900;
	color:#900;
	padding:10px;
}

tr.error {
	color:#900;
}

div .error p {
	margin:0;
	padding:0 0 5px;
	color:#900;
}

div .error ul {
	margin:0;
	padding:0 0 0 20px;
}


a.apply {
	display:inline-block;
	background:url(/pub/css/images/quotebutton-r.gif) no-repeat  top right;
	padding:0;
	margin:0px auto;
	text-decoration:none;
	color:#667;
	font-style:italic;
	font-size:18px;
	line-height:18px;
	letter-spacing:-.5px;
	font-weight:bold;
	height:85px;
	overflow:hidden;
}

a.apply span {	
	display:inline-block;
	background:url(/pub/css/images/quotebutton-l.gif) no-repeat;
	padding:20px 35px 20px 80px;
	height:85px;
	overflow:hidden;
}


.rate-outer {
	background:url(/pub/css/images/numbers-left.gif) no-repeat;
	height:66px;
	overflow:hidden;
	float:left;
	padding:0 0 0 10px;	
}

.rate-inner {
	background:url(/pub/css/images/numbers-right.gif) no-repeat top right;
	height:66px;
	overflow:hidden;
	padding:0 10px 0 0;
}

.rate-inner span {
	width:47px;
	height:52px;
	float:left;
	margin:6px 0;
	background-image:url(/pub/css/images/numbers.gif);
	background-repeat:no-repeat;
	text-indent:-10000px;
}

.num1 {	background-position:-47px 0px; }
.num2 {	background-position:-94px 0px; }
.num3 {	background-position:-141px 0px; }
.num4 {	background-position:-188px 0px; }
.num5 {	background-position:-235px 0px; }
.num6 {	background-position:-282px 0px; }
.num7 {	background-position:-329px 0px; }
.num8 {	background-position:-376px 0px; }
.num9 {	background-position:-423px 0px; }
.num0 {	background-position:-470px 0px; }


.info { display:block; border:2px solid #F90; color:#F90; background:#FF9; font-weight:bold; font-size:12px; padding:12px 20px;}

th {
	text-align:left;
}


.coverage {
	width:300px;
	float:left;
	margin:10px;
}

.coverage h3 {
	display:block;
	height:60px;
	text-indent:-10000px;
}

.coverage p {
	height:170px;
	padding:0 30px;
}

.coverage a {
	display:block;
	height:70px;
	text-indent:-10000px;
	outline:none;
}

.complete {	background:url(/pub/css/images/complete_coverage.jpg) top center no-repeat; }
.basic {	background:url(/pub/css/images/basic_coverage.jpg) top center no-repeat; }


#clients {
	margin:40px 0 0 0;
}

#clients td {
	width:170px;
	vertical-align:middle;
	text-align:center;
}

#clients h3 {
	background:url(/pub/css/images/recentclients.gif) top center no-repeat;
	text-indent:-10000px;
	height:30px;
	overflow:hidden;
}