﻿/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #ffffff; /* Optional */
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size:15px;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #333333;
	background: #ffffff url(headback.gif);
	background-position:center top;
	background-repeat:no-repeat;
	}
acronym { cursor: help; border-bottom: 1px dashed #ffa400; }
a { text-decoration: none; color: #469ede; }
a:hover { border-bottom: 1px dashed #ffa400; color: #ffa400; }
a:on  { border-bottom: 1px dashed #ffa400; color: #ffa400; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 900px;
	background: #fff url(dot_line.gif) repeat-y 25%;
	border: 0px solid #ddd;
	padding: 0 0px;
	text-align: left; /* Cancel IE Fix */
	}
	
#container img{
	padding:1px;
	display:inline;
	/*background:#cccccc;
	color:#a4a5a7;*/
	border: #d0e6f7;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: url(head.jpg) no-repeat 100% 0;
	border-bottom: 0px solid #fff;
	border-top: 0px solid #fff;
	height: 373px;
	}	
	
	
h1 { 	
	margin: 0;
	color: #449de1;
	font-size: 1.8em;
	border-bottom:solid 3px #d0e6f7;
	font-weight: normal;
	cursor: default;
	padding-top:0px;
	padding-bottom:10px;
	margin-top:0px;
	margin-bottom:5px;
	font-style:italic;
	font-weight:normal;
	}	
	
h2 { 	
	margin: 0;
	color: #449de1;
	font-size: 1.6em;
	padding-left: 1px;
	cursor: default;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:dashed 1px #7fbff1;
	font-style:italic;
	font-weight:normal;
	}	
	
h3 { 	
	margin: 0;
	color: #449de1;
	font-size: 1.3em;
	padding-left: 1px;
	cursor: default;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:dashed 1px #7fbff1;
	font-style:italic;
	font-weight:normal;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: url(buttonnavback.gif);
	background-position:top left;
	background-repeat:repeat-x;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 56px;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 50px;
	}
#nav li a {
	text-decoration: none;
	color: #ffffff;
	border-bottom: 0;
	padding: 3px 16px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	background: url(buttonback.gif);
	background-position:top right;
	background-repeat:repeat-x;
	}
#nav li a:hover { 
	background: url(buttonbackon.gif);
	background-position:top right;
	background-repeat:repeat-x;
	color: #ffffff; }
#nav li a.on { 
	background: url(buttonbackon.gif);
	background-position:top right;
	background-repeat:repeat-x;
	color: #3092dd; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
    width: 210px;
    float: left;
	/*position: relative; */
    line-height: 18px;
	/*word-spacing: 2px;*/
   /* background: #fff url(para_bg.jpg) repeat-x;
    border-top: 1px solid #ddd;*/
	padding-left:10px;
	color:#469ede;

	}

#sidebar div { /*background: #fff url(para_bg.jpg) repeat-x;*/ }

#sidebar li {
    background: url('bullett.gif') no-repeat 0;
	margin-top: 1px;
	margin-right: 0em;
	margin-bottom:  0.1em;
	margin-left: -0.8em;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 0.3em;
	padding-left: 1.6em;
	list-style-type: none;
	list-style-position: outside;
	color:#ffa400;
}

#sidebar li a{
  color: #469ede;
}

#sidebar li a:hover{
  border-bottom: 1px dashed #ffa400; color: #ffa400; font-weight: normal;
}

#sidebar li a.on{
  border-bottom: 1px dashed #ffa400; color: #ffa400; font-weight: bold;
}

/*#contactside {
	margin-left: 10px;
    margin-top: 10px;
	}    */

/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
/*#sidebar h3, #content h3 {
	font-size: 1.4em;
	color: #0077a9;
	margin: 0 10px 0 0;
	cursor: default;
	}*/
#content div {
	padding: 1px 0 10px 0;
	border-top: 0px solid #ddd;
  padding: 0px;
	}

    #sidebar div {
	padding: 10px 0 10px 5px;
	/*border-top: 1px solid #ddd;*/
	}
	
	
	#subcontent2{
width:180px;
padding:0px 0px 0px 0px;
line-height:1.5em;
margin-right:1px;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
color:#333333;
font-size: 0.9em;
}

/*#subcontent2 p{margin:0 0 0 0; padding:0 0 5px 0; font-size:0.9em;}*/


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 630px;
	position: relative;
	margin-left: 25px;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 2px;
	margin-top:15px;
	}	
#content div { /*background: #fff url(para_bg.jpg) repeat-x;*/ }	

#form div { background:none; border-top: 0px solid #ddd;padding: 3px 3px 3px 3px;}	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background-color: #9dc3e8; /*url(header_right.gif) no-repeat 100% 0; */
	border-bottom: 0px solid #fff;
	border-top: 3px solid #ffffff;
	text-align: center;	
	color: #ffffff;
	font-size: 0.9em;
	padding: 11px 0 0 0;
	line-height: 16px;
	clear: both;
    height: 30px;
	letter-spacing:0px;
	}
	
#bottom {
text-align:center;
	}
	
#footer a { text-decoration: none; color: #ffffff; border-bottom: 1px dashed #ffffff; }
#footer a:hover { border-bottom: 1px dashed #ffffff; color: #ffffff; }


#sidebar ul {
	margin-top: 3px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	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('bullett.gif') no-repeat 0;}
	
	
/***** Other *****/

hr {
  border: 1px;
  color: #d0e6f7;
  width: 100%;
  text-align:center;
}

table.gbentry {
line-height:1.0em;
border:1px solid #d0e6f7;
width:98%;
margin: 5px;
padding: 5px;
}

td.gbtitle {
background-color:#d0e6f7;
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 #d0e6f7;
padding:0px;
margin:0px;
background:#d0e6f7;
width:auto;
}

