body
{
	background-color:#d5d5d5;		
	font-family:'Trebuchet MS','Tahoma','Arial',sans-serif;
	line-height: 1.5;
}
.right
{
	float: right;
	padding: 10px;
}
.left
{
	float: left;
	padding: 10px;
}
a img
{
	border: none;
}
#Container
{
	margin:0 auto 0 auto;
}
#wrapper
{
	width: 780px;
	margin: 0 auto;
	position:relative;
}
#Header
{
	overflow: hidden;
	height: 50px;
	width: 770px;
	background-color:#6A7C8A;
	border-bottom: 1px solid #FFF;
}

.logo
{
	background-image:url(../media/940/header.png);
	background-repeat: no-repeat;
	height:35px;
	width:280px;
	float:left;
	margin: 8px 0 0 5px;

}
#Navi
{
	float:left;
	font-size:17px;
	margin:0;
	width: 430px;
	float:right;
	padding-top: 22px;
}
#Navi li
{
	float:left;
	display:block;
}
#Navi li a
{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	margin-left: 10px;
}
#Navi li a:hover, #Navi li.Selected a
{
	color:#000;
}
#Content
{
	background-color:#FFFFFF;
	padding:0;
        margin: 0;
        clear:both;
	float:left;
}
#ContentContainer
{
	background-image:url(../media/653/hytteweb_banner_780_126.jpg);
	background-repeat:no-repeat;
	padding-top: 175px;
	width: 770px;
}
#MainContent
{
	width:500px;
	float:left;
	font-size:14px;
	/*background-color:purple;*/ /* Used for debug */
	padding:0 20px 20px 20px;
}
#MainContent h1
{
	font-size: 30px;
	color:#000;
	border-bottom: 1px dotted #000;
	padding:0;
	margin:0;
	width:529px;
}
#MainContent h3
{
	font-size: 20px;
	color:#ff6300;
}
#MainContent p
{
	margin:10px 0 10px 0;
}
#MainContent a
{
	color:#6A7C8A;
	text-decoration:underline;
}
#MainContent a:hover
{
	color:#000;
	text-decoration:none;
}
/*
==========================================
News List
==========================================
*/

#MainContent ul.NewsList
{
	margin:0;
	padding:0;
}
#MainContent ul.NewsList li
{
	margin:0;
	padding:10px;
}
#MainContent ul.NewsList li a
{
	display:block;
}
#MainContent ul.NewsList li a.Event
{
	background-image:url(../Data/Assets/Misc/event_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:6px 8px 7px 18px;
}
#MainContent ul.NewsList li a.News
{
	background-image:url(../Data/Assets/Misc/news_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:6px 8px 7px 18px;
}
#MainContent .EventItem strong
{
	display:block;
}
#NewsList li 
{
	list-style-type:none;
	margin:0;
	padding:0;
}
.NewsList li 
{
	list-style-type:none;
	margin:0;
	padding:0;
}

/*
==========================================
Contact Form
==========================================
*/

#MainContent .ContactForm .Error
{
	border-top:2px solid #E2E2E2;
	border-bottom:2px solid #E2E2E2;
	background-color:#F9F9F9;
	color:#000000;
	font-weight:bold;
	margin:18px 25px 31px 0;
	padding:9px 0 10px 50px;
	background-image:url(../Data/Assets/Misc/error_icon.gif);
	background-repeat:no-repeat;
	/*background-position:15px 50%;*/
	background-position:15px 12px;
}
#MainContent .ContactForm .Error li
{
	font-weight:normal;
	list-style-type: none;
}
#MainContent .ContactForm fieldset
{
	border:0px solid #000000;
	display:block;
	margin:15px 0 15px 0;
	width:90%;
}
#MainContent .ContactForm legend
{
	display:none;
}
#MainContent .ContactForm label
{
	color:#000000;
	font-weight:bold;
}
#MainContent .ContactForm .TextBox
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	width:100%;
}
#MainContent .ContactForm .TextArea
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	height:90px;
	width:100%;
}

/*
==========================================
VCard Styling
==========================================
*/

.vcard .n
{
	font-weight:bold;
}

