/* hack reset (for production, use Yahoo! reset CSS)
*************************/
#container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#hometopPan {
	height: 431px;
	width: 950px;
	background-color: #CCCCCC;
	background-image: url(images/home-header.jpg);
	background-repeat: no-repeat;
}
#videotopPan {
	height: 431px;
	width: 950px;
	background-color: #CCCCCC;
	background-image: url(images/videosheader.jpg);
	background-repeat: no-repeat;
}
#judgestopPan {
	background-image: url(images/judges-header.jpg);
	background-repeat: no-repeat;
	height: 431px;
	width: 950px;
}
#judgestopPan h2 {
	height: 431px;
	width: 950px;
}
#judgestopPics {
	width: 950px;
	height: 248px;
	padding: 2px 0px 30px;
	clear: both;
}
#advisorytopPan {
	background-image: url(images/advisory-header.jpg);
	background-repeat: no-repeat;
	height: 431px;
	width: 950px;
}
#advisorytopPan h2 {
	height: 431px;
	width: 950px;
}
#advisorytopPics {
	width: 950px;
	height: 248px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	clear: both;
	padding-top: 2px;
}
#header {
	background-image: url(images/advisory-header.jpg);
	background-repeat: no-repeat;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 0px;
	height: 431px;
	background-position: top;
}
#header h2 {
	height: 401px;
	width: 950px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	padding-top: 82px;
}
#topPics {
	padding: 0px;
	margin: 0px;
}
#smallheader {
	background-image: url(images/smallHeader.jpg);
	background-repeat: no-repeat;
	width: auto;
	height: 401px;
}
#accommheader {
	background-image: url(images/accommation-header.jpg);
	background-repeat: no-repeat;
	width: auto;
	height: 401px;
}
#dinneraccommheader {
	background-image: url(images/dinneraccommation-header.jpg);
	background-repeat: no-repeat;
	width: auto;
	height: 401px;
}
.imageborder
{
	border: 1px solid #666666;
}
*
{
	margin: 0;
	padding: 0;
}


/* body
*************************/

body
{
	font: 14px/21px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


/* links
*************************/

a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
}

/* tabs
*************************/

ul.tabs
{
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

ul.tabs li
{
	margin: 0;
	padding: 0;
	list-style: url(none) none;
	display: table-cell;
	position: relative;
	float: left;
}

ul.tabs a
{
	position: relative;
	display: block;
}

/* dropdowns
*************************/

ul.dropdown
{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 250px;
	display: none;
	left: 0;
	visibility: visible;
}

ul.dropdown ul.dropdown
{
	top: 0;
	left: 95%;
}

ul.dropdown li
{
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
}

ul.dropdown li a
{
	display: block;
}


/* menu-specifc
*************************/

#menu
{
	top: 0;
	left: 0;
	width: 950px;
	height: 48px;
	line-height: 48px;
	background: url(fancydropdownimages/topbg.gif) repeat-x;
	margin-top: 103px;
	padding: 0px;
	margin-bottom: 26px;
	float: right;
	position: inherit;
}

#menu ul
{
	margin: 0 auto;
}

#menu ul li.hasmore
{
	background: url(fancydropdownimages/drophighlight.png) no-repeat center 35px;
}

#menu ul li h4
{
	margin: 0;
}

#menu ul li h4 a
{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding: 0 15px;
}

#menu ul li a
{
	color: #FFFFFF;
	padding-left: 4px;
	font-size: 16px;
}

#menu ul li a img
{
	display: inline;
}

#menu ul li a:hover
{
	background: no-repeat left top;
}

#menu ul li a span
{
	padding: 0 15px 0 11px;
	display: block;
}

#menu ul li a:hover span
{
	background: url(fancydropdownimages/topselectionright.png) right;
	height: 48px;
}

#menu ul.dropdown
{
	padding: 10px;
	background-image: url(fancydropdownimages/dropdown.png);
	overflow:hidden;
	border-bottom: 1px solid #000033;
	width: 310px;
}

#menu ul.dropdown li a
{
	border-bottom: 1px solid #999999;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	color: #000033;
	font-size: 14px;
}

#menu ul.dropdown li.last a
{
	border-bottom-width: 0;
}

#menu ul.dropdown li a:hover
{
	color: #990000;
}

#menu ul li h4 a:hover
{
	background-image: none;
	background-color: #CC0000;
}
#menu2
{
	position: inherit;
	top: 0;
	left: 0;
	width: 920px;
	height: 48px;
	line-height: 48px;
	background: url(fancydropdownimages/topbg.gif) repeat-x;
	margin-top: 103px;
	float: right;
	padding: 0px;
	margin-bottom: 0px;
}

#menu2 ul
{
	margin: 0 auto;
}

#menu2 ul li.hasmore
{
	background: url(fancydropdownimages/drophighlight.png) no-repeat center 35px;
}

#menu2 ul li h4
{
	margin: 0;
}

#menu2 ul li h4 a
{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding: 0 15px;
}

#menu2 ul li a
{
	color: #FFFFFF;
	padding-left: 4px;
	font-size: 16px;
}

#menu2 ul li a img
{
	display: inline;
}

#menu2 ul li a:hover
{
	background: no-repeat left top;
}

#menu2 ul li a span
{
	display: block;
	padding: 0 15px 0 11px;
}

#menu2 ul li a:hover span
{
	background: url(fancydropdownimages/topselectionright.png) right;
	height: 48px;
}

#menu2 ul.dropdown
{
	padding: 10px;
	background-image: url(fancydropdownimages/dropdown.png);
	overflow:hidden;
	border-bottom: 1px solid #000033;
	width: 310px;
}

#menu2 ul.dropdown li a
{
	border-bottom: 1px solid #999999;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	color: #000033;
	font-size: 14px;
}

#menu2 ul.dropdown li.last a
{
	border-bottom-width: 0;
}

#menu2 ul.dropdown li a:hover
{
	color: #990000;
}

#menu2 ul li h4 a:hover
{
	background-image: none;
	background-color: #CC0000;
}
#sponsortable {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
}
#sponsortable h2 {
	padding-left: 20px;
	color: #000033;
	font-weight: normal;
	background-image: url(images/sponsors-heading.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#leftPan {
	background-color: #FBFBFB;
	height: 550px;
	width: 245px;
	float: left;
	border: thin solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#leftPan h2 {
	width: 245px;
	padding-top: 140px;
	font-size: 18px;
	font-weight: normal;
	background-image: url(images/newspic.jpg);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#leftPan p {
	padding-right: 6px;
	padding-left: 6px;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}
