﻿/*
----------------------------------------------------

Miami Silk Style Sheet
Author: David Lopez
Date: 19 Sep 2009

----------------------------------------------------
*/
*
{
    margin: 0;
    padding: 0;
}
html, body
{
    margin: 0;
    padding: 0;
    border: 0;
    background-image: url('images/general/bgMain.jpg');
    background-position: center bottom;
    background-color: #000;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font: .825em Verdana,Helvetica,Arial,Sans-serif;
    color: #696969;
    
}   
.hidden 
{
	display: none;
}
p
{
    text-indent: 3em;
}
fieldset
{
    border-style: none;
}
h1
{
    color: #FBAA13;
}
/*
----------------------------------------------------

Links

----------------------------------------------------
*/

A IMG 
{
	border: none;
}
A
{
    text-decoration: none;
}
A:link
{
	text-decoration: none;
}
A:hover
{
	color: #db6d16;
}
/*
----------------------------------------------------

Header

----------------------------------------------------
*/
#ms-container
{
    margin: auto;
    padding: 0;
    width: 975px;
}
#brand-container
{
    margin: auto;
    padding: 0;
    width: 975px;
    height: 81px;
}
#logo
{
    float: left;
    margin: 0;
    padding: 0;
    background-image: url('images/general/MSLogo.jpg');
    width: 266px;
    height: 81px;
}
#mini-nav
{
    width: 400px;
    float: right;
    text-align: right;
    font-size: 10px;
    font-weight: bold;
    
}
#mini-nav a {
	color: #A7A7A7;
	text-decoration: none;
}
#mini-nav a:hover {
	color: #db6d16;
}
#navigation
{
    background-image: url('images/general/topNav.png');
    height: 35px;
    
}
#navigation ul
{
    list-style: none;
    padding-left: 15px;
}
#navigation li
{
    float: left;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#navigation a
{
    color: #F2F2F2;
    font-weight: bold;
    text-decoration: none;
}
#navigation a:hover
{
    color: #EEE188;
    font-weight: bolder;
}
#navigation a:visited
{
    color: #BBBBBB;
    font-weight: bold;
}
#navigation a:active
{
    text-decoration: underline;
}
#topGrey-container
{
    width: 975px;
    height: 20px;
    margin: auto;
    background-color: #5D5D5D;
    color: #CCCCCC;
}
#nav-status
{
    font-size: 10px;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    padding-top: 4px;
    padding-bottom: 4px;
    float: left;
    height: 12px;
}
#date
{
    font-size: 10px;
    width: 200px;
    border-bottom-width: 1px; 
    border-bottom-color: #666666; 
    padding-top: 4px;
    padding-bottom: 4px;
    float: right;
    height: 12px;
}
.sitemap a
{
    color: #000000;
    text-decoration: none;
    padding-left: 20px;
}
.sitemap a:hover
{
    color: #FFFFFF;
}
/*
----------------------------------------------------

Center

----------------------------------------------------
*/
#splash-image
{
    margin: auto;
    padding: 0;
    border: 0;
    width: 975px;
    min-height: 15px;
}
#body-container
{
    margin: auto;
    padding: 0;
    width: 975px;
    background-image: url('images/general/bgBody.gif');
    background-repeat: repeat;
    float: left;
    min-height: 300px;
}
#white-topround
{
    background-image: url('images/general/whiteTop.png');
    height: 15px;
    background-repeat: no-repeat;
}
#body-left .padding
{
    width: 650px;
    line-height: 18px;
    float: left;
    padding: 5px;
}
#body-right .padding
{
    width: 305px;
    line-height: 18px;
    float: left;
    padding: 5px;
}
#white-bottomround
{
    background-image: url('images/general/whiteBottom.png');
    height: 30px;
    background-repeat: no-repeat;
    clear: both;
}
/*
----------------------------------------------------

Footer

----------------------------------------------------
*/
#footer-topround
{
    background-image: url('images/general/topFooter.png');
    height: 15px;
    background-repeat: no-repeat;
}
#footer
{
    background-image: url('images/general/bgfooter.png');
    background-repeat: repeat;
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
    font-size: 10px;
    color: #DDDDDD;
    padding: 13px 25px;
    line-height: 18px;
    margin: auto;
    height: 90px;
}
#footer-nav
{
	width: 350px;
	float: right;
	text-align: right;
}
#footer-nav a {
	color: #DDDDDD;
	text-decoration: none;
}
#footer-nav a:hover
{
    color: #F9FF00;
    font-weight: bold;
}
/*
----------------------------------------------------

Contact Us Section

----------------------------------------------------
*/
.contact-us-container
{
  margin-bottom:.769em; /* 10/13 */
}
#required-field
{
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #666666;
    padding-top: 25px;
    margin-bottom: 30px;
}
.required
{
    color: Red;
}
.contact-description
{
    width: 100px;
    float: left;
    text-align: right;
    margin: 10px;
}
.contact-text
{
    width: 400px;
    float: left;
    margin: 10px;
}
.contact-text-colored
{
    color: #CC00CC;
    width: 400px;
    float: left;
    margin: 10px;
    font-weight: bold;
    font-size: 12px;
}
.ads-PostAd
{
    font-weight: bold;
    color: #74BBEF;
    text-align: right;
}
/*
----------------------------------------------------

404 Error Section

----------------------------------------------------
*/
#errorpage, h1
{
    margin: 20px;
}
#explanation
{
    font-style: italic;
    font-weight: bold;
}
ol
{
    margin: 20px;
}
ol a
{
    color: #FF6600;
}
ol a:hover
{
    text-decoration: underline;
}
/*
----------------------------------------------------

Home Page Section

----------------------------------------------------
*/
.wrt
{
    width: 581px;
    background: url('images/general/wrt.png');
    background-repeat: no-repeat;
    height: 10px;
}
.wr-content
{
    width: 581px;
    min-height: 100px;
    background-color: #FFFFFF;
}
.wrb
{
    width: 581px;
    background: url('images/general/wrb.png');
    background-repeat: no-repeat;
    height: 10px;
}
.brickrt
{
    width: 581px;
    background: url('images/general/brickrt.png');
    background-repeat: no-repeat;
    height: 10px;
}
.brick-content
{
    width: 581px;
    background-color: #cc3333;
    float: left;
}
.brickrb
{
    width: 581px;
    background: url('images/general/brickrb.png');
    background-repeat: no-repeat;
    height: 10px;
    clear: both;
}
#events
{
    color: #FFFFFF;
}
#events img
{
    margin: 5px;
}
#events h2
{
    font-style: italic;
    padding: 10px;
}
.dayEvent
{
    font-weight: bold;
    color: #FFFF00;
    width: 140px;
    min-height: 210px;
    float: left;
    text-align: center;
    padding-bottom: 20px;
}
.venueName
{
    color: #FFFF66;
}
#welcome
{
    padding: 15px;
}
#welcome a
{
    color: #D95700;
}
#welcome a:hover
{
    text-decoration: underline;
}
#welcome h3
{
    color: #0080C0;
}
.wrt650
{
    width: 650px;
    background: url('images/general/wrt650.png');
    background-repeat: no-repeat;
    height: 10px;
}
.wrContent
{
    background-color: #FFFFFF;
    width: 600px;
    padding: 15px;
}
.wrb650
{
    width: 650px;
    background: url('images/general/wrb650.png');
    background-repeat: no-repeat;
    height: 10px;
}

#ul-div ul
{
  margin:0 auto;
  padding:0 2em;
}
#ul-div li 
{
  margin:0;
  padding:0 2em 0 0;
  list-style: square;
  font-size:1em;
  text-indent:0;
}