@charset "utf-8";
/* CSS Document */

*{margin:0px; padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;}

h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6d2900;
	font-weight:normal;
	clear:both;
}
h1 {
	font-size:24px;
	margin-top:10px;
	margin-bottom:25px;
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
	letter-spacing:0.01em;
	line-height:16px;
}
h2 {
	font-size:20px;
	margin-top:15px;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
	letter-spacing:0.01em;
	line-height:16px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}

a{cursor:pointer;}
#content a{color:#D1761B; text-decoration:none;}
#content a:hover{background-color:#FBEFE3;}

#content ul{margin:20px;}
#content li{margin:2px; margin-left:15px; }

#content, p {
	color:#666666;
	letter-spacing:0.01em;
	line-height:16px;
}
p {
	margin-bottom:10px;
	margin-top:5px;
}

td{vertical-align:top;}

/* forms - colors */

input[type=text], input[type=password], select, textarea {
	border:1px solid #eeeeee;
	color:#666666;
}
input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
	background-color:#FDF5EC;
	border:1px solid #FAE6D3;
}
input[type=submit], input[type=button], .button {
	background-image:url(images/button_h30_per75.png);
	background-color:#ebdab2;
	color:#666666;
	border:1px solid #F3D8BA;
}
input[type=submit]:hover, input[type=button]:hover, .button:hover {
	border:1px solid #EEB488;
}

/* forms - layout */

input[type=text], input[type=password], select, textarea {
	width:100%;
	margin-bottom:3px;
	padding:2px;
}
input[type=submit], input[type=button], .button {
	background-position:bottom;
	cursor:pointer;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:4px;
	padding-top:3px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
input[type=submit]:hover, input[type=button]:hover, .button:hover {
	background-position:top;
}

/* messages & errors */

#content .message {
	padding:8px;
	width:90%;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid #FFFFB7;
	background-color:#FFFFDA;
	font-weight:bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content .error {
	padding:8px;
	width:90%;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid #FA9792;
	background-color:#FEEAE9;
	font-weight:bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/* layout */
body{background-image:url(images/bg.jpg); background-repeat:repeat-x;}
#hbg{position:absolute; width:100%; height:304px; background-image:url(images/header.jpg); background-repeat:no-repeat; background-position:top center;}
#container{width:980px; margin:auto;}
#header{height:304px; margin-bottom:20px; background-image:url(images/header.jpg); background-position:top center;}
#left{float:left; width:200px; padding-top:2px;}
#contentwrapper{float:left; width:575px; overflow:hidden;}
#content{overflow:hidden; padding-right:50px;}
#right{float:left; width:201px; text-align:right;}
#footer{clear:both;}

/* menu */

#menu{width:70%;}
#menu li{padding:10px; border-bottom:1px solid #cccccc; list-style-type:none; list-style-position:inside; font-weight:bold;}
#menu a{text-decoration:none; color:#000000; display:list-item;}
#menu a:hover{text-decoration:underline;}
#menu li.current_page_item a{text-decoration:underline;}

/* footer */
#footer {
	clear:both;
	width:90%;
	margin-left:10%;
	height:40px;
	margin-top:50px;
	padding-top:10px;
	border-top:1px solid #cccccc;
}
#footer a{color:#777777; text-decoration:none;}
#footer a:hover{color:#333333;}

#footer p {
	clear:both;
	margin:0px;
	padding:0px;
	margin-right:30px;
	color:#999999;
	padding-left:6px;
	padding-bottom:5px;
}
#footer ul {
	clear:both;
	text-align:center;
}
#footer li {
	float:left;
	list-style-type:disc;
	list-style-position:inside;
	color:#CCCCCC;
	margin-left:10px;
}


/* to satisfy wordpress */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #dddddd;
	text-align: center;
	font-size:10px;
	background-color:#eeeeee;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption p {
	padding:5px;
	font-size:10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

