body {
	font: 62.5% Arial;
	color: #666;
	line-height: 170%;
	margin: 0;
	padding: 0;
	background: #eee;
}

img {
	border: 0;
}

object {
	margin: 0;
	padding: 0;
}

embed {
	margin: 0;
	padding: 0;
}

a {
	color: #008ac0;
	text-decoration: none;
}
	
	a:hover {
		color: #fff;
		background: #008ac0;
	}

label {
	font: 1.3em Arial;
	color: #888;
	width: 16em;
	margin-right: 0.5em;
	padding-top: 7px;
	text-align: right;
	display: block;
	float: left;
}

input {
	margin-left: 2em;
}
	
	input.submit {
		margin-left: 28em;
	}

h1 {
	padding: 0;
	margin: 0;
	font: 2.3em 'Trebuchet MS';
	margin-bottom: 30px;
	background: url('/images/lined-header.gif') repeat-x;
	background-position: 0 50%;
	color: #333;
}
	
	h1 span {
		background: #fff;
		padding-right: 10px;
	}

h2 {
	margin-top: 40px;
	font:1.6em 'Trebuchet MS';
	background: url('/images/lined-header.gif') repeat-x;
	background-position: 0 50%;
	color: #444;
}
	
	h2 span {
		background: #fff;
		padding-right: 10px;
	}

h3 {
	background: #008ac0;
	padding: 2px 17px 2px 17px;
	margin: 40px -17px 10px -17px;
	font: 1.1em Arial;
	color: #fff;
}

p {
	color: #666;
	font-size: 1em;
	padding: 5px 0;
	line-height: 170%;
}
	
	p.made {
		line-height: 60px;
	}
		
		p.made a:hover img {
			background: #fff;
		}
		
		p.made img {
			vertical-align: middle;
			padding: 0 5px;
		}

ol li {
	line-height: 170%;
	padding-bottom: 10px;
}

ul#pagination {
	list-style-type: none;
	margin: 20px auto;
	padding: 0;
	font: 1.1em Georgia;
	width: 100%;
	text-align: center;
}
	
	ul#pagination li {
		display: inline;
		margin: 0 2px;
		padding: 0;
	}
		
		ul#pagination li.disabled {
			color: #ccc;
			border: 1px solid #ccc;
			padding: 2px 5px;
		}
	
	ul#pagination li a {
		color: #ff8c00;
		border: 1px solid #ccc;
		padding: 2px 5px;
	}
		
		ul#pagination li a:hover {
			background: 0;
			border-color: #888;
		}
	
	ul#pagination li a.active {
		color: #fff;
		border: 1px solid #ff8c00;
		background: #ff8c00;
		padding: 2px 5px;
		font-size: 1.4em;
	}

.success {
	border: 1px solid #b9db97;
	margin: 10px 0;
	padding: 10px 10px 10px 60px;
	background: #e5eed6 url('/images/icons/success.png') no-repeat;
	background-position: 25px 50%;
	color: #00aa22;
}

.error {
	border: 1px solid #fcee80;
	margin: 10px 0;
	padding: 10px 10px 10px 60px;
	background: #fff29c url('/images/icons/error.png') no-repeat;
	background-position: 25px 50%;
	color: #7b3629;
}

ul.vertical-nav {
	margin: 0 -17px;
	padding: 0;
	list-style-type: none;
}
	
	ul.vertical-nav li {
		padding: 5px 0;
	}
		
		ul.vertical-nav li a {
			padding: 5px 17px;
		}
			
			ul.vertical-nav li a:hover {
				background: #f5f5f5;
				color: #666;
			}
		
		ul.vertical-nav li.active, ul.vertical-nav li.active a {
			background: #008ac0;
			color: #fff;
		}

.content {
	width: 860px;
	margin: 0 auto;
}

.navContainer {
 	background: #fff;
 	padding: 10px;
 	width: 535px;
 	overflow: hidden;
 	height: 100%;
}
	
	.navContainer .navPanelContainer {
		width: 3000px;
		position: relative;
		left: 0;
		top: 0;
		height: 130px;
		overflow: hidden;
	}
	
		.navContainer .navPanel {
			float: left;
			width: 535px;
			margin-right: 10px;
		}

.left {
	float: left;
	width: 262px;
}
	
	.alt-left {
		float: left;
		width: 159px;
	}
	
	.wide-left {
		float: left;
		width: 548px;
	}

.right {
	float: right;
	width: 548px;
}
	
	.alt-right {
		float: right;
		width: 608px;
	}
	
	.narrow-right {
		float: right;
		width: 262px;
	}
	
#overlay {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url('/images/overlay_background.png');
	display: none;
}
	
	#overlay #overlayContainer {
		position: absolute;
		margin-left: -50px;
		margin-top: 100px;
		left: 50%;
	}
		
		#overlay #overlayContainer #overlayContent {
			width: 75px;
			height: 75px;
		}
	
.overlay {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url('/images/overlay_background.png');
	display: none;
}
	
	.overlay .youtube_overlay_container {
		position: absolute;
		margin-left: -241px;
		margin-top: 100px;
		left: 50%;
		width: 483px;
	}
	
#toContainer ul#contacts {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
	
	#toContainer ul#contacts li {
		float: left;
		background: #fff;
		border: 1px solid #008ac0;
		color: #008ac0;
		padding: 2px 5px 3px;
		font: 1em Arial;
		margin-right: 5px;
		-moz-border-radius-bottomleft: 6px;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
	}

