
/*-----------------------------------------------------
  Basic Layout
-----------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	margin:0px auto;
	font:normal 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif;
	text-align:center;
	background:#F5F5F5;
	color:#575757;
}

p {
	margin-bottom:20px;
}

img {
	border:none;
}

a {
	color:#3366CC;
	text-decoration:none;
}

#wrapper {
	margin:auto;
	width:840px;
	position:relative;
	background:url(img/bg_background.gif) repeat-y;
}

#container {
	margin:0 auto;
	padding:20px 0 0 0;
	width:760px;
}

/*-----------------------------------------------------
  Header
-----------------------------------------------------*/

#header {
	margin:0 auto;
	padding:0 0 3px 0;
	background:#FFF url(img/header_background.gif) top repeat-x;
	width:800px;
	height:65px;
	text-align:left;
}

#header h1 {
	margin:0;
	background:url(img/logo.gif) 20px 0 no-repeat;
	height:60px;
	float:left;
	width:170px;
	position:absolute;
}

#header h1 a {
	position:relative;
	display:block;
	margin-left:20px;
	width:150px;
	height:60px;
}

#header h1 a span {
	display:none;
}

/*-----------------------------------------------------
  Navigation
-----------------------------------------------------*/

#navigation {
	position:absolute;
	width:600px;
	height:25px;
	margin-top:39px;
	left:200px;
	text-align:left;
}

.nav {
	float:right;
	list-style:none;
	background:url(img/tab_off.gif) no-repeat;
	display:block;
	width:100px;
	height:25px;
	text-align:center;
	padding-top:5px;
	margin-left:5px;
}

.nav a {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

.nav a:hover {
	color:#B36969;
}

/*-----------------------------------------------------
  Right Column
-----------------------------------------------------*/

#right_col {
	float:right;
	width:210px;
	text-align:left;
}

#right_col h4 {
	font:normal 1.2em Georgia, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	text-transform:capitalize;
	color:#818080;
	margin-bottom:10px;
}

#right_col dl {
	padding-bottom:10px;
}

#right_col dl.news dt {
	font-weight:bold;
	line-height:16px;
	border-bottom:1px solid #EFEFEF;
	margin-bottom:3px;
}

#right_col dl dd {
	margin-bottom:10px;
}

ul.links {
	border-top:1px solid #EFEFEF;
}

ul.links li {
	margin:0;
	padding:0;
	border-bottom:1px solid #EFEFEF;
	list-style:none;
}

ul.links li a {
	display:block;
	padding:5px 0 5px 17px;
	background:url(img/paper.gif) 2px 8px no-repeat;
}

ul.links li a:hover {
	background-color:#EFEFEF;
}

/*-----------------------------------------------------
  Main Contents
-----------------------------------------------------*/

#content {
	float:left;
	width:520px;
	text-align:left;
}

#content p {
	line-height:170%;
}

#content h2 {
	font:normal 1.5em Georgia, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	color:#B36969;
	text-transform:capitalize;
	margin-bottom:10px;
}

#content h3 {
	font:normal 1.2em Arial;
	color:#B36969;
	text-transform:capitalize;
	margin-bottom:10px;
	padding-top:10px;
	background:url(img/dot_line.gif) top repeat-x;
}

#content h5 {
	font:bold 1.0em Arial;
}

#content #list_left {
	float:left;
	margin-right:30px;
}

#content #list_left ul li {
	list-style:none;
	margin-bottom:5px;
}

#content #list_right {
	float:left
}

#content #list_right ul li {
	list-style:none;
	margin-bottom:5px;
}

#content .img_right {
	float:right;
	padding:5px;
	margin:5px 0 0 0;
	border:1px solid #CCC;
}

#content .img_left {
	float:left;
	padding:5px;
	margin:5px 10px 5px 0;
	border:1px solid #CCC;
}

#content ol {
	margin-bottom:20px;
}

#content ol li {
	margin-left:23px;
	line-height:16px;
}

/*-----------------------------------------------------
  Footer
-----------------------------------------------------*/

#footer {
	clear:both;
	height:50px;
	background:url(img/footer_background.gif) center bottom no-repeat;
	text-align:left;
	padding-left:40px;
	padding-top:20px;
	color:#A6A39E;
}

/*------------------------------------------------
  Others
------------------------------------------------*/

address {
	margin-bottom:10px;
}

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility: hidden;
}

.clearfix {
	display:inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}
/* End hide from IE-mac */







