/* CSS Document */

/*--------------------------------------------
Style Sheet

version:  1.1
author:   Gottfried Chatfield
date:	  Sat July 26 2006
email:    junior_1021@yahoo.com
website:  www.northernpro.com
--------------------------------------------*/

/*---------------------Public Styles---------------------------*/

span, div, a, h1, h2, h3, h4, div, form, input, dl, ul, li, dt, dd, img, p {
	margin:0;
/*	border:0;
*/	padding:0;
	text-decoration:none;
	list-style-type: none;
}

.Clear {
	clear: both;
}

a:link {
	color: #6699CC;
}

a:link, a:visited {
	color: #6699CC;
}

a:hover {
	text-decoration:underline;
}

body {
	background: url(images/colorbg.gif) repeat;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}

.bluetext{
	color: #6699CC;
}

#WrapperAll {
	width: 100%;
	height:100%;
	background:url(images/bg.gif) repeat-x;
}

#Wrapper {
	position:relative;
	width: 730px;
	margin:0 auto;
	display: block;
	background-color: #FFFFFF;
}

/*---------------------Header Styles---------------------------*/

#Wrapper #TopHeader {
	background-image: url(images/topheader.jpg);
	display: block;
	height: 149px;
	width: 730px;
	position:relative;
}

#TopHeader .logo{
	width:261px;
	height:131px;
	position: absolute;
	top:8px;
	left:33px;
	display:block;
}

#Wrapper #MidHeader {
	background-image: url(images/midheaderbg.gif);
	background-repeat: repeat-y;
	display: block;
	height: 215px;
	width: 730px;
	position:relative;
}

#MidHeader .FlashColumn {
	display: block;
	height: 207px;
	width: 459px;
	top: 0px;
	left: 15px;
	position: absolute;
	text-align: center;
	padding-top: 8px;
	z-index: 0;
}

#MidHeader .EventsColumn {
	display: block;
	height: 215px;
	width: 235px;
	right: 15px;
	top: 0px;
	position: absolute;
}

.EventsColumn .EventHeader {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	display: block;
	padding: 10px 10px 0 0 ;
}

.EventsColumn .EventFeatures {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding: 30px 0px 0 0;
}

/*---------------------Event Nav Styles-----------------------------*/

#Eventlist li{
	display: inline;  /* for IE5 and IE6 */
}

#Eventlist{
	width: 205px;  /* to display the list horizontaly */
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	margin: 20px 0 0 0 ;
	padding: 0;
}

#Eventlist li a{
	width: 100%;  /* extend the sensible area to the maximum with IE5 */
	display: block;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	padding: 7px 15px ;
	background-image: url(images/eventbg.gif);
	background-repeat: repeat-x;	
	height: 40px;
}

#Eventlist li a:hover{ 
	color: #FFFFFF;
	text-decoration:underline;
	background-image: url(images/eventbgover.gif);
}

#Eventlist li a:visited { 
	color: #FFFFFF; 
}

/*#navlist li a:active { 
	color: #FFFFFF; 
}*/

/*---------------------Main Content Styles---------------------------*/

#Wrapper #MainContent {
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
	display: block;
	width: 700px;
	position: relative;
	padding:0px 15px 0px 15px;
	
}

#MainContent .ContentColumn {
	display: block;
	float: left;
	width: 444px;
	margin-left: 0px;
}

#MainContent .ContentColumn h1 {
	font-size: 20px;
	display: block;
	margin-top: 25px;
	padding-left: 20px;
	font-weight: bold;
	text-align: left;
	color: #6699CC;
	width: 439px;
}

#MainContent .ContentColumn h2 {
	font-size: 16px;
	display: block;
	margin-top: 25px;
	padding-left: 20px;
	font-weight: bold;
	text-align: left;
	color: #6699CC;
	width: 439px;
}

#MainContent .ContentColumn h3 {
	font-size: 11px;
	display: block;
	margin-top: 0px;
	padding-left: 20px;
	text-align: left;
	color: #6699CC;
	width: 439px;
}