#autocomplete {
	position: absolute;
	top: 25px;
	left: 0;
	width: 530px;
	display: none;
}
	
	#autocomplete #options {
		font-size: 1.1em;
		color: #888;
	}
		
		#autocomplete #options .autocompleteOption {
			border-bottom: 1px solid #ccc;
			padding: 5px;
			cursor: pointer;
			background: #fff;
			color: #008ac0;
		}
			
			#autocomplete #options .autocompleteOption .highlight {
				background: #eee;
				font-weight: bold;
			}
			
			#autocomplete #options .autocompleteOption:hover {
				background: #008ac0;
				color: #fff;
			}
				
				#autocomplete #options .autocompleteOption:hover .highlight {
					background: #00575d;
				}

#pageWrapper {
	font-size: 1.3em;
}
	
	#navigation {
		background: url('/images/bg-header.png') repeat-x;
		background-position: bottom;
		vertical-align: middle;
		color: #666;
		padding-bottom: 8px;
		margin-bottom: 40px;
		position: relative;
	}
		
		#navigation ul.main-nav {
			font: 1.2em 'Trebuchet MS';
			list-style-type: none;
			margin: 0;
			padding: 0;
			padding-left: 8px;
		}
			
			#navigation ul.main-nav li {
				float: left;
				margin-right: 10px;
				padding: 0;
				text-align: center;
				position: relative;
			}
				
			#navigation ul.main-nav li.current {
				background: #008ac0;
			}
			
			#navigation ul.main-nav a {
				display: block;
				color: #666;
				text-decoration: none;
				padding: 0.5em 0.75em;
			}
				
				#navigation ul.main-nav li.current a {
					color: #fff;
				}
					
					#navigation ul.main-nav a:hover {
						background: #eee;
					}
					
					#navigation ul.main-nav li.current a:hover {
						background: #008ac0;
					}
		
			#navigation ul.main-nav li ul {
				list-style-type: none;
				position: absolute;
				top: 35px;
				left: 0;
				width: 200px;
				font: 0.8em Arial;
				background: #fff;
				margin: 0;
				padding: 5px;
				padding-top: 0;
				border: 1px solid #c1c1c1;
				border-top: 0;
				display: none;
				z-index: 2000;
			}
				
				#navigation ul.main-nav li:hover ul {
					display: block;
				}
				
				#navigation ul.main-nav li ul li {
					padding: 0;
					margin: 0;
					width: 200px;
					text-align: left;
					border-bottom: 1px solid #ccc;
				}
		
		#navigation div.nav-text {
			float: right;
			font: 0.9em Arial;
			padding-top: 11px;
			padding-right: 8px;
		}
	
	#sidebar {
		float: left;
		width: 246px;
		margin-bottom: 40px;
	}
		
		#sidebar div.top {
			background: url('/images/bg-sidebar-top.png') no-repeat;
			height: 15px;
		}
		
		#sidebar div.bottom {
			background: url('/images/bg-sidebar-bottom.png') no-repeat;
			height: 15px;
		}
		
		#sidebar div.main {
			background: url('/images/bg-sidebar.png') repeat-y;
			padding: 3px 25px;
			padding-top: 10px;
		}
	
	#main {
		float: right;
		width: 606px;
		margin-bottom: 40px;
	}
		
		#main div.top {
			background: url('/images/bg-main-top.png') no-repeat;
			height: 15px;
		}
			
			#main div.alt-top {
				background: url('/images/bg-main-alt-top.png') no-repeat;
				height: 15px;
			}
		
		#main div.bottom {
			background: url('/images/bg-main-bottom.png') no-repeat;
			height: 15px;
		}
			
			#main div.alt-bottom {
				background: url('/images/bg-main-alt-bottom.png') no-repeat;
				height: 15px;
			}
		
		#main div.main {
			background: url('/images/bg-main.png') repeat-y;
			padding: 3px 25px;
		}
			
			#main div.alt-main {
				background: url('/images/bg-alt-main.png') repeat-y;
				padding: 5px 25px 15px;
			}
				
				#main div.alt-main ul.nav, #main div.alt-main ul.nav a {
					margin: 0;
					padding: 0;
					list-style-type: none;
					color: #fff;
					background: 0;
				}
					
					#main div.alt-main ul.nav li {
						float: left;
						margin-right: 5px;
						line-height: 2em;
						vertical-align: middle;
						padding: 0 5px;
						cursor: pointer;
						font-family: 'Trebuchet MS';
					}
						
						#main div.alt-main ul.nav li:hover, #main div.alt-main ul.nav li:hover a {
							background: #005678;
							/*color: #008ac0;*/
							color: #fff;
						}
						
						#main div.alt-main ul.nav li img {
							vertical-align: middle;
						}
					
					#main div.alt-main ul.nav li.active, #main div.alt-main ul.nav li.active a {
						background: #fff;
						color: #008ac0;
						cursor: default;
					}
	
	#header {
		width: 860px;
		margin-bottom: 40px;
	}
		
		#header div.top {
			background: url('/images/bg-header-top.png') no-repeat;
			height: 15px;
		}
		
		#header div.alt-top {
			background: url('/images/bg-header-alt-top.png') no-repeat;
			height: 15px;
		}
		
		#header div.bottom {
			background: url('/images/bg-header-bottom.png') no-repeat;
			height: 15px;
		}
			
		#header div.header {
			background: url('/images/bg-alt-header2.png') no-repeat;
			padding: 10px 25px;
			height: 152px;
			color: #fff;
		}
			
			#header div.header img.profile {
				border: 3px solid #fff;
			}
		
		#header div.main {
			background: url('/images/bg-header2.png') repeat-y;
			padding: 3px 25px;
			padding-top: 20px;
		}
			
			#footer {
				font-size: 0.8em;
				margin-top: 40px;
			}
				
				#footer .right {
					text-align: right;
				}