
/*-------------------------------------------------------------------------------------------------------*/
/*                                        Main Layout                                                    */
/*-------------------------------------------------------------------------------------------------------*/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px !important;
	line-height:17px;
	color:#444444;
	text-align:left;
	margin: 0;
	padding:0;
	background: url(/ui/images/design/gradient.jpg);
	background-repeat: repeat-x;
}
	
body table{
	font-size: 1.0em;
}

form {
	margin: 0px;
	padding: 0px;
}

#page {
	width: 900px;
	margin: 20px auto;
}

/** HEADER */

#header {
	height:144px;	
	width: 900px;	
	position: absolute;
	margin-top:20px;
	background: url(/ui/images/design/banners/main_banner.gif) no-repeat left top;
}

/*-------------------------------------------------------------------------------------------------------*/
/*                                      Generic Fonts & Styles                                           */
/*-------------------------------------------------------------------------------------------------------*/
	h1{
		color: #444444;
		font-size: 1.55em;
		font-weight:400;
		padding: 0px 0px 0px 0px;
		margin:10px 0px 0px 0px;
	}
	h2{
		color: #000033;
		font-size: 1.4em;
		font-weight:bold;
		font-weight:bold;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;		
	}
	
h2 span {
	color: #055063;
}

	h3{
		color: #434242;
		font-size: 1.15em;
		font-weight:bold;
		font-weight:bold;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;		
	}
	h4{
		color: #444444;
		font-size: 1.00em;
		font-weight: bold;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
	}
	h5{
		color: #444444;
		font-size: .9em;
		font-weight: bold;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
	}
	h6{
		color: #444444;
		font-size: 1.05em;
		font-weight: bold;
		padding:0px 0px 10px 0px;
		margin:-5px 0px 0px 0px;
	}
/** TEXTS */

th, td, input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px !important;
	line-height:17px;
	color:#444444;
	text-align:left;
	margin: 0;
	padding:0;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 20px;
}

ul {
	margin-left: 0px;
	padding-left: 25px;
}

/** LINKS */

a {
	color: #055063;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

img.border {
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}



/** CONTENT */

#content {
	float: left;
}

#header h1, #header h2 {
	text-indent: -9999em;
}

/** BOX STYLE A */

.boxA {
}

.boxA .title {
	height: 40px;
	padding: 14px 0px 0px 25px;
	font-size: 21px;
}

.boxA .content {
	padding: 10px 13px 20px 10px;
}

.boxA .pad {
	padding: 0px 15px;
}

.boxA .column-one {
	float: left;
	width: 350px;
	padding-left: 10px;		
}

.boxA .column-two {
	float: right;
	padding-right: 2px;
}

/** BOX STYLE B */

.boxB {
	background: url(/ui/images/design/bg05.jpg) repeat-y left top;
	width: 700px;
}

.boxB .bgtop {
	background: url(/ui/images/design/bg06.jpg) no-repeat left top;
}

.boxB .bgbtm {
	padding: 25px 20px 25px 15px;
	background: url(/ui/images/design/bg07.jpg) no-repeat left bottom;
}

/** Left Navigation */

#sidebar {
	position:relative;
	width:190px;
	float:left;
	clear:left;
	padding:0px;
	margin-top:152px;
	padding-top:13px;		
	line-height:20px;		
	height: 400px;
  background-color: #ffcc66;
	background: url(/ui/images/design/left_nav_image.jpg) repeat-x scroll left bottom;
}

.navbox {
  background-color: #efefef;
  border: 1px solid #dedede;
  color: #444;
  padding: 5px;
  text-align: center;
}

.navbox a {
  color: #000 !important;
  text-align: center;
  text-decoration: underline !important;
}

/** MENU */

#menu {
	height: 20px;
	width: 190px;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 190px;
	height: 23px;
	padding: 7px 0px 0px 20px;
	text-decoration: none;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #000099;
}

#menu a:hover {
	color:#3366cc;
	font-weight: bold;
}

/** BOX1 */

#box1 {
	position:relative;
	width:700px;
	text-align:left;
	margin-right:-500px;
	padding:0px;
	margin-top:160px;
	vertical-align:top;
	float:left;
	overflow:visible;
	visibility:visible !important;
}

/** BOX2 */

#box2 {
	margin-top: 360px;
	padding: 0px 0px 25px 0px;
}

#box2 h2 {
	margin-bottom: 10px;
	padding: 0 5px;
}

#box2 p {
	padding: 0 5px;
}

/** FOOTER */

#contentbottom {
	height:15px;
	width: 100%;
	border-bottom:1px solid #cccccc;
	vertical-align:top;
}

#footercontainer{
	margin: 5px 0px 0px 0px;
	width: 100%;	
	position:static;
	text-align:center;
}	

#footer {
	width: 900px;
	height: 100px;
	margin: 0px auto;
	background: url(/ui/images/design/bg08.jpg) repeat-x left top;
}

#footer p {
	padding-top: 20px;
	text-align: center;
	line-height: normal;
	color: #ffffff;
	font-size: 1.2em;
}

#footer .links {
	padding-top: 24px;
}

#footer .links a {
	color: #FFFFFF;
}

#footer .legal {
	padding-top: 28px;
}

/* ------------------------------------ */
/*  Lists */
/* ------------------------------------ */

.pdf {
    background: url('/ui/images/design/icons/page_white_acrobat.png') no-repeat 0 0;
    padding-bottom: 1px;
    padding-left: 18px;
}
.ppt {
    background: url('/ui/images/design/icons/page_white_powerpoint.png') no-repeat 0 0;
    padding-bottom: 1px;
    padding-left: 18px;
}

.window {
	background-image: url("/ui/images/design/icons/window_icon.gif");
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left:	15px;
}

.messagebox {
  background-color: #efefef;
  border: 1px solid #dedede;
  color: #444;
  padding: 2px;
}

.noticebox {
  background-color: #ffc;
  border: 1px solid #dedede;
  color: #444;
  padding: 2px;
}

.messagebox a {
  color: #000 !important;
  font-weight: bold !important;
  text-decoration: underline !important;
}

.noticebox a {
    color: #000 !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

.external {
   background: url('/ui/images/design/icons/external.gif');
   background-repeat: no-repeat;
	 background-position: 0 2px;
	 padding-left:	15px;
}