@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:#e1e1df;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
}

/* Structure */
/* /////////////////////////////////////////////////// */
.clear{
	clear:both;
}
#wrapper{
	background-color:#FFF;
	width:100%;
	top:-117px;
	position:relative;
	padding:1px 0;
}
#container{
	max-width: 960px;
	margin:auto;
}
/* /////////////////////////////////////////////////// */

/* Header */
/* /////////////////////////////////////////////////// */
#header {
	max-width: 960px;
	margin:auto;
	position:relative;
	z-index:99;
	background-color:#FFF;
}
#header #logo{
	width:50%;
	float:left;
}
#header #logo a{
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
}
#header #logo a img { max-width: 100%; height: auto; }
#header #logo span{
	margin-left:-5000px;
}
#header #nav{
	width: 50%;
	margin-top:35px;
	float:left;
    text-align: right;
}
#header #nav ul{
	list-style:none;
    text-align: right;
}
#header #nav li{
	display: inline-block;
}
#header #nav li a{
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6c6d6f;
	font-size:16px;
	padding:16px;
	text-decoration:none;
}
#header #nav li a:hover{
	color:#0b5a98;
}
#header #nav li.about a, #header #nav li.services a, #header #nav li.forms a{
	border-right:1px solid #6c6d6f;
}
/* /////////////////////////////////////////////////// */

/* Header */
/* /////////////////////////////////////////////////// */
#footerContainer{
	width:100%;
	background:url(../images/structure/footerSpread.jpg) top repeat-x;
	height:398px;
	position:relative;
	top:-117px;
}

#footer{
	max-width: 960px;
	height:398px;
	background-image:url(/images/structure/footer.jpg);
	margin:auto;
}
#footer .left{
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	line-height:24px;
	color:#6c6d6f;
	font-style:italic;
	padding:10px 0 0 0;
	margin:110px 33px 0 0;
}
#footer .left a{
	color:#6c6d6f;
	text-decoration:none;
}
#footer .left a:hover{
	text-decoration:underline;
}
#footer .right{
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:26px;
	color:#6c6d6f;
	font-style:italic;
	background:url(../images/structure/dots.jpg) left no-repeat;
	width:422px;
	padding:10px 0 50px 33px;
	margin:110px 0 0 0;
}
#footer .right span{
	font-family:"Gudea", Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding-top:10px;
	display:block;
}
#footer .right a{
	color:#6c6d6f;
	text-decoration:none;
}
#footer .right a:hover{
	text-decoration:underline;
}
/* /////////////////////////////////////////////////// */


@media screen and (max-width:960px) {
    #header #nav li a{
        display:block;
        font-family:Georgia, "Times New Roman", Times, serif;
        color:#6c6d6f;
        font-size:12px;
        padding: 5px 12px;
        text-decoration:none;
    }  
    
    #footerContainer{
        width:auto;
        background: none;
        background-color: #e1e1df;
        height:auto;
        padding: 18px;
        margin: 18px 0 0 0;
    }
    
    #footer{
        max-width: 960px;
        background-color: #e1e1df;
        height:auto;
        background-image: none;
        margin:auto;
        padding: 0;
        margin: 0 0 -117px 0;
    }
    #footer .left{
        float:left;
        width: 48%;
        font-family:Georgia, "Times New Roman", Times, serif;
        font-size:14px;
        line-height:20px;
        color:#6c6d6f;
        font-style:italic;
        padding: 0;
        margin: 0;
    }
    
    #footer .right{
        float:right;
        width: 48%;
        font-family:Georgia, "Times New Roman", Times, serif;
        font-size:14px;
        line-height:20px;
        color:#6c6d6f;
        font-style:italic;
        background:none;
        padding: 0;
        margin: 0;
    } 
}

@media screen and (max-width:735px) {
    #header #logo{
	    width:auto;
	    float:none;
    }
    
    #header #logo a img { max-width: 90%; height: auto; display: block; margin: auto; }
    
    #header #nav{
        width: auto;
        padding:12px 0;
        margin: 0;
        float:none;
        text-align: center;
    }
    
    #header #nav ul{
        list-style:none;
        text-align: center;
    }
}

@media screen and (max-width:480px) {
    #header #nav li a{
        display:block;
        font-family:Georgia, "Times New Roman", Times, serif;
        color:#6c6d6f;
        font-size:11px;
        padding: 3px 8px;
        text-decoration:none;
    }   
    
    #header #logo{
	    width:auto;
	    float:none;
    }
    
    #header #nav{
        width: auto;
        margin-top:12px;
        float:none;
        text-align: center;
    }
    
    #header #nav ul{
        list-style:none;
        text-align: center;
    }
    #footer .left{
        float:none;
        width: auto;
        margin: 18px;
        text-align: center;
    }
    
    #footer .right{
        float:none;
        width: auto;
        margin: 18px;
        text-align: center;
    } 
}