﻿/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
/* The first style is to make sure the borders are on the inside of the elements.
That way when an element size is stated the border won't change it. */
* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}
	
/* Basic HTML styles for the state sites. The rest of the HTML styles are in the BASS css file. */	
body{background-color:#FFF;font-family:'Open Sans', sans-serif;font-size:1em;text-align:left;}
/*img {margin:0 10px 0px 0;
}*/
.stitched
{
    padding:10px;
    border: 0px dashed #ff9600;
}
.subtext{font-size:16px;color:#777;font-weight:normal;line-height:normal;width:420px;text-align:right;margin-left:auto;margin-right:0px;margin-top:50px;}
.vmenu{display:none;}
ol ol li, ol ul li { margin-bottom: 0px; }
.pagetitleh1{position:relative;left:10px;top:60px;text-align:right;font-size:66px;line-height:50px;}
.business-chess{background-image:url('images/sub.jpg');background-position:center top;background-attachment:scroll;width:100%; height:339px;}
ul.subclass li {font-size: .8em;margin: 0px;list-style-type: square;}
.statelists {list-style-type: square;list-style-position: outside;margin: 0px;line-height:normal;}
h1, h2, h3, h4, h5, h6{color:#111;font-family:'Open Sans', sans-serif;}
h1 {text-align:center;font-size:46px;font-weight: bold;color: #122640;}
h1.titles{text-align:left;color:#EEE;font-size:28px;border-bottom:1px solid #EEE;margin:2px 0 2px 0;}
h2{color:#000;font-weight:bold;text-align:center;font-size:40px;}
h3{font-weight: bold; color: #122640;font-family:'Open Sans', sans-serif;font-size:28px;}
h4{text-align:left;}
h5{text-align:left;}
h6{margin:10px 0 0 0;font-weight:bold;}
.startertext{text-shadow: black 0.1em 0.1em 0.3em}
blockqoute {margin-left:5px;padding-left:5px;border-left:5px solid #000;}
.navigation a:link{color:#FFF;text-decoration:none;}
.navigation a:visited{color:#FFF;text-decoration:none;}
.navigation a:hover{color:#d5a35c;text-decoration:none;}
.navigation a:active{color:#FFF;text-decoration:none;}
.resources a:link{text-decoration:none;color:#d1550b;}
.resources a:visited{text-decoration:none;color:#d1550b;}
.white a:link, a:visited{color:#FFF;text-decoration:none;}
.white a:hover, a:active{color:#ff9600;text-decoration:none;}
.footer a:link{color:#FFF;text-decoration:none;}
.footer a:visited{color:#FFF;text-decoration:none;}
.footer a:hover{color:#d5a35c;text-decoration:none;}
.footer a:active{color:#FFF;text-decoration:none;}
.logo{width:300px;margin:20px auto 0 0;vertical-align:middle;}
.search{text-align:right;margin:10px 0 0 auto;width:100%;color:#0d1a2a;}
/* some colors */
.black1{background-image:url('images/black1.png'); background-repeat:no-repeat; height:42px;background-color:#b7924f;}
.black2{background-image:url('images/black2j.jpg'); background-repeat:no-repeat;height:42px;background-color:#8e3c0c;}
.black3{background-image:url('images/black3.png'); background-repeat:no-repeat;height:42px;background-color:#050a11;}
.white{color:#FFF;}
.blackletter{color:#000;}
.E{color:#EEE;}
.A{color:#AAA;}
.left{text-align:left;}
.tips{font-size:.75em;line-height:normal;}
.officepic
{
    background-position: center top;
    background-image: url('images/office1.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    height:250px;
}
.whitebackground{background-color:#FFF;padding:40px;}
.blackbackground{background-color:#000;color:#FFF;}
.priceText{background-color:#1f3c5a;padding:5px;width:650px;color:#FFF;}
.statelist{font-size:.8em;line-height:16px;text-align:right;font-weight:normal;color:#222;}
.resources{text-align:left;word-spacing:3px;}
.heightspacer{height:80px;}
input[type="text"].fullwidthform{width:570px;margin:0px;}
textarea.fullwidthform {min-height: 60px;width:570px; }
.shadow1{-webkit-box-shadow: 0px 0px 10px 1px rgba(150, 150, 150, 1);
box-shadow: 0px 0px 10px 1px rgba(150, 150, 150, 1);padding:10px;border:1px solid #999;
width:300px;
}
.shadow2{-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 1);
box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 1);padding:1px;border:1px solid #999;
width:300px;
}
/*.shadow3{-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .5);
box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .5);border:1px solid #AAA;
width:970px;background-color:#FFF;
}*/
.imagethreehundred {display:none;}
.bannerad600 {display:block;}
.MsoNormalTable {border:1px solid #000;}
.MsoNormalTable td{border:1px solid #000;}

/* Menu Styles */

/*===================================================================================================
=====================================================================================================
DROP DOWN MENU ======================================================================================
=====================================================================================================
====================================================================================================*/

/*
Container for the menu. We set top and bottom borders only because the menu container
stretches the entire window width. Note that this container can go inside a fixed width
element that is centered on the page, if you so desire. It can even go inside a table cell.
It carries a background image for aesthetics.
*/
#menuwrapper {
	border-top: 0px solid #000;
	border-bottom: 0px solid #333;
	background-color: #909090;
	background-image: url(images/p7exp_mbar.jpg);
	background-repeat: repeat-x;
	text-transform:uppercase;

}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
grimmacemenubar is the root UL and grimmacemenubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#grimmacemenubar, #grimmacemenubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	Position:relative;
	line-height:normal;
}
.grimmacemenubar1, .grimmacemenubar1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	Position:relative;
	line-height:normal;
	
}

/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/

.firstclass {
	width: 130px;
	}
#grimmacemenubar a {
	display: block;
	text-decoration: none;
	text-align:center;
	border-right: 1px dotted #FFF;
	color: #fff;
	padding:5px 0px 5px 0px;
	width: 130px;
}
#grimmacemenubar1 a {
	display: block;
	text-decoration: none;
	text-align:left;

	color: #fff;
	padding:2px 0px 2px 0px;
	width: 130px;
}

#last a {
display: block;
	text-decoration: none;
	padding:5px 10px 5px 10px;
	color: #fff;
}
/*
Class assigned to those Root-Level links that have associated Sub-Menus.
The top and bottom padding assigned this element must be the same as
that assigned to the grimmacemenubar a element. The right padding is increased
to accomodate the display of background image depicting a downward
pointing arrow.
*/
#grimmacemenubar a.trigger {
	padding: 12px 8px 4px 2px;
	background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
	line-height:normal;
}
#grimmacemenubar1 a.trigger {
	padding: 12px 8px 4px 2px;
	background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
	line-height:normal;
}
/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#grimmacemenubar li {
	float: left;
	/*width: 8em;*/
	position:relative;
	line-height:normal;
}
#grimmacemenubar1 li {
	/*float: left;
	width: 8em;*/
	position:relative;
	line-height:normal;
}
/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#grimmacemenubar li ul, #grimmacemenubar ul li  {
	width:16em;
	line-height:normal;
}
#grimmacemenubar1 li ul, #grimmacemenubar1 ul li  {
	width:16em;
	line-height:normal;
}
/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#grimmacemenubar ul li a  {
	color: #565656;
	border-right: 0;
	padding:5px 10px 5px 10px;
	width:200px;
}
#grimmacemenubar1 ul li a  {
	color: #565656;
	border-right: 0;
	padding:5px 10px 5px 10px;
	width:200px;
}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#grimmacemenubar li ul
{
    position: absolute;
    display: none;
    background-color: #000;
    background-image: url(images/p7exp_mgrad.jpg);
    background-repeat: repeat-x;
    z-index: 999;
    text-align: left;
    white-space: nowrap;
    width:16em;
	left:0px;
	top:100%;


}
#grimmacemenubar1 li ul
{
    position: absolute;
    display: none;
    background-color: #000;
    z-index: 999;
    text-align: left;
    white-space: nowrap;
    width:16em;
	left:-40px;
	top:100%;


}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#grimmacemenubar li:hover a, #grimmacemenubar a:focus,
#grimmacemenubar a:active, #grimmacemenubar li.p7hvr a {
	color: #fff;
	background-color: #111;
	line-height:normal;
	

}
#p72menubar li:hover a, #p72menubar a:focus,
#p72menubar a:active, #p72menubar li.p72hvr a {
	color: #FFF;
	background-color: #111;
	line-height:normal;

}
#grimmacemenubar1 li:hover a, #grimmacemenubar1 a:focus,
#grimmacemenubar1 a:active, #grimmacemenubar1 li.p7hvr a {
	color: #fff;
	background-color: #111;
	line-height:normal;
	

}

/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#grimmacemenubar li:hover ul, #grimmacemenubar li.p7hvr ul {
	display: block;
}
#grimmacemenubar1 li:hover ul, #grimmacemenubar1 li.p7hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #grimmacemenubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#grimmacemenubar li:hover ul a, #grimmacemenubar li.p7hvr ul a {
	color: #FFF;
	background-color: transparent;
	text-align:left;
	white-space:nowrap;
	font-weight:normal;
	border-top:1px solid #FFF;
	width:16em;
}
#grimmacemenubar1 li:hover ul a, #grimmacemenubar1 li.p7hvr ul a {
	color: #FFF;
	background-color: transparent;
	text-align:left;
	white-space:nowrap;
	font-weight:normal;
	border-top:1px solid #FFF;
	width:16em;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#grimmacemenubar ul a:hover {
	background-color: #d95a11!important;
	color: #FFFFFF!important;
	
}
#grimmacemenubar1 ul a:hover {
	background-color: #d95a11!important;
	color: #FFFFFF!important;
	
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
/*#grimmacemenubar li {width: auto;}*/





/*!!!!!!!!!!! MyCSSMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 li {float:none;}#qm0 li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! MyCSSMenu Styles !!!!!!!!!!!*/


	/* MyCSSMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:200px;
		background-color:transparent;
		border-width:1px 2px;
		border-style:solid;
		border-color:rgb(170, 170, 170);
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:5px 5px 5px 8px;
		background-color:#000;
		color:#FFF;
		font-family:Arial;
		font-size:13px;
		text-decoration:none;
		border-width:1px 0px;
		border-style:solid;
		border-color:rgb(170, 170, 170);
		word-spacing:normal;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		text-decoration:underline;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:10px 0px;
		background-color:#d95a11;
		border-width:1px;
		border-style:none;
		border-color:rgb(204, 204, 204);
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:0px 15px 2px 15px;
		margin:0px 5px;
		background-color:transparent;
		background-image:none;
		border-style:none;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, #qm0 ul a:hover	
	{	
		text-decoration:underline;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:rgb(221, 221, 221);
	}

/*===================================================================================================
=====================================================================================================
DROP DOWN MENU ======================================================================================
=====================================================================================================
====================================================================================================*/








.topaddress{text-align:left; padding:2px 0 15px 0;background-color:#FFF;}

.menulocation{float:right;height:400px;width:210px;padding:0 0 10px 10px;}
.rightMenu{line-height:19px;font-size:12px; font-variant:small-caps; width:206px; height:29px; margin-top:0px; margin-bottom:2px; border:solid 1px #172E46;text-align:left; background-image:url('../images/menu-bg.jpg');background-position:center; background-attachment:scroll; background-repeat:repeat-y;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px; background-color:#162c43;}
.rightMenu a:visited {font-weight:bold; color:#ffffff;text-decoration: none;}
.rightMenu a:link {font-weight:bold; color:#ffffff;text-decoration: none;}
.rightMenu a:hover {font-weight:bold; color:#ffffff;text-decoration: none;}
.rightMenu a:active {font-weight:bold; color:#ffffff;text-decoration: none;}
.signup { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;background-attachment: scroll;background-image: url("../images/menu-bg2.jpg");background-position: center center;background-repeat: repeat-y;border: 1px solid #172E46;background-color:#f08527;line-height:19px;font-size:12px;font-variant: small-caps;height: 29px;margin-bottom: 2px;margin-top: 0;text-align: left;width: 206px;text-decoration: none;}
.menu
{
    color: #000;
    display: inline-block;
    list-style-type: square;
    list-style-position: inside;
    text-align:right;
}

.underline{background-image:url('images/horizontal-line.png');background-repeat:repeat-x;height:4px;margin:10px 0 10px 0;}
.roundedcorners{border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #777;margin-bottom:3px;}



/*bands. Bands are used to style each section the full width of the browser. */
.stack {background-image:url('imagename.jpg'),
                         url('secondname.jpg') repeat, #444; }

.band.callouts{background-color:#FFF;padding:20px 0 20px 0;background-image:url('images/purplebackground.jpg');background-repeat:repeat-x;height:348px;}
.menu li {float:left;margin:0 30px 0 0;}
.band.header
{
    background-position: left top;
    background-color: #FFF;
    padding: 0px 0 0px 0;
    /*background-image: url('images/purplebackground.jpg');*/
    background-repeat: repeat-x;
    background-attachment: scroll;
}
.band.topaddress{background-image:url('images/whiteheaderbg.png');background-repeat: repeat-x;background-position:top left;}
.band.navigation{font-size:.8em; text-align:left;word-spacing:30px;padding:0px 0 0px 15px;background-color:#000;color:#FFF;margin:0px;border-top:0px solid #d5a35c;border-bottom:0px solid #444;font-weight:normal;-webkit-box-shadow:  0px 5px 10px 0px #000000; box-shadow:0px 5px 10px 0px #000000; }
.band.navigation2{display:none;}
.band.address {display:none;}
.band.content{padding:20px 0px 20px 0px;color:#000;border-top:0px solid #111;margin-bottom:100px;}
.band.footer{font-size:.9em;background-color:#222;border-top:10px solid #222;padding:20px 0px 20px 0px;color:#EEE;height:250px;text-align:center;word-spacing:30px;background-image:url('images/yellow2-bg.png');background-repeat:repeat;}
.headertext{color:#ebebeb;}
.centercontent{margin:0 auto 0 auto;width:100%;text-align:center;}
.band.signupbutton{background:url() no-repeat, #999;padding:0px;color:#000;}
.band.resources
{
    background-color:#FFF;
	background-position: left top;
    padding: 0px 0 20px 0;
    text-align: left;
    font-size: .8em;
    border-top: 0px solid #111;
    margin: 0px 0 30px 0;
    /*background-image: url('images/stitch.png'), url('images/seamlesstexture29_1200.jpg');*/
    background-repeat:repeat-x, repeat;
}



/* #Page Styles
================================================== */


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) 
	{
	.business-chess{background-image:url('images/sub-748.jpg');width:748px; height:264px;}
	.pagetitleh1{font-size:50px;}
	h3{font-size:26px;}
	.container.header{background:url() no-repeat, #FFF;padding:0px 0 0px 0;color:#000;height:394px;}
	.menulocation{float:right;height:400px;width:200px;padding:0 0 10px 10px;}
	.priceText{background-color:#1f3c5a;padding:5px;width:460px;color:#FFF;}
	.resources{font-size:16px;}
	.search{display:none;}
	.logo{width:300px;margin:5px auto 5px 0;vertical-align:middle;}
	.heightspacer{height:40px;}
	.subblack{width:220px;}
	
#grimmacemenubar {font-size:.7em;}
#grimmacemenubar a {width:100px;}
.subtext{font-size:15px;color:#777;font-weight:normal;line-height:normal;width:340px;text-align:right;margin-left:auto;margin-right:0px;margin-top:50px;}
	    }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	.vmenu{display:block;}
	.hmenu{display:none;}
	.tmenu{color:#FFF;display:none;}
	.container.address{padding: 30px;background-color: #000;text-align: right;}
	.container.header{display:none;}
	.menulocation{float:right;height:400px;width:200px;padding:0 0 10px 10px;}
	.priceText{background-color:#1f3c5a;padding:5px;width:100%;color:#FFF;}
	.pagetitleh1{font-size:36px;right:0px;}
	.business-chess{height:148px;background-image:url('images/sub-200.jpg');background-position:center top;background-attachment:scroll;width:420px; height:148px;}
	h6{text-align:left;} 
	h3{font-size:28px;}
	.resources{font-size:16px;text-align:right;}
	.search{display:none;}
	.logo{width:300px;margin:5px auto 5px 0;vertical-align:middle;}
	.heightspacer{height:0px;}
	.subblack{display:none;}
	black1{margin:0 auto 0 auto;text-align:center;width:420px;}
	
#grimmacemenubar {font-size:.7em;}
#grimmacemenubar a {width:100px;}
.subtext{font-size:15px;color:#777;font-weight:normal;line-height:normal;width:340px;text-align:right;margin-left:auto;margin-right:0px;margin-top:50px;}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.vmenu{display:block;}
	.hmenu{display:none;}
	.container.address{padding: 30px;background-color: #000;text-align: right;
    }
	.container.header{display:none;}
	.menulocation{display:none;}
	.band.navigation2{display:block;}
	.priceText{background-color:#1f3c5a;padding:5px;width:100%;color:#FFF;}
.resources{font-size:16px;}
h6{margin:2px 0 0 0;}
.startertext{width:100%;}
.logo{width:300px;margin:5px auto 5px 0;vertical-align:middle;}
.imagethreehundred {display:none;}
.bannerad600 {display:block;}
.pagetitleh1{font-size:26px;right:0px;top:0px;left:0px}
h3{font-size:18px;}
.business-chess{height:148px;background-image:url('images/sub-200.jpg');background-position:center top;background-attachment:scroll;width:420px; height:148px;}
.smallmenuitem{display:none;}
.subtext{display:none;}

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

    .vmenu{display:block;}
	.hmenu{display:none;}
	.tmenu{color:#FFF;display:none;}
    .menulocation{display:none;}
    .band.navigation2{display:block;}
    .band.navigation{text-align:left;word-spacing:10px;}
    .band.footer{word-spacing:5px;font-size:10px;}
    .priceText{background-color:#1f3c5a;padding:5px;width:100%;color:#FFF;}
    h2{font-size:28px;}
    h4{margin-bottom:1px;}
    h6{font-size:10px;margin:1px 0 0 0;}
    .logo{width:300px;margin:5px auto 5px 0;vertical-align:middle;}
    .startertext{width:100%;}
    .imagethreehundred {display:block;}
.bannerad600 {display:none;}
h1 {font-size:36px;}
.pagetitleh1{font-size:26px;right:0px;top:0px;left:0px}
h3{font-size:18px;}
.business-chess{height:148px;background-image:url('images/sub-300.jpg');background-position:center top;background-attachment:scroll;width:300px; height:106px;}
.smallmenuitem{display:none;}
.subtext{display:none;}
	
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/