/* CSS Document */
/* Default Style Sheet - Dakota Motor Sports */
/* Author - Kyle McCabe :: factor360 design + technology :: www.factor360.com */

/* {border:1px solid black;} */

/* HTML tag styles. */

body {
    background: #7c5f41;
    margin: 0px;
    padding: 0px;
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: Verdana, "Lucida Grande" , Tahoma, "Bitstream Vera Sans" , Arial, sans-serif;
    font-size: 10pt;
    color: #000;
}

a {
    color: #203b80;
    text-decoration: none;
}

a:hover {
    color: #777;
    text-decoration: underline;
}

#footer a {
	color: #e5dfd9;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #FFF;
}

h1, h2, h3, h4, h5 {
    font-family: "Trebuchet MS" , "Lucida Grande" , Tahoma, Verdana, "Bitstream Vera Sans" , Arial, sans-serif;
    margin: 0px;
}
h1 {
    font-size: 30pt;
}
h2 {
    font-size: 24pt;
    font-weight: normal;
}
h3 {
    font-size: 18pt;
}
h4 {
    font-size: 14pt;
    font-weight: normal;
}
h5 {
    font-size: 12pt;
    margin: 0;
}

p, h4, h5 {
    margin-left: 10px;
}

/* Layout Styles */

#main {
    width: 876px;
    margin: 0px auto;
	background: url(/templates/cmsdakotamotorsportsllccom/default/images/bg-site.gif) repeat-y;
}

#navBar {
	position: relative;
	height: 56px;
    width: 850px;
	margin: 0 auto;
	background: #000;
}

#menu {
	position: absolute;
	top: 42px;
	right: 0px;
	width: 600px;
	text-align: right;
}

#header {
    position: relative;
    width: 850px;
    margin: 0px auto;
    height: 182px;
	background: url(/templates/cmsdakotamotorsportsllccom/default/images/header.jpg);
}

#logo {
    position: absolute;
    z-index: 2;
    width: 343px;
    height: 197px;
    top: -56px;
    left: 4px;
}

#contentWrap {
	width: 850px;
	margin: 0px auto;
	background: #e5dfd9 url(/templates/cmsdakotamotorsportsllccom/default/images/bg-content.jpg) no-repeat;
}

#catNav {
	width: 850px;
}

#rightCol {
    float: right;
    width: 275px;
    padding-top: 40px;
	margin-right: 12px;
	display: inline;
}

#leftCol {
    float: left;
    width: 540px;
    padding-top: 40px;
	margin-left: 12px;
	display: inline;
	font-weight: bold;
}

#contentBottom {
	clear: both;
	width: 850px;
	height: 75px;
	background: url(/templates/cmsdakotamotorsportsllccom/default/images/content-bottom.jpg) no-repeat;
}

#footer {
    width: 876px;
    text-align: center;
    margin: 0px auto;
	padding: 12px 0px;
	font-family: "Trebuchet MS" , "Lucida Grande" , Tahoma, Verdana, "Bitstream Vera Sans" , Arial, sans-serif;
	font-size: 0.8em;
	color: #CCC;
	background: url(/templates/cmsdakotamotorsportsllccom/default/images/bg-footer.jpg) no-repeat;
}

#f360footer {
    width: 400px;
    margin: 10px auto;
    text-align: center;
}

/* Main Menu */


/* Misc Styles */

.hilightBox {
	position: relative;
	width: 274px;
	height: 146px;
	background: url(/templates/cmsdakotamotorsportsllccom/default/images/eventsbox.gif) no-repeat;
}

.hilightBox p {
	margin: 0px 12px 8px 33px;
	font-size: 1.2em;
	font-family: "Trebuchet MS" , "Lucida Grande" , Tahoma, Verdana, "Bitstream Vera Sans" , Arial, sans-serif;
	color: #FFF;
}

.hilightBox p a {
	color: #e5dfd9;
}

.hilightBox p a:hover {
	color: #FFF;
}

.photo {
    margin: 3px;
    border: 3px solid white;
}

.cleared {
    clear: both;
}

.silverBorder {
    padding: 10px;
    border: 1px solid silver;
    margin: 10px;
}
.blockedContent {
    margin: -20px 10px 0 20px;
    width: 350px;
}
.largeText {
    font-size: 1.2em;
}
.floatLeft {
    float: left;
    width: auto;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.black {
    color: #000000;
}
.tableWrap {
    margin: 10px;
}
