@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: 97%;
	float:right;
	padding-left: 0;
	padding-right: 0;
}
#LayoutDiv1 {
	clear: both;
	width: 100%;
	display: block;
}

#container {
	width: 100%;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;	
	margin:auto;
}



/* This is for the top header section */

.header {
	width:100%;
	padding-top:1%;
}

.sidebar {
	background-color:#00add9;
	width: 2%;
	min-height:1750px;
	float:left;
}

.header .fltlft {
	float:left;
	vertical-align:bottom;
	margin-bottom:1%;
	margin-left:0.5%;
}

.header .fltrt {
	text-align:right;
	color: #6D6E71;
	font-size:18px;
	margin-bottom:1%;
	margin-top: 155px;
	}	
		
.contact-bt	{
	font-weight: 700;
	font-style: italic;
	font-size:18px;
	background-color:#00add9;
	color: #fff;
	padding-top:0.5%;
	padding-bottom:0.5%;
	padding-left:1%;
	padding-right:2%;
	margin-left: 1%;
	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px;
}

.contact-bt:hover {opacity: 0.6; }



/* This is the styling for the top rotating banner */

.rotating-banner	{
	width: 100%;
}


/* This is all the mainbit content/text */

.gigantor {
	color:#fff;
	background-color:#2F2A35;
	width:96%;
	line-height:1.4;
	margin-top:3%;
	padding:2%;
	float:left;
}

.gigantor .content, .mini-content	{
	float:left;
	text-align:left;
	width:70%;
	margin-left:1%;
	font-size:15px;
	padding-bottom:20px;
	}

.gigantor .content	{
	vertical-align: top;
}

.gigantor p	{
	padding-left: 60px;
}

.gigantor .mini-content	{
	float:left;
}

.lefttext	{
	float:left;
	width:25%;
}

.middletext	{
	float:left;
	width:25%;
}

.righttext	{
	float:right;
	width:50%;
}

h1 {
	font-size:32px;
	font-weight:400;
}

h2	{
	font-size:28px;
	font-weight:400;
}



/* This is for the side contact bar */

.contact-bar	{
	position: absolute;
	margin-top: 2%;
	right:0;
	background-image:url(images/contactform_bgd.png);
	background-repeat:no-repeat;
	z-index:4;
	padding:1.5%;
	width:240px;
	height: 500px;
	float:right;
}

.contact-bar table td	{
	padding-bottom:5%;
}

.contact-bar table	{
	margin-left:20px;
	padding-top:20px;
	padding-bottom:20px;
}

.contact-bar h1	{
	color:#fff;
	font-size:28px;
	font-style:italic;
	font-weight:700;
}

/* This is the footer styling */

.footer {
	background-color:#fff;
	width:100%;
	clear:both;
	alignment-adjust:central;
	text-align:center;
	line-height:1;
	font-size:16px;
	color:#2F2A35;
	padding-top:0.5%;
	padding-bottom:10px;
}

.footer h3 {
	color: #6D6E71;
	font-weight:700;
	font-size:22px;
}

.footer .phft {
	font-size:28px;
	color:#00add9;
	font-weight:700;
	font-style:normal;	
}



/* This makes it so the links and image links do not have any boxes or highlights around them, even on phones */

a	{
	text-decoration:none;
	color:#6D6E71;
}

a:link	{
	text-decoration:none;
	color:#6D6E71;
}

a:visited	{
	text-decoration:none;
	color:#6D6E71;
}

a:hover	{
	text-decoration:none;
	color:#6D6E71;
}

a:active	{
	text-decoration:none;
	color:#6D6E71;
}



/* This styles the contact sidebar */

#inputForm	{
	font-family:Tahoma, Geneva, sans-serif;
}

#name:focus,
#email:focus,
#comments:focus,
#lastname:focus,
#contactno:focus
{
	background-color:#f1f1f2;
}

#titlesel, #name, #email, #comments, #lastname, #contactno	{
	background-color:#fff;
}

.contact-bar table label	{
	color:#fff;
}
