/*  ABOUT THE PROJECT
PROJECT NAME : AHK 
LUNCHED DATE : 1/2013
DESGIEND BY : SHIFT E_BUSENISS ,,,, "HTML TEAM"
*/

				/* --------------------------------------- GENERAL CODE BEGINNING ------------------------------------------ */
body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#C8C8C8;
	}

#container {
	width:1000px;
	margin:auto;
}

		/*-------------------------------------- HEADER CSS BEGINNING -----------------------------------------*/

#header {
	float: left;
	width: 100%;
}
		/*-------------------------------------- CONTENT CSS BEGINNING -----------------------------------------*/

#content {
	float:left;
	width:950px;
}
		/*------------------------------- Footer Css Beginning --------------------------------*/
#footer {
	float: left;
	width:100%;
	text-align:center;
	margin-top: 25px;
	margin-bottom: 25px;
}
#footer small {
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
#footer small a{
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration:none;
}
#footer small a:hover{
	text-decoration: underline;
}
.logo {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.sponsorLogos {
	float: left;
	margin-top:-37px;
	margin-bottom:20px;
}
.sponsorLogos_1 {
	float: left;
	margin-right:10px;
	margin-top:38px;
}
.mainContainer {
	float: left;
	width:950px;
	padding:10px 25px;
	background-color:#FFF;
}
.gallery {
	float: left;
}
.contentData {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.rightContent {
	float: left;
	margin-left: 35px;
	width:300px;
}
.rightContentTop{
	float: left;
	width:270px;
	height:511px;
	background-image:url(../images/leftSideBG.jpg);
	background-repeat:no-repeat;
	margin-bottom: 50px;
	margin-top:10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	}
.leftContent {
	float: left;
	width: 610px;
}
.leftContent h3 {
	font-size: 16px;
	color: #769c1c;
	border-bottom:#E1E1E1 solid 1px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-transform:uppercase;
}
.leftContent p {
	font-size: 14px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	line-height:17.5px
}

.sponsors{
	position:relative;
	overflow: hidden;
	margin-top:-1px;
	float: left;
}
	.sponsors li{ float:left; margin:0 50px 0 0px;}
	.sponsors li a{ display:block;}
	.sponsors li a img{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
	.sponsors li a:hover img{-webkit-transform:scale(0.9);-moz-transform:scale(0.9);-o-transform:scale(0.9);transform:scale(0.9);}



.topSponsors {
	float: left;
	width: 300px;
	margin-left:340px;
}
.sponsors2{
	position:relative;
	overflow: hidden;
	margin-top:-1px;
	float: left;
}
	.sponsors2 li{
	float:left;
	margin:0 10px 0 0px;
}
	.sponsors2 li a{ display:block;}
	.sponsors2 li a img{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
	.sponsors2 li a:hover img{-webkit-transform:scale(0.9);-moz-transform:scale(0.9);-o-transform:scale(0.9);transform:scale(0.9);}

.lastSponsors {
	float: left;
	width: 100%;
}


.lastSponsors h2 {
	font-size: 12px;
	font-weight:normal;
	color: #4e6426;
	padding:12px 0 15px 0;
}
.rightContent h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top:43px;
	padding-bottom:20px;
}
.rightContent h1 a{
	text-decoration:underline;
	color:#000;
}
.rightContent h1 a:hover{
	text-decoration:none;
	color:#769c1c;
}
.rightContent ul {
	margin:0 0 0 5px;
}
.rightContent ul li {
	font-size: 13px;
	list-style-type: none;
	font-weight:bold;
    line-height: 16px;
	}
.rightContent ul li span {
	margin-left: 70px;
}
.rightContentBottom {
	float: left;
	width: 300px;
	margin-left:30px;
}
.rightContentBottom h2{
	font-size: 13px;
	color: #4e6426;
	padding:12px 0 15px 0;
	font-weight:normal;
}
.rightContentBottom img{
	float:left;
	margin:0 10px 0 0;
}
.leftContent h4 {
	color: #769c1c;
	font-size: 13px;
	padding:10px 0 5px 0;
	font-weight:bold;
}
.leftContent ul {
	margin:0 0 20px 5px;
}
.leftContent ul li {
	line-height:20px;
	font-size:12px;
	font-weight:normal;
	}
.leftContent ul li a{
	font-size:12px;
	font-weight:normal;
	text-decoration: underline;
	color:#000;
		}
.leftContent ul li a:hover{
	text-decoration: none;
	color:#769c1c;
		}
.line {
	background-color: #EDEDED;
	height: 1px;
	width: 330px;
	margin:10px 0 10px 150px;
}








nav.main-menu{
	width:950px;
	float: left;
	background: #F3F3F3;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F3F3F3), to(#E2E2E2));
	background: -webkit-linear-gradient(#F3F3F3, #E2E2E2);
	background: -moz-linear-gradient(#F3F3F3, #E2E2E2);
	background: -ms-linear-gradient(#F3F3F3, #E2E2E2);
	background: -o-linear-gradient(#F3F3F3, #E2E2E2);
	background: linear-gradient(#F3F3F3, #E2E2E2);
	-pie-background: linear-gradient(#F3F3F3, #E2E2E2);
	behavior: url(/PIE.htc);
}
/* menu */
.sf-menu, .sf-menu * {margin:0;padding:0;list-style:none;}
.sf-menu li {float:left; position:relative; padding-left:1px; text-transform:uppercase; font-size:15px;}
.sf-menu li:first-child{ background:none; padding-left:0;}
	.sf-menu li a {
	display:block;
	padding:13px 20px;
	color:#000;
	position:relative;
	overflow:hidden;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
	text-decoration: none;
	text-transform:capitalize;
}
	.sf-menu li.last a{ width:70px;
	text-align:center;}
			.sf-menu li a em{
	font-style:normal;
	color:#000;
}
			.sf-menu li.sfHover a,.sf-menu li.current a,.sf-menu li a:hover{
	text-decoration:none;
	background-image: url(../images/menuOver.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-color:#DFDFDF;
}
			.sf-menu li.sfHover a em,.sf-menu li.current a em,.sf-menu li a:hover em{
	color:#789b14;
}

.menuBottom {
	float: left;
	width: 950px;
	background-image: url(../images/menuBottom.jpg);
	background-repeat: no-repeat;
	height: 22px;
}
.leftContent h4 span {
	margin-left: 68px;
	color: #000;
}
.leftContent ul li span {
	margin-left: 20px;
}
.leftSponsors {
	float: left;
	width: 620px;
}
.committees {
	float: left;
	width: 100%;
	background-color: #E0E0E0;
}
.committees table {
	background-color: #FFF;
}
.tableTitle{
	font-size: 14px;
	color: #FFF;
	text-transform:uppercase;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ffff;
	padding:0 5px;
}
.tableData{
	font-size: 12px;
	color: #000;
	text-transform: capitalize;
}
.tableData:nth-child(odd){
	background:#fff;
}
.tableData:nth-child(even){
	background:#eee;
}
.logo a {
	float: left;
}
.rightContentTop ul li a{
	font-size:13px;
	font-weight:bold;
	text-decoration: underline;
	color:#000;
		}
.rightContentTop ul li a:hover{
	text-decoration: none;
	color:#769c1c;
		}
