/******************************************************************************************
 Generic/Page layout section 
 ******************************************************************************************/
body, html {
    margin:0;
    padding:0;
    background:#bebebe;
    color:#000;
    }
body {
    min-width:760px;
    }
/* Div around header, menubar, nav, main, and footer */
#wrap {
    background:#006699 url(gfx/background.jpg) no-repeat;
    margin:0 auto;
    width:760px;
    }

/******************************************************************************************
 Main content section 
 ******************************************************************************************/
#main {
    background:url(gfx/text-banner.jpg) no-repeat;
/*	background-color: #99c;*/
    padding:35px 75px 0 0;
    float:right;
    width:460px;
    }
#main h1, h2 {
    padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
#main h3 {
    padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#0099FF;
	}
#main h4 {
    padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#0099FF;
	}
#main c {
    padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#CCCCCC;
	}
#main h5, h6 {
    padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:normal;
	}
#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#FFFFFF;
}
#main a {
	color:#FFFFFF;
}
#main a:visited {
/*    color:;*/
}
#main a:hover {
	color:#0099FF;
}

#main #column {
	padding:20px 20px 20px 0;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
}
#main #column ul {
	padding:0 0 0 20px;
	margin:0;
    }
#main #column li {
	padding:5px 0 0 0;
	font-size: 12px;
	margin:0;
	text-align:justify;
}
#main #endcolumn {
	clear:both;
}

/******************************************************************************************
 Header section 
 ******************************************************************************************/
#header {
/*    background:#ddd; */
	height: 68px;
    }
#header_image {
    padding:14px 0 14px 0;
	float:left;
    }

/******************************************************************************************
 Menubar Section
 ******************************************************************************************/
#menubar {
/*    background:#c99;*/
/*    padding:6px 0 7px 225px;*/
    padding:0 0 0 225px;
	clear:both;
	height: 29px;
	}
#menubar ul{
    margin:0;
    padding:0;
    list-style:none;
    }
#menubar li{
    display:inline;
    margin:0;
    padding:0;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
    text-decoration:none;
    }
/* These options apply to the non-selected menu items */
#menubar a {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
    text-decoration:none;
	}
/* These options apply to the selected menu item */
#menubar #select a {
	color:#0099FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
	text-decoration:none;
	}
/* These options apply to the non-select menu items when hovered over */
#menubar a:hover {
	text-decoration:underline;
	}

/******************************************************************************************
 Navigation section 
 ******************************************************************************************/
#nav {
/*    background:#c9c;*/
    padding:35px 5px 0 90px;
    float:left;
    width:125px;
    }
#nav_menu ul {
    margin:0;
    padding:20px 0 0 0;
	list-style-type:none;
    }
#nav_menu li {
/*	background:#cc9;*/
    margin:0;
    padding:10px 0 10px 0;
    color:#FFFFFF;
    }
/* These options apply to the non-selected menu items */
#nav_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	background:url(gfx/nav-empty.gif) no-repeat center left;
	color:#FFFFFF;
    display:block;
    margin:0;
	padding:0 0 0 15px;
	text-decoration:none;
	}
/* These options apply to the selected menu items */
#nav_menu #select a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	background:url(gfx/nav-filled.gif) no-repeat center left;
	color:#FFFFFF;
    display:block;
    margin:0;
	padding:0 0 0 15px;
	text-decoration:none;
	}
/* These options apply to the non-select menu items when hovered over  */
#nav_menu a:hover {
	background:url(gfx/nav-filled.gif) no-repeat center left;
	color:#FFFFFF;
    }

/******************************************************************************************
 Footer section 
 ******************************************************************************************/
#footer {
/*    background:#cc9;*/
    padding:0 0 5px 225px;
	clear:both;
    }
#footer hr {
    border:none 0;
    border-top:1px solid #333333;    /* noshade */
    text-align:left;            /*this will align it for IE*/
    margin:0 auto 0 0;         /*this will align it left for Mozilla*/
    width:450px;
	height:1px;
}
#footer ul{
    margin:0;
    padding:5px 0 0 0;
    list-style:none;
    }
#footer li{
	color:#FFFFFF;
    display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
    margin:0;
    padding:0;
    }
/* These options apply to the non-selected menu items */
#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
    text-decoration:none;
	color:#FFFFFF;
	}
/* These options apply to the selected menu item */
#footer #select a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
    text-decoration:none;
	color:#0099FF;
	}
/* These options apply to the non-select menu items when hovered over */
#footer a:hover {
	text-decoration:underline;
	}
#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#FFFFFF;
	margin:0;
	padding:5px 0 0 0;
    }
	
/******************************************************************************************
 CSS for forms (add class="request" to form tag)
 ******************************************************************************************/
form.request fieldset {
    margin-bottom:10px;
    }
form.request legend {
    padding:0 2px;
    font-weight:bold;
    margin:0 -7px; /* IE Win */
    }
/*\*//*/
form.request legend {
    display: inline-block;
    }
/* IE Mac legend fix */
form.request label {
    display:inline-block;
    line-height:1.8;
    vertical-align:top;
    }
form.request fieldset ol {
    margin:0;
    padding:0;
    }
form.request fieldset li {
    list-style:none;
    padding:5px;
    margin:0;
    }
form.request fieldset fieldset {
    border:none;
    margin:3px 0 0 17px;
    }
form.request fieldset fieldset legend {
    padding:0 0 5px;
    font-weight:normal;
    }
form.request fieldset fieldset label {
    display:block;
    width:auto;
    }
form.request em {
    font-weight:bold;
    font-style:normal;
    color: #f00;
    }
form.request label {
    width:120px; /* Width of labels */
    }
form.request fieldset fieldset label {
    margin-left:123px; /* Width plus 3 (html space) */
    }
form.request #buttons {
    text-align:center;
	margin-bottom:10px;
    }

