﻿/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(back.gif); /* 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: #699d0f; }
a:hover { border-bottom: 1px dashed #5792c5; color: #5792c5; }
a:on  { border-bottom: 1px dashed #5792c5; color: #5792c5; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 10px auto;
	width: 760px;
	background: #fff url(dot_line.gif) repeat-y 25%;
	border: 0px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
#container img{
	padding:1px;
	display:inline;
	/*background:#cccccc;
	color:#a4a5a7;*/
	border: #d2d2d2;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #ffffff url(head.jpg) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	height: 250px;
	}	
	
	
#header h1 { 	
	margin: 0;
	color: #fd7775;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #fd7775;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #a7c0e6;
	border-bottom: 4px solid #fff;
	margin: 0;
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}
#nav li a {
	text-decoration: none;
	color: #ffffff;
	background-color: #a7c0e6;
	border-right: 2px solid #fff;
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #b9d5ed; }
#nav li a.on { background-color: #b9d5ed; color: #699d0f; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
    width: 170px;
    float: left;
	/*position: relative; */
    line-height: 15px;
	/*word-spacing: 2px;*/
   /* background: #fff url(para_bg.jpg) repeat-x;
    border-top: 1px solid #ddd;*/
	padding-left:10px;
	color:#666;

	}

#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:#699d0f;
}

#sidebar li a{
  color: #699d0f;
}


#sidebar li a.on{
  border-bottom: 1px dashed #5792c5; color: #5792c5; font-weight: bold;
}

/*#contactside {
	margin-left: 10px;
    margin-top: 10px;
	}    */

/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 {
	font-size: 1.4em;
	color: #8bace1;
	margin: 0 10px 0 0;
	cursor: default;
	}
#content div {
	padding: 1px 0 10px 0;
	border-top: 0px solid #ddd;
  padding: 10px;
	}

    #sidebar div {
	padding: 1px 0 10px 0;
	/*border-top: 1px solid #ddd;*/
  padding: 10px;
	}


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 560px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}	
#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: #a7c0e6; /*url(header_right.gif) no-repeat 100% 0; */
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #ffffff;
	font-size: 0.9em;
	padding: 10px;
	line-height: 16px;
	clear: both;
    height: 17px;
	letter-spacing:1px;
	}
	
#footer a { text-decoration: none; color: #ffffff; border-bottom: 1px dashed #ffffff; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }


#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;}
