/*
Design by Peter Mikhael
http://www.petermikhael.com
Released for free under a Creative Commons Attribution
Version 0.5
*/

@import url("reset.css");
@import url("../shadowbox/shadowbox.css");

#basic-elements------------------- {}
html, body  {
	background-color: #f1f4f6;
}
html {
	font-size: 100%;
}
body {
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #616161;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	color: #4b4745;
	font-weight:bold;
	line-height: 1em;
	margin-bottom: 10px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
	line-height: 28px;
}
h3 {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #999999;
}
a:hover {
	color: #CCCCCC;
}
p  {
	margin-bottom: 10px;
}
ol {
	margin-top: 20px;
	margin-bottom: 20px;
}

ul {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
li {
	color: #999999;
}

#style-elements------------------- {}
.big {font-size: 1.8em; padding:0; line-height:1.2em; color:#f1f1f1; margin:0 0 22px 0;}
.fat{font-weight:bold;}
.gray {color: #666; font-size:1em; font-style:normal;}
div.hr {height: 15px; background-attachment: scroll; background-image: url(../images/hr.jpg); background-repeat: repeat-x;	background-position: center;}
div.hr hr {display: none;}
.red {color:#a60101;}
.small  {font-size: 1.1em; padding:0; line-height:1.4em;}
.white {font-size: 1.2em; padding:0 10px 0 0; line-height:1.4em; color:#fff;}
.title{font-size:1.1em; font-style:italic; color:#227ab0;}
.stroke {border:1px solid #fff;}
.more {padding-left: 16px; background-image: url(../images/read_more.gif); background-repeat: no-repeat; background-position: left 3px;}
.comments {padding-left: 18px; background-image: url(../images/comments.gif); background-repeat: no-repeat;	background-position: left 4px;}
.line_through {text-decoration: line-through;}
.bg {background-image: url(../images/input_bg.jpg);	background-repeat: repeat-x; background-color: #ededed;}

#position-elements------------------- {}
.left{ float:left;}
.left_margin_right{ float:left; margin:0 10px 0 0; font-size:1.2em;}
.left_margin_right_top{ float:left; margin:4px 10px 0 0;}
.right{ float:right;}
.right_margin_right{ float:right; margin:0 20px 0 0;}
.right_margin_top{ float:right; margin:40px 0 0 0;}
.clear_both {display: block; clear: both; margin-right: auto; margin-left: auto;}
.hidden{display:none;}
.pointer{cursor:pointer;}

#clear-floated-elements------------------- {}
/* Clear Floated Elements
/* http://sonspring.com/journal/clearing-floats */
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clear {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}
.clearfix:after {clear: both; content: ' '; display: block;	font-size: 0; line-height: 0; visibility: hidden; width: 0;	height: 0;}
.clearfix { display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

#index-layout------------------- {}
#container {
	clear: both;
	width: 960px;
	margin: 0px auto;
}
#header {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	overflow: auto;
	height: 70px;
}
#header h1 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
	display: inline;
}
#header h2 {
	float: right;
	color: #000000;
	margin-right: 10px;
	display: inline;
}

#logo {
	display: block;
	width: 130px;
	height: 50px; /* the size of the image */
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	float: left;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	float: left;
}
#menu {
	overflow: auto;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	clear: both;
	height: 25px;
}
#menu .first {
	margin: 0px;

}
#menu li {
	display: block;
	background-color: #E1E8EC;
	width: 87px;
	float: left;
	text-align: center;
	margin-left: 10px;
	height: 25px;
}



#menu ul {
	margin: 0px;
	padding: 0px;
}

#sidebar1 {
	width: 240px;
	float: left;
	margin-right: 10px;

}
#maincontent {
	width: 520px;
	float: left;

}

#sidebar2 {
	width: 180px;
	float: right;
}
.element  {
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 10px;
}
.list1  {
	margin: 0px;
	padding: 0px;
}
.list1 ul {
	margin: 0px;
	padding: 0px;
}

.list1 li  {
	margin-bottom: 10px;
	padding-left: 16px;
	font-weight: normal;
	background-image: url(../images/marker01.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
}
.list2  {
	padding: 0px;
	width: 235px;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.list2 ul {
	margin: 0px;
	padding: 0px;
}

.list2 li {
	margin-bottom: 10px;
	padding-left: 16px;
	font-weight: normal;
	background-image: url(../images/marker01.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
}
#footer {
	text-align: center;
	background-color: #FFFFFF;
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	margin: 0px;
}

#form-container-styles------------------- {}
#form_container {
	overflow: auto;
	width: 400px;
}
#form_container  p {
	display: block;
	float: left;
	width: 100px;
	margin: 0px;
}
#form_container li {
	display: block;
	width: 350px;
	overflow: auto;
	margin-top: 5px;
}
#form_container select, #form_container textarea, #form_container input{
	border: 1px solid #D3D3D3;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #667f92;
	width: 190px;
	background-color: #FFFFFF;
	float: left;
}
#form_container .submit {
	width: 80px;
	display: block;
	margin-right: 8px;
	background-color: #FFFFFF;
	cursor:pointer;
	background-image: url(../images/input_bg.jpg);
}
#form_container .checkbox {
	width: 15px;
	margin-right: 8px;
}
#form_container  .p_spacing {
	width: 100px;
	display: inline;
	float: left;
}
#internal pages styles------------------- {}
