@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%;
}
body {
	
	color:#333333;
	font-size:14px;
	background:#ffffff url(../images/bg.jpg) fixed;
	background-repeat:no-repeat;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
.logo
{
	padding-bottom:10px;
}
.floatrt
{
	float:right;
}

#headerImgDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
}

#MenuDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:10px;
	background-color:#ca7752;
	height:auto;
	min-height:35px;
}
.tpmnu
{
	margin:0px;
	padding:3px 0px 0px 5px;
}
.tpmnu ul
{
	margin:0px;
	padding:0px;
	list-style:none;	
}
.tpmnu ul li
{
	text-align:left;
	padding:3px 17px 0px 15px ;
	font-size:12px;
	font-family: 'Oswald', sans-serif;
	line-height:25px;
	font-weight:100;
	float:left;
	margin:0px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.tpmnu ul li a
{
	 color:#ffffff;  text-decoration:none; 
}
.tpmnu ul li a:hover
{
	 color:#000000; 
}
.round
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
h1, h2, h3, h4, h5
{
	font-size:20px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
}
.textlink
{
	color:#333333;
	text-decoration:none;
}
ul.liststyle
{
	list-style:none;
	display:inline;
}
ul.liststyle li
{
	display:inline;
	
}
.galpad
{
	margin-left:-40px;
	margin-bottom:20px;
}
.galpad1
{
	margin-left:10px;
	margin-bottom:20px;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	text-align:justify;
	background-image:url(../images/trans.png);
	line-height:22px;
}
#LayoutDiv3 {
	clear: both;
	float: none;
	margin-left: 0;
	width: 90%;
	display: block;
	margin-top: 10px;
	text-align:justify;
	line-height:22px;
	margin-left:5%;
}
.alg-center
{
	text-align:center;
	text-decoration:none;
}
/*
	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%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	text-align:left;
}
#MenuDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:10px;
	background-color:#ca7752;
	height:auto;
	min-height:35px;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	text-align:justify;
	background-image:url(../images/trans.png);
	line-height:22px;
}
/* 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%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	text-align:left;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	text-align:justify;
	background-image:url(../images/trans.png);
	line-height:22px;
}
.phoneicon
{
	padding-top:20px;
}
#MenuDiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:10px;
	background-color:#ca7752;
	height:auto;
	min-height:35px;
}
.textlink
{
	color:#333333;
	text-decoration:none;
}
}

/* 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: 78.4%;
	max-width: 1232px;
	padding-left: 0.8%;
	padding-right: 0.8%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	text-align:left;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	text-align:justify;
	background-image:url(../images/trans.png);
	line-height:22px;
}
.textlink
{
	color:#333333;
	text-decoration:none;
}
}
