html {margin: 0 auto;
	padding:10px;
	background-color:#ccc;}
body {
	margin:0 auto;
}



.logo {
	float:left;
	width:200px;
	display:inline;
	margin:0px 0px 0px 0px;
}


/*////   - Nav -   ////*/

#nav {
	float:right;
	line-height:100%;
	margin:19px 0px 0px 0px;
	padding:10px;
}
#nav li {
	float: left;
	position: relative;
	list-style: none;
	z-index:100;
	margin-left:7px;
	padding-bottom:5px;
}
/* main level link */
#nav a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding:  8px 12px;
	font-size:113%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #e5e5e5;
	color: #444;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	padding:7px 11px 5px;
	text-shadow:0 1px 0 #FFFFFF;
}
#nav a:hover {
	background: #000;
	color: #000;
}
/* main level link hover */
#nav li:hover > a {
	background: #cccccc;
	color: #444;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	padding:7px 11px 5px;
	text-shadow:0 1px 0 #FFFFFF;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #f2f2f2 !important;
	color: #1A1A1A !important;
	padding:10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #fafafa;
	border: solid 1px #d9d9d9;
	z-index:100;
	font-size:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-size:100%;
	font-weight:normal;
	padding:10px !important;
}
#nav ul a:hover {
	font-size:100%;
	font-weight:normal;
	padding:10px;
}

#slides{
	float:left;
	height:360px;
	width:600px;
	background-color:#ffffff;
	margin-left:10px;
	padding-bottom:10px;
}



#bullets{
	float:left;
	padding-left:30px;
	height:370px;
	width:350px;
	background-color:#ffffff;
	margin-left:10px;
}

#header {
	width:1000px;
	height:80px;
	margin:0 auto;
	border:1px solid #ff0000;
	background-color:#f0f0f0;
}

#container {
	padding-top:10px;
	border:1px solid #ff0000;
	width:1000px;
	background:#ffffff;
	margin:0 auto;
}

#content {
	padding-top:30px;
	padding:10px;
	width:980px;
	background:#ffffff;
	margin:0 auto;
}

.info{
	width:303px;
	height:175px;
	padding:10px;
	float:left;
	border:1px solid #ff0000;
}


ul {
	display:inline;
	list-style-type:none
}


li {
	list-style-type:none
}

/* ============================
   REAL RESPONSIVE FIXES
   — ONLY APPLY ON SMALL SCREENS —
============================ */

/* Breakpoint: stack layout cleanly */
@media (max-width: 900px) {

    html {
        padding: 0;
    }

    /* Allow full fluid width */
    #header,
    #container,
    #content {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* HEADER FIX */
    #header {
        height: auto !important;
        text-align: center;
        padding-bottom: 10px;
    }

    .logo {
        float: none !important;
        width: auto !important;
        text-align: center;
        display: block !important;
        margin: 0 auto 10px auto !important;
    }

    .logo img {
        max-width: 70% !important;
        height: auto !important;
    }

    /* NAV FIX */
    #nav {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
        margin: 10px auto !important;
        padding: 0 !important;
    }

    #nav li {
        float: none !important;
        display: inline-block !important;
        margin: 4px !important;
    }


    /* SLIDER + BULLETS FIX */
    #slides,
    #bullets {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-align: center !important;
    }

    #slides img {
        width: 100% !important;
        height: auto !important;
    }


    /* FEATURE BOXES FIX */
    .featured_three {
        width: 100% !important;
        float: none !important;
        display: block !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .featured_three .info,
    .info {
        float: none !important;
        width: 94% !important;
        height: auto !important;
        margin: 0 auto 12px auto !important;
        display: block !important;
    }


    /* TEXT / UL FIX */
    #bullets ul {
        display: block !important;
        margin: 0 auto !important;
        padding: 0 !important;
        text-align: left !important;
        width: 90% !important;
    }

    #bullets li {
        margin-bottom: 6px !important;
        display: list-item !important;
        list-style: disc inside !important;
    }
}


/* Extra small phones */
@media (max-width: 480px) {

    #nav a {
        font-size: 95% !important;
        padding: 6px 10px !important;
    }

    #bullets h2 {
        font-size: 120% !important;
    }

    #content h1 {
        font-size: 140% !important;
    }

}
