/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #fff url("../images/bg.jpg") no-repeat center center;
	color: #4d4d4d;
	height: 100%;
	overflow-x:hidden;/* -- needed this because it was adding horizontal scrollbars -- */
}

body, tr,
td, input,
select, textarea 	{font:normal 13px/1.4 Arial, Helvetica, sans-serif;}

a				{outline: none;}
a:link,
a:visited 		{color:#576139; text-decoration:none;}
a:hover,
a:active 		{color:#3B4326; text-decoration:underline;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font-size:large; margin:0 0 12px;}
h2 					{font-size:medium; margin:2px 0;}
h3 					{font-size:small; margin:6px 0 5px;}
h4 					{font-size:x-small; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #576139; color: #F9F9E5; background-color: #F9F9E5;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

#preload {position: absolute; top: -400px;left: 0px;}
.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

/* Standard Layout */

#wrapper {
	text-align : center;
	position : absolute;
	top : 50%;
	left : 0;
	width : 100%;
	height : 0;
	overflow : visible;
	visibility : visible;
	display : block;
}
      
#content {
	margin-left : -450px;  /* must be half of content width */
	position : absolute;
	top : -340px; /* must be half of content height */
	left : 50%;
	width : 900px;
	height : 649px;
	visibility : visible;
	text-align : left;
}

#header {
	position: relative;
	padding: 0px;
	margin: 62px 0 0 8px;
	width: 886px;
	height: 119px;
	z-index: 90000;
}

#header.kickback-header {background: url("../images/kickback-photo-bar.jpg") no-repeat;}
#header.events-header {background: url("../images/events-photo-bar2.jpg") no-repeat;}

#header h1 {
	margin: 0px;
}

#header h1 a {
	position: absolute;
	top: 120px;
	left: 404px;
	width: 351px;
	height: 89px;
	text-indent: -9000px;
	background:  transparent;
}

#header h1#kickback-logo a {background: url("../images/kickback-logo2.gif") no-repeat;width: 462px;}
#header h1#events-logo a {background: url("../images/events-logo.gif") no-repeat;}
#header h1#events-home-page-logo a {background: url("../images/events-home-page-logo.gif") no-repeat;}
#header h1#events-contact-us-logo a {background: url("../images/events-contact-us-logo.gif") no-repeat;}

#content-main {
	width: 440px;
	height: 320px;
	overflow: auto;
	margin-top: 82px;
	margin-left: 420px;
}



#content-top {
	z-index: 1;
}

#content-side {
	position: absolute;
	top: 60px;
	right: 30px;
	width: 170px;
	height:40px;
	padding: 15px;
	background: transparent;
	border: 1px solid red;
}

#footer {
	position: absolute;
	width: 200px;
	height: 35px;
	top: 642px;
	right: 74px;
}

#footer a {
	display: block;
	width: 200px;
	height: 35px;
	text-indent: -9000px;
	background: transparent url("../images/footer.gif") no-repeat 0px 0px;
}

#footer a:hover {
	background: transparent url("../images/footer.gif") no-repeat 0px -35px;
}

/*-----------------------------------
	  COLUMNS 
-------------------------------------*/

#content-top .col-1,
#content-top .col-2,
#content-top .col-3,
#content-top .col-4 {
	position: absolute;
	top: 104px;
	left: 6px;
	width: 237px;
	height: 354px;
}

#content-top .col-2 {left:249px;width: 207px;}
#content-top .col-3 {left:462px;width: 228px;}
#content-top .col-4 {left:696px;width: 200px;}

#content-bottom .col-1,
#content-bottom .col-2,
#content-bottom .col-3 {
	position: absolute;
	top: 464px;
	left: 6px;
	width:290px;
	height: 200px;
}

#content-bottom .col-2 {left:308px;}
#content-bottom .col-3 {left:610px;}

/*-----------------------------------
	  INDIVIDUAL PAGE LAYOUT 
-------------------------------------*/

/* Brands and Our friends Page */

body#page-brands #content-top .col-1,
body#page-our-friends #content-top .col-1 {
	width: 431px;
	height: 447px;
}

body#page-brands #content-top .col-2,
body#page-our-friends #content-top .col-2 {
	width: 97px;
	height: 447px;
	left: 443px;
	padding: 0 6px 0 6px;
	border-left: 1px solid #4B4B4B;	
	border-right: 1px solid #4B4B4B;
}

