@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%;
}

#pgrey {
	color:#06F;
}

/*
	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. */
p {
	text-align:justify;
}

.gridContainer {
	width: 100%;
	margin: auto;
	/*background-color:#444;
	background-image:url(../img/footerbg.jpg);
	background-repeat:repeat;*/
}

.topContainer {
	width: 100%;
	margin-right:auto;
	margin-left:auto;
	color:#316b8c;
	height:60px;
	font-size:12px;
	background-color:#444;
}
#socialIcons {
	clear: both;
	margin-right:auto;
	margin-left:auto;
	width: 40%;
	display: block;
	margin-top:5px;
}
#contactDetails {
	margin-right:auto;
	margin-left:auto;
	width: 85%;
	display: block;
	margin-top: 11px;
}
.menuContainer {
	width: 100%;
	margin-right:auto;
	margin-left:auto;
	color:#eee;
	height:60px;
	font-size:10px;	
}
#menu1 {
	width: 38%;
	display: block;
	margin-top:6px;
	font-size:13px;
	font-weight:550;
	margin-right:auto;
	margin-left:auto;
}


.headerContainer {
	width: 100%;
	/*max-width: 1232px;*/
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	height:150px;
	font-size:14px;
	background-position:center;
}


.contentsContainer {
	width: 100%;
	background-image:url(../img/contentsbg.jpg);
	background-repeat:repeat;
}
#contents {
	max-width: 1232px;
	/*min-height:150px;*/
	display: block;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	font-size:1em;
}


.footerContainer {
	width: 100%;
	margin: auto;
	color:#777;
	height:70px;
}

#footerSocialIcons {
	width: 100%;
	display: block;
	margin-top:12px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}
#footerDetails {
	width: 100%;
	display: block;
	text-align:center;
	margin-top: 15px;
	font-size:10px;
}



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

@media only screen and (min-width: 481px) {
.topContainer {
	width: 100%;
	margin: auto;
	color:#316b8c;
	background-color:#444;
	height:32px;
	font-size:12px;
	
}
#socialIcons {
	/*clear: both;*/
	float: left;
	padding-left: 2%;
	margin-left: 0;
	width: 28%;
	display: block;
	margin-top:5px;

}
#contactDetails {
	float: right;
	padding-right: 2%;
	margin-left: 0;
	width: 68%;
	display: block;
	text-align:right;
	margin-top: 8px;
}
.menuContainer {
	width: 100%;
	margin: auto;
	color:#eee;
	background-color:#444;
	height:50px;
	font-size:11px;
	background-image:url(../img/footerbg.jpg);
	background-repeat:repeat;
	
}
#menu1 {
	/*clear: both;*/
	float: left;
	padding-left: 2%;
	margin-left: 0;
	width: 26%;
	display: block;
	margin-top:16px;
	font-size:15px;
	font-weight:550;

}


.headerContainer {
	width: 100%;
	/*max-width: 1232px;*/
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	height:250px;
	font-size:14px;
	background-position:center;
	
}


.contentsContainer {
	width: 100%;
	background-image:url(../img/contentsbg.jpg);
	background-repeat:repeat;	
}
#contents {
	max-width: 1232px;
	/*min-height:150px;*/
	display: block;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	font-size:1.1em;
}


.footerContainer {
	width: 100%;
	margin: auto;
	color:#777;
	background-color:#444;
	background-image:url(../img/footerbg.jpg);
	background-repeat:repeat;
	height:70px;
}

#footerSocialIcons {
	width: 100%;
	display: block;
	margin-top:12px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}
#footerDetails {
	width: 100%;
	display: block;
	text-align:center;
	margin-top: 15px;
	font-size:11px;
}
}



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

@media only screen and (min-width: 769px) {
.topContainer {
	width: 100%;
	/*max-width: 1232px;*/
	margin: auto;
	color:#316b8c;
	background-color:#444;
	height:32px;
	font-size:12px;
	
}
#socialIcons {
	/*clear: both;*/
	float: left;
	padding-left: 2%;
	margin-left: 0;
	width: 48%;
	display: block;
	margin-top:5px;

}
#contactDetails {
	float: right;
	padding-right: 2%;
	margin-left: 0;
	width: 48%;
	display: block;
	text-align:right;
	margin-top: 8px;
}
.menuContainer {
	width: 100%;
	margin: auto;
	color:#eee;
	background-color:#444;
	height:60px;
	font-size:16px;
	background-image:url(../img/footerbg.jpg);
	background-repeat:repeat;
	
}
#menu1 {
	/*clear: both;*/
	float: left;
	padding-left: 2%;
	margin-left: 0;
	width: 25%;
	display: block;
	margin-top:16px;
	font-size:22px;
	font-weight:550;

}


.headerContainer {
	width: 100%;
	/*max-width: 1232px;*/
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	height:400px;
	font-size:14px;
	background-position:center;
	
}


.contentsContainer {
	width: 100%;
	background-image:url(../img/contentsbg.jpg);
	background-repeat:repeat;
	
}
#contents {
	/*clear: both;*/
	max-width: 1232px;
	/*min-height:300px;*/
	display: block;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	font-size:1.1em;



}

.footerContainer {
	width: 100%;
	margin: auto;
	color:#777;
	background-color:#444;
	background-image:url(../img/footerbg.jpg);
	background-repeat:repeat;
	height:100px;
	
}

#footerSocialIcons {
	width: 100%;
	display: block;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;

}
#footerDetails {
	width: 100%;
	display: block;
	text-align:center;
	margin-top: 20px;
	font-size:12px;
}
}