/* Reset */

*
{
	outline: none;
}

body
{
	font-family: gill sans, arial, helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, address, blockquote, ol, p, ul, form
{
	margin: 0;
	padding: 0;
}

h3
{
	margin-bottom: 10px;
}

h4
{
	color: #236188;
	margin-bottom: 10px;
}
a, a:visited
{
	color: #236188;
}

p
{
	margin-bottom: 10px;
}

input, select, textarea
{
	font-family: gill sans, arial, helvetica, sans-serif;
}


/* Image Replacement */

.ir
{
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -999em;
}

.ir a
{
	display: block;
	height: 100%;
	width: 100%;
}

h1#logo_icrf
{
	background-image: url(../images/logo_icrf.png);
	height: 70px;
	width: 150px;
}

.mod
{
	float: left;
	height: 100%;
	width: 430px;
	background: url(../images/bkgd_mod_2.png) no-repeat 50% 50%;
}

h5#emanaged
{
	float: right;
	height: 25px;
	width: 125px;
	background: url(../images/logo_emanaged.png) no-repeat 50% 50%;
}

/* Styles */


#container
{
	margin: 0 auto;
	padding-bottom: 100px;
	width: 945px;
}

.roundedcornr_box_793586
{
	background: #236188;
	margin-bottom: 15px;
}
.roundedcornr_top_793586 div
{
	background: url(../images/roundedcornr_793586_tl.png) no-repeat top left;
}
.roundedcornr_top_793586
{
	background: url(../images/roundedcornr_793586_tr.png) no-repeat top right;
}

.roundedcornr_top_793586 div, .roundedcornr_top_793586, .roundedcornr_bottom_793586 div, .roundedcornr_bottom_793586
{
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.roundedcornr_content_793586
{
	margin: 0 7px;
}

#main
{
	background-color: #236188;
	width: 100%;
	height: 400px;
	margin-bottom: 15px;
}

#mainboxcontainer
{
	float: right;
	width: 500px;
	margin-top: 30px;
}

div.mainbox
{
	width: 425px;
	height: 65px;
	border: 1px solid #CFD5DB;
	margin: 10px;
	background: url(../images/bkgd_mainbox.png) repeat-x;
}

#mainboxcontainer a, #mainboxcontainer a:visited
{
	text-decoration: none;
	color: #666666;
	cursor: hand;
}

div.mainbox span
{
	width: 275px;
	float: right;
	margin-top: 15px;
	padding-right: 8px;
	padding-left: 8px;
}

div.mainbox h3
{
	float: left;
	color: #236188;
	background-color: #EBEFF2;
	width: 130px;
	border-right: 1px solid #CFD5DB;
	height: 100%;
	text-align: center;
}

h3#about
{
	background: #EBEFF2 url(../images/mainbox_about.png) no-repeat 50% 50%;
}

h3#sponsorship
{
	background: #EBEFF2 url(../images/mainbox_sponsorship.png) no-repeat 50% 50%;
}

h3#honourees
{
	background: #EBEFF2 url(../images/mainbox_honourees.png) no-repeat 50% 50%;
}

h3#registration
{
	background: #EBEFF2 url(../images/mainbox_registration.png) no-repeat 50% 50%;
}


#boxes
{
	background: url(../images/bkgd_box.png) repeat-x;
	width: 100%;
	height: 140px;
	float: left;
}

#boxes h3
{
	margin-bottom: 4px;
	font-size: 85%;
}

#boxes table
{
	border-collapse: collapse;
	height: 100%;
}

#boxes td
{
	padding: 2px 10px 2px 10px;
	border: 1px solid #C1CBD4;
}

#boxes p
{
	font-size: 75%;
	float: right;
	width: 110px;
}

img
{
	float: left;
	margin: 2px;
	border: 1px solid #C1CBD4;
	padding: 2px;
}

#footer
{
	clear: both;
	font-size: 75%;
	line-height: 20px;
	padding-top:20px;
}

#footer ul
{
	margin: 0;
	padding: 0;
}

#footer li
{
	border-right: 1px solid #485a8e;
	float: left;
	font-weight: bold;
	list-style-type: none;
	margin: 0 1.5em 0 0;
	padding: 0 1.5em 0 0;
}

#footer li.last
{
	border: 0;
}

#footer a
{
	text-decoration: none;
}

#footer a:link, #footer a:visited
{
	color: #666;
}

#footer a:hover
{
	color: #333;
}


/* Navigation ----------------------*/

#nav
{
	height: 50px;
	margin: 0;
	padding: 0;
	width: 100%;
}

#nav li
{
	width: 230px;
	float:left;
	height: 44px;
	list-style-type: none;
	position: relative;
	border-right: 1px solid #CFD5DB;
	}

#nav a {
	background-repeat:no-repeat;
	display:block;
	height:45px;
	margin:0px 0px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-999em;
}


li#about
{
	background: url(../images/nav_about.png) no-repeat 50% 50%;
}
li#honourees
{
	background: url(../images/nav_honourees.png) no-repeat 50% 50%;
}
li#registration
{
	background: url(../images/nav_registration.png) no-repeat 50% 50%;
	border: 0;
}
li#sponsorship
{
	background: url(../images/nav_sponsorship.png) no-repeat 50% 50%;
}

/* Forms Page ----------------------*/

#wide
{
	margin-right:15px;
	font-size: 90%;
}

.formleft {
	float:left;
	padding:1em 1em 0;
	width:330px;
}

.formright {
	float:right;
	padding:1em 1em 0;
	width:330px;
}

.hilite {
	background-color:#eee;
}

/* Forms ---------------------------------*/

fieldset {
	border: 1px solid #ccc;
	margin:0 0 1em;
	padding: 5px;
	padding-left: 10px;
}

input {
	border-top:1px solid #333;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #333;
	font-size:1em;
	padding:1px;
}

label
{
	display: block;
	float:none;
	font-size:.9em;
	font-weight:bold;
	padding-right: 5px;
}

.formleft label, .formright label {
	float:left;
	width:95px;
}

span.list input
{
	border: 0;
}
span.list label
{
	display: inline;
	float: none;
	font-weight: normal;
}
span.list img
{
	float:none;
	margin:0;
}

legend {
	color:#236188;
	font-weight:bold;
	margin:0;
	padding:0;
	text-indent:0;
}

select {
	border-top:1px solid #333;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #333;
	font-size:1em;
}	

/* BUTTONS */

.button
{
	margin-bottom: 30px;
}

div.button
{
	padding-bottom: 5px;
}

.button input
{
	display: block;
	float: right;
	margin: 0 7px 0 0;
	background-color: #f5f5f5;
	border: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	padding: 5px 10px 6px 35px; /* Links */
	cursor: pointer;
}


/* POSITIVE */

.button input.positive
{
	background: url(../images/check.png) center no-repeat;
	background-color: #f5f5f5;
	background-position: 10px 50%; /* x-pos y-pos */
	color: #529214;
}
.button input.positive:hover
{
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}
.button input.positive:active
{
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

/* NEGATIVE */

.button input.negative
{
	background: url(../images/cross.png) center no-repeat;
	background-color: #f5f5f5;
	background-position: 10px 50%; /* x-pos y-pos */
	color: #d12f19;
}
.button input.negative:hover
{
	background-color: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}
.button input.negative:active
{
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

dd {
	margin:0 15px 15px 25px;
}

dt {
	font-weight:bold;
	margin:0.5em 25px 10px 0;
	border-bottom: 1px solid #ccc;
	line-height: 1.2em;
}