body#page-brands #content-top .col-3,
body#page-our-friends #content-top .col-3 {
	width: 330px;
	height: 447px;
	left: 560px;
	overflow: hidden;
}

body#page-brands #content-bottom .col-1,
body#page-our-friends #content-bottom .col-1 {
	width: 920px;
	height: 55px;
	left: 0px;
	top: 557px;
	padding: 0px 0 0px 0;
	overflow: hidden;
	border-top: 1px solid #4B4B4B;	
}


/* Members and Contact Page */

body#page-members #content-top  {
	background: url("../images/members/members-bg.jpg") no-repeat 5px 10px;
	height: 100%;
}

body#page-contact-us #content-top  {
	background: url("../images/contact-us/contact-us-bg.jpg") no-repeat 5px 10px;
	height: 100%;
}

body#page-members #content-top .col-1,
body#page-contact-us #content-top .col-1  {
	top: 320px;
	left: 25px;
	width:260px;
	height: 200px;
}

body#page-members #content-top .col-2,
body#page-contact-us #content-top .col-2  {
	top: 320px;
	left: 300px;
	width:260px;
	height: 200px;
}

body#page-members #content-top .col-3,
body#page-contact-us #content-top .col-3  {
	top: 320px;
	left: 600px;
	width:260px;
	height: 200px;
}

body#page-contact-us #content-top .col-1,
body#page-contact-us #content-top .col-2,
body#page-contact-us #content-top .col-3 {
	top: 400px;
}

/* Opportunities Page */

body#page-opportunities #content-top  {
	background: url("../images/opportunities/opportunities-brands-bg.jpg") no-repeat 5px 10px;
	height: 100%;
}

body#page-opportunities #content-top .col-1  {
	top: 450px;
	left: 25px;
	width:260px;
	height: 200px;
}

body#page-opportunities #content-top .col-2  {
	top: 110px;
	left: 300px;
	width:260px;
	height: 200px;
}

body#page-opportunities #content-top .col-3  {
	top: 110px;
	left: 600px;
	width:260px;
	height: 200px;
}

/* Navigation - Use this for very basic horizontal text based nav */

#nav {
	list-style: none;
}

#nav ul {

}

#nav li {
	display:inline;
	list-style: none;
}



/*-- FORM STYLING --*/

form {
	margin-top:20px;
}

form hr {
  clear: both;
  border: 0px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

form h3 {
 	margin-bottom:6px;
	padding: 2px; 
}

form .hidden {
  text-indent: -9000px;
}

form input[type="hidden"] {
  display: none;
}

form br {clear:left;}

/*fieldset {
	margin-top: 12px;
	margin-bottom:20px;
	border: 1px solid #51B52D;
	padding: 10px;
	width: 400px;
}*/

label, input, textarea, .radiolabel {
	display:block;
	float:left;
  	width:200px;
	margin-bottom:6px;
	padding: 2px;
}

input[type="checkbox"] {
  width: auto;
  border: none;
}

input.checkbox {
  width: auto;
  border: none;
}

form span {
  color: #FF0000;
}

legend {
  color: #518CF2;
  font-weight: bold;
}

label {
	width:80px;
	text-align:left;
	padding-right:10px;
	padding-top:2px;
}

input{
	border: 1px solid #0F0F0F;
}

input:hover, textarea:hover {
  	border: 1px solid #F57E3D;
}

input.button {
	width:80px;
	height: 38px;
	margin-left: 93px;
	margin-right: 10px;
    margin-top: 0px;
	background: #fff;
}

input.button:hover {
  color: #fff;
  background: #0F0F0F;
}

input.noborder {border: none;} 

textarea{
  border: 1px solid #0F0F0F;
  width: 290px;
  height: 120px;
}

.fieldWithErrors input{
	background-color: #FCC;
}


/*-- TABLE STYLING --*/

table {
	margin-bottom: 10px;
}

table td {
	vertical-align: top;
	padding: 1px;
}

td.bold {
	font-weight: bold;
	color: #F57E3D;
}

/* ----------------------------------------------- 
		NOTICES
----------------------------------------------- */

#error {
	background: #FF4E4E;
	border: 3px solid #FF7C7C;
	padding: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

#success {
	background: #BBEECC;
	border: 3px solid #E3FFED;
	padding: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

