/*
Template: International Woodwind
Author: Viktor Persson & Realm Web Design
Author URL: http://www.realmwebdesign.com
*/


/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #151515 url(img/bg.jpg) top center no-repeat;
	color: #000000;
	font: normal 62.5% Arial, Helvetica, sans-serif;
	padding: 0 0;
}

a {color: #D35E00;}
a:hover {color: #000000;}

/* Notes: remove FireFox's dotted link border */
a:active {
	outline: none;
}

/* Notes: remove FireFox's dotted link border */
a:focus {
	-moz-outline-style: none;
}


big {font-size: 1.1em;}

h1,h2,h3 {color: #000000; padding: 8px 0 2px;}

h1 {font: normal 2.4em Arial, Helvetica, sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em Arial, Helvetica, sans-serif;}
h3 {font: bold 1.2em Arial, Helvetica, sans-serif;}

.sidebar p{color: #ffffff;}
.sidebar h2{color: #FF8400;font: normal 1.3em Arial, Helvetica, sans-serif; padding-top:12px;}
.sidebar h3{color: #ffffff;font: normal 1.5em Arial, Helvetica, sans-serif; line-height:20px; padding:0px 0px 0px 0px; text-transform: uppercase;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	margin: 0 auto;
	width: 912px;
}
#container {
	background: #ffffff;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 900px;
}

/* header */

.header {
	background: #ffffff url(img/header.gif) no-repeat;
	height: 142px;
	padding-left:60px;
}

#header-text {float:right; padding-top:40px; padding-right:15px;}

/* Logo */

* html #logoimage {
  margin-left: 2px
}


#logoimage {
    float: left;
    position: absolute;
    top: 5px;
    cursor: pointer;
    z-index: 500;
}



/*- Nav1 -*/

#nav1{
        background:url(img/navbar.gif) no-repeat top left;
	font-size:13px;
        font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	height:41px;
        width: 770px;
        padding-top:0px;
        padding-left:0px;
        padding-right:0px;
	margin-bottom:0px;

}


#nav1, #nav1 ul {
	list-style: none; 
	line-height: 1;
	z-index: 100;
        padding-left:130px;
        padding-right:0px;
}



#nav1 a {
        display: block;
	line-height: 40px;
	padding: 0 10px;
	z-index: 100;
        text-decoration: none;
}



#nav1 li {
	float: left;
	line-height: 40px;
	margin: 0 0px 0 0;
}



#nav1 li a{
	color: #FFFFFF;
	padding: 0 15px 0 15px;
	text-decoration: none;
        border-left: 1px solid #363636;

}



#nav1 li a:hover,
#nav1 li.active a{
	color: #FF8400;
	cursor: pointer;
	text-decoration: none;
}



/* IE7 Fix */
#nav1 li:hover, #nav1 li.hover {  
	position: static;
	visibility:visible
}

html>body #nav1 li ul li { *margin-top:-2px; }

/* main */
.main#two-columns {background: #FFF url(img/content-bgr.gif) repeat-y;}


/* footer */


.footer {
	color: #FFFFFF;
        font-size: 11px;
	padding: 8px 8px 20px 8px;
}

.footer .left {width: 15%;}
.footer .right {width: 84%;}

.footer a {
	color: #FFF;
	text-decoration: none;
}


.footer a:hover, .footer .right a:hover {
	color: #FF8400;
	text-decoration: none;

}


/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 69%;}
.col2 .right .content { }
.col2 .right {width: 30%;}
.content {
	padding: 18px 20px;
	font-size: 62.5%;
}
.left {float: right;}
.right {float: left;}
.right .sidebar {padding: 18px 0px 15px 20px;}

/* block list */
ul.block {
	border-top: 1px solid #323232;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dotted #363636;
	list-style: none;
}
.block li a,.block li em {
	color: #ffffff;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #000000;
	color: #ffffff;
}

.right .block,.right .block li {border-color: #363636;}
.right .block li a:hover {background: #000000;}

