/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 76%;
	color: #888;
	height: 100%;
	background: #fff url(img/bg.jpg) repeat-x;
	}
a { text-decoration: none; color: #11A0CF; font-size: 1em; padding: 1px 2px; }
a:hover { background-color: #f4f4f4; }
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
	}	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header { 
	background: url(img/header_top1.gif) no-repeat 100% 5px; 
	width: 750px; 
	margin: 0 auto;	
	padding: 0;
	}
#header div { 
	background: url(img/header_botm1.jpg) no-repeat 0px 70px; 
	text-align: left;
	padding: 45px 0 97px 20px;	
	}	
#header h1 {
	margin: 0; 
	clear: both;
	padding: 43px 0 0 40px;	
	font-size: 2.7em;	
	}
#header h1 a { 
	padding: 0;
	color: #000;
	font-family: Century Gothic, sans-serif;
	font-weight: normal;
	color: #000;	
	}	
#header h1 a:hover { background-color: transparent; }	
* html #header h1 { padding-top: 23px; }	

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin: 0 40px;
	padding: 0;	
	}
#header li { 
	display: inline;
	list-style-type: none;
	margin: 0 5px;
	font-size: 1.2em;
	background: url(img/nav.gif) no-repeat;
	width: 114px;
	height: 25px;
	float: left;
	text-align: center;
	}	
#header li a { 
	display: block; 
	width: 100%;
	color: #fff;
	padding-top: 7px;
	}		
#header li a.on,
#header li a:hover { background-color: #333; color: #9c0; height: 20px; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 700px;
	margin: 0 auto;
	padding-bottom: 50px;
	}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content h2 { 
	font-size: 20px;
	color: #333;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 0 0 20px 0;
	clear: both;
	}	
#content h2 em { 
	color: #09C; 
	font-style: normal;
	}
#content h3 { 
	font-size: 20px;
	color: #333;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 0 0 20px 0;
	clear: both;
	}
#content h3 em { 
	color: #FF0000; 
	font-style: normal;
	}
#content p {
	text-indent: 3em;
	line-height: 2.5em;
	letter-spacing: 0.1em;	
	}	
	
#content ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	
#content li {
	list-style-type: none;
	background: url(img/bullet.gif) no-repeat 0px 8px;
	padding: 0 0 0 25px;
	line-height: 2em;
	letter-spacing: 0.1em;	
	}	
#content blockquote { 
	background-color: #FFFFF0; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#content blockquote p { margin: 0; text-indent: 0; }

/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 20px 0;
	padding: 0;
	}
#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.thumbs li { 
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
	}
#content ul.thumbs li a img { border: 5px solid #ddd; }
#content ul.thumbs li a:hover img { border: 5px solid #333; }	
html>body #content ul.thumbs li a { background-color: transparent; }
	
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
	width: 225px;
	text-align: left;
	margin-right: 35px;
	}


/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 438px;	
	text-align: left;	
	}
		
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	
	position: absolute !important;
	width: 100% !important;
	z-index: 500 !important;
	position: relative;	
	padding: 10px 0;	
	margin-top: -36px;
	background-color: #333;		
	color: #999;	
	font-size: 11px;
	border-top: 3px solid #ccc;
	}	
#footer p { margin: 0 10px; text-align: center; }	
#footer a:hover { background-color: #222; }











































































/*------------------------- Header ------------------------*/
.sidebar {
	width:229px;
	float:left;
	height:auto;
	position: relative;
}
.sidebar ul {
	padding:0;
	margin:0;
	list-style:none;
}
.sidebar ul li:first-child {
	padding-top:0;
}
.sidebar ul li {
	text-align:right;
	padding:29px 27px 0 0;
}
.sidebar ul li.selected a, .sidebar ul li a:hover {
	color:#6b6b6b;
}
.sidebar ul li a {
	font-family:Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size:24px;
	color:#919191;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	line-height:30px;
	text-shadow:0 1px 0 #dfdfdf;
}
.sidebar form {
	margin:700px 0 0;
	text-align:center;
}
.sidebar form span {
	font-family:Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	color:#7d7d7d;
	text-shadow:-1px 1px 0 #fff;
	font-size:18px;
	text-transform:uppercase;
	padding: 0 0 7px;
	display:block;
}
.sidebar form input {
	background:url(../images/bg-input.jpg) repeat-x;
	border-bottom:1px solid #fefefe;
	border-top:0;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	width:172px;
	padding:6px 5px;
	color:#fefefe;
	margin:0;
	text-align:center;
	text-shadow:0 1px 0 #000000;
	font-size:12px;
	letter-spacing:0.010em;
	font-family: 'Conv_Muli-Regular';
}
.sidebar form input#submit {
	background: none #e6e6e6;
	width:84px;
	border-radius:5px;
	border:1px solid #fff;
	padding:0;
	height:23px;
	color:#767676;
	font-family:Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	text-transform:uppercase;
	font-size:13px;
	margin:12px 0 0;
	cursor:pointer;
	text-shadow:none;
}
.sidebar .connect {
	overflow: hidden;
	padding: 32px 48px 18px;
}
.sidebar .connect a#facebook {
	width:37px;
	height:37px;
	display:inline-block;
	float:left;
	text-indent:-99999px;
	background:url(../images/icons.png) no-repeat 0 -83px;
}
.sidebar .connect a#facebook:hover {
	background:url(../images/icons.png) no-repeat 0 -121px;
}
.sidebar .connect a#twitter {
	width:37px;
	height:37px;
	display:inline-block;
	float:left;
	text-indent:-99999px;
	background:url(../images/icons.png) no-repeat 0 -41px;
	margin:0 5px;
}
.sidebar .connect a#twitter:hover {
	background:url(../images/icons.png) no-repeat 0 -197px;
}
.sidebar .connect a#googleplus {
	width:37px;
	height:37px;
	display:inline-block;
	float:left;
	text-indent:-99999px;
	background:url(../images/icons.png) no-repeat 0 0;
}
.sidebar .connect a#googleplus:hover {
	background:url(../images/icons.png) no-repeat 0 -159px;
}
.sidebar p {
	clear:both;
	text-align:center;
	color:#fff;
	text-shadow:0 1px 0 #797979;
	line-height:24px;
	font-size:12px;
	margin:0;
	letter-spacing:0.001em;
	font-family: 'Conv_Muli-Regular';
}
