/*--- GENERAL IMPORTANT LAYOUT --------*/
body {
	background: url(img/bckg.jpg) top repeat-x #a0aab1;
	margin: 0;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

* html body {
	padding: 5px 0 25px 0;
}

div#allwrapper {
	width: 840px;
	position: relative;
	z-index: 999;
	margin: 5px 0 25px 5px;
}

div.gcglogo {
	background: url(img/gcglogo.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 427px;
	height: 278px;
}

img.cmplogo {
	position: absolute;
	left: 28px;
	top: 13px;
}

div#top {
	width: 100%;
margin-top: 20px;
}

.cleaner {
	clear: both;
}

p.dash {
	background: url(img/dashed.gif) repeat-x;
	height: 1px;
	width: 100%;
	margin: 10px 0;
}

/* BANNER ----------------------------------- */
div#top div.banner728 {
	text-align: right;
}

div.banner300 {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

div.banner160,
div.textad {
	margin: 0 0 10px 5px;
}

/*--------- TOP NAV and SEARCH BOX ------ */
div.search {

}

input.searchbutton {
	background: url(img/searchbutton.gif) no-repeat;
	border: 0;
	width: 54px;
	height: 18px;
	margin: 0 0 0 5px;
	font-size: 11px;
padding: 0 0 2px 0;
}

input.searchinput {
	border: 1px solid #ffcf26;
}

ul.toplinks {
	text-align: right;
	margin: -15px 0 0 0;
}

ul.toplinks li {
	display: inline;
	list-style: none;
	color: #fff;
	margin: 0 5px;
}

ul.toplinks li a:link,
ul.toplinks li a:visited {
	color: #ffcf26;
	text-decoration: none;
}

ul.toplinks li a:hover {
	text-decoration: underline;
}

/* MAIN NAV ------------------------------*/
ul.mainnav {
	margin: 0 10px -2px 0;
	padding: 0;
	text-align: right;
	position: relative;
}

ul.mainnav li {
	list-style: none;
	display: inline;
	margin: 0 -1px;
}

img.getstarted {
	position: absolute;
	left: -1px;
	top: -10px;
	z-index: 999;

}


/* MAIN CONTENT WRAPPER ------------------*/
div#maincontentwrapper {
	margin: 18px 0 0 4px;
	position: relative;
}

* html div#maincontentwrapper {
	margin-top: 14px;
}

div.maincontent {
	width: 665px;
	background: #fff;
}

div.topleftcorner {
	background: url(img/body_corner_topleft.gif) no-repeat;
	float: left;
	height: 5px;
	width: 5px;
}

div.toprightcorner {
	background: url(img/body_corner_topright.gif) no-repeat;
	float: right;
	height: 5px;
	width: 5px;
}

* html div.toprightcorner {
	margin-right: -3px;
}


div.content {
	padding: 25px 5px 5px 5px;
}

/* VERY LEFT COLUMN ------------------------------------*/

div.lefttilewrapper{
	width: 162px;
	margin-top: 210px;
}

ul.lefttile {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	
}

ul.lefttile li {
	margin: 0;
	padding: 3px;
	background: #fff;
	border-bottom: 2px solid #ccc;
}


ul.lefttile li.title {
	background:#ccc;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}

li.detail ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li.detail a:link,
li.detail a:visited  {
	color: #0249a9;
	text-decoration: none;
}

div.lefttilewrapper a:hover {
	text-decoration: underline;
}

/* FOOTER --------------------------------*/
table.footer {
	width: 665px;
	height: 36px;
	margin: 5px 0 0 4px;
}

td.footer {
	background: #fff;
	text-align: center;
	width: 700px;
}

table.footer a:link,
table.footer a:visited {
	color: #0249a9;
	text-decoration: none;
}

table.footer a:hover {
	text-decoration: underline;
}


/* TEXT and LINK STYLES ------------------*/
ul.toplinks li a:link,
ul.toplinks li a:visited {
	color: #fff;
}

ul.toplinks li a:hover {
	color: #ffcf26;
}

img {
	border: 0;
}
