/* CSS Document */

/*-------------Global Tags-----------------*/

body {
background: #0d0d0d url(images/bg.jpg) top center no-repeat;
margin: 0px;
font-family: Calibri, Arial, Helvetica, sans-serif;
padding: 0 0 30px 0;
}

a {
border: none !important;
outline: none;
}

img {
border: none !important;
outline: none;
}

h1 {
font-size: 30px;
font-weight: 100;
font-family: Calibri, Arial, Helvetica, sans-serif;
color: #fff;
padding: 0;
margin: 0 0 1px 0;
letter-spacing: -1px;
}

h3 {
font-size: 23px;
font-weight: 100;
font-family: Calibri, Arial, Helvetica, sans-serif;
color: #444;
padding: 0;
margin: 0 0 15px 0;
letter-spacing: -1px;
}

p {
padding: 0;
margin: 0 0 15px 0;
}

form {
padding: 0;
margin: 0;
}

a {
font-size: 14px;
color: #806d50;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.title{
font-size: 12px;
}

input {
width: 360px;
height: 20px;
color: #444;
border: 1px solid #ccc;
margin: 0 0 10px 0;
padding: 3px 5px 5px 5px;
font-size: 16px;
font-family: "Trebuchet MS", sans-serif;
background: #fff;
}

input:focus {
border: 1px solid #000;
background: #fff;
}

textarea {
width: 360px;
height: 100px;
margin: 0px;
padding: 5px;
border: 1px solid #ccc;
overflow: auto;
font-family: "Trebuchet MS", sans-serif; 
color: #444;
font-size: 16px;
background: #fff;
background-position: center;
}

textarea:focus {
border: 1px solid #000;
background: #fff;
}

/*-------------Layout Divs--------------*/

#wrapper {
width: 801px;
position: relative;
margin: 0 auto;
}

#header {
width: 890px;
height: 145px;
}

#logo {
float: left;
width: 216px;
height: 145px;
}

#content {
width: 801px;
background: #fff;
}

#contentSub {
width: 888px;
padding: 1px 1px 0 1px;
background: #fff;
}

#homeText {
width: 761px;
background: #fff;
padding: 20px;
margin: 60px 0 0 0;
}

#homeFooter {
width: 801px;
margin: 20px 0 0 0;
color: #888;
}

#homeFooter a {
color: #fff;
text-decoration: underline;
font-size: 14px;
}

#headerWrap {
width: 888px;
}

#subHeader {
float: left;
background: url(images/sub_header.gif) top left repeat-x;
width: 428px;
height: 47px;
padding: 160px 15px 0 0 ;
text-align: right;
}

#headerImages {
float: right;
width: 444px;
height: 207px;
}

#main {
background: url(images/main_bg.gif) top left repeat-y;
}

#left {
width: 193px;
float: left;
text-align: right;
padding: 15px;
}

#left a {
font-size: 18px;
color: #fff;
text-decoration: none;
font-family: Calibri, Arial, Helvetica, sans-serif;
font-weight: 100;
display: block;
margin: 0 0 7px 0;
}

#left a:hover {
color: #9d917e;
}

#right {
float: right;
width: 624px;
background: url(images/right_bg.jpg) top left no-repeat;
padding: 20px;
font-size: 13px;
color: #444;
text-align: justify;
min-height: 250px;
}

* html #right {height: 250px;}  /* IE min-height hack */

#splash {
width: 801px;
height: 428px;
}

#link1 a {
float: left;
background: url(images/exhibitor_button.gif) top right no-repeat;
display: block;
width: 200px;
height: 214px;
margin: 0;
padding: 0;
outline: none;
}

#link1 a:hover {
background-position: right -215px;
}

#link2 a {
float: left;
background: url(images/visitor_button.gif) top right no-repeat;
display: block;
width: 200px;
height: 214px;
margin: 0;
padding: 0;
outline: none;
}

#link2 a:hover {
background-position: right -215px;
}

#clear {
clear: both;
height: 1px;
line-height: 1px;
background: white;
}

#footer {
width: 880px;
height: 30px;
color: #555;
font-size: 13px;
text-align: right;
padding: 10px 5px 5px 5px;
}

#footer a {
color: #555;
font-size: 13px;
text-decoration: none;
}

#login input {
width: 250px;
height: 20px;
color: #444;
border: 1px solid #6f8790;
margin: 0 0 10px 0 !important;
padding: 3px 5px 5px 5px;
font-size: 16px;
font-family: "Trebuchet MS", sans-serif;
background: #fff url(images/input_bg.gif) right top no-repeat;
}

#login input:focus {
border: 1px solid #000;
background: #fff;
}

#login {
width: 366px;
height: 201px;
background: url(images/login_bg.jpg) top left no-repeat;
position: relative;
margin: 0px auto;
padding: 30px;
}

#adminContent {
padding: 20px;
background: #fff;
min-height: 250px;
}

* html #adminContent {height: 250px;}  /* IE min-height hack */

#adminNav {
width: 828px;
padding: 4px 30px 0 30px;
height: 34px;
margin: 0;
background: #e7e7e7;
}

#adminNav a {
display: block;
float: left;
margin: 0 10px 0 0;
padding: 10px 13px 10px 13px;
background: #ccc;
font-size: 12px;
color: #000;
outline: none;
}

#adminNav a:hover {
background: #fff;
text-decoration: none;
}

#hr {
height: 1px;
border-bottom: 1px dotted #ccc;
}
