﻿/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(05original_1.png); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #3a7ab3; }
a:hover { border-bottom: 1px dashed #054292; color: #054292; }
a:on  { border-bottom: 1px dashed #054292; color: #054292; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 740px;
	background: #fff url(dot_line.gif) repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #ffffff url(head.jpg) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	height: 220px;
	}	
#header h1 { 	
	margin: 0;
	color: #04408d;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #04408d;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #ffffff;
	border-bottom: 4px solid #fff;
	margin: 0;
	padding: 0;
	height: 58px;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}
#nav li a {
	text-decoration: none;
	color: #ffffff;
	background-color: #3a7ab3;
	border-right: 4px solid #fff;
	border-bottom: 0;
	padding: 3px 7px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	margin-bottom:5px;
	}
#nav li a:hover { background-color: #054292; }
#nav li a.on { background-color: #054292; color: #ffffff; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
    width: 175px;
    float: left;
	/*position: relative; */
    line-height: 15px;
	/*word-spacing: 2px;*/
    background: #fff url(para_bg.jpg) repeat-x;
    border-top: 1px solid #ddd;
	clear:left;

	}

#sidebar div { background: #fff url(para_bg.jpg) repeat-x; }

#sidebar li{
    background: url('0105_ico-arrow.png') no-repeat 0;
	margin-top: 1px;
	margin-right: 0em;
	margin-bottom:  0.1em;
	margin-left: -0.3em;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 0.3em;
	padding-left: 1.3em;
	list-style-type: none;
	list-style-position: outside;
	/*list-style-image: url('orangebullet.gif'); */

}

#sidebar li a.on{
  border-bottom: 1px dashed #054292; color: #054292; font-weight: bold;
}

/*#contactside {
	margin-left: 10px;
    margin-top: 10px;
	}    */

/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3 {
	font-size: 1.2em;
	color: #49515C;
	margin: 0 10px 0 0;
	cursor: default;
	}
	
#content h3 {
	font-size: 1.4em;
	color: #04408d;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	cursor: default;
	background: url(para_bg.jpg) repeat-x;
	border-top: 1px solid #ddd;
	}
	
#content div {
	padding: 1px 10px 5px 10px;
	border-top: 0px solid #ddd;
	}

    #sidebar div {
	padding: 1px 0 10px 0;
	/*border-top: 1px solid #ddd;*/
  padding: 10px;
	}


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 550px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}	
/*#content div { background: #fff url(para_bg.jpg) repeat-x; }	*/
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background-color: #3a7ab3; /*url(header_right.gif) no-repeat 100% 0; */
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #ddd;
	font-size: 0.9em;
	padding: 10px;
	line-height: 16px;
	clear: both;
    height: 17px;
	}
	
#footer a { text-decoration: none; color: #ddd; border-bottom: 1px dashed #ddd; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }


#sidebar ul ul li, #sidebar ul ol li {
	margin-top: 3px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0.5em;
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 0;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url('0105_ico-arrow.png');
}

table.gbentry {
line-height:1.0em;
border:1px solid #e1e1e1;
width:98%;
margin: 5px;
padding: 5px;
}

td.gbtitle {
background-color:#e1e1e1;
font-weight:bold;
line-height:1.0em;
margin: 5px;
padding: 5px;
font-size:1.0em;
}

td.gbcontent {
line-height:1.1em;
padding: 5px;
font-size:1.0em;
}

td.gbtitle img.button {
border:0px solid #d8d8d8;
padding:5px;
margin:0px;
background:#e1e1e1;
width:auto;
}

