/*
#################################
RESET
#################################
*/

body, div, th, td, h1, h2, h3, h4, h5, h6, ul, ol, li, form, input, textarea { 
	padding: 0;
	margin: 0;
}

img { 
	border: 0;
}

a:focus {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: bold;
	font-style: normal;
	text-align: left;
}


/*
#################################
BASICS
#################################
*/


body {
	background-color: #f5f5f5;
	background-image: url(body-bg.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	text-align: center;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 20px 0;
	color: #444444;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 20px 0;
	color: #444444;
}

p {
	line-height: 1.5;
	letter-spacing: 1px;
}

a:link, a:visited {
	color: #777777;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #555555;
	text-decoration: underline;
}

/*
#################################
HEADER
#################################
*/


#header {
	margin: 0 auto 0 auto;
	width: 950px;
	height: 255px;
}


/*
#################################
LANGUAGE
#################################
*/


#language {
	float: right;
	padding: 20px 0 0 0;
}


/*
#################################
LOGO
#################################
*/


#logo {
	background-image: url(logo.png);
	background-repeat: no-repeat;
	height: 145px;
}


/*
#################################
NAV
#################################
*/



#nav {
	text-align: center;
}

#nav a {
	cursor: pointer;
}


/*
#################################
CONTAINER
#################################
*/


#container {
	margin: 0 auto 50px auto;
	background-image: url(container-bg.png);
	background-repeat: repeat-x;
	width: 944px;
	height: 600px;
	text-align: left;
}


/*
#################################
CONTENT
#################################
*/


#content {
	float: left;
	width: 500px;
	padding: 60px 0 50px 50px;
}

#content ul {
	list-style-type: none;
	padding: 0;
	line-height: 1.5;
	letter-spacing: 1px;
}

#content li {
	text-indent: 30px;
	background-image: url(list_bullet.gif);
	background-position: center left;
	background-repeat: no-repeat;
}


/*
#################################
FOOT NOTE
#################################
*/

.foot_note {
  border-top: solid 1px #aaaaaa;
  margin: 100px 0 0 0;
}

.foot_note p {
  font-size: 10px;
 	line-height: 1;
	letter-spacing: 0;
}


/*
#################################
SIDE PANEL
#################################
*/



#side_panel {
	float: right;
	width: 360px;
	padding: 60px 0 50px 0;
}


#sponsors img {
	border: 2px solid #999999;
}



/*
#################################
SLIDESHOW
#################################
*/


#slideshow {
	height: 320px;
	overflow: hidden;
}

#slideshow img {
	padding: 5px;
	margin: 5px 2px 0 2px;
	border: 1px solid #aaaaaa;
}

#sponsor_slideshow {
	height: 110px;
	max-height: 110px;
	overflow: hidden;
}


.sponsor_slideshow_section {
	height: 110px;
	max-height: 110px;
	width: 330px;
	min-width: 330px;
}

#sponsor_nav {
	margin-left: 270px;
	margin-top: 10px;
}

#sponsor_nav img {
	border: 0;
}



/*
#################################
FORM
#################################
*/


textarea, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #555555;
	padding: 5px;
}


textarea, input {
	width: 300px;
}


textarea {
	height: 80px;
}




textarea,input[type='text'],input[type='password'],select {
	border:1px solid #ccc;
}

textarea:hover,input[type='text']:hover,input[type='password']:hover,select:hover {
	border-color:#aaa;
}

textarea:focus,input[type='text']:focus,input[type='password']:focus,select:focus {
	outline:2px solid #e4e4e4;
	border-color:#888;
}



/*
#################################
VALIDATION ERROR FIELDS
#################################
*/


#verificationError { 
	color: red;
}


#rsvErrors { 
	display: none;
	width: 290px;
	padding: 10px;
	border: 1px solid #aaa;
	margin-bottom: 12px;
	color: red;
}


.errorField {

}



/*
#################################
BUTTONS
#################################
*/

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

