/****************************************** imports ***************************************/

@import url('/assets/css/editor.css');


/****************************************** Reset + clearfix  ***************************************/

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

.clear {
	height: 1px;
	clear: both;
}
* { margin: 0; padding: 0; text-decoration: none; font-size: 100%; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { background: white; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; text-decoration: none; }

/****************************************** css ***************************************/

#wrap {
    width: 909px;
    margin: 0 auto;
}

#left {
    width: 692px;
    float: left;
    padding: 0 0 20px 0;
}

#right {
    width: 205px;
    float: right;
    padding: 0 0 20px 0;
    
}

/************************* header *********************/

#header {
    padding: 25px 0 25px;
    
}

#logo {
    float: left;
    width: 243px;
}

#header ul {
    float: left;
    padding: 7px 0 0 65px;
}

#header ul li {
    display: inline;
    font-style: italic;
    font-size: 16px;
    margin: 0 35px 0 0;
}

#header ul li a {
    color: #000;
}

#header ul li.on a {
    font-weight: bold;
}

/************************* right nav *********************/

#right ul li {
    font-size: 15px;
    color: #000;
    font-style: italic;
    background: url('/assets/images/dots.png') left bottom repeat-x;
    padding: 9px 0;
}

#right ul li a {
    color: #000;
}

#right ul li.on {
    background: none;
    padding: 9px 0 0;
}


#right ul li.on ul li {
    background: none;
    padding: 6px 0;
}

#right ul li ul {
    padding: 10px 0 10px;
    border-top: 1px solid #000;
    margin: 10px 0 0;
    background: url('/assets/images/dots.png') left bottom repeat-x;
    
}

#right ul li ul li {
    font-size: 13px;
}

#right ul li ul li a {
    color: #666666;
}

#right ul li ul li.on a {
    color: #000;
}

/************************* footer *********************/

#footer {
    background: url('/assets/images/dots.png') left top repeat-x;
    padding: 10px 0 0;
    clear: both;
}

#footer p {
    font-size: 12px;
    color: #000;
    font-family: arial;
}

/****************************************** unique ***************************************/

#homeBanner {
    margin: 0 0 20px 0;
}


#leftLeft {
    width: 256px;
    float: left;
}

#leftRight {
    width: 397px;
    float: right;
    
}



#galNav {
    border-top: 1px solid #000;
    padding: 7px 0 0;
    clear: both;
}

#galNav ul li {
    font-size: 15px;
    color: #000;
    display: inline;
    margin: 0 4px 0 0;
    padding: 0;
    width: auto;
    height: auto;
}

#galNav ul li a {
    margin: 0;
    padding: 0;
}

#galLeft {
    float: left;
}

#galRight {
    float: right;
}

/****************************************** generic form ***************************************/

#formInstructions {
    font-weight: bold;
}

.genericForm textfield {
    padding: 4px 5px 3px;
    width: 150px;
}

.genericForm textarea {
    height: 118px;
    border:1px solid  #cacaca;
    padding: 10px 5px 5px;
    width: 300px;
}