/* CSS Document */

html {
    /* a shorthand for many background related properties */
    background : url('Background.gif') repeat left top;
    /* set base font size */
    font-size : 10pt;
}

* {margin:0; padding:0;}
a:link { text-decoration: none } 
a:active { text-decoration: none }
a:visited { text-decoration: none }

a.ISO:link { color: #003466;  text-decoration: none;}
a.ISO:active { color: #003466;  text-decoration: none;}
a.ISO:visited { color: #003466;  text-decoration: none;}
a.ISO:hover { color: #003466;  text-decoration: none;}

#doc {
    /* center this block level element */
    margin : 0 auto;
    /* set maximum and minimum width */
    max-width : 965px;
    min-width : 715px;
    /* set padding; repeating left background image assumed to be 8px */
    padding : 0 0 0 8px;
	background : url('LeftBorder.gif') repeat-y;
    /* align absolutely positioned child elements according to this element's boundaries */
    position : relative;
}

#document {
    /* set padding, leave the space for repeating right side image */
    padding : 0 8px 0 0;
	background : url('RightBorder.gif') repeat-y 100% 0%;
	
}

#header {
	background : url('TopBorder.gif') repeat-x;
    /* the top repeating image is 118 pixels */
    height : 93px;
    /* negative margin allows element to enlarge it's width */
    margin : 0 -8px 0 -8px;
}

/* we move header text to the left side: it can contain the left top corner */
#header h1 {
    height : 118px;
    left : 0;
	margin: 0;
    /* absolutely positioned elements are positioned according to the relatively positioned parent */
    position : absolute;
    top : 0;
}

#headerlogo {
	background : #FFF;
	height : 98px;
	margin: 0 8px 0 8px;
	position : relative;
	
}

#logo {
    background : url('HeaderLogo.gif') no-repeat;
    height : 56px;
    margin : 0 0 0 15px;
    position : relative;
    z-index: 12;
}

#logo img{
    margin : 0 0 0 395px;
    position : relative;
    z-index: 200;
}

#logo p{
    margin : 0;
    padding: 12px 30px 0 0;
	text-align : left;
    color: #003466;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	position: relative;
	z-index: 100;
	float: right;
}

#logo div{
    margin : 0;
    padding: 12px 40px 0 0;
	text-align : left;
    color: #003466;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	position: relative;
	z-index: 100;
	float: right;
}


#headergradient {
    background : url('HeaderGradient.gif') repeat-x;
    height : 23px;
    margin : -8px 0 0 0;
    position : relative;
    z-index:11;
}

/* move navigation list to the right side */
#navigation {
    height : 118px;
    /* some elements have default margin and padding that needs to be removed */
    margin : 0;
    padding : 0;
    position : absolute;
    right : 0;
    top : 0;
}

#navigation li {
    /* change from list-item to inline element: now it is like regular text */
    display : inline;
    /* set line height to 20px, height does not work with inline elements */
    line-height : 20px;
    /* top 98px, right and left 5px, bottom 0px */
    margin : 98px 5px 0 5px;
}

#content {
    background : #FFF;
    padding : 0 10px 10px 10px;
	min-height : 355px;
	position: relative;
}

div#menu { 
	margin-top: 25px; 
	width:216px; 
	background:url(Menu.gif) top no-repeat; 
	padding: 39px 5px 40px 5px; 
	float: left;
}

#main {
	margin-left: 216px;
	padding: 0 0 0 30px;
}

#main img{
	padding: 0 5px 0 5px;
}

#materials{
	background : url('materials.gif') no-repeat;
    height : 510px;
    margin : -200px 0 0 250px;
    position : relative;
    
}

#main h2{
	padding: 15px 0 0 0;
	text-align : left;
	font-size: 12pt;
	color: #003466;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#main p{
	margin : 0;
	padding: 10px 0 0 0;
    text-align : left;
	font-size: 10pt;
    color: #003466;
	font-family: Verdana, Arial, sans-serif;
	position: relative;
}

#main li{
	margin : 0 0 0 35px;
	padding: 0 0 0 0;
    text-align : left;
	font-size: 10pt;
    color: #003466;
	font-family: Verdana, Arial, sans-serif;
	position: relative;
}

#mainheader {
	margin-left: 220px;
	padding: 7px 0 0 5px;

}

#headerarrow{
	background : url('arrow1.gif') no-repeat;
    height : 36px;
    margin : 0 0 0 0;
    position : relative;
}

#headerarrow p{
	margin : 0;
    padding: 4px 0 0 25px;
	text-align : left;
	font-size: 17pt;
    color: #003466;
	font-family: Verdana, Arial, sans-serif;
	position: relative;
}


#footer {
	margin : 0 -10px 0 -8px;
	width: 100%;
	background : url('FooterBorder.gif') repeat-x;
	height : 36px;
	position: absolute;
}

#footer p{
    margin : 0;
    padding: 4px 0 0 0;
	text-align : center;
    color: #003466;
	font-family: Verdana, Arial, sans-serif;
	font-style: oblique;
	position: relative;
	z-index: 100;
}

#rbtop div { background: url(TopLeft.gif) no-repeat top left; }
#rbtop { background: url(TopRight.gif) no-repeat top right; }
#rbbot div { background: url(BottomLeft.gif) no-repeat bottom left;}
#rbbot { background: url(BottomRight.gif) no-repeat bottom right;}
#rbbot p {
height: 36px;
font-size: 8pt;
text-align : center;
color: #003466;
font-family: Verdana, Arial, sans-serif;
font-style: oblique;
}

/* height and width stuff, width not really nessisary. */
#rbtop div, .rbtop {
height: 20px;
font-size: 1px;
}
#rbbot div, .rbbot p, .rbbot {
height: 36px;
font-size: 1px;
text-align : center;
color: #003466;
font-family: Corbel,sans-serif;
font-style: oblique;
}

div#menubody {background:url(menubackground.gif) repeat-y; padding-left: 21px;}
div#menubottom {height:25px; background:url(BottomMenu.gif) bottom no-repeat;}
ul#menulist {width:175px; list-style-type:none;}
ul#menulist li {height:27px; background:url(Separator.gif) bottom repeat-x; padding:0px; }
ul#menulist a {width:175px; height:20px; border-left:#A8AB96 10px solid; font:bold 12px Verdana, Arial, sans-serif; color:#ffffff; padding:5px 0 0 10px; display:block !important; display:inline-block;}
ul#menulist a:hover {background:url(Gradient.jpg) left repeat-y;}