/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding-top: 11px;                                   /* move down past the blue band */
	background: white url(/images/blue.gif) repeat-x;    /* white body, with a blue band at the top */
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}


h1, h2, h3 {
	margin: 0;
	font-weight: bold;
	color: #324D58;
}

h1 {
	font-size: 22pt;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 12px;
}

h2 {
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	/*margin-bottom: 0px;*/
	width: 60%;
	text-transform: uppercase;
}

h2.ruled {
	width: 100%;
	padding-bottom: 8px;
	border: none;
	border-bottom: 2px solid #336699;
}

h2.shortruled {
	width: 65%;
}

h2.clear {
	display: block;
	clear: both;
}

.topgap {
	padding-top: 20px;
}

.botgap {
	padding-bottom: 20px;
}

h3 {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 60%;
}

ol, ul {
	line-height: 170%;
}

p {
	margin-top: 3px;
	margin-bottom: 15px;
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
}

ul.list li {
	padding-left: 5px;
	margin-left: 40px;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(/images/bullet8.gif);
}

ul.spaced li {
	margin-bottom: 15px;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
}

a:hover {
}

/*
 * Admin links in italics, and zap and text transformations.
 */
a.admin {
    font-style: italic;
    text-transform: none;
}

img {
	border: 0;
}

div.pic {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;		/* required for IE6 */
}

div.pic .frame {
	margin: 0 auto;
	padding: 0;
	border: 1px solid #336699;
}

div.pic img {
	margin: 3px;
	padding: 0;
	border: 1px solid black;
}

div.pic .center {
	display: table;
}

div.right {
	float: right;
	margin-left: 15px;
	margin-right: 0;
}

div.left {
	float: left;
	margin-left: 0;
	margin-right: 15px;
}

div.desc {
	text-align: center;
	font-weight: normal;
	margin: 2px;
}

div.clear {
	clear: both;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

.top {
	margin-top: 0;
}

img.clear {
	clear: both;
}

img.content {
    border: 1px solid black;
    width: 320px;
}

hr {
	display: none;
}

div.indent1 {
    margin-left: 5%;
}

/* Menu */

#menu1, #menu2 {
	width: 760px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: #336699;
}

#menu1 ul, #menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu1 li, #menu2 li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu1 a, #menu2 a {
	display: block;
	float: left;
	width: 150px;
	height: 40px;
	padding: 10px 0 0 0;
	background: url(/images/menu-bg.gif) no-repeat;
	border-left: 2px solid #336699;
	text-decoration: none;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #324d58;
}

#menu1 a:hover, #menu2 a:hover {
	background: #336699 url(/images/menu-bg-hover.gif) no-repeat;
}

#menu1 .rhs a, #menu2 .rhs a {
	background: url(/images/menu-bg.gif) no-repeat;
	width: 148px;
	border-right: 2px solid #336699;
}

#menu1 .rhs a:hover,#menu2 .rhs a:hover {
	background: url(/images/menu-bg-hover.gif) no-repeat;
	width: 148px;
	border-right: 2px solid #336699;
}

/* Header */

#header {
	width: 760px;
	height: 155px;
	margin: 0 auto;
	padding: 0;
	background: white url(/images/mast.jpg) no-repeat 0px 0px;
}

/* Logo */

/* Not used: RJR 5/3/08
#logo {
	float: right;
	width: 345px;
	height: 220px;
	background: #3FD9EC url(/images/img06.jpg) no-repeat;
}

#logo h1, #logo h2 {
	text-align: center;
}

#logo h1 {
	padding-top: 77px;
	font-size: 240%;
}

#logo h2 {
	font-size: 150%;
}

#logo a {
	text-decoration: none;
	color: #144B6B;
}
*/

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;
}

	/*
	 * Removes dotted line around links.
	 * Found here: http://www.cssplay.co.uk/menus/ndlrt.html#nogo
	 */
a:active, a:focus {
	width:0;
	height: 0;
	outline: 0;
}

/* Content */

#content {
	float: left;
	padding-top: 8px;
}

.fullwidth {
	width: 760px;
}

.onecol {
}

.onecol {
	width: 420px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	/*border-bottom: 1px solid blue;*/ /*#4AF4FE;*/
}

.twocols {
}

.twocols .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #4AF4FE;
}

.twocols .col1, .twocols .col2 {
	width: 175px;
}

.twocols .col1 {
	float: left;
}

.twocols .col2 {
	float: right;
}

.twocols ul {
}

.twocols ul li {
	padding-left: 0;
}


div.thumb {
	float: left;
	margin: 20px 30px 0 0;
	line-height: 0;
}

div.thumbmaint {
    border: 1px solid gray;
    padding: 10px;
    min-width: 160px;
}

div.thumb img {
	float: none;
	padding: 4px;
	position: relative;
	border: 2px solid black;
}

/*
 * thumbmaint is for the text links for maintaining
 * an image.  This div provides a container below the image
 */
