/* =============== */
/* ! Body Layout   */
/* =============== */

abbr {
	border-bottom: 0px;
}

html {
	text-align: justify;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	height: 100%;
	font-size: 18px;
	background-image: url(images/background_resized.png);
	background-position: center center;
	background-repeat: repeat-y;
}

body {
	background-image: url(images/background_resized.png);
	background-position: center center;
	background-repeat: repeat-y;
	
	height: 100%;
}

body .container {
	width: 950px;
}

#main {
	background-image: url(images/background_resized.png);
	background-color: white;
	background-repeat: repeat-y;
	height: 100%;
}

a {
	color: #F8981D;
	text-decoration: none;
}

h2, h3 {
	font-size: 21px;
	font-weight: bold;
	line-height: 25px;
}

h1 {
	margin-bottom: 50px;
}

h2 img {
	margin-bottom: 20px;
}

h1, h2, h3 {
	text-align: left;
}

h2 {
	color: #F8981D;
	margin-bottom: 0px;
	line-height: 1.4em;
}

h3 {
	color: #1F2A39;
	margin-bottom: 0px;
}

p, 
.page-description-heading,
div.quote {
	margin-bottom: 25px;
}

.flash-embed {
	position: absolute;
	z-index: 2;
}

/* ================ */
/* ! Left Sidebar   */
/* ================ */

#left-sidebar {
	padding-top: 30px;
	width: 265px;
	float: left;
	padding: 0px;
	margin-right: 20px;	
}

#nav {
	overflow: hidden;
	width: 270px;
	margin: 0px 0px 100px 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
}

#nav li {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

li.hsg-popup-item {
	overflow: hidden;
}

div.hsg-popup {
	background-image: url(images/link_fix.png);
	width: 181px;
	height: 58px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	padding: 0px;	
	margin: 0px;	
}

.hsg-popup a {
	width: 138px;
	height: 27px;
	margin: 0px;
	padding-top: 3px;
	text-align: center; 
	float: right;
	clear: both;
	margin-bottom: 0px;
	cursor: pointer;
	position: relative;
	z-index: -1;
}

.hsg-popup a img {
	cursor: pointer;
	margin: 0px;
	position: relative;
	display: inline;
	z-index: 20;
}

/* ================ */
/* ! Main Content   */
/* ================ */

#center-content {
	width: 655px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	clear: right;
	position: relative;
	padding-top: 100px;
	float: left;
}

#center-content > div {
	overflow: hidden;
}

.quote {	
	font-style: italic;	
	color: #F8981D;
	margin-bottom: 1em;
}

.quote .source {
	text-align: right;
}

img.shout_out_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#contact-table {
	margin-top: 30px;
}

#contact-table td {
	padding-top: 0px;
	padding-bottom: 0px;
}

#newsletter-signup {
	margin-top: 30px;
	background-color: #97B7D3;
}

#newsletter-signup h3 {
	color: white;
	margin-bottom: 10px;
}

#newsletter-signup p {
	padding-left: 40px;
	margin-bottom: 0px;
}

#newsletter-signup input {
	width: 500px;
	border: 0px;
	line-height: 22px;
	height: 22px;
	margin-left: 10px;
}

/* ========== */
/* ! Footer   */
/* ========== */

#footer-content {
	width: 665px;
	margin-top: 100px;
	font-size: 11px;
	margin-bottom: 20px;
}

#footer-elements {
	width: 100%;
	overflow: hidden;
	padding-left: 10px;
	list-style: none;
}

#footer-content li {
	display: block;
	float: left;
	padding-right: 20px;
	text-align: center;
	overflow: hidden;
}

.fn {
	display: none;
}

#footer-elements {
	overflow: hidden;
	margin-bottom: 10px;
}

#footer-social {
	margin-top: 10px;
	overflow: hidden;
}

#footer-social {
	text-align: center;
	list-style: none;
	margin-left: 175px;
}

#footer-social li {
	float: left;
}

/* =================== */
/* ! Samples Gallery   */
/* =================== */

/***** STRUCTURE *****/

#wrapper {
	width:100%;
	min-width:100%;
	margin:0 auto;
	padding:0;
}

#wrapper_main {
	width:100%;
	min-width:100%;
	margin:0 auto;
	padding:0;
}

#wrapper_site {
	width:630px;
	position:relative;
	margin:50px auto 0 auto;
	padding:0px;
}

/***** GALLERY *****/

.gallery {
	list-style:none;
	margin:0;
	padding:0;
}
.gallery li {
	float:left;
	margin:10px;
	padding:0;
	list-style:none;
}
.gallery li {
	background:#000;
	display:block;
}

.gallery li .image {
	position:relative;
	float:left; /* optional */
	padding:5px;
	background:#000;
	width:250px;
	height:132px;
}
.gallery li .image .text {
	position:absolute;
	top:100px;
	left:5px;
	width:200px;
	height:20px;
	padding:5px 0 0 5px;
	background: url(images/bg_img_caption.png);
	font:13px/13px Arial, Helvetica, sans-serif normal;
	color:#FFF;
	display:block;
}

.hide {
	display:none;
	visibility:hidden;
}