/*********************************************************
 * The body assignations affect entire page. This includes the
 * background gradient image and all text outside of the navigation bar
 ********************************************************/
body {
    background: url("../images/bodyBkgrd.gif") repeat-x;
	font-family: arial, sans-serif;
    margin: 0;
    padding: 0;
	color: #333;
}    
body a {
	color: #1c95ba;
	text-decoration: none;
}
body a:hover {
	color: #333;
	text-decoration: none;
}

h1 {font-size: 1.5em;}
h2 {font-size: 1.2em;}
h3 {font-size: 1em;}
p {font-size: 0.8em;}
/*********************************************************
* The wrapAll div encases other divs & assigns a predefined width
* and centers (via the margin) area in browser window.
 ********************************************************/
#container{
	margin: 0 auto;
	width: 960px;
	overflow:hidden;
}
#wrapAll {
	background-color: white;
	margin: 0px auto;
	overflow: hidden;
	padding: 0 0 20px 0;
	width: 960px;
}
/*********************************************************
* The wrapMasthead holds the logo, the search bar, the 
* search button and has a background image: mastheadBkgrd.gif.
 ********************************************************/
#wrapMasthead {
	background: white url("../images/mastheadBkgrd.gif") left no-repeat;
	height: 145px;
	position: relative;
	width: 960px;
}
#logo {
	padding: 10px 0 10px 30px;
	margin: 0;
}
/**Search box and button **/
#wrapSearch {
	float: right;
	margin: 0;
	padding: 0 0 15px 0;
	position: absolute;
	top: 12px;
	right: 30px;
	text-align: right;
}
#btnSearch {
	background: url("../images/nav.gif") repeat-x;
	border: solid 1px #e3e763;
	color: #9ca106;
	font-size: .75em;
	font-weight: bold;
	padding: 7px;
	text-align: center;
	vertical-align: top;
	width: 60px;
}
#btnSearch a:hover {
	color: #1D4F0B;
}
#search {
	width: 245px;
	height: 25px;
}
/***Horizontal Navigation***********/
#wrapNav {
	border-top: solid 1px #e3e763;
	border-bottom: solid 1px #888c1c;
	background: url("../images/navFirst.gif") repeat-x;
	font-weight: bold;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 48px;
}
#wrapNav ul {
	margin:0;
	padding:0;
}
#wrapNav li {
	display:inline;
	list-style:none;
    margin:0;
}
#wrapNav li a{
	background: url("../images/navBorders2.gif") repeat;
	border-bottom: solid 1px #888c1c;
	float: left;
	margin: 0;
	padding: 16px 0 16px 0;
	text-align: center;
	text-decoration: none;
	width: 120px;
  } 
#wrapNav a:link, #wrapNav a:visited  {color: #888c1c;}
#wrapNav a:hover, #wrapNav a:active {color: #1c95ba;}
/** new background image a prevents the first nav button from having a left border**/
#wrapNav li#first a {
	background: url("../images/navFirst.gif") repeat-x;
}
/*********************************************************
* The wrapContent holds the three main box columns: boxLeft, boxMiddle
* and wrapBoxLeft
 ********************************************************/
#wrapContent {
	background-color: #fff;
	margin: 0;
	padding: 0;
	width: 960px;
	float:left;
}
.copyWrapper{
	padding: 0 3px 10px 10px;
}

#boxLeft {
	background: white url("../images/columnBkgrdNoArrow.gif") bottom right no-repeat;
	border-bottom: 1px #cbcbcb solid;
	border-left: 1px #cbcbcb solid;
	border-right: 1px #cbcbcb solid;
	float: left;
	margin: 20px 0 0 20px;
	padding: 0;
	width: 325px;
}

#boxLeft h3{
	margin: 20px 0 0 0;
	padding: 0;
}

#boxLeft p{
	margin: 0;
	padding: 0;
}


.box{
	background: url("../images/nav.gif") repeat-x;
	border-top: 1px solid #dce06e;
	border-bottom: 1px solid #cbcbcb;
	color: #939717;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 15px 0 15px 20px;
	vertical-align: middle;
}

.action{
	float:right;
	margin: 10px 30px 0 0;
	padding-bottom: 4px;
}
/** readMore styles and positions the text links at the bottom of boxLeft and boxMiddle****/

#boxMiddle {
	background: white url("../images/columnBkgrdNoArrow.gif") bottom right no-repeat;
	border: 1px #cbcbcb solid;
	float: left;
	margin: 20px 0 0 22px;
	padding: 0;
	width: 325px;
}

.logo{
	float: left;
	margin: 0 10px 0 0;
}

#boxMiddle ul{
	margin:20px 0 0 0;
	padding:0;
	list-style-type:none;
}

#boxMiddle li{
	font-size: 0.9em;
}

.eventName{
	font-weight: bold;
}


/** h2 is used in both boxMiddle and boxRight***/

#tblEvents {
	font-weight: normal;
	text-align: left;
	margin-top: 20px;
	width: 305px;
}

#tblEvents td {
	border-bottom: 1px solid #cbcbcb;
	margin: 0;
	padding: 5px 0 5px 0;
}
/** wrapBoxRight encases boxRight and btnTwitter and btnFacebook***/

#boxRight {
	background: white url("../images/columnBkgrdNoArrow.gif") bottom right no-repeat;
	border: 1px #cbcbcb solid;
	margin: 20px 0 0 0;
	padding: 0;
	width: 278px;
	float: left;
	margin-left: 22px;
	width: 220px;
}


/*********************************************************
 * wrapCopyright clears the other wrap floats and holds 
 * the Race It logo and the copyright text.
 * imgRaceIt holds the Race It logo on left side while copyright
 * holds the text on the right side. 
 ********************************************************/
#wrapCopyright {
	margin: 0px auto;
	padding: 0;
	width: 962px;
}
 #imgRaceit {
	float: left;
	padding-top: 15px;
}
#copyright {
	color: #428397;
	float: right;
	font-size: 75%;
	margin: 0;
	padding-top: 20px;
}

