/* CSS Document */

/*================================================================
LAYOUT stylesheet for the website.

Define layout and backgrounds for:
  - Body
  - Wrappers
  - Header
  - Sidebars / Columns / Content
  - Specific Page Elements
  - Footer
  
  ***  NO TYPOGRAPHY STYLES HERE PLEASE  ***
  
================================================================*/

/* BODY 
----------------------------------------------------------------*/
body {
  background:#cccccc;
  text-align: center;
  margin:0;
  padding:0;
}

#skip, #hidden {
	text-indent: -9000px;
	position: absolute;
	margin: 0;
	padding: 0;
}


/* WRAPPERS
----------------------------------------------------------------*/
#container {
	clear: both;
	width: 780px;
	margin: 0 auto;
	background: #EAE9DF url(../images/2col_bg1.gif) repeat-y;
}

#head_wrapper {
	width: 780px;
	margin: 0 auto;
}


/* HEADER 
----------------------------------------------------------------*/
#wtext {
	position: relative;
	left: -200px;	
}

.banner {
	background: url(../images/banner.gif) no-repeat top;
	width: 780px;
	height: 107px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}

.banner2 {
	background: url(../images/rulesbanner.gif) no-repeat top;
	width: 780px;
	height: 90px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}

#tabs {
	clear: both;
	background: url(../images/chooseres.gif) #39275B no-repeat right top;
	width: 780px; 
	height: 30px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

#tab {
	clear: both;
	background: url(../images/tab_out.gif) #5c4587 no-repeat right top;
	width: 780px; 
	height: 30px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

#header_spacer	{
	background: url(../images/tick4.gif) no-repeat right top;
	width: 780px;
	height: 15px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}


/* SIDEBARS / COLUMNS / CONTENT
----------------------------------------------------------------*/
.col1 {
	float: left; 
	width: 583px; 
	top: 0px;
	position: relative;
}

.col2 {
	float: right; 
	width: 197px;
}


/* SPECIFIC PAGE ELEMENTS
----------------------------------------------------------------*/

#searchbox, .info, #page_content {
	margin: 0 15px 0 15px;
	padding: 15px;
	border: 1px solid #c0c0c0;
}

#searchbox {
	background: url(../images/mag2.gif) #ffffff no-repeat right top;
	text-align: left; 
}

/* These are the Different Colored Page Content containers */

#page_content_aqua {
	border-top: 15px solid #125285;
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
}

#page_content_purp {
	border-top: 15px solid #4b3172;
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
}

#page_content_sage {
	border-top: 15px solid #548a54;
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
}

#page_content_burg {

	border-color: #006699;
	border-top: 15px solid #855154;
	margin-right: 15px;
	margin-left: 15px;
}

#page_content_yell {
	border-top: 15px solid #bd8817;
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
}

#page_content_blue {
	border-top: 15px solid #3086be;
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
}

#page_content_gree {
	border-top: 15px solid #275528;
	text-align: left;	
	margin-right: 15px;
	margin-left: 15px;
}

#page_content {
	background: #f6f6f6;
	text-align: left;
	border: 1px solid #b3b3b3;
}

/* END of the Different Colored Page Content containers */

.info {
	background: #d1cfb3;
	width: 520px;
	vertical-align: top;
	clear: both;
	margin: 15px 15px 0 15px;
	padding: 15px;
	border: 1px solid #c0c0c0;
	text-align: left;
	float: left;
}

/* for IE, with IE5/Mac backslash filter \*/
* html .info {
 	float: none;
}
/* end filter */

P.intro {
	padding: 0 160px 0 0; 
}

#searchbox #choices  {
	margin: 12px 0 10px 0;
	padding: 0;
}

#search_keyword {
	clear: both;
	margin: 12px 12px 12px 0;
	padding: 7px;
	border: 1px solid #c0c0c0;
	background: #f6f6f6; 
}


/* FOOTER
----------------------------------------------------------------*/

#footer {
	clear: both;
	background: #39275b; 
	width: 755px;
	height: 60px; 
	text-align: left;
	border-top: 14px solid #5C4587;
	margin: 0 auto;
	padding: 0 25px 10px 0;
}

