/**
 * Global setting stylesheet
 *
 * @copyright   2006-2009 Enke Design
 * @version     $Id: style.css 2727 2009-10-12 02:33:53Z daniel $
 */
 
 /**** STANDARD HTML ELEMENT STYLES START *****/
body {
	text-align:center;
	font-family: arial;
	font-size:12px;
}

	p {
		margin:10px 0;
	}
	
	strong {
		font-weight:bold;
	}
	
	em {
		font-style: italic;
	}
	.col1 h1 {
		font-size:16px;
		color:#0062ab;
		font-weight:bold;
		margin: 20px 0 10px 0;
		padding-bottom:10px;
		border-bottom: #e1e2e3 1px solid;
		
	}
	.inner_col2 h1, .col2 h1 {
		color:#327ec1;
		font-size:18px;
		margin-bottom:10px;
	}
	
	.inner_col2 h2, .col2 h2 {
		color:#327ec1;
		font-size:16px;
		font-weight:bold;
		margin-bottom:10px;
	}
	
	.inner_col2 h3, .col1 h3 {
		border-bottom: #e1e2e3 1px solid;
		color:#327ec1;
		font-size:15px;
		font-weight:bold;
		margin-bottom:10px;
	}
	
	.inner_col1 h3 {
		color:#0062ab;
		font-size:15px;
		font-weight:bold;
		margin-bottom:10px;
	}
	
	.inner_col2 ol, .col2 ol {
		list-style-type: decimal;
		padding-left:20px;
	}
		.inner_col2 ol li, .col2 ol li {
		padding-left:5px;
		list-style-type: decimal;
		margin: 5px 0;
	}
	
	.inner_col2 ul, .col2 ul {
		list-style-type: disc;
		padding-left:20px;
	}
	
	.inner_col2 ul li, .col2 ul  li{
		padding-left:5px;
		list-style-type: disc;
		margin: 5px 0;
	}
	
	hr {
		border:none;
		border-top: #bbd0ec solid 1px;
	}
	
	a {
		color:#00aeef;
		text-decoration:none;
	}
	
	a:hover {
		text-decoration:underline;
	}
/**** STANDARD HTML ELEMENT STYLES END *****/

/****** SITE STRUCTURE START *****/
	
