/* General declarations */
* { font-family: arial, helvetica, sans-serif; font-size: 12px; padding: 0px; margin: 0px; }
html { background: url(../assets/html_bg.png) #D10018 repeat-x top center; }
h1 { color: black; font-size: 16px; line-height: 25px; margin-bottom: 0px; }
h2 { color: #5F5F5F; margin: 30px 0px 10px 0px;  font-size: 16px; } 
h4 { color: #D10018; }

/* Container */
#container { width: 898px; background: url(../assets/container_bg.png) repeat-Y top center; margin-left: auto; margin-right: auto; padding: 0px 5px 0px 5px; } 

/* Header */
#header { height: 103px; width: 100%; background: url(../assets/header_bg.png); }

/* Menu */
#menu { height: 21px; width: 100%; background: url(../assets/menu_bg.png); border-top: 1px solid #d5d5d5; border-bottom: 1px solid #a3a3a3; }
#menu ul { list-style: none;  float: right; }
#menu li { float: left; background: url(../assets/menu_li_divider.png) no-repeat; }
#menu li a { display: block; height: 21px; line-height: 21px; padding: 0px 10px 0px 10px; color: white; font-weight: bold; text-decoration: none; }
#menu li a:hover { text-decoration: underline; } 
#menu li a.active { text-decoration: underline; }

/* Content */
#content #column1 { float: left; width: 146px; padding: 6px; } 
#content #column1 .divider { border-bottom: 1px solid white; font-size: 1px; height: 1px; margin-bottom: 15px; margin-top: 15px; }
#content #column1 ul { }
#content #column1 li { color: #D10018; margin-bottom: 10px; }
#content #column1 li p { color: black; padding: 0px; font-weight: bold; line-height: normal;}
#content #column1 li a { color: black; padding: 0px; font-weight: bold; text-decoration: none; }
#content #column1 li a:hover { color: #D10018; }

#content #column2 { float: left; width: 570px; padding: 6px; }
#content #column2 span.note { color: #5B5B5B; font-style: italic; font-size: 11px; }

#content #column3 { float: left; width: 146px; padding: 6px; }
#content #column3 .divider { border-bottom: 1px solid white; font-size: 1px; height: 1px; margin-bottom: 15px; margin-top: 15px; }
#content #column3 p { color: black; padding: 0px; font-weight: bold; }
#content #column3 span.red { color: #D10018; }
#content #column3 a.virtualtour { display: block; height: 40px; line-height: 40px; border: 2px dotted black; font-weight: bold; text-decoration: none; text-align: center; font-size: 16px; }
#content #column3 a.virtualtour:hover { border: 2px solid #D10018; background-color: white; }

#content { min-height: 600px; line-height: 18px; }
#content li { margin-left: 15px; line-height: 18px; }
#content p { color: black; line-height: 20px; padding-bottom: 25px; }
#content a { color: #D10018; }
#content a:hover { color: black; }

/* Footer */
#footer { clear: both; margin-left: auto; margin-right: auto; width: 908px; height: 30px; background: url(../assets/footer_bg.png) top no-repeat; }
#footer p { line-height: 22px; color: #54010B; font-size: 10px; text-align: center; }
#footer a {  color: #54010B; font-size: 10px; text-decoration: none; }
#footer a:hover { color: white; }

/* Alerts */
.alert { padding: 5px; margin-bottom: 15px; line-height: 22px; }
.confirm { background-color: #ECF7E7; border: #349A00 1px solid; color: #349A00; }
.error { background-color: #FDF7EA; border: #EE9900 1px solid; color: #EE9900; }
.notify { background-color: #EAF3F5; border: #347597 1px solid; color: #347597; }
.alerts h3 { color: #B8231C; font-size: 13px; margin-bottom: 3px; margin-top: 15px; }

/* Form errors */
ul.form-errors { background-color: #faf1f2; border: #B8231C 1px solid; color: #B8231C; padding: 5px; margin-bottom: 10px; }
ul.form-errors li { line-height: 15px; }
ul.form-errors li ul {  margin-bottom: 5px; }

.fieldsetDecoratorDefault { border: 1px solid #646464; background-color: #F0F0EE; padding: 0px 10px 10px 10px; margin: 20px 0px 30px 0px; }
.fieldsetDecoratorNoBottomMargin { margin-bottom: 0px; }
.fieldsetDecoratorDefault legend { font-weight: bold; color: #646464; font-size: 14px; }
.errorDecoratorDefault { color: #B6000B; line-height: 20px; font-size: 11px; font-style: italic; margin-top: 5px; }
.labelDecoratorDefault { width: 200px; display: block; color: #1A171B; font-weight: bold; line-height: 22px; margin-top: 10px; }
.descriptionDecoratorDefault { font-size: 10px; color: #A00606; font-style: italic; line-height: 16px; }
.blockDecoratorDefault { }
.fileDecoratorDefault { border: 1px solid #5E5E5E; color: #1A171B; }
.selectDecoratorDefault { border: 1px solid #5E5E5E; color: #1A171B; padding:4px; }
.inputDecoratorDefault { border: 1px solid #5E5E5E; color: #1A171B; padding:4px; width: 300px; }
.inputScaleDecoratorDefault { border: 1px solid #5E5E5E; color: #1A171B; padding:4px; }
.inputScaleCenterDecoratorDefault { border: 1px solid #5E5E5E; color: #1A171B; padding:4px; text-align: center; }
.radiobuttonDecoratorDefault { margin-top: 3px; }
.checkboxDecoratorDefault { margin-top: 3px; }
.buttonDecoratorDefault { border: 1px solid #5E5E5E; color: white; background-color: #868686; padding: 5px 15px 5px 15px; font-weight: bold; font-size: 14px; margin-top: 10px; }