#MainContent .ContentColumn .AuthorColor {
	color: #666666;
}

#MainContent .ContentColumn .tip {
	font-size: 12px;
	font-style: italic;
	color: #666666;
	text-align: left;
	display: block;
	margin-top: 20px;
	padding-right: 35px;
	padding-left: 20px;
	width: 389px;
}

#MainContent .ContentColumn .Content {
	font-size: 12px;
	color: #666666;
	text-align: left;
	display: block;
	margin-top: 20px;
	padding-right: 0px;
	padding-left: 20px;
	width: 435px;
}

#MainContent .ContentColumn .gallery {
	margin-top: 20px;
	padding-right: 0px;
	padding-left: 5px;
	text-align:center;
	padding-bottom: 0px;
}

#MainContent .ContentColumn img{
    /*border: #786766;
	border: thin;*/
	padding-left:3px; 
	padding-right:3px;
}

#MainContent .ContentColumn .DescripImg img{
    /*border: #786766;
	border: thin;*/
	float:left; 
	padding-right:5px;
	margin-top: 4px;
}

#MainContent .ContentColumn .video {
	text-align: center;
	display: block;
	margin-top: 20px;
}

#MainContent .NavColumn {
	display: block;
	float: right;
	width: 185px;
	margin-right: 0px;
	padding:25px 20px 0 0;
	text-align:right;
}

/*---------------------Nav Styles-----------------------------*/

#Navlist li{
	display: inline;  /* for IE5 and IE6 */
}

#Navlist{
	width: 175px;  /* to display the list horizontaly */
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#Navlist li a{
	width: 100%;  /* extend the sensible area to the maximum with IE5 */
	display: block;
	text-align: right;
	text-decoration: none;
	color: #6699CC;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight:bold;
	padding: 7px 15px 7px 0;
	border-color: #CCCCCC;
	border-width: 0 0 1px 0;
	border-style: solid;
}

#Navlist li a:hover{ 
	color: #6699CC;
	text-decoration:underline;
}

#Navlist li a:visited { 
	color: #6699CC; 
}

/*#navlist li a:active { 
	color: #FFFFFF; 
}*/

/*---------------------NavSub Styles-----------------------------*/

#NavSublist li{
	display: inline;  /* for IE5 and IE6 */
}

#NavSublist{
	width: 160px;  /* to display the list horizontaly */
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#NavSublist li a{
	width: 100%;  /* extend the sensible area to the maximum with IE5 */
	display: block;
	text-align: right;
	text-decoration: none;
	color: #999999;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	padding: 4px 30px 4px 0;
}

#NavSublist li a:hover{ 
	color: #999999;
	text-decoration:underline;
}

#NavSublist li a:visited { 
	color: #999999; 
}

/*#navlist li a:active { 
	color: #FFFFFF; 
}*/

/*------------------------ thumbnail Styling ---------------------*/
#title a:link, #title a:visited {
	color: #6699CC;
}

#title a:hover {
	text-decoration:none;
}

/*------------------------ Form Styling --------------------------*/

input.txt {
	color: #333333;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color: #666666;
	width:172px;
	height:15px;
}

textarea.txtComment {
	color: #333333;
	margin:0px 0px 10px 0px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color: #666666;
	width:300px;
	height:100px;
}

input.btn {
	color: #ffffff;
	background: #666666;
	border:1px outset #333333;
	cursor: pointer;
}

form p {
	font-size: 11px;
	clear:left;
	margin:10px 0px 0px 10px;
	padding:5px 0 0 30px;
	text-align:left;

}

form p label{
	float:left;
	width:30%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight:bold;
	color: #666666;
}

/*------------------------ Footer Styling --------------------------*/

#Footer{
	background-image: url(images/footerbg.gif);
	display: block;
	height: 30px;
	width: 715px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align:left;
	padding: 30px 0px 0px 15px;
}

#Footer a:link, #Footer a:visited{
	color:#6699CC;
}

#Footer a:hover{
	color:#6699CC;
	text-decoration:underline;
}