﻿/*
----------------------------------------------------

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;
}
/*
----------------------------------------------------

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;
}
#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;
}
