@charset "UTF-8";
body {
	background-color: #666666;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #555555;
	line-height: 1.5em;
}

#headerwrapper {
	background-image: url(imgs/tjs_bkgd.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#header {
	width:900px;
	height:200px;
	position:relative;
	margin: 0 auto;
}

#logo {
	width:200px;
	height:200px;
	float:left;
}

#headerimg {
	width:700px;
	float:left;
}

#opening {
	position: absolute;
	right: 12px;
	bottom: 7px;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 1em;
}

#leftcol{
	width:200px;
	float:left;
}

#rightcol {
	width:700px;
	float:right;
}

#nav {
	width:160px;
	padding-left:20px;
	padding-right:20px;
	padding-top:30px;
}

#nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
	font-weight:bold;
	font-size: 1.17em;
	line-height: 1.75em;
}

#nav li {
}

#nav .active {
	color:#BD0027;
}

#nav a {
	text-decoration: none;
	color: #555555;	
}

#nav a:hover {
	text-decoration: none;
	color: #BD0027;	
}

.leftbox {
	width:120px;
	margin-top:40px;
	background-color:#B7DDE5;
	padding: 20px;
	/* Do rounding (native in Firefox and Safari, CC in IE) */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	CCborderRadius: 20px;
}

#contentwrapper {
	background-color: #E8EDEB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBDE3E;
}

#contentarea {
	width:900px;
	margin: 0 auto;
	
}
/* FOR USE WITH CURVEY CORNERS
 .content {
	margin-top:30px;
	margin-bottom:30px;
	width: 648px;
	background-color: #FFFFFF;
	padding: 25px;
	border: 1px solid #CCCCCC;
	float:left;
	display:inline;    
	Do rounding (native in Firefox and Safari, CC in IE) 
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    CCborderRadius: 25px;
}*/

.content {
	width: 648px;
	background-color: #FFFFFF;
	padding-left: 25px;
	padding-right: 25px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	float:left;
	display:inline;
}

.contentevents {
	width: 648px;
	background-color: #FFFFFF;
	padding-left: 25px;
	padding-right: 25px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	float:left;
	display:inline;
}

#contentheader {
	width:700px;
	height:30px;
	margin-top:30px;
	background-image: url(imgs/top-bar-rc.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#contentfooter {
	width:700px;
	height:30px;
	margin-bottom:30px;
	background-image: url(imgs/bot-bar-rc.png);
	background-position: left top;
	background-repeat: no-repeat;
	clear:both;

}


.content #area1 {
	width:420px;
	float:left;
}

.content #area2 {
	width:200px;
	float:right;
}

.content #area2 img {
	border: 1px solid #666666;
}

.contentleftcol {
	width:309px;
	float:left;
}

.contentrightcol {
	width:309px;
	float:right;
}

.clear {
	clear:both;
}

h1 {
	margin-top:0px;
	margin-bottom: 1em;
	font-size:2em;
	font-weight: bold;
	color: #DBDE3E;
}

h2 {
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 10px;
	margin-top: 1.5em;
	padding-bottom: 5px;
	font-size:1.75em;
	font-weight: bold;
	color: #67909A;
	text-align:left;
}

p.eventTitle {
	color: #F3B600;
	line-height:25px;
	font-size:1.75em;
	font-weight: bold;

}

.eventTitleGreen {
	font-weight: bold;
	color: #67909A;
	font-size: 0.75em;

}

h2 a, h2 a:hover {
	text-decoration: none;
	color: #67909A;
}


h3 {
	margin-top:.5em;
	margin-bottom: 0em;
	font-size:1.33em;
	font-weight: bold;
}

h4 {
	margin-top:0px;
	margin-bottom: 1em;
	font-size:1.16em;
	font-weight: bold;
	color: #DBDE3E;	
}

h5 {
	font-weight: bold;
	color: #67909A;
	margin:0px;
	font-size: 1.5em;

}

.leftbox h5 {
	font-weight: bold;
	color: #67909A;
	margin:0px;
	font-size: 1.75em;

}

.onepxline {
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.underline {
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 10px;
	margin-top: 1.5em;
	padding-bottom: 5px;
}

p {
	margin-top:0px;
	margin-bottom: 1em;
}

.large {
	font-size: 1.16em;
}

.red {
	font-weight:bold;
	color: #BD0027;
}

a {
	font-weight:bold;
	color: #555555;	
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color: #BD0027;	
	text-decoration:none;
}

.content #botspacer {
	width: 660px;
	height: 30px;
}

#footerwrapper {
	background-color: #363636;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #DBDE3E;
	background-image: url(imgs/footer_bkgd.png);
	background-repeat: repeat-x;
	background-position: top;
}

#footer {
	width:900px;
	margin: 0 auto;
	color: #CCCCCC;
	font-size: 0.833em;
	line-height: 1.5em;
}

#footernav {
	float:left;
	width:160px;
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;

}

#footernav ul {
	margin:0px;
	padding:0px;
	list-style:none;

}

#footer a {
	text-decoration: none;
	color: #CCCCCC;	
}

#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;	
}

#footercontact {
	float:left;
	margin-top: 10px;
	margin-left:20px;
}

#footeraddress {
	float:right;
	border-right: solid 1px #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right:20px;
	text-align:right;
}

#thumbcontainer {
	float: left;
	width: 198px;
	height: 198px;
	margin-right: 24px;
	margin-bottom: 24px;
	border: solid 1px #666666;
	background-color: #E6E6E6;
	overflow: hidden;
}

.thumbportrait {
	margin-left: 40px;
	margin-top: 12px;
	border: solid 1px #666666;
}

.thumblandscape {
	margin-top: 40px;
	margin-left: 12px;
	border: solid 1px #666666;
}

form {
	margin: 0px;
	padding: 0px;
}

.partnerwrapper {
	border-bottom: solid 1px #CCCCCC;
	margin-top:20px;
	padding-bottom:20px;
	float: left;	
}
.partnerlogo {
	width:200px;
	float:left;
}

.partnertext {
	float:left;
	width: 448px;
}

.register {
	float:right;
	color:#000000;
	background-color: #E8EDEB;
	padding: 5px 10px;
	font-weight:bold;
	/* Do rounding (native in Firefox and Safari, CC in IE) */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	CCborderRadius: 10px;
	font-size: 12px;
	color: #555555;
	line-height: 1.5em;
}

.register a {
	font-weight:bold;
	color: #555555;	
	text-decoration:none;
}

.register a:hover {
	font-weight:bold;
	color: #BD0027;	
	text-decoration:none;
}


a.pdf {
	padding-left: 20px;
	min-height:20px;
	height: 20px;
	display: block;
	background: url(imgs/link-pdf.gif) no-repeat 0px 0px;
}

.line {
	width: 100%;
	height:1px;
	background-color: #CCCCCC;
	clear:both;
	margin-top:10px;
}

.expandable {
		border-bottom: solid 1px #CCCCCC;
		margin-bottom:25px;

}