.site_wrap {
	margin:auto;
	width:985px;
	text-align:left;
}

	.header_wrap {
		float:left;
		width:945px;
		padding: 0 20px;
		margin-top:10px;
	}
	
		.logo {
		 text-indent: -600000em;
		 background:transparent url(media/images/amac-logo.png) no-repeat scroll left top;
		 width:280px;
		 height:91px;
		 float:left;
		}
		.participate {
			width:456px;
			height:65px;
			/*background-color:#d8d9db;*/
			float:right;
			margin-top:10px;
		}
		/**** HEADER NAV START ****/
		.header_nav {
			float:right;
			width:500px;
			margin-top:10px;
		}
		
			.header_nav ul {
				float:right;
			}
				.header_nav li {
					float:left;
					display:block;
					color:#0062ab;
				}	
					.header_nav li a {
						color:#0062ab;
						text-decoration:none;
						margin: 0 5px;
					}
		/**** HEADER NAV END ****/
	/**** MAIN NAV START ****/	
	.nav_wrap {
		width: 985px;
		float:left;
		height:51px;
		margin-top:15px;
		background:transparent url(media/images/menu-bg.png) repeat-x scroll left top;
	}
		.nav_left {
		width: 985px;
		float:left;
		height:51px;
		background:transparent url(media/images/menu-left.png) no-repeat scroll left top;
		}
		
		.nav_right {
		width: 985px;
		float:left;
		height:51px;
		background:transparent url(media/images/menu-right.png) no-repeat scroll right top;		
		}
			.nav_wrap ul {
				float:left;
				margin-left:10px;
			}
			
				.nav_wrap ul li {
					float:left;
					display:block;
					margin-top:5px;
					padding: 11px 30px;
					background:transparent url(media/images/nav-spacer.png) no-repeat scroll right top;	
				}
					.nav_wrap ul li a {
						text-decoration:none;
						color: #ffffff;
					}
					.nav_wrap li a:hover {
						color:#afdfe4;
					}
					
					.nav_wrap li a.current {
						color:#ffc907;
					}
						.nav_wrap li ul {
							display:none;
						}
	/**** MAIN NAV END ****/

	/**** CONTENT COLUMNS START ****/
	.content_wrap {
		width: 985px;
		float:left;
		margin-top:20px;
	}
	
		.col1 {
			float:left;
			width:627px;
			padding: 0 10px;
		}
			.home_fearture_img {
				float:left;
				width:627px;
			}
			.home_area_2, .home_area_3 {
				float:left;
			}
		
		.col2 {
			float:left;
			width:300px;
			padding:0 0 50px 20px;
			margin:10px 0 0 5px;
			border-left: #e1e2e3 solid 1px;
			font-size:11px;
		}
	
		.inner_col1 {
			float:left;
			width:165px;
			margin:0 15px 0 5px;
			font-size:11px;
		}

		.inner_col2 {
			float:left;
			width:530px;
			padding: 0 15px 0 20px;
			border-right:1px solid #E1E2E3;
			border-left:1px solid #E1E2E3;
		}
		
		.inner_col3 {
			float:left;
			width:180px;
			margin-left:15px;
			font-size:11px;
		}
			.inner_area_1, .inner_area_2, .inner_area_3, .inner_area_4{
				float:left;
			}
			.inner_area_2, .inner_area_3, .inner_area_4{
				margin-top:10px;
			}
	/**** CONTENT COLUMNS END ****/
	/**** FOOTER START ****/
	.footer_wrap {
		width: 100%;
		padding: 50px 0;
		margin-top:20px;
		color:#e3e6f4;
		background: url(media/images/footer-bg.png) #0061AB repeat-x scroll left top;
	}
	
		.footer_cont {
			width: 960px;
			margin:auto;
			text-align:left;
			padding-bottom:20px;
			border-bottom: #567bba solid 1px;
		}
			.footer_inner1 {
				float:left;
				width:610px;
				padding-right:33px;
				border-right: #567bba solid 1px;
			}
		
			.footer_inner1  h3, .footer_inner2  h3{
				color:#fbb040;
				font-size: 16px;
				font-weight:bold;
				margin-bottom:10px;
			}
			.footer_inner2 {
				float:left;
				width:280px;
				margin-left:30px;
			}
				.footer_inner2 ul li a {
					text-decoration:none;
					color:#e3e6f4;
					background: url(media/images/footer-bullet.gif) no-repeat scroll left center;
					padding-left:15px
				}
				
				.footer_inner2 ul li a:hover {
					text-decoration:underline;
				}
				
		.footer_info {
			width: 960px;
			margin:auto;
			text-align:left;
			margin-top:10px;
			font-size:10px;
		}
			.footer_info ul li {
				float:left;
				margin-right: 5px;
			}
			
			.footer_info a {
				color:#ffffff;
			}
	/**** FOOTER START ****/
	
/**** SIDE PANELS STYES START *****/

.home_area_static {
	float:left;
}
.time {
	float:left;
	width:170px;
	height:133px;
	background: url(media/images/time-bg.gif) no-repeat scroll left top;
	font-family:times new roman;
}
.time  span {
	color:#0062ab;
}

.melb {
	margin-left:55px;
	height:48px;
}

.thes {
	margin:25px 0 0 55px;
}

.sister {
	float:left;
	width:109px;
	height:163px;
}
.home_area_4 , .home_area_5, .home_area_6 {
	float:left;

}

.col2 h3 {
	color:#0062ab;
	font-weight:bold;
	font-size:16px;
	margin: 10px 0;
}
.home_area_4 span{
	color:#0062ab;
	font-weight:bold;
	font-size:13px;
}

.forum, .blog, .facebook, .twitter, .youtube, .rss-side {
	float:left;
	margin: 7px 0;
	padding-left:50px;
}

.forum-inner, .blog-inner, .facebook-inner, .twitter-inner, .youtube-inner, .rss-inner {
	float:left;
	padding: 7px 0;
	padding-left:35px;
	width:100%;
	color:#0062ab;
}

.forum {
	background: url(media/images/other-ico.png) no-repeat scroll left center;
}
.blog {
	background: url(media/images/other-ico.png) no-repeat scroll left center;
}
.facebook {
	background: url(media/images/facebook-ico.png) no-repeat scroll left center;
}
.twitter {
	background: url(media/images/twitter-ico.png) no-repeat scroll left center;
}
.youtube {
	background: url(media/images/youtube-ico.png) no-repeat scroll left center;
}
.rss-side {
	background: url(media/images/rss-ico.png) no-repeat scroll left center;
}

