﻿/*------------------------------------------------------------*
**  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: #a53d3f; }
a:hover { border-bottom: 1px dashed #a53d3f; color: #a53d3f; }
a:on  { border-bottom: 1px dashed #a53d3f; color: #a53d3f; }
/*------------------------------------------------------------*
**  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 */
	}
	
#container img{
	padding:1px;
	display:inline;
	/*background:#cccccc;
	color:#a4a5a7;*/
	border: #d2d2d2;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #323497 url(head.jpg) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	height: 204px;
	}	
#header h1 { 	
	margin: 0;
	color: #ae4547;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #ae4547;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #95836b;
	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: #95836b;
	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: #9a3234; }
#nav li a.on { background-color: #9a3234; 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('bullett.gif') 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.6em;
	list-style-type: none;
	list-style-position: outside;

}

#sidebar li a.on{
  border-bottom: 1px dashed #a53d3f; color: #a53d3f; font-weight: bold;
}

/*#contactside {
	margin-left: 10px;
    margin-top: 10px;
	}    */

/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 {
	font-size: 1.4em;
	color: #ae4547;
	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 0px 0;
	/*border-top: 1px solid #ddd;
  padding: 10px;*/
	}
	
	
	#subcontent2{
float:left;
width:170px;
padding:3px 3px 3px 3px;
line-height:1.4em;
margin-right:5px;
margin-left:10px;
margin-top:10px;
margin-bottom:15px;
border-top:solid 0px #d7eacb;
border-bottom:solid 0px #d7eacb;
color:#666666;
}


/*------------------------------------------------------------*
**  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: #9a3234; /*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 {
	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;}

