/* Created by Jonathan Horak */
/* 2005-03-03 - v0.1.1 */

/* General elements */

body {
margin: 0px;
padding: 0px;
}

a:link, a:visited {
color: #cc5500;
font-weight: bold;
text-decoration: none;
}

a:hover, a:active {
color: #cc5500;
font-weight: bold;
text-decoration: underline;
}

abbr, acronym {
border-bottom: 1px dotted #cc5500;
cursor: help;
text-decoration: none;
}

body, h1, h2, p {
font-family: verdana, arial, helvetica, sans-serif;
}

blockquote {
margin: 0px 0px 10px 30px;
line-height: 150%;
font-size: 12px;
}

embed {
padding: 10px 0px 5px 0px;
}

h1, h2, img, p {
margin: 0px;
}

img {
border: 0px;
}

label {
font-size: 12px;
font-weight: normal;
text-decoration: none;
}

p {
padding: 0px 0px 10px 10px;
line-height: 150%;
font-size: 12px;
}

/* Container: banner, navigation, content, side and footer with classes used in container div */

#container {
width: 750px;
\width: 770px;
w\idth: 750px;
margin: 0px auto 0px auto;
padding: 10px;
text-align: center;
}

#container h1 {
margin: 0px 0px 7.5px 0px;
padding: 0px 0px 0px 5px;
font-size: 14px;
text-transform: uppercase;
color: #ffffff;
background: #cd5500 url(/imx/rounded/right.gif) no-repeat right;
}

#container h2 {
padding: 0px 0px 5px 0px;
font-size: 12px;
text-transform: lowercase;
color: #111111;
}

.shadow {
float:left;
background: url(/imx/shadow.png) no-repeat bottom right !important;
background: url(/imx/shadow.gif) no-repeat bottom right;
margin: 10px 5px 0 15px !important;
margin: 10px 5px 0 10px;
}

.shadow img {
display: block;
position: relative;
background-color: #fff;
border: 1px solid #a9a9a9;
margin: -6px 6px 6px -6px;
padding: 4px;
}

#banner {
margin: 20px 0px 20px 0px;
padding: 0px;
}

#banner img {
border: 0px;
margin: 0px;
padding: 0px;
}

#navigation {
padding: 0px;
font-size: 13px;
}

#navigation ul, #navigation li {
margin: 0px;
padding: 0px;
display: inline;
list-style-type: none;
}

#navigation a:link, #navigation a:visited {
line-height: 14px;
font-weight: bold;
margin: 0px 10px 0px 10px;
text-decoration: none;
color: #666666;
}

#navigation a:link#current, #navigation a:visited#current, #navigation a:hover {
border-bottom: 3px solid #cc5500;
padding-bottom: 2px;
background: transparent;
color: #cc5500;
}

#content {
padding: 10px;
margin: 0px 230px 0px 0px;
text-align: justify;
}

#content form {
padding: 0px 0px 10px 10px;
}

#content form .weblog {
width: 300px;
}

#content ol, #content ul {
margin: 0px 0px 10px 20px;
padding: 0px;
line-height: 150%;
font-size: 12px;
}

#content ol li {
margin: 0px;
padding: 0px;
list-style-position: inside;
}

#content ul li {
background: url(/imx/arrow/burnt-orange.gif) no-repeat 0 0.6em;
margin: 0px;
padding: 0px 0px 0px 10px;
list-style: none;
}

#content ol ul li {
margin: 0px;
padding: 0px 0px 0px 10px;
}

#side {
float: right;
width: 200px;
\width: 220px;
w\idth: 200px;
margin: 0px 0px 0px 10px;
padding: 10px;
text-align: justify;
}

#side form {
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 10px;
}

#side ul {
margin: 0px 0px 10px 0px;
}

#side ul li {
margin: 0px 0px 10px 0px;
text-align: left;
background: none;
}

.alert {
border-bottom: 1px dashed #cc5500;
cursor: help;
}

#footer {
clear: both;
padding: 10px;
margin: 10px 10px 0px 10px;
border-top: 2px solid #cc5500;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
text-align: right;
}