/*    SITE-WIDE    */

body {
	margin: 0 auto;
	padding: 0 auto;
	color: #ffffff;
	background: #000000;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 1.3em;
    text-align: center;
    min-width: 760px;
}

p, h1, h2 {
	margin-left: 10px;
	margin-right: 10px;
}

#content table, form {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
}

#footer p, table, form, input {
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 1px;
	margin-left: 0px;
}

ul, li {
	margin-left: 20px;
	margin-right: 10px;
}


/*    IMAGE FLOATS    */

.left {
       float: left;
       padding-right: 10px;
       padding-bottom: 5px;
       padding-top: 5px;
}

.right {
       float: right;
       padding-left: 10px;
       padding-bottom: 5px;
       padding-top: 5px;
}



/*    LAYOUT    */

#wrapper {
        width: 760px;
        margin: 0 auto;
        padding: 0 auto;
        text-align: left;
		background: #000000;
}

#navheader {
	background: #000000;
	color: #ffffff; 
	text-align: right;
	padding-bottom: 5px;
}

#navheader a {
	color: #ffffff; 
	background: inherit;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}


#header {
        width: 760px;
        margin-bottom: 0px;
        background: #000000;
}


#content {
       width: 500px;
       float: left;
       background: #000000;
       padding-bottom: 20px;
       overflow: hidden;
}

#frontpage
{
	cursor: pointer;
	overflow: hidden;
	margin: 0px auto 0px;
	margin-bottom: 5px;
	position: relative;
    background: #000000;
	width: 500px;
	height: 200px;
	float: left;
}

#frontpage img
{
	border: 0;
	cursor: pointer;
	width: 500px;
	height: 200px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}


#nav {
        width: 259px;
        float: right;
        font: 12px Arial, Helvetica, sans-serif;
		text-align: left;
		padding-top: 5px;
		line-height: 1.2em;
		background: inherit;
		overflow: hidden;
}

#navbar {
    border-bottom: 1px solid #cccccc;
    background: #000000;
    overflow: hidden;
}

#footer {
		clear: both;
		background: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 13px;
		text-indent: 0px;
		margin-right: 0px;
		padding-top: 1px;
}

#pagebottom {
	margin-top: 0px;
	padding-top: 0px;
	background: #000000;
}


#sidebar {
	border-top: 1px solid #cccccc;
}


/*    LINK STYLES    */


a {
	color: #FFCC33; 
	background: inherit;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFCC33;
	background: inherit;
	text-decoration: underline;	
}

a.title {
	color: #FFCC33;
	background: #FFF;
}

a.visited {
	color: #FFCC33;
	background: inherit;
}


/*    TEXT STYLE     */

#nav h1 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

#content h1 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
        padding-top: 10px;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
        padding-top: 10px;
}

.sponsor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 12px;
	}

.bigtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
    font-style: italic;
	line-height: 22px;
	margin-bottom: 12px;
	}

.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	}
	
.advisory {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
	margin-top: 12px;
	}

.dates {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	}

.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	}



/*   SEARCH TABLES     */

.tablePad {
 padding:			1px 1px 1px 1px;
 background-color:	#ffffff;
}

.outerBorder {
 border:		1px solid #4B5388;
}

.breadcrumb {
 margin:			0 0 0 0;
 background-color:	transparent;
 font-family:		Arial, Helvetica, sans-serif;
 font-size:			10px;
}

.resultRowOne {
 font-family:		Arial, Helvetica, sans-serif;
 font-size:			12px;
 color:				#000000;
 padding:           6px 6px 6px 8px;
 background-color:	#DADADD;
}

.resultRowTwo {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         12px;
 color:             #000;
 padding:           6px 6px 6px 8px;
 background-color:  #eee;
}

.resultHead {
 font-family:		Arial, Helvetica, sans-serif;
 font-size: 		12px;
 font-weight: 		bold;
 color:				#000;
 padding: 			8px 0 8px 8px;
 border-bottom:		1px solid #999;
 background-color:	#ffcc33;
}