html, body {
	height: 100%;
    background: url(../../images/bg-html.jpg);
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -415px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 415px; /* .push must be the same height as .footer */
}

html{
}

hr {
    height: 9px;
    width: 956px;
    background: url(../../images/bg-hr.png) 50% 0 no-repeat;
}
.col {
	float: left;
}

a {
    color: #ff5a00;
}

.callout {
	background: #d5d2d0;
	padding: 20px;
}
	.callout ul {
		margin-left: 20px;
	}

h1,h2,h3,h4,h5 {
    font-family: 'Muli',sans-serif;
    font-weight: normal;
}
h1 {
	font-size: 30px;
    font-weight: 300;
	color: #ff5a00;
    padding: 0;
    margin: 0 0 15px;
	text-transform: uppercase;
}
h2 {
    font-size: 20px;
        font-weight: 300;
        text-transform: uppercase;
	color: #ff5a00;
	margin: 10px 0 0px;
	padding-top: 15px;
	border-top: dotted 1px #333;
}
    .footer-content h2 {
        font-size: 40px;
        color: #000;
        line-height: 1em;
        margin: 0 0 20px;
        padding: 0;
		border: none;	
    }
h3 {
    font-size: 13px;
    color: #8c1732;
}
h4 {
	font-size: 20px;
	color: #000;
}
h5 {
    font-family: 'eye_catching_altsregular';
    color: #000;
    font-size: 47px;
    letter-spacing: 2px;
    line-height: 0.6em;
    margin: 0 0 10px;
    padding: 0;
}

