@charset "UTF-8";
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #EEEEEE;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
	
}
h1, h2 {
	
	font-family:'MrsEavesRomanLiningRegular', verdana;
	font-weight:normal;
	text-transform:uppercase;
}
h1 {
	font-size:26px;
	text-transform:uppercase;
	color:#CB3D32;
}
h2 { font-size:24px; }
h3, h4, h5, h6 {
	font-family: 'PT Sans', sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	
}
.band {
	margin:0;
	height:30px;
	width:100%;
	background:#CCCCCC;
}
.orangeband {
	margin:0;
	height:30px;
	width:100%;
	background:#fec073;
}
h3.titleband { 
font-size:18px;
color:#fff;
background:#CB3D32;
width:200px;
padding:5px 20px;
margin:0 30px;
height:20px;
}
h3.titlebandgrey { 
font-size:18px;
color:#fff;
background:none;
width:200px;
padding:5px 0px;
margin:0 30px;
height:20px;
}
a img { 
	border: none;
}
a:link {
	color: #BF062D;
	text-decoration: underline; 
}
a:visited {
	color: #75aed5;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; 
	-moz-box-shadow: 3px 3px 4px #bbbbbb;
	-webkit-box-shadow: 3px 3px 4px #bbbbbb;
	box-shadow: 3px 3px 4px #bbbbbb;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#bbbbbb')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
	position:relative;
}


.header {
	background-image:url(creative/headerbg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;
	height:220px;
}
.header h1 {
	font-size:51px;
	position:absolute;
	top:115px;
	left:20px;
	color:#000;
	
}
.header a, .header a:link,.header a:visited, .header a:hover, .header a:active, .header a:focus  {
	text-decoration:none;
	color:#000;
}
.socialmedia {
	position:absolute;
	top:18px;
	right:30px;
	height:32px;
	width:150px;
}



.content {

	padding: 20px;
}


.footer {
	padding: 10px 20px;
	background: none;
	margin:0 auto;
	width:960px;
	font-size:12px;
	color:#666666;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#nav {
	font-family: 'PT Sans', sans-serif;
	font-family: 'PT Sans Narrow', sans-serif;
	
}
#navwrap {
	background-color:#CB3D32;
	padding:0px 10px 0px 20px;
	margin:0;
	position:absolute;
	left:0px;
	bottom:0px;
	width:930px;

}
#suckerfishnav {
    background:#CB3D32 repeat-x;
    font-size:15px;
    font-family: 'PT Sans', sans-serif;
    font-weight:normal;
    width:920px;
	text-transform:capitalize;
	
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0;
    border:0px solid #fff;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    padding:0px 14px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
	border-right:1px solid #fff;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:151px;
    font-weight:normal;
    margin:0;
    line-height:1;
    -moz-opacity:0.85;
    opacity:0.85;
    khtml-opacity:0.85;
    border:0;
    border-top:1px solid #ffffff;
	z-index:999;
    }
#suckerfishnav li li {
    width:149px;
    border-bottom:1px solid #ffffff;
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
    font-weight:normal;
    font-family:verdana,sans-serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:120px;
    font-size:16px;
    color:#ffffff;
    }
#suckerfishnav li ul ul {
    margin:-25px 0 0 150px;
    }
#suckerfishnav li li:hover {
    background:#FEC073;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#fff;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#000;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#fff;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#CB3D32;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#FEC073;
    }
#suckerfishnav .current_page_parent {
    background:#B13733;
    }
#suckerfishnav .current_page_item {
    background:#D31510;
    }
#suckerfishnav .current_page_parent a:after, #suckerfishnav .current_page_parent li a:after, #suckerfishnav .current_page_parent li li a:after, #suckerfishnav .current_page_parent li li li a:after, #suckerfishnav .current_page_parent li li li li a:after {
    content:"";
    }
#suckerfishnav .current_page_parent a:after, #suckerfishnav li .current_page_parent a:after, #suckerfishnav li li .current_page_parent a:after, #suckerfishnav li li li .current_page_parent a:after {
    color:#000000;
    content:"";
    }
#suckerfishnav .current_page_item a:after, #suckerfishnav li .current_page_item a:after, #suckerfishnav li li .current_page_item a:after, #suckerfishnav li li li .current_page_item a:after, #suckerfishnav li li li li .current_page_item a:after {
    color:#000000;
    content:"";
    }