

/****************************
		General
****************************/

body
{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: verdana;
	color: #a63815;
	background: url(./images/background.jpg) repeat-x top;
	background-color: #000000;
}


hr
{
	display: inline-block;
}

form
{
	display: inline;
}

/****************************
		Text
****************************/
.Text					{ font-family: verdana; font-weight: none; font-size: 10px; color: #ffffff; line-height: 12px;}
a.Text					{ text-decoration: underline; color : #0000ff; }
a.Text:hover			{ text-decoration: underline; }

.NavLarge_Text			{ font-family: impact; font-weight: none; font-size: 24px; color: #144265; line-height: 28px;}
/*.NavLarge_Text			{ font-family: verdana; font-weight: bold; font-size: 20px; color: #144265; line-height: 28px;}*/
a.NavLarge_Text			{ text-decoration: none; color : #144265; }
a.NavLarge_Text:hover	{ text-decoration: underline; color : #144265; }

.NavSmall_Text			{ font-family: impact; font-weight: none; font-size: 16px; color: #ffffff; line-height: 20px;}
/*.NavSmall_Text			{ font-family: verdana; font-weight: bold; font-size: 12px; color: #ffffff; line-height: 20px;}*/
a.NavSmall_Text			{ text-decoration: none; color : #ffffff; }
a.NavSmall_Text:hover	{ text-decoration: underline; color : #ffffff; }

.SmallWeakText			{ font-family: verdana; font-weight: none; font-size: 8px; color: #bbbbbb; line-height: 10px;}
a.SmallWeakText			{ text-decoration: none; color : #bbbbbb; }
a.SmallWeakText:hover	{ text-decoration: underline; color : #bbbbbb; }

.StrongTitleText		{ font-family: impact; font-weight: none; font-size: 20px; color: #144265; line-height: 24px;}
/*.StrongTitleText		{ font-family: verdana; font-weight: none; font-size: 20px; color: #144265; line-height: 24px;}*/
a.StrongTitleText		{ text-decoration: none; color : #144265; }
a.StrongTitleText:hover	{ text-decoration: underline; color : #144265; }

.WeakTitleText			{ font-family: impact; font-weight: none; font-size: 20px; color: #adb0bb; line-height: 24px;}
/*.WeakTitleText			{ font-family: verdana; font-weight: none; font-size: 20px; color: #adb0bb; line-height: 24px;}*/
a.WeakTitleText			{ text-decoration: none; color : #adb0bb; }
a.WeakTitleText:hover	{ text-decoration: underline; color : #adb0bb; }

.WeakHeaderText			{ font-family: impact; font-weight: none; font-size: 14px; color: #adb0bb; line-height: 18px;}
/*.WeakHeaderText			{ font-family: verdana; font-weight: none; font-size: 14px; color: #adb0bb; line-height: 18px;}*/
a.WeakHeaderText		{ text-decoration: none; color : #adb0bb; }
a.WeakHeaderText:hover	{ text-decoration: underline; color : #adb0bb; }


.ResultText				{ font-family: verdana; font-weight: none; font-size: 10px; color: #ffffff; line-height: 12px;}
a.ResultText			{ text-decoration: none; color : #ffffff; }
a.ResultText:hover		{ text-decoration: none; }

.ResultTitleText		{ font-family: impact; font-weight: none; font-size: 14px; color: #adb0bb; line-height: 18px;}
/*.ResultTitleText		{ font-family: verdana; font-weight: none; font-size: 14px; color: #adb0bb; line-height: 18px;}*/
a.ResultTitleText		{ text-decoration: none; color : #adb0bb; }
a.ResultTitleText:hover	{ text-decoration: none; color : #adb0bb; }



h1						{ font-family: verdana; font-weight: bold; font-size: 12px; color: #ffffff; line-height: 16px; margin: 0; padding: 0;}
a.h1					{ text-decoration: underline; color : #ffffff; }
a.h1:hover				{ text-decoration: underline; }

h2						{ font-family: verdana; font-weight: bold; font-size: 11px; color: #ffffff; line-height: 16px; margin: 0; padding: 0;}
a.h2					{ text-decoration: underline; color : #ffffff; }
a.h2:hover				{ text-decoration: underline; }

.TextM					{font-size: 10px; line-height: 12px;}
.TextL					{font-size: 12px; line-height: 16px;}
.TextXL					{font-size: 16px; line-height: 20px;}

.TextBold				{font-weight: bold;}
.TextStrong				{color: #ff0000;}
.TextWeak				{color: #575757;}

/****************************
		Containers
****************************/

#Wrap	
{
	padding: 53px 0px 0px 0px;
}

.Container
{
 	position: relative;
	width: 790px;
	margin: 0px auto 0px auto;
	text-align: center;	
	/*background-color: #ff0000;*/
}

.ContainerWide
{
	position:relative;
	text-align: center;
	width: 890px;
	margin: 0px auto 0px auto;
	background: url(./images/background_image.jpg) no-repeat top;
}


.ContainerTop
{
	position:relative;
	text-align: right;
	width: 790px;
}

.ContainerMedium
{
	position: relative;
	float: right;
	width: 606px;
	padding: 0px 11px 0px 0px;
	text-align: center;
	/*background-color: #00ff00;*/
}

.ContainerSmall
{
	position: relative;
	float: left;
	width: 156px;
	text-align: left;
	margin: 10px auto 10px auto;
	padding: 0px;
}


/****************************
		Header
****************************/
.Header
{
	position: relative;
	width: 790px;
	height: 75px;
	text-align: left;
	margin: 0px auto 0px auto;
	top: 0px;
}

.Header_Left
{
	position: relative;
	float: left;
}

.Header_Right
{
	position: relative;
	float: right;
	height: 75px;
}



/****************************
		Small Box
****************************/
.BoxSmall
{
	position: relative;
	width: 156px;
	margin: 0px auto 0px auto;
	text-align: center;
	background: url(./images/box_small_middle.jpg) repeat-y;
	
}

.BoxSmall_Top
{
	position: relative;
	background: url(./images/box_small_top.gif) no-repeat top;
	width: 156px;	
	height: 28px;	
	font-size: 0px;
}

.BoxSmall_Bottom
{
	position: relative;
	background: url(./images/box_small_bottom.gif) no-repeat bottom;
	width: 156px;	
	height: 10px;
	text-align: left;
	margin: 0px auto 10px auto;
	font-size: 0px;
}

.BoxSmall_Title
{
	position: relative;
	text-align: left;
	width: 150px;
	left: 0px;
	margin: 0px auto 0px auto;
}

.BoxSmall_Content
{
	position: relative;
	text-align: left;
	width: 140px;
	left: 0px;
	margin: 0px auto 0px auto;
}


/****************************
		Medium Box
****************************/
.BoxMedium
{
	position: relative;
	width: 606px;
	margin: 0px auto 0px auto;
	text-align: center;
	background: url(./images/box_medium_middle.jpg) repeat-y;
}

.BoxMedium_Top
{
	position: relative;
	background: url(./images/box_medium_top.jpg) no-repeat top;
	width: 606px;	
	height: 20px;
}

.BoxMedium_Bottom
{
	position: relative;
	background: url(./images/box_medium_bottom.jpg) no-repeat bottom;
	width: 606px;	
	height: 20px;
	text-align: left;
}

.BoxMedium_Content
{
	position: relative;
	text-align: left;
	width: 590px;
	left: 0px;
	margin: 0px auto 0px auto;
}


/****************************
		Latest Item Box
****************************/

.BoxLatest_Container
{
	position: relative;
	width: 595px;
	height: 240px;	
}


.BoxLatest_Title
{
	position: relative;
	text-align: left;
	margin: 10px 10px 0px 10px;

}
.BoxLatest
{
	position: relative;
	float: left;
	width: 276px;
	height: 200px;
	/*background: url(./images/latest_box.jpg) top;*/
	/*margin: 0px 10px 0px 10px;*/
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
}

.BoxLatest_Background
{
	position: relative;
	/*padding: 15px 10px 5px 15px;*/
	width: 276px;
	height: 181px;
	background: url(./images/latest_box.jpg) top;
	
}

.BoxLatest_Content
{
	position: relative;
	padding: 15px 10px 5px 15px;
	width: 256px;
	height: 181px;
}

.BoxLatest_Image
{
 	position: relative;
	float:left;
	margin-right: 10px;
}

/****************************
		Result Item Box
****************************/

.BoxResult
{
	position: relative;
	width: 585px;
	height: 101px;
	background: url(./images/box_videoresult.jpg) top;
}


.BoxResult_Image
{
	position: absolute;
	left: 15px;
	top: 15px;
}

.BoxResult_Title
{
	position: absolute;
	left: 105px;
	top: 12px;
}

.BoxResult_Description
{
	position: absolute;
	left: 105px;
	top: 30px;
	width: 470px;
}

/****************************
		News Item 
****************************/

.NewsImage
{
	position: relative;
	text-align:center;		
}

.NewsItem
{
	position: relative;
	clear: none;
	margin: 0px 10px 0px 10px;
}

.NewsAuthor
{
	text-align: left;
	
}


/****************************
		Show Video
****************************/
.ShowVideo_Title
{
	text-align: center;
}

.ShowVideo_Player
{
	text-align: center;
}



/****************************
		Footer
****************************/
.Footer
{
 	clear: both;
	position: relative;
	background: url(./images/footer.jpg) repeat-x top;
	padding-top: 4px;
	height: 20px;
}


.Footer  a
{

	color: #3a81b2;

}


/****************************
		Misc
****************************/

.Spacer
{
 	position: relative;
 	clear: both;
	height: 10px;
}



/****************************
		Debug Box
****************************/
.Debug
{
	position: relative;
	width: 940px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: url(images/debug_middle.jpg) repeat-y;
}

.DebugContent
{
 	position: relative;
	width: 900px;
	text-align: left;
	margin: 0px auto;
}

.DebugTop
{
	position: relative;
	background: url(images/debug_top.jpg) no-repeat top;
	width: 940px;
	margin: 0px auto;
	height: 32px;	
}

.DebugBottom
{
	position: relative;
	background: url(images/debug_bottom.jpg) no-repeat bottom;
	width: 940px;
	margin: 0px auto;
	margin-bottom: 50px;	
	height: 32px;
	text-align: left;
}

.DebugTitle
{
	position: relative;
	top: 10px;
}

.DebugText_Title {font-family: verdana; font-weight: bold; font-size: 14px; color: #2d7cfe; line-height: 12px;}
.DebugText {font-family: verdana; font-weight: none; font-size: 12px; color: #ffffff; line-height: 16px;}
.DebugText_Section {font-family: verdana; font-weight: bold; font-size: 14px; color: #3ed32f; line-height: 16px;}



