/* CSS Document */
/* element declarations */
body {
    font-family: verdana, sans-serif;
    font-size: 12px;
}

* img {
    border: 0;
}

h1 {
    font-size: 1.3em;
    letter-spacing: .05em;
    margin: .5em 0;
}

h2 {
    font-size: 1.1em;
    margin: 0 4px .5em 0; /*text-transform:uppercase;*/
    font-variant: small-caps;
    font-family: Verdana, sans-serif;
}

h3 {
    font-size: 1.1em;
    margin: 0 4px .45em 0;
}

h4 {
    font-size: 1em;
    margin: 0 4px .6em 0;
    font-style: italic;
}

h5 {
    font-size: 1em;
    margin: 0 4px .6em 0;
}

h6 {
    font-size: 1em;
    margin: 0 4px .6em 0;
    font-style: italic;
}

h1 a {
    text-decoration: none;
    color: inherit;
}

p {
    font-size: 12px;
    line-height: 1.1em;
}

p.paragraph {
    line-height: 1.5em;
}

a {
    color: #3366CC;
    line-height: normal;
	text-decoration: underline;
}
a:hover {
    color: #551A8B;
}

ul {
    list-style-position: inside;
    padding-top: 1ex;
    padding-bottom: 1ex;
}

li {
    padding-left: 1em;
}

label {
    position: relative;
    top: -5px;
}

hr {
    background-color: #6097BF;
    color: #6097BF;
    border: 0;
    height: 1px;
	margin: 10px 0px 10px 0px;
}

/* Aslett Clearing method */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* end Aslett Clearing method */

/*navigation*/
.nav {
    background-image: url(images/SidePanel.gif);
    background-repeat: no-repeat;
    background-color: #F3EFE2;
}
/* Aslett Clearing method - www.csscreator.com */
.nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .nav {
    height: 1%;
}

.nav {
    display: block;
}
/* end Aslett Clearing method */

.navBox {
    width: 210px;
    margin: 0 7px 7px;
    padding: 0 7px 5px 7px;
    background: #F2F2E9;
    border: #E1DCC9 1px solid;
    font-size: .9em;
}

.navBox h2 {
    padding: 0;
    margin: 0;
    padding-top: .45em;
    font-size: 1em;
}

.navBox ul { /**/
    padding: 0;
    border: #6097BF solid;
    border-width: 1px 0 0 0;
    font-size: .83em;
    line-height: 1.75em;
    list-style: none;
}

.navBox ul li {
    padding: 0;
    border-bottom: 1px #6097BF solid;
}

.navBox ul li a {
    display: block;
    padding: 4px 2px;
    font-weight: bold;
    text-decoration: none;
}

.navBox ul li a:hover {
    text-decoration: none;
    display: block;
    background: #E1DCC9;
}

.navBox ul li form {
    padding: 7px 0 4px 0;
}

.navBox ul li p {
    padding: 2px .5em;
}

.navBox p {
    padding-top: 1px;
    text-indent: .5em;
}

.navBox p a {
    padding: 4px .5em;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px #6097BF solid;
}

.navBox a:hover {
    text-decoration: none;
    background: #E1DCC9; /*CDF*/
}

/*main content*/
#maincontent {
    position: relative;
}

img.inset {
    background-color: #E3E3EE;
    border: 1px solid #BCBCDC;
    padding: 3px;
    text-decoration: none;
}

.imgleftfloat {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.imgrightfloat {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
}
/*deliverables tools*/
.tools {
    padding: 3px 0px;
    margin: .2em 0;
    text-align: center; /*font-size:.83em; */
    font-weight: bold;
}

.tools ul {
}

.tools ul li {
    padding: 5px 0px;
    list-style: none;
    display: inline;
    white-space: nowrap;
    margin: 4px 4px 21px 4px;
}

.tools a {
    text-decoration: none;
    border-bottom: 1px solid #6097BF;
    padding: 3px;
    line-height: 23px
}

.tools a:hover {
    background: #F9FAC9;
    color: #3366CC;
}

.tools a:visited {
    color: #3366CC;
}

.icons {
    padding: 7px;
    text-align: center;
}

.icons .thumb {
    border: 1px solid #BCBCDC;
    margin: 0 0 5px 0;
    padding: 0;
}
/* Session info- presenters */
.detail div#presenter {
    margin-top: 21px;
    clear: left;
}

.detail div#presenter {
    margin-top: 21px;
}

.detail div#presenter img {
    float: left;
    margin: 0 7px 7px 7px;
    border: 4px solid #333;
}
/* search field in the body */
.search_body {
    margin: 7px 7px 14px;
    text-align: center;
}

.search_body h2 {
    display: inline;
}

.search_body form {
    display: inline;
}
/*FAQ*/
.question {
    margin: 1.6ex 0 .3ex;
    font-weight: bold;
}


