/*
------------------------------------------------------------------------
RESET
------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a{text-decoration:none;}

/*
------------------------------------------------------------------------
HIDDEN
------------------------------------------------------------------------*/
#skip {display:none;}
.hidden {display:none;}
.hideInput {display:none;}

/*
------------------------------------------------------------------------
MAIN LAYOUT
------------------------------------------------------------------------*/
html {
    background: url(../img/top_bg.jpg) top left repeat-x;
}

body {
    margin: 0;
    padding: 0; 
    background: url(../img/top_bg.jpg) top center repeat-x;
    font: 62.5%/1.4 Lucida Grande, Lucida Sans Unicode, Arial, sans-serif;
    color: #222;
    text-align: center;
}

#top_wrapper {
    width: 900px;
    height: 208px;
    margin: 0 auto;
	text-align: left;
	position: relative;
    padding: 0;
    background: url(../img/head_bg.jpg) 0 0 no-repeat;
}

#main_nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 900px;
    height: 42px;
}

#main_nav ul { list-style-type: none; }
#main_nav ul li { float: left; }
#main_nav ul li a { float: left; display: inline block; text-indent: -9999px; overflow: hidden; }

#nav_hom { width: 94px; height: 42px; background: url(../img/nav_hom.jpg) 0 0 no-repeat; }
#nav_hom:hover { width: 94px; height: 42px; background: url(../img/nav_hom.jpg) -94px 0px no-repeat; }

#nav_what { width: 177px; height: 42px; background: url(../img/nav_what.jpg) 0 0 no-repeat; }
#nav_what:hover { width: 177px; height: 42px; background: url(../img/nav_what.jpg) -177px 0px no-repeat; }

#nav_how { width: 152px; height: 42px; background: url(../img/nav_how.jpg) 0 0 no-repeat; }
#nav_how:hover { width: 152px; height: 42px; background: url(../img/nav_how.jpg) -152px 0px no-repeat; }

#nav_sess { width: 147px; height: 42px; background: url(../img/nav_sess.jpg) 0 0 no-repeat; }
#nav_sess:hover { width: 147px; height: 42px; background: url(../img/nav_sess.jpg) -147px 0px no-repeat; }

#nav_your { width: 160px; height: 42px; background: url(../img/nav_your.jpg) 0 0 no-repeat; }
#nav_your:hover { width: 160px; height: 42px; background: url(../img/nav_your.jpg) -160px 0px no-repeat; }

#nav_cont { width: 170px; height: 42px; background: url(../img/nav_cont.jpg) 0 0 no-repeat; }
#nav_cont:hover { width: 170px; height: 42px; background: url(../img/nav_cont.jpg) -170px 0px no-repeat; }

#main {
    width: 900px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#inner {
    margin: 30px 0 0 32px;
}

.sub_col {
    width: 191px;
    float: left;
    display: inline;
    margin: 0 20px 0 0;
}

.wide_col {
    width: 657px;
    float: left;
    display: inline;
    margin: 0;
}

#footer {
    width: 900px;
    margin: 0 auto;
    margin-top: 4px;
}

/*
------------------------------------------------------------------------
TEXT STYLES
------------------------------------------------------------------------*/
a { color: #A32100; text-decoration: none; }
a:visited { color: #A32100; text-decoration: none; }
a:hover { color: #A32100; text-decoration: underline; }

.coolblu { color: #00ADC2; }
.white_strip {
    background: #fff;
}

.lrg { font-size: 120%; }

h3.sub_head {
    font-size: 170%;
    color: #CC4800;
}

.wide_col p {
    padding: 5px 0 0 20px;
    font-size: 120%;
    margin-bottom: 25px;
}

.sub_col p {
    padding: 5px 0;
    font-size: 110%;
    color: #CC4800;
}

#footer p {
    text-align: right;
    font-size: 105%;
    font-family: Helvetica, Arial, sans-serif;
    padding: 10px 0px;
    color: #666;
    border-top: 1px solid #ccc;
    margin-left: 30px;
}

.geo {
    font-family: Georgia, serif;
    font-size: 170%;
    font-style: italic;
}


/*
------------------------------------------------------------------------
TEXT IMG
------------------------------------------------------------------------*/
.txt_img {
    display: block;
    text-indent: -9999px;
    overflow: hidden; 
}

#logo {
    position: absolute;
    top: 80px;
    left: 0;
    width: 509px;
    height: 86px;    
    background: url(../img/logo.jpg) 0 0 no-repeat;
}

#logo a {
    width: 509px;
    height: 86px; 
    display: block;
}

#intro {
    width: 657px;
    height: 260px;    
    background: url(../img/intro.jpg) 0 0 no-repeat;
    margin-bottom: 20px;
}

#portrait { padding-top: 23px; }
#room { padding: 0 15px 0 0; }

/*
------------------------------------------------------------------------
CLEAR FLOATS + IE WHITESPACE FIX
------------------------------------------------------------------------*/
#inner:after, #main_nav:after {
	content: ".";
	display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#inner, #main_nav {display:block;}
/*  \*/
#inner, #main_nav {min-height:1%;}
* html #inner, * html #main_nav {height:1%;}
 /*  */