.entry-content ul {
	margin-left: 30px;
}
.entry-content ul li{
	margin: 0 0 5px;
	padding: 0;
}
.container,
#subnav,
#nav{
	width: 940px;
	margin: 0 auto;
    padding: 0 25px;
}
	.logo {
		float: left;
		margin-top: 10px;
        #margin: -30px 0;
	}
        #nav ul {
            margin: 0;
            padding: 0;
        }
        #nav li {
            display: block;
            float: right;
            list-style: none;
            position: relative;
        }
        #nav li a {
            padding: 10px 6px;
            font-weight: normal;
            font-family: 'Muli', sans-serif;
            text-transform: uppercase;
            display: block;
            text-decoration: none;
            font-size: 14px;
            color: #000;
        }
            #nav li:hover a {
                color: #ff5a00;
            }
                #nav li:hover li a {
                    color: #000;
                }
                #nav li:hover li:hover a {
                    color: #ff5a00;
                }
                #menu-primary-menu li.current-menu-item,
                #menu-primary-menu li.current-menu-parent {
                    background: #000;
                    color: #fff;
                    -webkit-border-radius: 0 0 6px 6px;
                    -moz-border-radius: 0 0 6px 6px;
                    border-radius: 0 0 6px 6px;
                    position: relative;

                    behavior: url(/PIE.php);
                }
                #menu-primary-menu li li.current-menu-item {
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                }
                #menu-primary-menu li.current-menu-item a,
                #menu-primary-menu li.current-menu-parent a{
                    color: #fff;
                }
                    #menu-primary-menu li.current-menu-item li a {
                        color: #000;
                    }

        #nav ul.sub-menu,
        #subnav ul.sub-menu{
            display: none;

            margin: 0;
            width: 255px;
            position: absolute;
            top: 25px;
            left: 0;
            border-bottom: 2px solid #ccb69f;
            background: url(../../images/bg-nav.png) 0 0 no-repeat;

            z-index: 99;
            padding: 19px 0 0;

            -webkit-border-radius: 0 0 6px 6px;
            -moz-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
        }
            #nav ul.sub-menu li,
            #subnav ul.sub-menu li{
                list-style: none;
                margin: 0;
                padding: 0;
                display: block;
                float: none;
                clear: both;
                width: 100%;

                border-left: 2px solid #ccb69f;
                border-right: 2px solid #ccb69f;

                background: #efebe2;
                -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
                -moz-box-sizing: border-box;    /* Firefox, other Gecko */
                box-sizing: border-box;         /* Opera/IE 8+ */
            }
            #nav ul.sub-menu li:last-child,
            #subnav ul.sub-menu li:last-child{
                -webkit-border-radius: 0 0 6px 6px;
                -moz-border-radius: 0 0 6px 6px;
                border-radius: 0 0 6px 6px;
            }
            #nav ul.sub-menu li a,
            #subnav ul.sub-menu li a{
                text-transform: none;
                font-size: 12px;
                display: block;
                padding: 10px 15px;
            }

        #menu-secondary-menu {
            float: right;
            margin-top: 20px;
        }
            #menu-secondary-menu li {
                list-style: none;
                display: inline-block;
                font-size: 20px;
                margin-left: 20px;
                font-family: 'Muli', sans-serif;
                position: relative;

                zoom:1; *display: inline; _height: 25px;
            }
            #menu-secondary-menu li:hover a,
            #menu-secondary-menu li.current-menu-parent a {
                text-decoration: underline;
            }
                #menu-secondary-menu li:hover li a,
                #menu-secondary-menu li.current-menu-parent li a {
                    text-decoration: none;
                }
                #menu-secondary-menu li:hover li a:hover {
                    color: #ff5a00;
                }

            #menu-secondary-menu li a {
                color: #000;
            }
			#menu-secondary-menu li.current_page_item a {
				color: #ee383a;
			}

        #nav li:hover ul.sub-menu,
        #subnav li:hover ul.sub-menu {
            display: block;
        }

	#content-sidebar-wrap {
		clear: both;
		margin-top: 14px;
	}
    .slideshow-wrap {
        width: 100%;
        height: 191px;
        background: url(../../images/bg-slideshow-sub.jpg) 0 0 repeat-x;
        position: relative;
    }
        .home .slideshow-wrap {
            height: 394px;
            padding-top: 4px;
            background: url(../../images/bg-slideshow.jpg) 0 0 repeat-x;
        }
	.slideshow {
		width: 100%;
        height: 191px;
		overflow: hidden;
		display: block;
		position: relative;
        text-align: center;
	}
        .home .slideshow {
            height: 376px;
        }
    .container {
        position: relative;
    }
        .floating-module {
            position: absolute;
            top: -188px;
            right: 0;
            #width: 282px;
        }
        .home .floating-module {
            top: -142px;
            right: 15px;
        }
	#content {
		width: 100%;
        padding: 15px 0;
	}
        .entry-content {
            width: 765px;
            min-height: 350px;
            #min-height: 125px;
        }
            
			.entry-content table {
				margin-bottom: 20px;
			}
				
			.entry-content table td {
                vertical-align: top;
            }
                .entry-content td {
                    padding-left: 15px;
                }
				
		.entry-content table {
			border: none;
			background: none;
			width: 100%;
		}
			.entry-content table td {
				padding: 5px;
			}
			.entry-content table th {
				background: #000;
				color: #fff;
				padding: 5px;
				height: 30px;
				vertical-align: middle;
			}	
			.entry-content table tr.even td {
				
			}
			.entry-content table tr.odd td {
				background: #91263a;
				color: #fff;
			}
        #content,
        #content p {
            color: #000;
            font-family: 'Muli';
            font-size: 14px;
        }
        #content ul {
            margin: 0 0 20px;
            padding: 0;
        }
        #content ul li {
            list-style: none;
            padding: 0 0 0 10px;
            margin: 0 0 8px;
            background: url(../../images/bullet.png) 0 8px no-repeat;
            line-height: 1.6em;
        }

    .calltoaction ul {
        float: right;
        margin: 0;
        padding: 0;
    }
    .calltoaction li {
        list-style: none;
        display: block;
        background: #ff5a00;
        width: 141px;
        height: 141px;
        margin: 0;
    }
        .calltoaction li:first-child {
            background: #e70033;
        }
        .calltoaction li a {
            color: #fff;
            font-family: 'Muli';
            font-size: 27px;
            vertical-align: middle;
            text-align: center;
            display: block;
            display: table-cell;
            width: 121px;
            height: 121px;
            padding: 10px;
        }