div.thumbmaintlinks {
    margin: 5px 0 0 0;
}

/*
 * the paras are floated (except IE - see iehacks.css) left
 * and right.  The line-height, padding and margin are required otherwise
 * the text disappears in IE, and the box shape is wrong in FF.
 */
p.thumbmaint {
    margin: 5px 0;
    line-height: 1em;
    padding: 0.25em 0 0.25em 0;
}

p.thumbmaintleft {
    float: left;
}

p.thumbmaintright {
    float: right;
}

div.summary img {
	width: 140px;
}

div.list img {
	height: 120px;
}

div.seemore {
    clear: both;
}

div.seemore img {
    float: right;
}

div.seemore p {
    text-align: right;
}

/* can't quite get this to work
div.thumb p {
    margin-top: 10px;
    width: 10em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1em;
}
*/

a.normal {
	text-transform: none;
	font-weight: normal;
}

a.clear {
	width: auto;	/* prevent the dotted line fix above from screwing this up when clicked */
	height: auto;	/* prevent the dotted line fix above from screwing this up when clicked */
	outline: none;	/* prevent the dotted line fix above from screwing this up when clicked */
	display: block;
	clear: both;
	padding-top: 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 310px;
}

.boxed {
}

.boxed .title {
	height: 33px;
	margin: 0;
	padding: 12px 0 0 20px;
	background: url(/images/pnl.jpg) no-repeat;
	text-transform: uppercase;
	font-size: 136%;
}

.paneltitle {
	height: 45px;
	width: 289px;
	margin: 0;
	padding: 10px 0 0 20px;
	background: url(/images/gold.jpg) no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16pt;
	font-weight: bold;
    color: #336699;
}

#newevents {
    height: 35px;
    background: #AEE1F6;
}


.boxed .content {
	padding: 0 20px 20px 0;
}

.boxed h3 {
	margin: 0;
}

.sponsors ul, .sponsors ol, .boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed ul {
}

.sponsors ul {
}

.boxed ul li {
	padding: 10px 0 15px 0;
	border-top: 2px solid #336699;
}

.sponsors ul li {
	padding: 10px 0 10px 0;
	border: none;
}

.boxed h3 {
	color: black;
}

.boxed ul li.first {
	border: none;
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#searchinput {
	width: 180px;
}

#searchsubmit {
}

/* Footer */

#footer {
	margin: 0
	height: 30px;
}

#footer div {
    width: 740px;
    margin: 0 auto;
    font-size: 10pt;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0.5em 0;
}

#footer a {
    white-space: nowrap;
    color: #336699;
}

#footer a:link, #footer a:visited {
    text-decoration: none;
}

#footer a:active, #footer a:hover {
    text-decoration: underline;
}

#legal {
	background: white url(/images/blue.gif) repeat-x;
    padding-top: 11px;
    font-size: 7pt;
    text-align: center;
}

#links {
    text-align: center;
}

#loggedin {
    text-align: center;
}

    /*
     * Page specific CSS
     * id's here are generated in includes/pagehdr.hti
     */
#pg_registration h2 {
    padding-top: 15px;
}

#pg_links a:link, #pg_links a:visited {
    text-decoration: none;
}

#pg_links a:active, #pg_links a:hover {
    text-decoration: underline;
}

#pg_timetable h2, h3, h4 {
    padding-top: 8px;
    padding-bottom: 8px;
}

#pg_timetable td {
    padding-left: 1px;
    padding-right: 1px;
}

/* Ticket information */
table.tickets {
    border-collapse: collapse;
    border-color: #336699;
	border-style: solid;
    border-width: 1px;
    font-size: 110%;
    /*margin-left: auto;
    margin-right: auto;*/
    background-color: #d5e0e6;
}

.tickets caption {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
}

.tickets th, .tickets td {
	padding: 0.1em 1em;
    border-color: #336699;
	border-style: solid;
    border-width: 1px;
}

.tickets td {
    border-top-width: 0;
    border-left-width: 0;
}   

td.price {
    text-align: right;
}

/* Venue information */
table.venues {
    border-collapse: collapse;
    border-color: #336699;
	border-style: solid;
    border-width: 1px;
    font-size: 110%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #d5e0e6;
}

.venues caption {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
}

.venues th, .venues td {
	padding: 0.5em 1em 0.5em 1em;
    border-color: #336699;
	border-style: solid;
    border-width: 1px;
}

.venues td {
    border-top-width: 0;
    border-left-width: 0;
}   

/* Misc */
p.error {
	font-weight: bold;
	color: red;
}

p.center {
    text-align: center;
}

p.saved {
    font-weight: bold;
    font-style: italic;
    font-size: 120%;
}

em.attention {
    font-style: italic;
    font-weight: bold;
    color: red;
}

.seebelow {
    font-size: 90%;
    font-weight: normal;
    font-style: italic;
}

