
@font-face {
	font-family: 'Yellowtail';
	src: url('Yellowtail.eot'); /* IE9 Compat Modes */
	src: url('Yellowtail.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('Yellowtail.woff') format('woff'), /* Modern Browsers */
	     url('Yellowtail.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('Yellowtail.svg#svgFontName') format('svg'); /* Legacy iOS */
	}

@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	width: 77.02%;
	padding:8px;	
	margin-left:auto;
	margin-right:auto;
}
.logo {
	float:left;	
	width:20%;
}

nav {
	width: 68%;
	font-family: Calibri;
	font-weight: bold;
	position: relative;
	float:right;
	margin-left:15px;
	margin-top:45px;
	
}
nav ul {
	padding: 0;
	margin:0 0 0 165px;	
}
nav li {
	display: inline;
	float: left;
}

nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin-left:3px;
	font-size:30px;
	color:#FFF;	
	display: inline-block;
	padding:7px 12px;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	font-weight:normal;
}
nav li:last-child a {
	border-right: 0;
}
nav li:last-child a.activated {
	background-color: #FFF;
	color:#54aab6;
	
}
nav a:hover, nav a:active {
	background-color: #FFF;
	color:#54aab6;
}

nav a#pull {
	display: none;
}
#main_body {
	width:100%;
	clear:both;	
}
#main_body article{
	width:63%;
	float:left;
	text-align:center;
}

#main_body aside{
	width:34%;
	float:right;
	background:#9FC;
}
ul.gallery {
	margin:0 0px;
	display:inline;	
	padding:10px;
	text-align:center;
}
ul.gallery li {
	list-style-type:none;
	float:left;	
	margin:0px auto;
	padding:25px;
}
h2.webheading {
	font-size:60px;
	color:#FFF;
	margin:5px auto;
}
.left{
	width:60%;
	float:left;
	text-align:left;
}
.right{
	width:39%;
	float:right;
}
.right ul {
	margin:11px auto;
	padding:0;	
}
.right li {
	display:inline;
	list-style-type:none;	
	font-size:24px;
}
.right li a {
	color:#333;
	margin:0 11px;
	text-decoration:none;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#login {
	border:1px solid #ffc826; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:26px;
	font-family:Tabitha; 
	padding: 10px 45px; 
	text-decoration:none; 
	display:inline-block;
	color: #383838;
	background-color: #ffd65e; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd65e), to(#febf04));
	background-image: -webkit-linear-gradient(top, #ffd65e, #febf04);
	background-image: -moz-linear-gradient(top, #ffd65e, #febf04);
	background-image: -ms-linear-gradient(top, #ffd65e, #febf04);
	background-image: -o-linear-gradient(top, #ffd65e, #febf04);
	background-image: linear-gradient(to bottom, #ffd65e, #febf04);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffd65e, endColorstr=#febf04);
}
#login:hover{
 border:1px solid #f7b800;
 background-color: #ffc92b; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc92b), to(#ce9a01));
 background-image: -webkit-linear-gradient(top, #ffc92b, #ce9a01);
 background-image: -moz-linear-gradient(top, #ffc92b, #ce9a01);
 background-image: -ms-linear-gradient(top, #ffc92b, #ce9a01);
 background-image: -o-linear-gradient(top, #ffc92b, #ce9a01);
 background-image: linear-gradient(to bottom, #ffc92b, #ce9a01);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffc92b, endColorstr=#ce9a01);	
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (max-width: 481px) {
.gridContainer {
	width: 95.55%;
	padding-left: 1.225%;
	padding-right: 1.225%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (max-width: 769px) {
.gridContainer {
	width: 97.02%;
	max-width: 1232px;
	padding-left: 0.99%;
	padding-right: 0.99%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}