#leftPan span {
	font-size: 12px;
	line-height: 17px;
	padding-right: 6px;
	padding-left: 6px;
	font-style: italic;
	color: #333333;
}
#leftPan p.more {
	color: #000033;
	padding-right: 0px;
	padding-left: 180px;
}
#leftPan p.archive {
	color: #000033;
	padding-right: 0px;
	padding-left: 150px;
	padding-top: 5px;
	font-size: 12px;
}
#leftPan p.divider {
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
	width: 130px;
	height: 10px;
	padding-right: 0px;
	padding-left: 50px;
	padding-top: 0px;
	background-position: 300px;
	margin-left: 30px;
}
#homeContent {
	float: right;
	width: 700px;
	background-color: #FFFFFF;
	height: 500px;
	padding: 0px;
}
#homeContent p {
	padding-left: 20px;
	font-size: 15px;
	padding-right: 0px;
	font-weight: normal;
	color: #666666;
	padding-top: 15px;
}
#homeContent h2 {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000033;
	font-weight: normal;
	background-image: url(images/home-content-heading.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
}
#reasonsContent {
    float: left;
	width: 950px;
	background-color: #FFFFFF;
	height: auto;
	padding: 0px;
}
#reasonsContent p {
	font-size: 15px;
	padding-right: 0px;
	font-weight: normal;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: center;
}
#reasonsContent h2 {
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #000033;
	font-weight: normal;
	background-image: url(images/reasons-heading.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
}
#awardcatContent {
	width: 950px;
	background-color: #FFFFFF;
	height: auto;
	padding: 0px;
}
#awardcatContent p {
	padding-left: 20px;
	font-size: 15px;
	padding-right: 0px;
	font-weight: normal;
	color: #666666;
	padding-top: 15px;
}
#awardcatContent h2 {
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #000033;
	font-weight: normal;
	background-image: url(images/award-cat-heading.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
}
#compContent {
	width: 950px;
	background-color: #FFFFFF;
	height: auto;
	padding: 0px;
}
#compContent p {
	padding-left: 20px;
	font-size: 15px;
	padding-right: 15px;
	font-weight: normal;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 20px;
}
#compContent h2 {
	padding-left: 20px;
	padding-bottom: 20px;
	color: #000033;
	font-weight: normal;
	background-image: url(images/comp-heading.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
}
#dinnerContent {
	width: 950px;
	background-color: #FFFFFF;
	height: auto;
	padding: 0px;
	float: left;
}
#dinnerContent p {
	padding-left: 20px;
	font-size: 15px;
	padding-right: 15px;
	font-weight: normal;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 20px;
}
#dinnerContent h2 {
	padding-left: 20px;
	padding-bottom: 20px;
	color: #000033;
	font-weight: normal;
	background-image: url(images/dinner-heading.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
}
#sponsorContent p {
	padding-left: 20px;
	font-size: 15px;
	padding-right: 15px;
	font-weight: normal;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 20px;
}
#sponsorContent h2 {
	padding-left: 20px;
	padding-bottom: 20px;
	color: #000033;
	font-weight: normal;
	background-image: url(images/dinner-heading.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
}
#coordContent {
	width: 950px;
	background-color: #FFFFFF;
	height: auto;
	padding: 0px;
	float: left;
}
#coordContent p {
	padding-left: 20px;
	font-size: 15px;
	padding-right: 15px;
	font-weight: normal;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 20px;
}
#coordContent h2 {
	padding-left: 20px;
	padding-bottom: 20px;
	color: #000033;
	font-weight: normal;
	background-image: url(images/coord-header.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
}
#prizesContent {
	width: 950px;
	background-color: #FFFFFF;
	height: auto;
	padding: 0px;
	float: left;
}
#prizesContent p {
	padding-left: 20px;
	font-size: 15px;
	padding-right: 15px;
	font-weight: normal;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 20px;
}
#prizesContent h2 {
	padding-left: 20px;
	padding-bottom: 20px;
	color: #000033;
	font-weight: normal;
	background-image: url(images/prizes-header.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
}
#feedbackContent {
	width: 950px;
	background-color: #FFFFFF;
	height: auto;
	padding: 0px;
	float: left;
}
#feedbackContent p {
	padding-left: 20px;
	font-size: 15px;
	padding-right: 15px;
	font-weight: normal;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 20px;
}
#feedbackContent h2 {
	padding-left: 20px;
	padding-bottom: 20px;
	color: #000033;
	font-weight: normal;
	background-image: url(images/feedback-header.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
}
#advisoryContent {
	width: 950px;
	background-color: #FFFFFF;
	height: auto;
	padding: 0px;
	float: left;
	margin: 0px;
}
#advisoryContent p {
	padding-left: 20px;
	font-size: 15px;
	padding-right: 15px;
	font-weight: normal;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: center;
}
#advisoryContent h2 {
	padding-left: 20px;
	padding-bottom: 20px;
	color: #000033;
	font-weight: normal;
	background-image: url(images/advisory-header.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
}
#judgesContent {
	width: 950px;
	background-color: #FFFFFF;
	height: auto;
	padding: 0px;
	float: left;
	margin: 0px;
}
#judgesContent p {
	padding-left: 20px;
	font-size: 15px;
	padding-right: 15px;
	font-weight: normal;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 20px;
}
#judgesContent h2 {
	padding-left: 20px;
	color: #000033;
	font-weight: normal;
	background-image: url(images/judges-header.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
	padding-bottom: 20px;
}
#accommContent {
	width: 950px;
	background-color: #FFFFFF;
	height: auto;
	padding: 0px;
	float: left;
	margin: 0px;
}
#accommContent p {
	padding-left: 20px;
	font-size: 15px;
	padding-right: 15px;
	font-weight: normal;
	color: #666666;
	padding-top: 15px;
}
#accommContent h2 {
	padding-left: 20px;
	color: #000033;
	font-weight: normal;
	background-image: url(images/accomm-heading.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
	padding-bottom: 20px;
}
#dinneraccommContent {
	width: 950px;
	background-color: #FFFFFF;
	height: auto;
	padding: 0px;
	float: left;
	margin: 0px;
}
#dinneraccommContent p {
	padding-left: 20px;
	font-size: 15px;
	padding-right: 15px;
	font-weight: normal;
	color: #666666;
	padding-top: 15px;
}
#dinneraccommContent h2 {
	padding-left: 20px;
	color: #000033;
	font-weight: normal;
	background-image: url(images/dinneraccomm-heading.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
	padding-bottom: 20px;
}
#assessForm {
}
#finalistsContent {
	width: 950px;
	background-color: #FFFFFF;
	height: auto;
	padding: 0px;
	float: left;
	margin: 0px;
}
#finalistsContent p {
	padding-left: 20px;
	font-size: 15px;
	padding-right: 15px;
	font-weight: normal;
	color: #666666;
	padding-top: 15px;
}
#finalistsContent h2 {
	padding-left: 20px;
	color: #000033;
	font-weight: normal;
	background-image: url(images/finalists-header.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
	padding-top: 20px;
}
#videosContent {
	width: 950px;
	height: auto;
	padding: 0px 0px 20px;
	float: left;
	margin: 0px;
}
#videosContent p {
	padding-left: 20px;
	font-size: 15px;
	padding-right: 15px;
	font-weight: normal;
	color: #666666;
	padding-top: 15px;
}
#videosContent a {
	color: #666666;
}
#videosContent a:hover {
	color: #000033;
}
#videosContent h2 {
	padding-left: 20px;
	color: #000033;
	font-weight: normal;
	background-image: url(images/videos-header.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
	padding-top: 20px;
}
#sitemapContent {
	float: left;
	width: 950px;
	background-color: #FFFFFF;
	height: auto;
	padding: 0px;
}
#sitemapContent p {
	padding-left: 100px;
	font-size: 16px;
	padding-right: 0px;
	font-weight: bold;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 20px;
}
#sitemapContent h2 {
	padding-left: 20px;
	padding-bottom: 20px;
	color: #000033;
	font-weight: normal;
	background-image: url(images/sitemap-header.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
}
#sitemapContent h6 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	padding-left: 150px;
}
#vidcontainer {
	width: 400px;
	float: right;
	height: 320px;
	margin-top: 20px;
	margin-right: 20px;
	border: medium double #666666;
	background-color: #CCCCCC;
}
#table {
	height: auto;
	width: 920px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 20px;
	font-family: Tahoma;
}
#dotline {
	background : #fff url(images/dot-line.gif) repeat-x center;
	color : #666;
	width: 700px;
	height: 4px;
	margin-top: 20px;
	margin-left: 125px;
}
#tabledotline {
	background : #fff url(images/dot-line.gif) repeat-x center;
	color : #666;
	width: 700px;
	height: 4px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#homeVideo {
	height: 253px;
	width: 440px;
	border: thick double #CCCCCC;
	float: right;
	margin: 10px 0px 0px 10px;
}
#contactcontent {
	height: auto;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contactcontent p {
	font-family: Tahoma;
	color: #666666;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	padding-bottom: 30px;
}
#contactcontent h2 {
	padding-left: 20px;
	color: #000033;
	font-weight: normal;
	background-image: url(images/contact-us-header.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
	padding-top: 40px;
}
#form {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	background-image: url(images/footer-bkgd.gif);
	background-repeat: repeat-x;
	height: 280px;
	clear: both;
	width: 100%;
	background-position: top;
	background-color: #CCCCCC;
}
#footerPan {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 280px;
}
#footerPan h3 {
	font-family: Tahoma;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footerleftPan {
	width: 130px;
	float: left;
	height: 40px;
	margin-left: 35px;
}
#footerleftPan p {
	padding-top: 25px;
	padding-left: 25px;
	font-size: 12px;
	color: #333333;
}
#sitemapfooter {
	background-image: url(images/footer-bkgd.gif);
	background-repeat: repeat-x;
	height: 50px;
	clear: both;
	width: 100%;
}
.wireframemenu{
	width: 230px;
	padding-top: 25px;
	padding-left: 0px;
	float: left;
	margin-bottom: 0px;
	position: relative;
	margin-top: 0px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 230px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: normal 12px Arial, Helvetica, sans-serif;
padding: 0px 2px 2px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #333333;
text-decoration: none;
}

.wireframemenu a:visited{
color: #333333;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
color: #000033;
}
.wireframemenu2{
	width: 150px;
	padding-top: 25px;
	padding-left: 50px;
	float: left;
	position: relative;
}

* html .wireframemenu2{ /*IE only rule. Original menu width minus all left/right paddings */
width: 150px;
}

.wireframemenu2 ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu2 a{
font: normal 12px Arial, Helvetica, sans-serif;
padding: 0px 2px 2px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #333333;
text-decoration: none;
}

.wireframemenu2 a:visited{
color: #595959;
}

html>body .wireframemenu2 a{ /*Non IE rule*/
width: auto;
}

.wireframemenu2 a:hover{
color: #000033;
}
.footerCharities {
	float: right;
	height: 195px;
	width: 244px;
	padding-top: 20px;
	text-align: center;
	padding-left: 0px;
	color: #000033;
	padding-bottom: 0px;
	margin-bottom: 0px;
	position: relative;
	padding-right: 30px;
}
