﻿/*------------------------------------------------------------*
**  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: #446262; }
a:hover { border-bottom: 1px dashed #637d7d; color: #637d7d; }
a:on  { border-bottom: 1px dashed #637d7d; color: #637d7d; }
/*------------------------------------------------------------*
**  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: 216px;
	}	
#header h1 { 	
	margin: 0;
	color: #C6C4C5;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #99785a;
	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: #99785a;
	border-right: 4px solid #fff;
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #514137; }
#nav li a.on { background-color: #514137; 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;

	}

#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 #637d7d; color: #637d7d; font-weight: bold;
}

/*#contactside {
	margin-left: 10px;
    margin-top: 10px;
	}    */

/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 {
	font-size: 1.4em;
	color: #526f6f;
	margin: 0 10px 0 0;
	cursor: default;
	}
#content div {
	padding: 1px 0 10px 0;
	border-top: 1px solid #ddd;
  padding: 10px;
	}

    #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; }	

#form div { background:none; border-top: 0px solid #ddd;padding: 3px 3px 3px 3px;}	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background-color: #514137; /*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;
	letter-spacing:1px;
	}
	
#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');
}

