@import url('reset.css');
@import url('typography.css');

#container
{
    margin: 10px auto 0 auto;
    width: 980px;
    background-image: url(images/bg.gif);
    background-repeat: repeat-y;
    height: 90px;
}

#header
{
    margin-right: 10px;
    margin-left: 10px;
    height: 90px;
}

#header .small{color:#3F6DB3; font-size: 8pt;}
#header .big{color:#3F6DB3; font-size: 10pt;}
#header td{vertical-align: bottom;}

#montage
{
    background: #3F6DB3;
    height: 197px;
    padding: 5px;
    margin-right: 10px;
    margin-left: 10px;
    color: #ffffff;
}

#montage h1{font-size:1.2em; color: #ffffff;}

#book
{
    position: relative;
    top: -200px;
    left: 790px;
}

#navigation
{
    float: left;
    width: 960px;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #E09432;
    background-image: url(images/menu_bg.gif);
    background-repeat: repeat-x;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 5px;
}

#navigation ul
{
	padding-bottom: 5px;
	margin: 0px 0px 0px 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
}

#navigation ul li
{
    list-style-type: none;
    display: inline;
}

#navigation li a
{
    display: block;
    float: left;
    padding: 2px 30px 2px 30px;
    color: #fff;
    text-decoration: none;
}

#navigation li a:hover
{
    color: #E09432;
}

#content-container
{
    float: left;
    width: 980px;
}

#section-navigation
{
    float: left;
    width: 280px;
    padding: 20px 0;
    margin: 0 10px 0 30px;
    display: inline;
}

#section-navigation ol
{
	padding: 0px 0px 10px;
}

#section-navigation ul li
{
	list-style-position: outside;
	list-style-type: disc;
	margin: 0px 0px 0px 10px;
}

#section-navigation ol li
{
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0px 0px 0px 20px;
	color: #E09432;
}

#content
{
    float: left;
    width: 340px;
    padding: 20px 0;
    margin: 0 0 0 40px;
}

#content table{border-collapse: separate;}

#content tr
{
	background-image: url(images/orange_gradient.jpg);
	color: #ffffff;
}

#aside
{
    float: right;
    width: 230px;
    padding: 20px 0;
    margin: 0 20px 0 0;
    display: inline;
}

#aside blockquote
{
	background-image: url(images/quote.gif);
	line-height: 2em;
	font-style: italic;
	width: 180px;
	background-repeat: no-repeat;
	padding-top: 30px;
}

#footer
{
    clear: left;
    height: 75px;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #3F6DB3;
    margin-right: 10px;
    margin-left: 10px;
}

#footer_text
{
    text-align: right;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 8pt;
}

/* form formats */

.cssform p
{
    clear: right;
    padding-right: 0px;
    padding-left: 155px;
    padding-bottom: 8px;
    margin: 0px;
    width: 300px;
    padding-top: 5px;
    height: 1%;
}

.cssform label
{
    float: left;
    margin-left: -155px;
    width: 150px;
}

.cssform input[type="text"]
{
    /*width of text boxes. IE6 does not understand this attribute*/
    width: 160px;
    border: 1px solid gray;
}

.cssform textarea
{
    width: 160px;
    height: 150px;
    border: 1px solid gray;
}

.cssform fieldset
{
    background-image: url(images/form-bg.gif);
    background-repeat: repeat-y;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cssform select {
  position: absolute;
  width: 160px;
  overflow: hidden;
}

.button
{
    border-style: none;
    background-image: url('images/button.gif');
    background-repeat: no-repeat;
    color: #FFFFFF;
    width: 80px;
    height: 20px;
}
