@charset "UTF-8";
/* CSS Document */

html {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: url(../images/bg-body.jpg) repeat;
	margin: 0;
}
img {
	border: 0;
}
#sponsor_img img{
	height:125px;
	width:autopx;
	
}

#sponsor_img table {
	text-align:center;
}

#background {
	background-color: #000;
	display: block;
	height: autopx;
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
#page {
	background: url(../images/bg-page.jpg) repeat-y left top;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#connect .facebook, #connect .twitter, #connect .link-us {
	background: url(../images/icons.gif) no-repeat;
}
#contents span.header, #contents h3, #contents ul li, #contents div.blogs span {
	background: url(../images/interface.gif) no-repeat;
}

/** Links **/
#sidebar {
	float: left;
	color: #ebebeb;
	height: 100%;
	width: 260px;
	padding-left: 5px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0 0 60px;
	padding: 0;	
	text-align: left;
}
#sidebar a {
	color: #ebebeb;
	text-decoration: none;
}

#logo {
	line-height: 20px;
	margin: 0 0 60px;
}
#logo a {
	background: url(../images/logo.jpg) no-repeat right top;
	color: #be1010;
	display: block;
	font-size: 14px;
	width: 209px;
	padding: 159px 25px 0;
	text-align: center;
}
#logo a em {
	font-size: 16px;
}

#navigation li {
	font-size: 19px;
	line-height: 40px;
}
#navigation li a {
	display: block;
	width: 259px;
	text-transform: uppercase;
}
#navigation li.selected a, #navigation li a:hover {
	background: url(../images/menu-selected.gif) no-repeat 190px center;
}


#connect {
	display: inline-block;
}
#connect li {
	float: left;
	width: 85px;
	text-align: center;
}
#connect li a {
	display: block;
	height: 70px;
	margin: 0 auto;
}

#sidebar .footer {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

/** Contents **/
#contents {
	min-height: 1380px;
	width: 690px;
	margin: 0 0 0 264px;
	padding-top: 60px;
}
#contents span.header {
	background-position: 0 -224px;
	display: block;
	height: 47px;
	width: 644px;
	margin: 0 auto 13px;
}
#contents h3 {
	background-position: 0 -154px;
	color: #ebebeb;
	font-weight: normal;
	height: 27px;
	width: 596px;
	margin: 0 auto;
	padding: 18px 8px 15px;
	text-transform: uppercase;
}
#contents div {
	width: 612px;
	margin: 0 auto;
	padding: 0 0 20px;
}
#contents div a {
	color: #a40e0e;
	text-decoration: none;
}
#contents div p {
	font-size: 13px;
	line-height: 20px;
	margin: 20px 0 19px;
	padding: 0 0 20px;
}

#contents ul.images {
	display: inline-block;
	list-style-type: none;
	width: 622px;
	margin: 0 auto 15px;
}
#contents ul.images li {
	float: left;
	background-position: 0 0;
	height: 130px;
	width: 130px;
	margin: 13px 5px 13px;
	padding: 7px 7px 17px;
}

#contents .img-gallery {
	color: #000000;
	display: block;
	font-size: 11px;
	line-height: 20px;
	margin-left: 40px; 
}

#contents a.more {
	font-style: italic;
	text-decoration: underline;
}

/** About **/
#contents div.links a {
	background-color: #bfbdbd;
	color: #faf7f7;
	font-size: 12px;
	padding: 2px 10px 1px;
	text-decoration: none;
	text-transform: uppercase;
}

#contents div.about {
	margin-bottom: 0;
	padding-bottom: 20px;
}

#contents div.about span {
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
}

#contents div.tags {
	background-color: #bfbdbd;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	padding: 0;
}
#contents div.tags span {
	color: #626262;
	font-size: 0.92em;
	padding: 0 10px;
	text-transform: uppercase;
}
#contents div.tags a {
	color: #faf7f7;
	font-size: 12px;
	padding: 0 10px;
}

/** Blog **/
#contents div.blogs p {
	height: 160px;
	margin: 0;
	padding: 0;
}
#contents div.blogs span {
	float: left;
	background-position: 0 0;
	display: block;
	height: 130px;
	width: 130px;
	margin-right: 10px;
	padding: 7px 7px 23px;
}
#contents div.paginate a {
	color: #434242;
	font-size: 0.9em;
	padding: 0 3px;
}

/** IE6 **/
#background {
	_height: 1440px;
}

#sidebar {
	_height: 1440px;
}

/*------------------------- Contact styles ------------------------*/

#contact-form {
	background-color:#F2F7F9;
	width:465px;
	padding:20px;
	margin: 50px auto;	
	border: 3px solid #AF0000;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	position:relative;
	color:#000;
	text-align:center;
}

#contact-form h1 {
	font-size:42px;
}

#contact-form h2 {
	margin-bottom:15px;
	font-style:italic;
	font-weight:normal;
}

#contact-form input, 
#contact-form select, 
#contact-form textarea, 
#contact-form label {
	font-size:15px;
	margin-bottom:2px;
}

#contact-form input, 
#contact-form select, 
#contact-form textarea {
	width:450px;
	border: 1px solid #CEE1E8;
	margin-bottom:20px;
	padding:4px;
}

#contact-form input:focus, 
#contact-form select:focus, 
#contact-form textarea:focus {
	border: 1px solid #AFCDD8;
	background-color: #EBF2F4;
}

#contact-form textarea {
	height:150px;
	resize: none;
}

#contact-form label {
	display:block;
}

#contact-form .required {
	font-weight:bold;
	color:#F00;	
}

#contact-form #submit-button {
	width: 100px;
	background-color:#333;
	color:#000;
	border:none;
	display:block;
	float:right;
	margin-bottom:0px;
	margin-right:6px;
	background-color:#8FB5C1;
	-moz-border-radius:8px;
}

#contact-form #submit-button:hover {
	background-color: #A6CFDD;
}

#contact-form #submit-button:active {
	position:relative;
	top:1px;
}

#contact-form #loading {
	width:32px;
	height:32px;
	background-image:url(../images/loading.gif);
	display:block;
	position:absolute;
	right:130px;
	bottom:16px;
	display:none;
}

#errors {
	border:solid 1px #E58E8E;
	padding:10px;
	margin:25px 0px;
	display:block;
	width:437px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#FFE6E6 url(../images/cancel_48.png) no-repeat 405px center;
	display:none;
}

#errors li {
	padding:2px;
	list-style:none;	
}

#errors li:before {
	content: ' - ';	
}

#errors #info {
	font-weight:bold;
}

#errors #info:before {
	content: '';	
}

#success {
	border:solid 1px #83D186;
	padding:25px 10px;
	margin:25px 0px;
	display:block;
	width:437px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#D3EDD3 url(../images/accepted_48.png) no-repeat 405px center;
	font-weight:bold;
	display:none;
}

#errors.visible, #success.visible {
	display:block;	
}

#req-field-desc {
	font-style:italic;
}

/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required, textarea:required {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}

/* Normalize placeholder styles */

/* chrome, safari */
::-webkit-input-placeholder {
	color:#CCC;
	font-style:italic;
}

/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
	color:#CCC;
	font-style:italic;
}

/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  { 
	color:#CCC;
	font-style:italic;
}




.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

