/* selector reset 
--------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, a, abbr, acronym, address, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, var, b, u, i, center, tablefieldset, form, fieldset, label, legend, select, input { margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #464829;line-height: 150%; }

/* common selector layout 
--------------------------------*/

body { background: url(../images/background.gif) repeat-x #b2b58c; }
blockquote, q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;}
p { padding: 5px 0; margin: 0; }
img { border: 0; }
input, select { vertical-align: middle; }
a:link { color: #464829; }
a:visited { color: #464829; }
a:hover { color: #693a22; }
h1,h2 { font-size: 12px; font-weight: bold; margin: 5px 0; }
h3, h4 { font-size: 18px; font-weight: bold; margin: 1px 0; }

/* common selector classes 
---------------------------------*/

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.fl-left { float: left; }
.fl-right { float: right; }
.container { overflow: hidden; width: 100%; }
.required { color: #D00; }
.note { font-style: italic; font-size: 10px; }
/*.opacity { opacity: .60; filter: Alpha(opacity=60); } not valid css 2.1*/

h1.title { }
select.text { border: 1px solid #999; }
input.text { padding: 2px; border: 1px solid #999; width: 130px; }
textarea.text { padding: 2px; border: 1px solid #DDD9D3; }
input.image { }
input.button { color:#FFF; background:#000; font: bold 92% Verdana, Arial, Helvetica, sans-serif; border:0;padding: 2px; }
input.checkbox { width:20px; margin: 3px 0 0 0; }
input.radio { width:20px; margin: 5px 0 0 0; }

/* body selectors 
---------------------------------*/

/* home */
#home { width: 952px; text-align:left; margin: 0 auto 0 auto; }
#home div#content { background: url(../images/content-bg.gif) repeat-x #b2b58c; width: 802px; overflow: hidden; padding: 30px 70px 40px 80px; }
#home div#content div#left { float: left; display: inline; width: px; margin: 0 0 0 0; }
#home div#content div#right { float: left; display: inline; width: px; }
#home div#content div#right div.text { margin: 0 0 0 0; }

/* internal */
#internal { width: 952px; text-align:left; }
#internal div#content { background: url(../images/content-bg.gif) repeat-x #b2b58c; width: px; overflow: hidden; padding: 0 0 0 0; }
#internal div#content div#left { float: left; width: px; display: inline; margin: 0 31px 0 13px; }
#internal div#content div#left ul { padding: 0;margin:0 0 0 0; list-style:none; width: px; }
#internal div#content div#right { float: left; width: px; display: inline; margin: 0 0 0 0; }

/*shared*/
#header { width: 952px; height: 180px; overflow:hidden; padding: 0 0 0 0; margin: 0 0 0 0; }
#header img#logo { width: 428px; height: 180px;  padding: 0 0 0 0; margin: 0 0 0 0; }
#header img#right { float:right; }

/*NAV*/
#nav ul { width: 952px; height: 36px; background: url(../images/nav-bg.gif) no-repeat; list-style:none; margin:0;padding:0 0 0 38px; }
#nav a { display: block; height: 36px; text-indent: -6000px;  }
#nav li.menu-cat { float: left; display: block; }/*menu category styling*/
#nav li:hover { position:relative; } /*hold flyout positioning*/

/* dropdown */
#nav li ul a { padding: 5px 3px 5px 20px; text-indent: 0; height: auto; width: 147px; color: #55559A; text-decoration: none; } /* reset for dropdown */
#nav li ul a:hover { color: #FFF; background: url(../images/dropdown-over-bg.png) no-repeat; } /*reset for dropdown */
#nav ul ul { position: absolute; top: px;left: px; width: 170px; height: auto; margin:0;padding:0; list-style:none; border-top: 1px #DADCF6 solid; } /*dropdown properties*/
#nav li ul li { border: #DADCF6 solid; border-width: 0 1px 1px 1px; }
#nav li ul li ul { position: absolute; top: 5px; left: 100%; } /*flyout positioning */
/* display/don't display */
#nav ul ul,
#nav li:hover ul ul{ display: none; } /*hide dropdown*/
#nav li:hover ul,
#nav ul ul li:hover ul{ display: block; background: url(../images/dropdown-bg.png); } /*dropdown item properties*/

/* nav categories */
#nav li#nav-about { background: url(../images/nav-about-conference.png); width: 212px; } 
#nav li#nav-about:hover {background-position: 0 -36px; }
#nav li#nav-speakers { background: url(../images/nav-speakers.png); width:126px; } 
#nav li#nav-speakers:hover {background-position: 0 -36px; }
#nav li#nav-event-schedule { background: url(../images/nav-event-schedule.png); width: 178px; } 
#nav li#nav-event-schedule:hover {background-position: 0 -36px; }
#nav li#nav-register { background: url(../images/nav-register.png); width: 123px; } 
#nav li#nav-register:hover {background-position: 0 -36px; }
#nav li#nav-contact { background: url(../images/nav-contact.png); width: 148px; } 
#nav li#nav-contact:hover {background-position: 0 -36px; }
#nav li#nav-home { background: url(../images/nav-home.png); width: 75px; } 
#nav li#nav-home:hover { background-position: 0 -36px; }

#footer { color: #693a22; height: 20px; width: 952px; padding: 0 0 0 0; text-align: center; }


/* MISC 
-------------------------------------*/

/* forms */
#content-form { width: 450px; }
#content-form td { padding: 0 0 2px 0; }
#content-form td.label { text-align: right; vertical-align: top; padding: 0 5px 0 0; }
#content-form input.text { padding: 2px; width: 150px; border: 1px solid #DEDEDE; }
#content-form input.short { width: 55px; }
#content-form textarea.text { width: 220px; height: 60px; border: 1px solid #DEDEDE; }
#content-form input.button { padding: 2px; background: #A0A0A0; color: #FFF; }