.footer {
	width: 100%;
    background: url(../../images/bg-footer.png) 0 100% repeat-x;
    #padding-bottom: 50px;
}
	.footer-content {
		margin: 0 auto;
        width: 960px;
	}
        .footer-content .col {
            margin-right: 45px;
        }
        .newsletter-module {
            padding: 15px;
        }
            .newsletter-module .subcol {
                font-size: 24px;
                width: 295px;
                background: url(../../images/icon-newsletter.png) 0 50% no-repeat;
                padding-left: 65px;
                color: #ff5a00;
                font-family: 'Muli', sans-serif;
                line-height: 1.1em;
                margin: 0 10px 0 0;
            }
            .newsletter-module .maincol {
                margin: 10px 0 0;
            }

            .shared-footer {
                padding: 15px;
            }
        .footer-content .col,
        .footer-content table{
            float: left;
        }

        .footer-content,
        .footer-content a,
        .footer-content p,
        .footer-content h3 {
            color: #000;
            font-size: 12px;
        }
        .footer-content h3,
        .footer-content h3 a {
            font-family: 'Muli',sans-serif;
            font-size: 16px;
            margin: 0 0 10px;
            padding: 0;
            font-weight: 100;
        }
        .footer-content table td{
            padding-right: 20px;
            padding-top: 15px;
            vertical-align: top;
        }
        .footer-content ul {
            margin-bottom: 25px;
        }
        .footer-content ul li {
            list-style: none;
            padding: 0;
            margin: 0 0 4px;
        }
    .footer-content p.socialmedia a {
        font-family: 'Muli',sans-serif;
        font-size: 16px;
        display: block;
    }
    .footer-content p.socialmedia a.facebookbtn,
    .footer-content p.socialmedia a.twitterbtn{
        font-size: 14px;
        padding-left: 32px;
        font-style: italic;
        height: 21px;
        line-height: 21px;
    }
    .footer-content p.socialmedia a.facebookbtn {
        background: url(../../images/icon-facebook.png) 0 0 no-repeat;
    }
    .footer-content p.socialmedia a.twitterbtn {
        background: url(../../images/icon-twitter.png) 0 0 no-repeat;
    }
    .footer-content p.copyright img {
        display: block;
        margin: 15px 0 0;
    }
    .footer-content p.copyright,
    .footer-content p.copyright a{
        font-size: 12px;
        color: #75736e;
    }
#fancybox-content {
    background: #727272;
}


/* Second Tier
------------------------------------------------- */

/*
ul.sub-menu li {
    z-index: 20;
    width: 245px;
    background: #fff;
    margin: -2px 0 0 0; padding: 3px 0 0 0;
    font: 13px Arial, sans-serif; color: #92989d;
    border-left: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0;
}
ul.sub-menu li.start {
    padding: 15px 0 0 0;
}
ul.sub-menu li.end {
    padding: 3px 0 6px 0;
}
ul.sub-menuli:hover {
    background: #fff;
}
ul.sub-menu {
    left: auto;
    font: 13px Arial, sans-serif; color: #92989d;
}
ul.sub-menu li a {
    color: #fff;
    padding: 0 10px;
    line-height: 26px;
    text-decoration: none;
    background: none;
    font: 13px Arial, sans-serif; color: #92989d;
}
*/

/* Custom - Added for Blog Page
------------------------------------------------- */
body.blog .post-info,
body.single .post-info {
}

body.blog h2,
body.single h2 {
    margin: 10px 0 10px 0;
    padding-top: 25px;
}

body.blog .entry-content,
body.single .entry-content {
    width: 765px;
    min-height: 50px;
}

body.blog #content,
body.single #content {
    width: 750px;
}

body.blog .archive,
body.single .archive {
    width: 140px;
    margin: 30px 0 0 140px;
}

.archive ul li {
    list-style-type: none;
}

.archive ul.months, 
ul.posts {
    margin-left: 15px;
}

p.submitted {
    margin-bottom: 20px;
}