/* CSS Document */

*{
	padding:0;
	margin:0;
	outline:none;
}

img{
	border:none;
}

body{
	background:url(/images/body_bg.jpg) no-repeat top center;
	color:#313131;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
}

p{
	padding:10px 0;
	line-height:18px;
}

a{
	color:#164d8b;
}

a:hover{
	color:#000;
}

.clear{
	clear:both;
	height:0;
	font-size:0;
}

#container{
	width:910px;
	margin:0 auto;
}

#logo{
	float:left;
	padding:11px 0 16px 48px;
}

#header{
	clear:both;
	background:url(/images/header_bg.jpg) no-repeat;
	height:252px;
	min-width:910px;
}

#top_menu{
	padding:0 0 0 48px;
}

.top_menu_item, .top_menu_item_sel{
	padding:0 0 0 2px;
	background:url(/images/menu_divider.jpg) no-repeat;
	height:33px;
	float:left;
}

.top_menu_item a, .top_menu_item_sel a{
	display:block;
	float:left;
	padding:8px 13px 0 13px;
	height:25px;
	font-size:16px;
	color:#07245a;
	text-decoration:none;
}

.top_menu_item a:hover{
	background:#aaccf1;
}

.top_menu_item_sel a{
	background:url(/images/top_menu_sel.jpg) repeat-x;
	color:#54542e;
}

#content_container{
	padding:14px 27px 0 27px;
}

#content_container ul{
	margin:12px 0;
	padding:0 0 0 20px;
}

#content_container li{
	margin:0 0 4px 0;
}

.box_left_top{
	background:url(/images/box_left_top.jpg) no-repeat;
	width:354px;
	height:33px;
	padding:12px 0 0 70px;
	color:#54542e;
	text-transform:uppercase;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

.box_right_top{
	background:url(/images/box_right_top.jpg) no-repeat;
	width:354px;
	height:33px;
	padding:12px 0 0 70px;
	color:#54542e;
	text-transform:uppercase;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

.box_body{
	background:url(/images/box_rpt.jpg) repeat-y;
	width:384px;
	padding:5px 20px;
}

.box_bottom{
	background:url(/images/box_bottom.jpg) no-repeat;
	width:424px;
	height:29px;
	margin:0 0 15px 0;
}

#latest_news{
	float:left;
	width:424px;
}

#events_calendar{
	float:right;
	width:424px;
}

.long_box_top{
	width:784px;
	height:33px;
	padding:12px 0 0 70px;
	color:#54542e;
	text-transform:uppercase;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
}

.long_box_rpt{
	background:url(/images/large_blue_box_rpt.png) repeat-y;
	width:814px;
	padding:5px 20px;
}

.long_box_base{
	background:url(/images/large_blue_box_bottom.png) no-repeat;
	height:32px;
	width:854px;
	margin:0 0 15px 0;
}

#partners_header{
	background:url(/images/partners_top.png) no-repeat;
}

#partners_page_header{
	background:url(/images/partners_page_top.png) no-repeat;
}

#news_header{
	background:url(/images/news_top.png) no-repeat;
}

.news_item{
	clear:both;
	padding:15px 0 0 0;
}

.news_cal{
	float:left;
	background:url(/images/calendar_bg.jpg) no-repeat left;
	width:47px;
	height:46px;
	padding:0 15px 0 0;
	text-align:center;
}

.news_cal_month{
	color:#fff;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}

.news_cal_day{
	color:#131313;
	font-size:27px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.news_title{
	float:right;
	width:321px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#164d8b;
	font-weight:bold;
	padding:0 0 4px 0;
}

.news_title_long{
	float:right;
	width:750px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#164d8b;
	font-weight:bold;
	padding:0 0 4px 0;
}

.news_title a, .news_title_long a{
	text-decoration:none;
}

.news_content{
	float:right;
	width:750px;
}

.news_intro{
	float:right;
	width:321px;
}

#profile_header{
	background:url(/images/profile_top.png) no-repeat;
}

.profile_table td{
	padding:4px;
}

#coaching_header{
	background:url(/images/coaching_top.png) no-repeat;
}

#contact_header{
	background:url(/images/contact_top.png) no-repeat;
}

#gallery_header{
	background:url(/images/gallery_top.png) no-repeat;
}

.partner_logo{
	float:left;
	padding:0 8px 0 16px;
}