/* andreas01 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author.
Version: 2.0 (Jun 25, 2006)
Screen layout: */

/***** Body and main container *****/
body {
margin:0;
padding:0;
font:10pt Verdana,Tahoma,Arial,sans-serif;
background:url(img/winedesk_background1.jpg);
color:#000066;
}

#wrap {
color:#000066;
margin:0 auto;
width:760px;
}

/***** Various tags *****/
a {
text-decoration:none;
font-weight:bold;
color:#286ea0;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

a img {
border:0;
}

/***** Header *****/
#header {
}

h1 {
color:#000066;
background-color:inherit;
margin:0;
font:12pt Verdana,Tahoma,Arial,sans-serif;
font-weight:bold;
}

h1 a{
color:#000066;
background-color:inherit;
text-decoration:none;
}

#header p {
width:400px;
float:right;
text-align:center;
color:#000066;
margin:8px 0 0;
font:12pt Verdana,Tahoma,Arial,sans-serif;
line-height:1.3em;
background-color:inherit;
}

#frontphoto {
margin:0 0 10px;
border:0;
}

/***** Left sidebar *****/
#leftside {
background-color:#d5d5e4;
clear:left;
float:left;
width:195px;
height:100%;
margin:0;
padding:0;
}

#leftside h2,#leftside h3 {
color:#000066;
background-color:inherit;
margin:0;
padding:0;
}

#leftside div.announce {
clear:left;
margin:0;
padding:5px 1px 5px 5px;
background-color:#d5d5e4;
color:#000066;
border-left:4px solid #7d0000;
line-height:1.5em;
}

#leftside div.announce p {
margin:0;
padding:0;
}

/***** Main menu *****/

ul.menu-top {
width:195px;
margin:0 0 18px;
padding:0;
list-style:none;
}

ul.menu-top li {
width:195px;
padding:0;
line-height:1.4em;
display:inline;
}

ul.menu-top li a {
background-color:#d5d5e4;
color:#000066;
font-weight:normal;
width:185px;
float:left;
margin-bottom:2px;
padding:5px 1px 5px 5px;
border-left:4px solid #7d0000;
text-decoration:none;
}

ul.menu-top li a:hover {
background-color:#7d0000;
border-left:4px solid #7d0000;
color:#ffffff;
text-decoration:none;
}

ul.menu-top ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:10pt;
width:180px;
}

ul.menu-top ul a {
padding:3px 1px 3px 5px;
width:170px;
}

ul.menu-top ul ul {
width:160px;
}

ul.menu-top ul ul a {
width:150px;
}

ul.menu-top li.menu-current a {
font-weight: bold;
}

/***** Right sidebar *****/
#extras {
float:right;
width:195px;
margin:0 0 5px;
padding:0;
line-height:1.4em;
}

#extras p,#extras ul {
font-size:10pt;
margin:0 0 16px;
padding:0;
}

#extras li {
list-style:none;
line-height:1.2em;
margin:0 0 6px 0;
padding:0;
}

#extras ul ul {
margin:6px 0 0 10px;
padding:0;
}

#extras ul ul li {
margin: 0 0 4px 0;
}

#extras ul ul li a {
font-size:10pt;
font-weight:normal;
}

#extras h2, #extras h3 {
color:#000066;
background-color:inherit;
font-size:10pt;
margin:0 0 10px;
padding:0;
}

/***** Main content *****/
#content {
margin:0 150px 5px 150px;
border-left:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;
padding:0 10px;
line-height:1.6em;
}

#contentwide {
margin:20px;
padding:0;
line-height:1.6em;
width:470px;
}

#content h2,#contentwide h2 {
font-size:10pt;
margin:0 0 10px;
}

#content h3,#contentwide h3 {
font-size:10pt;
margin:0 0 8px;
}

#content img,#contentwide img {
padding:1px;
display:inline;
background:#b4b4e4;
color:#000066;
border:4px solid #f0f0f0;
}

#content ul, #contentwide ul, #content ol, #contentwide ol {
margin:0 0 16px 20px;
padding:0;
}

#content li, #contentwide li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #content ol ol, #contentwide ol ol{
margin:0 0 0 16px;
padding:0;
}

/***** Footer *****/
#footer {
clear:both;
margin:0 auto;
padding:5px;
border-top:1px solid #d5d5e4;
width:870px;
text-align:center;
color:#333333;
font-size:10pt;
}

#footer a {
color:#333333;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:8pt;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}