@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:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	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/
*/

html {
	background-repeat: no-repeat;
	background-position: center center fixed;
	background-image: url(images/brisbane2.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
	background-repeat: no-repeat;
}

#logo {
	width: 100%;
	margin-bottom: 7%;
	
}
#mainnav {
	margin-left: 0;
	clear: both;
	width: 100%;
	color: #FFFFFF; 
}

#section2 {
	margin-top: 5%;
	margin-left: 0;
	clear: both;
	background-color: rgba(20,24,59,0.7);
}

#bottom {
	text-align: center;
	margin-top: 15%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	padding: 0;
	color: #FFFFFF;
	font-size: x-small;
	

}

h1 {
	font-size: 250%;
	font-family: 'Sarpanch', sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 90%;
	text-align: center;

}
h2 {
	font-size: 1.3em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #FFFFFF;
	font-weight: lighter;
	padding-left: 0.6em;
	line-height: 1.4em;
	padding-right: 1em;
}
h3 {
	font-size: medium;
	font-family: 'Sarpanch', sans-serif;
	border: thin solid #FFFFFF;
	width: 7em;
	height: 2em;
	color: #FFFFFF;
	text-align: center;
	font-size: large;
	vertical-align: middle;
	font-weight: 100;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12%;
	padding-top: 0.5em;
}
#logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4%;
}


p {
	font-size: 0.8em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #FFFFFF;
	font-weight: lighter;
	padding-left: 1em;
	line-height: 1.4em;
	padding-right: 1em;
}

/* unvisited link */
a:link {
    color: #ffffff;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #ffffff;
}

/* mouse over link */
a:hover {
    color: #01528A;
}

/* selected link */
a:active {
    color: #ffffff;
}


#mainnav li a { 
	color: #ffffff; 
	text-decoration: none;
	font-family: 'Sarpanch', sans-serif;
	text-transform: uppercase; 
	font-size: 1em;
	line-height: 0.5%;
	padding: none;
	margin: none;}

#mainnav li a:hover { 
	color: #01528A; 
	}

#section2 ul{
	list-style-type: square;
	margin-left: 2em;
}
#section2 ul li{
	font-size: 0.9em;
	color: #01528A;
	font-weight: normal;
	line-height: 1.2em;
}

form{
width: 70%;
margin-left: auto;
margin-right: auto;
}

#message{
	color: #01528A;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: small;
}

#submit {
	font-size: medium;
	font-family: 'Sarpanch', sans-serif;
	border: thin solid #FFFFFF;
	width: 7em;
	height: 2em;
	color: #FFFFFF;
	text-align: center;
	font-size: large;
	vertical-align: middle;
	font-weight: 100;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12%;
	margin-bottom: 12%;
	background-color: rgba(20,24,59,0);
}

::-webkit-input-placeholder {
   color: white;
}

:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

:-ms-input-placeholder {  
   color: white;  
}

.zeroMargin_mobile {
margin-left: 0;
}

.hide_mobile{
display: none;
}


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

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90%;
	clear: none;
	float: none;
	margin: auto;
}

#logo {
	width: 32.2033%;
	margin-bottom: 0%;
}

#logo img {
	display: block;

}

#mainnav {
width: 20%;
clear: none;
margin-left: 46%;
}

#section1 {
	width: 75%;
	margin-top: 1em;
	margin-left: 15%;
	
}

#section2 {
	width: 50%;
	float: right;
	clear: both;

}

#bottom {
	text-align: right;
}

h1 {
	font-family: 'Sarpanch', sans-serif;
}

.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

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

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 90%;
	margin: auto;
	clear: none;
	float: none;
}

#logo {
	width: 20%;
}

#logo img {
	display: block;

}

#mainnav {
width: 50%;
clear: none;
margin-left: 0%;
margin-right: 0%;
padding-top: 1%;
float: right;
}
#section1 {
	width: 30%;
	float: right;
	clear: none;
	margin-bottom: auto;
	margin-top: 1.5em;
	margin-right: 5.3em;
}

#bottom {
	float: left;
	text-align: right;
	clear: both;

}

h1 {
	font-size: 300%;
	font-family: 'Sarpanch', sans-serif;
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
