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

html
{
	/*overflow:hidden;*/
}

body
{
	font-size:15px;
	font-family:arial;
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}
::-webkit-scrollbar-button {
    background: #888;
}
::-webkit-scrollbar-track-piece {
    background: #eee;
}
::-webkit-scrollbar-thumb {
    background: #ccc;
}

.divider
{
	width:100%;
	height:1px;
	background:#FFF;
}

textarea
{
	width:250px;
	min-height:90px;
	background:#FFF !important;
}
input[type="text"], input[type="password"], input[type="email"]
{
	width:250px;
	min-height:20px;
	background:#FFF;
}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 12px;
    border: 1px solid #FF4F4F;
    border-radius: 8px;
    background: #FF0000;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#FF4F4F));
    background: -moz-linear-gradient(top, #FF0000, #FF4F4F);
    background: linear-gradient(to bottom, #FF0000, #FF4F4F);
    /*text-shadow: #264366 1px 1px 1px;*/
    font: normal normal 16px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 1px solid #FFCC00;
    background: #FFCC33;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFCC33), to(#A6A600));
    background: -moz-linear-gradient(top, #FFCC33, #A6A600);
    background: linear-gradient(to bottom, #FFCC33, #A6A600);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #FF4F4F;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF4F4F), to(#FF4F4F));
    background: -moz-linear-gradient(top, #FF4F4F, #FF4F4F);
    background: linear-gradient(to bottom, #FF4F4F, #FF4F4F);
}

.lbh
{
	height:15px !important;
}

.divtogle
{
	border: 1px solid #CCC;
	display:none;
	text-align:left;
	font-size:12px;
	padding-left:2px;
}

#amazingslider-wrapper-1
	{
		width:100%;
		display:block;
		position:relative;
		margin:0px auto;
	}

/*
	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 {
	/*margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;*/
	width: 100%;
	text-align:justify;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.logodiv
{
	width:100%;
	height:auto;
	background:#333;
	padding:7px 0px 7px 0px;
	text-align:center;
}

.menudiv
{
	width:100%;
	height:auto;
	float:left;
	/*position:fixed; 
	margin-top:150px;*/
}

.contentdiv
{
	width:100%;
	height:auto;
	float:left;
	/*margin-top:195px; */
	/*overflow-x:hidden; 
	overflow-y:scroll;*/
}

.footer
{
	background:#444;
	color:#FFF;
	height:auto;
	width:100%;
	padding:10px;
	margin-bottom:8px;
}
.footer a
{
	color:#FFF;
}

.halfLeft
{
	width:95%;
	height:auto;
	float:left;
	padding:7px;
}
.halfRight
{
	width:95%;
	height:auto;
	float:left;
	padding:7px;
}

.galdiv
{
	width:45%;
	height:auto;
	min-height:200px;
	margin:0 auto;
	border:1px solid #BBB;
	display:inline-block;
	margin:2px;
}

.galdiv img
{
	height:200px;
}

.one_of_5
{
	width:100%;
	height:auto;
	float:left;
	min-height:10px;	
}

.four_of_5
{
	width:100%;
	height:auto;
	float:left;
	min-height:40px;	
}

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

@media only screen and (min-width: 481px) {
.gridContainer {
	/*width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;*/
	width: 100%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.logodiv
{
	width:100%;
	height:auto;
	background:#333;	
	padding:9px 0px 9px 0px;
	text-align:center;
}

.menudiv
{
	width:100%;
	height:auto;
	float:left;
	/*position:fixed; 
	margin-top:260px;*/
}

.contentdiv
{
	width:100%;
	height:auto;
	float:left;
	/*margin-top:309px; */
	/*overflow-x:hidden; 
	overflow-y:scroll;*/
}

.footer
{
	background:#444;
	color:#FFF;
	height:auto;
	width:100%;
	padding:10px;
	margin-bottom:8px;
}
.footer a
{
	color:#FFF;
}

.halfLeft
{
	width:98%;
	height:auto;
	float:left;
	padding:7px;
}
.halfRight
{
	width:98%;
	height:auto;
	float:left;
	padding:7px;
}

.galdiv
{
	width:31%;
	height:auto;
	min-height:200px;
	margin:0 auto;
	border:1px solid #BBB;
	display:inline-block;
	margin:2px;
}

.galdiv img
{
	height:200px;
}

.one_of_5
{
	width:25%;
	height:auto;
	float:left;
	min-height:40px;	
}

.four_of_5
{
	width:73%;
	height:auto;
	float:right;
	min-height:40px;	
}

}

/* 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: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;*/
	width: 100%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.logodiv
{
	width:100%;
	height:auto;
	background:#333;
	padding:10px 0px 10px 0px;
	text-align:left;
}
.dummy50px
{
	width:50px;
	height:2px;
	float:left;
}

.menudiv
{
	width:17%;
	height:auto;
	float:left;
	background:#F00;
}

.contentdiv
{
	width:82%;
	float:right;
	height:auto;
}

.footer
{
	background:#444;
	color:#FFF;
	height:auto;
	width:100%;
	padding:10px 0px 10px 0px;
	margin-bottom:4px;
	position:relative;
}
.footer a
{
	color:#FFF;
}
.foot_r
{
	float:right;
}
.foot_l
{
	float:left;
}

.halfLeft
{
	width:49%;
	height:auto;
	float:left;
	padding:7px;
}
.halfRight
{
	width:48%;
	height:auto;
	float:right;
	padding:7px;
}

.galdiv
{
	width:19%;
	height:auto;
	min-height:200px;
	margin:0 auto;
	border:1px solid #BBB;
	display:inline-block;
	margin:2px;
}

.galdiv img
{
	height:200px;
}

.one_of_5
{
	width:20%;
	height:auto;
	float:left;
	min-height:40px;	
}

.four_of_5
{
	width:78% !important;
	height:auto;
	float:right;
	min-height:40px;
}


}

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

.hdimg
{
	width:100%;
	height:100%;
}

}