@charset "UTF-8";
body {
	background-image:url(elements/IMG_6704-2.jpg);
	margin:0;
	padding:0;
	font-family: 'Pontano Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
}
* {
	margin:0;
	padding:0;
}
table {
	width: 100%;
	text-align: center;
}
th, td {
	padding: 10px 10px;
}
th {
	color: #fff;
	background: #799AC0 none repeat-x scroll left top;
}
td {
	border-bottom: 1px solid #ccc;
}
code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
}
blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.5em;
	margin-bottom: 13px;
	font-weight: lighter;
	
}

a {
	color: #141432;
	text-shadow: -0px 3px 3px #7EA299;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 2px;
	font-size:small;
}

a:hover {
  color: #000000;
  padding: 5px 5px;
  text-decoration: none;
  letter-spacing: 4.5px;
  text-shadow: -3px 8px 3px #A5D8CB;
  text-outline: #ffffff;
  text-transform:uppercase;
  font-size:medium;
  -webkit-transition: all 10s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  transition: all .2s ease-in-out;
  
}

a:focus {
	outline: none;
}

a.button:hover {
	background-color: #000000;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}
fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}
form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
form input.formbutton {
	border: none;
	background: #DE2D3A;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform input {
  font-size: 15px;
    padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ff0000;
}
h1 {
	color: #b9b7cf;
	font-size: 35px;
	font-family: 'Pontano Sans', Arial, sans-serif;
}

h2 {
	color: #cacae5;
	font-size: 30px;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0px;
	font-family:'Raleway', sans-serif;
	text-shadow: -5px 3px 3px #000000;
}

h3 {
	color: #a5a5bd;
	font-size: 24px;
	text-shadow: -5px 2px 4px #3C3A49;
	font-weight: normal;
	margin-bottom: 4px;
	letter-spacing: -5.px;
	font-family: 'PT Sans Narrow', 'Pontano Sans', Arial, sans-serif;
	padding: 15px 0px 0px 0px;
}

h4 {
    font-family: 'Monserrat','Pontano Sans', Arial, sans-serif;
    color: #FDFDEA;
    font-size: 16px;
	letter-spacing: 12px;
    font-weight: normal;
    padding-bottom: 20px;
    text-transform: uppercase;
	text-align:center;
}

h5 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #ffffff;
}
ul, ol {
	margin: 0 0 35px 35px;
}
li {
	padding-bottom: 5px;
}
li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}
#container {
	width: 950px;
	height:1350px;
	margin: 20px auto;
	padding: 10px;
	box-shadow: 0 11px 35px 3px #141432;
	background-color: #696780;
	color:#ffffff;
	  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 2px 2px 5px 5px;
}

#banner{
	width:1000px;
	overflow:hidden;
	margin: 0px auto;
	background-color:transparent;
}
header {
	height: 0px;
	padding: 0px 0px 0px 0px;
	background: #575672;
	margin: 0px auto;
	text-align:center;
	  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 2px 2px 1px 1px;
}
.photobanner {
	height: 240px;
	width: 10000px;
	overflow:hidden;
	background-color:transparent;
	margin:50px auto;
	margin-top: 30px;
	margin-bottom:0px;
}
.first {
	margin: 0px 2px 2px 0px;
	height:220px;
	box-shadow: -10px 10px 19px #3A394C;
		-webkit-border-radius: 10px;
  		-moz-border-radius: 10px;
  		border-radius: 2px 2px 2px 2px;
  -webkit-animation: bannermove 50s linear infinite;
  -moz-animation: bannermove 50s linear infinite;
  -ms-animation: bannermove 50s linear infinite;
  -o-animation: bannermove 50s linear infinite;
  animation: bannermove 50s linear infinite;
			}
  
@keyframes "bannermove" {
	0% { margin-left: 0px;}
	100% {
		margin-left: -950px; }
}

@-moz-keyframes bannermove {
0% { margin-left: 0px;}
	100% {
		margin-left: -950px; }
}
@-webkit-keyframes "bannermove" {
	0% { margin-left: 0px; }
	100% {
		margin-left: -950px; }
}
@-ms-keyframes "bannermove" {
	0% { margin-left: 0px;}
	100% {
		margin-left: -950px; }
}
@-o-keyframes "bannermove" {
	0% { margin-left: 0px;}
	100% {
		margin-left: -950px; }
}

	
img.header-image {
			margin: 0px 2px 2px 0px;
			height:220px;
			box-shadow: -10px 10px 19px #3A394C;
			  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 2px 2px 2px 2px;
			-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;}

.container1 {
	width:950px;
	height:240px;
	overflow:hidden;
	margin: 50px auto;
	margin-top: 10px;
	margin-bottom:0px;
}


header h1 a, header h1 a:hover {
 color: #ffffff;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height:45px;
    text-decoration: none;
    text-transform: uppercase;
}
header h1 a span { 
	color: #ffffff;
}

header h2 {
	color: #ffffff;
	font-size: 13px;
	position: relative;
	top: -5px;
	letter-spacing: 0;
	text-shadow: #383858;
}
nav {
	height: 312px;
	background-color: #E6E7E9;
	box-shadow: -1px 1px 30px 1px #3C3A49;
}

nav ul {
	height: 0px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#body {
	background: none;
	margin:0 auto;
 	padding: 0;
	clear: both;
}
#content {
    float: right;
    width: 70%;
	padding:30px 0px 10px 10px;
}

#pepsi {
    padding: 95px 10px 20px 75px;
	margin: -380px 0px 0px 0px;
	width:575px;
	text-wrap:suppress;
 }
.michael1 {
	width: 375px;
	float: right;
	margin-right: 111px;
	margin-left: 90px;
	margin-top: 15px;
	margin-bottom: 40px;
}
.fish {
	width: 375px;
	float: right;
	margin-right: 111px;
	margin-top: 15px;
}

.colon {
	margin-bottom: 5px;
}
.list {
	margin-bottom: 3px;
	text-indent: 20px;
}

article h2 { 
    padding-bottom: 15px;
	font-size: 28px;
	letter-spacing: 10px;
	text-transform:uppercase;
	padding: 65px 0px 0px 0px;
}
article {
	line-height: 180%;
}
article .article-info {
    color: #999999;
    font-size: 12px;
    font-style: italic;
    padding: 0 0 10px 0;
}

article .article-info a { 
	color: #666;
}

.sidebar {
    float: left;
    width: 20%;
	margin-top: .5%;
	margin-left: 11%;
	
}

.sidebar h4 {
	padding-bottom: 0;
	font-size: 15px;
	color: #FDFDEA;
	text-transform: uppercase;
	font-weight: normal;
	padding: 7px 0px 7px 14px;
	border-bottom: 1px solid #000000;
  	background-color: #000000;
	  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px 3px 0px 0px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style:none;
	
	
}
.sidebar ul li {
	background-color: #C9E8E0;
	margin-bottom: 0px;
	padding: 5px 0px 3px 0px;
	text-align:center;
	line-height: 1.9em;
	  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0px 0px 0px 0px;
	
}

.sidebar li ul {
    list-style: none;
    margin: 0px;
}
.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
	font-size: 13.5px;
}
.sidebar li ul li a:hover {
	background-color: #000000;
}
#logo-box {
	height: 115px;
	width: 115px;
	float:right;
	margin-right:11.9%;
	margin-top:.5%;
	box-shadow: -2px 2px 6px #3C3C5B;
	  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 2px 2px 2px 2px;
}
.logo
{
	width:115px;
}
/*Give images drop shadow*/