.forum-inner{
	background: url(media/images/other-ico-small.png) no-repeat scroll left center;
}
.blog-inner {
	background: url(media/images/other-ico-small.png) no-repeat scroll left center;
}
.facebook-inner {
	background: url(media/images/facebook-ico-small.png) no-repeat scroll left center;
}
.twitter-inner {
	background: url(media/images/twitter-ico-small.png) no-repeat scroll left center;
}
.youtube-inner {
	background: url(media/images/youtube-ico-small.png) no-repeat scroll left center;
}
.rss-inner {
	background: url(media/images/rss-ico-small.png) no-repeat scroll left center;
}

.share {
	float:left;
	margin:15px 0 0 5px;
}

.share-inner {
	float:left;
	margin:4px 0 0 3px;
}

.inner_col3 h3, .col2 h3 {
	color:#0062ab;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom: #bbd0ec solid 1px;
}

.home_area_4 a{
	display:block;
	float:left;
	width: 270px;
}

#signup_form  h1{
	text-transform:lowercase;
	margin-bottom:10px;
	color:#000000;
	font-size:11px;
}

#signup_form  {
	margin-top:10px;
	margin-bottom:15px;
}

#gobutton {
	padding:0px 15px 15px;
	background: url(media/images/newsletter-go.gif) no-repeat scroll left top;
	float:left;
	margin-left:5px;
}
.signupfield {
	height:22px;
	width:138px;
	float:left;
}


/**** SIDE PANELS STYES END *****/


/***** sub menu *****/
.sub_menu  {
	float:left;
}

.sub_menu ul {

}

	.sub_menu ul li{
		margin: 5px 0px
	}

		.sub_menu ul li a{
			color:#000000;
			padding-left:15px;
			font-weight:bold;
			font-size:12px;
			float:left;
			margin: 2px 0px
		}

		.sub_menu ul li a.current{
				background: url(media/images/sub-down.gif) no-repeat scroll left center;
		}

		.sub_menu ul li a{
				background: url(media/images/sub.gif) no-repeat scroll left center;
		}

			.sub_menu ul li ul li a{
					background: url(media/images/sub-sub.gif) no-repeat scroll left center;
					margin-left:20px;
					font-weight:normal;
					font-size:11px;
			}

			.sub_menu ul li ul li a.current{
					background: url(media/images/sub-sub-down.gif) no-repeat scroll left center;
			}


/***** SEARCH BAR STYES START ******/

.search {
	float:right;
	width:335px;
	margin-top:8px;
}
	.search  input{
		float:left;
	}
	
	#search_text {
		height:22px;
		width:250px;
		margin-top:2px;
	}
	
	#search_button {
		margin:2px 0 0 5px;
	}

/**** random styles ****/
.search-more-link {
	font-size:9px;
}


/***** leader board styes start *****/

.news-date {
	float:left;
	width:37px;
	height:37px;
	margin-right:15px;
	color:#636466;
	background: url(media/images/cal-bg.gif) no-repeat scroll left top;
	text-align:center;
}

.intro_wrap {
	float:left;
	width: 555px;
	margin-bottom:10px;
}

.month {
	text-transform: uppercase;
	font-size:8px;
	float:left;
	width:37px;
	margin-top:0px;
}

.day {

	float:left;
	width:37px;
	font-size:18px;
	margin-top:2px;
}

.intro_wrap h2 a {
	color:#0062ab;
	font-size:14px;
	font-weight:bold;
}

.intro_wrap p {
	margin-top:1px;
	font-size:11px;
}

#carousel_wrap {
	float:left;
} 

.gallery_home h1 {
	display:none;
}

.gallery_home .window_wrapper {
	display:none;
}

.jcarousel-item  a{
	
}

.sub_menu ul ul {
	display:none;
}

.sub_menu ul li.top_level ul {
	display:block;
}

.img_txt {
	font-size:11px;
	color:#000000;
	margin-top:5px;
}

.img_txt span {
	color:#3a6eb3;
	font-weight:bold;
}

.jcarousel-clip ul li a {
	float:left;
	padding:5px;
}

.jcarousel-clip ul li a:hover {
	text-decoration:none;
}
.jcarousel-clip .jcarousel-list li, .jcarousel-item {
	width:145px;
}

.inner_col2 #carousel_wrap {
	margin-top:40px;
}

.inner_area_5 {
	float:left;
}