/*Reset all html styles to default*/
@import url("/System/Templates/css/reset.css");

/*Embed fonts for use in CSS*/
@import url('fontfaces.css');

/*Font properties for elements that do not inherit properly*/
body, 
select, 
input, 
textarea, 
table,
h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: "BookAntiquaRegular";
	font-weight: normal;
	text-align: left;
}




/* - - - LAYOUT - - - */
body
{
	background-image: url('../images/bg_body_sub.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #242424;
	
}

#container 
{
	text-align: center;
}

#wrapper
{
	width: 1132px;
	margin: 0 auto;
	text-align: left;
}

/*Header*/
#header 
{
background-image: url('../images/bg_header_sub.jpg');
background-repeat: no-repeat;
position: center top;

	
}


/*Content*/
#content
{}
#content #main 
{

}
#content ul, #content ol
{
	margin: 0.5em 2em 1.5em;
}
#content ul li
{
	list-style-type: disc;
	font-size: 1.2em;
}
#content ol li
{
	list-style-type: decimal;
}
#content table
{
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
#content table th,#content table td
{
	padding: 3px;
}



/*Footer*/

#footer{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 670px;
	color: #676767;

}
#footer ul{
	list-style: none;
}
#footer ul li{
	list-style: none;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	
}
#footer ul li a
{
	color: #676767;
	text-decoration: none;

}
#footer #legal{


	
}
#footer #subnav{

}

#footer #credits
{
	display: block;
}
#footer #credits a
{
	background-image:url(../images/logo_hldesign.png);
	background-repeat:no-repeat;
	display:block;
	height:21px;
	margin:10px auto;
	text-indent:-3000px;
	width:110px;

}
/*css functions*/
.clear 
{
	clear: both;
	font-weight: 0.01em;
	line-height: 0.01em;
	border-style: none;
}
.left
{
	float: left;
}
.right
{
	float: right;
}

/* - - - NAVIGATION - - - */

#nav
{
	position: absolute;
	top: 18px;
	left: 0;
	right: 0;
}
#nav ul
{
	height:67px;
	margin: 0 auto;
	width: auto;
	text-align: center;

}
#nav ul li
{
	/*display: block;*/
	display: inline;
	/*float: left;*/
	
	font-size: 14px;
	text-transform: uppercase;
	background-image: url('../images/nav_divider.png');
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 2px;
}
#nav ul li a
{
	font-family: "BookAntiquaRegular";
	color: #767676;
	/*display: block;*/
	display: inline;
	background-image: url('../images/sprite_nav.png');
	background-repeat: no-repeat;
	background-position: center 19px;

	text-decoration: none;
	padding: 40px 30px 40px;
	letter-spacing: 1px;

}
#nav ul li a:hover, 
#nav ul li a.Active,
#nav ul li.current a,
#nav ul li#current a
{
	color: #ff0179;
	font-family: "BookAntiquaRegular";
	font-weight: normal;
	background-position: center -50px;
}

ul#nav_sub,
ul#nav_sub li
{
	list-style: none;
}
ul#nav_sub li a
{
	font-family: "BookAntiquaRegular";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 20px;
	display: block;
	
}
ul#nav_sub li#current a,
ul#nav_sub li.current a
{
	color: #ff0179;
	text-decoration: underline;
}

/* - - - MODULES - - - */
/* News */
#news
{}
#news_list .wm_news_entry
{}
#news_list .wm_news_entry span
{}
#content #news
{}



/*Search*/
#search fieldset
{}
#search legend
{}
#search
{}
#search label
{}
#search button
{}
#search button#search_submit
{}
#search input
{}
#content #search_results
{}

/*Social Networking*/
#social_networking
{
	display: block;
	position: absolute;
	top: 0;
	left: 110px;
}
#social_networking li
{
	display: inline;
}
#social_networking li a
{
	display: block;
	float: left;
	margin: 0 5px;
	width: 48px;
	height: 48px;
	background-image: url('../images/social_networking.png');
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -3000px;
}

#social_networking li a#soc_facebook
{
	background-position: left 0;
}
#social_networking li a#soc_twitter
{
	background-position: left -50px;
}
#soc_google
{
		background-position: left -150px;
}
#soc_rss
{	
	background-position: left -100px;
	
}
#social_networking li a:hover
{
		background-position: right 0;
}
#social_networking li a#soc_facebook:hover
{
		background-position: right 0;
}
#social_networking li a#soc_twitter:hover
{
		background-position: right -50px;
}
#soc_google:hover
{
		background-position: right -150px;
}
#soc_rss:hover
{
		background-position: right -100px;
}