.vcard .tel
{
	background-image:url(../Data/Assets/Misc/phone_icon.gif);
	background-repeat:no-repeat;
	background-position:6px 0px; /* Left:6px Top:0px */
	padding:2px 0 3px 22px;
	margin:15px 0 0 0;
	display:block;
	color:#000000;
}
.vcard .email
{
	background-image:url(../Data/Assets/Misc/email_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	text-decoration:underline;
	padding:0 0 1px 22px;
	margin:0;
	display:block;
	color:#000000;
}
.vcard .url
{
	background-image:url(../Data/Assets/Misc/web_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	text-decoration:underline;
	padding:1px 0 2px 22px;
	margin:0;
	display:block;
	color:#000000;
}
.vCardDl
{
	background-image:url(../Data/Assets/Misc/vcard_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	padding:0 0 0 22px;
	margin:15px 0 50px 0;
	color:#000000;
}

/*
==========================================
Secondary Content
==========================================
*/
#SecondaryContent
{
	float:right;
	width:195px;
	font-size:13px;
	/*background-color:blue;*//* Used for debug */
	padding: 0 15px 0 10px;
	border-left: 1px dotted #000;
	margin-top:10px;
}

#SecondaryContent h3
{
	font-size: 20px;
	color:#ff6300;
}
#SecondaryContent a
{
	color:#000000;
	text-decoration:underline;
}
#SecondaryContent a:hover
{
	color:#6A7C8A;
	text-decoration:none;
}
#SecondaryContent a.RSSLink
{
	background-image:url(../Data/Assets/Misc/rss_icon.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 8px 23px;
	text-decoration:underline;
	display:block;
}
#SecondaryContent a.RSSLink:hover
{
	text-decoration:none;
	display:block;
}
#NewsSecondaryHeader
{
	background-image:url(../media/846/anchor_small.jpg);
	background-repeat:no-repeat;
	background-position:0;
	font-size: 18px;
	padding:0 0 0 23px;
}
#SecondaryContent ul#NewsList
{
	margin:0;
	padding:0;
}
#SecondaryContent ul#NewsList li
{
	margin:0 0 6px 0;
	font-size:13px;
}
#SecondaryContent ul#NewsList li strong
{
	font-weight:bold;
}
#SecondaryContent ul#NewsList li.Event a
{
	display:block;
	background-color:#F9F9F9;
	border-top:3px solid #E2E2E2;
	border-bottom:3px solid #E2E2E2;
	padding:8px 8px 7px 27px;
	color:#808080;
	text-decoration:none;
	background-image:url(../Data/Assets/Misc/event_icon.gif);
	background-repeat:no-repeat;
	background-position:7px 8px;
}
#SecondaryContent ul#NewsList li.News a
{
	display:block;
	background-color:#F9F9F9;
	border-top:3px solid #E2E2E2;
	border-bottom:3px solid #E2E2E2;
	padding:8px 8px 7px 27px;
	color:#808080;
	text-decoration:none;
	background-image:url(../Data/Assets/Misc/news_icon.gif);;
	background-repeat:no-repeat;
	background-position:7px 8px;
}
#SecondaryContent ul#NewsList li a:hover
{
	background-color:#E2E2E2;
	border-top:3px solid #F9F9F9;
	border-bottom:3px solid #F9F9F9;
	color:#000;
	text-decoration:none;
}
#SecondaryContent #SearchSecondaryHeader
{
	margin:30px 0 0 0;
}
#SecondaryContent form
{
	margin:0 0 30px 0;
}
#SecondaryContent form input.Submit
{
	cursor:pointer;
	background-color:transparent;
	background-image:url(../Data/Assets/Misc/search_button.gif);
	background-repeat:no-repeat;
	background-position:0px -16px;
	border:none;
	height:16px;
	width:18px;
	padding:0;
	margin:0;
}
#SecondaryContent form input.Submit:hover, #SecondaryContent form input.Submit:active
{
	cursor:pointer;
	background-color:transparent;
	background-image:url(../Data/Assets/Misc/search_button.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:none;
	height:16px;
	width:18px;
}
#SecondaryContent form input
{
	border:1px solid #bcbcbc;
	padding:3px 7px 4px 4px;
	font-size:11px;
	width:150px;
}
#SecondaryContent a.EmailFriend
{
	background-image:url(../Data/Assets/Misc/email_a_friend.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding:0 0 0 22px;
	text-decoration:underline;
	color:#000000;
}
#SecondaryContent a.EmailFriend:hover
{
	text-decoration:none;
}

/*
==========================================
Footer
==========================================
*/

#Footer
{
	clear:both;
	min-height:20px;
	line-height:20px; /* This vertically centers the text */
	font-size:12px;
	padding:0 0 0 15px;
	border-top: 1px dotted #000;
	text-align: center;
	width: 755px;
}
#Footer a
{
	color:#808080;
	text-decoration:none;
}
#Footer a:hover
{
	color:#808080;
	text-decoration:underline;
}
#copy
{
	padding:10px;
	float:right;
}
/*
==========================================
Sponsors
==========================================
*/

#sponsors 
{
	background-color:#FFF;
	border-top: 50px #6A7C8A solid;
	padding:5px;
	position:absolute;
	right:-160px;
	top:0;
	width:150px;
	text-align:center;
}
#sponsors img
{
	width:130px;
	padding-top:30px;
}
#sponsors h1
{
	font-size:14px;
	border-bottom: 1px dotted #000;
}
.readmore
{
	padding: 10px;
	float:right;
}
/*
==========================================
Additional
==========================================
*/
.pdf_links
{
	background:transparent url(../media/1044/filetype-pdf.png) no-repeat scroll left center;
	color:#000000;
	padding:0.25em 0 0.25em 20px;
}
.loginform
{
padding-top: 20px;
text-align: center;
height: 400px;
}
.loginform table
{
margin: 0 auto;
}













































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

