@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(bg.jpg) no-repeat scroll center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(navigation/nav_r4_c1.jpg) no-repeat left 391px;
	margin: 0 auto;
	text-align: left;
} 


#header {
	padding: 0px;
	margin-bottom: 5px;
} 
#header h1 {
	font-size: 18px;
	color: #666666;
}
#header  ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header  ul  li {
	float: left;
}
#header  ul  a  {
	font-size: 14px;
	line-height: 15px;
	color: #0000FF;
	text-decoration: none;
	display: block;
	padding: 0px 10px;
	float: left;
}


#sidebar1 {
	width: 215px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px;
	margin-right: 28px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	font-size: 10px;
	float: right;
}
#latestnews-entry {
	height: auto;
	width: auto;
	margin-bottom: 13px;
	line-height: 14px;
}

.latestnews-title {
	font-weight: bold;
	color: #007DD1;
	font-size: 11px;
	margin-bottom: 5px;
}
.latestnews-date {
	color: #AAAAAA;
}

#mainContent {
	margin: 0px 280px 0px 28px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 0px;
	line-height: 14px;
} 
#mainContent ul {
	margin: 0px;
	padding: 0px 0px 0px 17px;
}

#welcome-area {
	height: auto;
	width: auto;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 5px;
}
#welcome-area p {
     margin: 10px 0px;
}
#home-gallery-area {
	padding: 3px 0px 0px;
	height: auto;
	width: 325px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	float: left;
}
#recent-results-entry {
	margin-bottom: 8px;
	line-height: 16px;
}

#recent-results {
	float: right;
	height: auto;
	width: 215px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 3px;
}




#footer {
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666666;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #666666;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.pad-right {
	padding-right: 6px;
}
.pad-btm-right {
	padding-right: 6px;
	padding-bottom: 6px;
}
#newslist {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	overflow: hidden;
}
#newslist p {
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #DD2910;
}
a:active {
	text-decoration: underline;
}
.series-head {
	font-weight: bold;
	color: #FFFFFF;
}
.event-name {
	font-weight: bold;
	color: #666666;
}
.event-date {
	color: #666666;
}
#event-entry {
	margin: 0px 25px 10px 0px;
}
#event-entry-date {
	background: #CCCCCC;
	height: auto;
	width: auto;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333333;
}
#event-entry-content {
	float: left;
	width: auto;
}

#result-entry {
	width: 200px;
	margin-left: 350px;
}
#partners-entry {
	margin-bottom: 9px;
}
#partners-entry-logo {
	width: 175px;
	margin-right: 390px;
}
#partner-entry-content {
	float: none;
	width: auto;
}
.gallery-preview {
	height: 104px;
	width: auto;
	margin-bottom: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.img-border {
	border: 2px solid #E8290C;
	margin-right: 8px;
	margin-bottom: 8px;
}
p.thanks {
    display: block;
    border: 3px solid #CCFF66;
    background-color: #E7FFB3;
    padding: 10px;
}
p.sorry {
    display: block;
    border: 3px solid #FF4F4F;
    background-color: #FFC6C6;
    padding: 10px;
}
fieldset, label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
label {
    width: 120px;
    display: block;
    float: left;
    line-height: 28px;
    margin-left: 10px;
    color: #555;
    font-weight: bold;
}
input, textarea {
    width: 300px;
    padding: 5px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 13px;
    border: 1px solid #555555;
}
input {
    font-weight: bold;
}
p.send {
    margin: 0px;
}
input#btn-send {
    background-color: #33CCFF;
    height: 23px;
    width: 58px;
    border-style: none;
    cursor: pointer;
    display: block;
    margin: 0px 0px 0px 130px;
    padding: 0px;
    color: #003366;
    font-weight: bold;
}
input#btn-send:hover, input#btn-send:focus {
    color: #FFF;
}
input#btn-send:active {
    background-color: #003366;
    color: #FFF;
}
.news-thumb, .welcome-thumb {
    float: left;
    margin-right: 10px;
}
.welcome-thumb {
    border: 3px solid #555;
    padding: 1px;
}
.gallery-thumb {
	border: 2px solid #E8290C;
	margin-right: 8px;
	margin-bottom: 8px;
        float: left;
}
.partner-logo {
    float: left;
    margin: 2px 10px 2px 0px;
}
.entry-image-200, .entry-image-300, .entry-image-592 {
        display: block;
        margin-bottom: 20px;
}
.entry-image-200 {
	width: 200px;
}
.entry-image-300 {
	width: 300px;
}
.entry-image-592 {
	width: 592px;
}
.img-lft {
	float: left;
	margin-right: 20px;
}
.img-rt {
	float: right;
	margin-left: 20px;
}
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8572em;
	line-height: 1.2em;
	color: #6D6D77;
	margin: 0.5em 0px 0px;
	display: block;
}