@charset "UTF-8";

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}


/* general
-------------------------------------------------*/
body {
	font: normal 0.93em/2em Verdana,Arial,Helvetica,sans-serif;
	width: 100%;
	color: #333;
	background: #fff url(../img/bk.gif) no-repeat center top;
	}

p {
	margin: 0 0 1.5em;
	}

em, i {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

big {
	font-size: 1.2em;
	font-weight: bold;
	}
	
small {
	font-size: .9em;
	}

ol {
	margin: 1.2em 0 1.8em 26px;
	}

ol li {
	list-style: decimal;
	padding: 0 0 .5em;
	}

ul {
	margin: 1.2em 0 1.8em 10px;
	}
	
ul li {
	background: url(../img/bullet.gif) no-repeat 0 50%;
	padding: 0 0 0 14px;
	}

ol ul, ul ul {
	margin: 1em 0 0 1em;
}

ol ul li, ul ul li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	color: #000;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.6em;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.5em;
	}

h4 {
	font-size: 1.2em;
	}

a {
	color: #52252c;
	text-decoration: underline;
	background-color: transparent;
	}

a:hover {
	background-color: #e0e7e8;
	text-decoration: none;
	}

.clear {
	clear:both;
	}

.upper {
	text-transform:uppercase;
	}

.bold {
	font-weight: bold;
	}
	
.dark {
	font-weight: bold;
	color: #000;
	background: transparent;
	}

.center {
	text-align: center;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #e0e0e0;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid #e0e0e0;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border: 1px solid #e0e0e0;
	}
	
img.noborder {
	border: none;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

div .dotline {
	height: 1px;
	width: 100%;
	background: url(../img/dotline.gif) repeat-x;
	margin: 0 0 5px 0;
	clear: both;
}

div .dotline2 {
	height: 40px;
	width: 550px;
	background: url(../img/dotline2.gif) no-repeat;
	margin: 0;
	clear: both;
}

/* -- Header -- */

#header {
	height: 80px;
	width: 100%;
	margin: 0 auto;
	background: #000 url(../img/bk1.gif) no-repeat center top;
	color: #ccc;
	}

/* -- Contents col1 -- */

#wrapper {
	margin: 0 auto;
	min-height: 600px;
	width: 980px;
	background-color: transparent;
	}

#wrapper .col1 {
	margin: 80px 0 10px;
	padding-left: 40px;
	float: left;
	width: 600px;
	}

#wrapper .col1 ul.inlineimg {
	margin: 1em 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: .9em;
}

#wrapper .col1 ul.inlineimg li {
	float: left;
	display: inline;
	height:150px;
	width:140px;
	margin:0 10px 0 0;
	padding:0;
	text-align: center;
	line-height: 1.2em;
}

#wrapper .col1 ul.inlineimg li a{
	text-decoration: none;
	}

/* -- Contents col2 -- */

#wrapper .col2,#wrapper .col3 {
	margin: 40px 0 10px;
	padding-left: 40px;
	float: left;
	width: 600px;
	}

#wrapper .col2 p {
	padding: 20px 0;
	}

#wrapper .col2 p.firstline {
	padding: 0;
	}

#wrapper .col2 img {
	margin: 6px 20px 20px 0;
	padding: 4px;
	border: 1px solid #ccc;
	float: left;
	}

#wrapper .col2 ul {
	margin: 50px 0 0 0;
	padding: 0;
	font-size: .9em;
	list-style: none;
}

#wrapper .col2 ul img {
	margin: 0 0 3px 0;
	padding: 3px;
	border: 1px solid #ccc;
	float: none;
	}

#wrapper .col2 ul li {
	float: left;
	display: inline;
	height:200px;
	width: 188px;
	margin:0 10px 0 0;
	text-align: center;
	padding:0;
	line-height: 1.2em;
	background-image: none;
}

#wrapper .col2 ul li a{
	text-decoration: none;
	}



/* -- Sidebar -- */

#wrapper .sidebar {
	float: right;
	width: 180px;
	margin: 80px 0;
	padding-right: 15px;
	font-size: 0.93em;
}

#wrapper .sidebar ul li {
	background: url(../img/bullet.gif) no-repeat 0 50%;
	padding: 0 0 0 14px;
	line-height: 2.5em;
	color: #999;
	border-bottom: 1px solid #c3bab4;
	}

#wrapper .sidebar li a {
	text-decoration: none;
	display: block;
	}

/* -- Footer -- */

#footer {
	width: 100%;
	background-color: #c3bfb8;
	}

#fwrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 4em 0;
	background-color: transparent;
	}

#fwrapper img {
	border: none;
	margin: 0;
	padding: 0;
	}

#fwrapper img a{
	text-decoration: none;
	}

#fwrapper p {
	margin: 0;
	padding: 2em 40px 0;
	font-size: 0.9em;
	line-height: 1.2em;
	}