* {
cursor: default;
}

a, a * {
cursor: pointer;
}

a img {
border: none
}

a {
text-decoration: none;
color: rgb(51,130,245);
padding-right: 13px;
background: transparent url('../images/chevron.png') no-repeat center right;
}

li a, h3 a {
padding-right: 0;
padding-left: 11px;
background-position: center left;
}

a:hover {
text-decoration: underline;
color: rgb(67,123,245);
}

html, body {
height: 100%;
}

html {
background: rgb(255,255,255) url('../images/main-border.jpg') repeat-x;
}

body {
margin: 0;
padding: 0;
font: normal normal normal .85em/1.33 'Helvetica Neue',HelveticaNeue,Helvetica,Verdana,Arial,sans-serif;
background: transparent url('../images/background.jpg') no-repeat 50% 20px;
color: rgb(51,51,51);
}

#main {
padding: 0;
max-width: 900px;
margin: 0 auto;
min-height: 100%;
position: relative;
background: transparent url('../images/hero.jpg') no-repeat 50% 135px;
}

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

form fieldset {
margin: 0 2% 0 0;
padding: 0;
border: none;
float: left;
width: 46%;
height: 170px;
}

form fieldset legend {
text-indent: 0;
padding: 0;
margin: 0 0 10px;
}

form fieldset p {
border-top: dotted 1px rgb(200,200,200);
padding-top: 10px;
margin-bottom: 10px;
}

form fieldset textarea {
width: 100%;
}

form p label {
float: left;
width: 5em;
}

h1, h2, h3, h4, ol, p, ul {
padding: 0;
margin: 0 0 10px;
}

h1 {
font: italic normal normal 4em 'Nueva Std Bold Cond Italic',NuevaStd-BoldCondItalic,Times,'Times New Roman',serif;
text-transform: lowercase;
padding-left: 70px;
}

h2 {
font: normal normal normal 2.18em 'Nueva Std Cond',NuevaStd-Cond,Times,'Times New Roman',serif;
margin: 0;
}

h3 {
font-size: 1.18em;
font-weight: normal;
color: rgb(200,200,200);
/*padding-bottom: 5px;
border-bottom: solid 1px rgb(51,51,51);*/
}

h3 a {
color: rgb(51,130,245);
}

img.deco {
float: right;
clear: right;
width: 150px;
margin: 0 0 5px 10px;
}

img.inline {
float: none;
display: inline;
vertical-align: middle;
}

object {
width: 600px;
height: 500px;
}

ul, ol {
list-style-position: inside;
}

/* Header Style */

#header {
position: relative;
background: transparent url('../images/moonlight-icon.png') no-repeat 0 40px;
padding-top: 40px;
margin-top: 0;
margin-bottom: 165px;
border-bottom: double 3px rgb(51,51,51);
}

/* Menu Style */

#menu {
text-transform: uppercase;
font-variant: small-caps;
background-color: transparent;
position: absolute;
right: 0;
top: 55px;
}

#menu ul {
list-style: none;
padding: 0;
margin: 0;
}

#menu li {
display: inline;
padding: 0;
margin: 0;
}

#menu a {
color: rgb(51,51,51);
vertical-align: -1px;
padding: 0 0 0 10px;
background-image: none;
}

#menu a:hover {
color: rgb(51,130,245);
}

/* Content Style */


#content {
padding: 10px 20px 185px 0;
overflow: hidden;
}

#home #content {
background: transparent url('../images/content-border.png') repeat-y top right;
-moz-column-count: 2;
-moz-column-gap: 10px;
-webkit-column-count: 2;
-webkit-column-gap: 10px;
}

#content h2 .deco, #content p .deco, #content h3 .deco {
float: right;
clear: right;
margin: 0 0 10px 10px;
}

#content p {
text-align: justify;
}

#content .figure {
padding-top: 10px;
}

#content .figure img{
width: 100%;
}

#content .figure .quicktime {
width: 700px;
height: 600px;
}

/* Sidebar Style */

#sidebar {
position: relative;
float: right;
padding: 10px 15px 20px;
margin: 0 0 10px;
width: 220px;
height: 370px;
/*background: transparent url('../images/sidebar-background.png') no-repeat top left;*/
color: rgb(0,0,0);
}

#sidebar a {
/*color: rgb(51,51,51);*/
background-image: url('../images/chevron.png');
}

#sidebar a:hover {
color: rgb(0,0,0);
}

#sidebar h3, #sidebar p, #sidebar ul {
color: rgb(0,0,0);
border-color: rgb(0,0,0);
list-style: none;
}

/* Footer Style */

#footer {
font-size: 95%;
position: relative;
height: 175px;
margin-top: -185px;
border-top: solid 10px rgb(15,15,15);
background: transparent url('../images/footer-background.png') repeat-x top left;
color: rgb(0,0,0);
}

#footer h3, #footer p, #footer ul {
color: rgb(0,0,0);
border-color: rgb(0,0,0);
}

#footer a {
color: rgb(255,255,255);
background-image: url('../images/chevron-white.png');
}

#footer a:hover {
color: rgb(0,0,0);
}

#footer .footer-content {
max-width: 900px;
margin: 0 auto;
}

#footer ul {
list-style: none;
}

#footer .item {
padding-top: 20px;
width: 35%;
margin-right: 10px;
float: left;
height: 140px;
}

/* Misc Styling */
body #sfd, body .sfd, body #sfd *, body .sfd *, html body .skip, html body .hide {
position: absolute;
top: 0;
left: 0;
text-indent: -10000px;
margin: 0;
padding: 0;
border: none;
}

.clearing {
clear: both;
}