body  {
	font-family: 12px Helvetica, Arial, Verdana, sans-serif;
	background-image: url(../images/background.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

/* CONTAINERS */
.main #container {
	width: 884px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.header { 
	position:relative;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 225px; 
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".main #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.main #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 30%; 
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 15px; /* top and bottom padding create visual space within this div  */
	
}
.main #sidebar1 h4, .main #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.main #clipmenu {
	float: left; /* since this element is floated, a width must be given */
	width: 70%; 
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 0; /* top and bottom padding create visual space within this div  */
}
.main #clipmenu h4, .main #clipmenu p {
	margin-left: 0; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.main #columnLeft{
    position:relative;
    width:100%;
}
.main #columnMiddle{
    position:relative;
    left:210px;
    top:0px;
    height:100%;
    width:200px;
}
.main #columnRight{
    position:relative;
    left:420px;
    top:0px;
    height:100%;
    width:200px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.main #mainContent { 
	width: 63%;
	padding: 50px 20px 0 30px; 
	margin: 0 0 0 0; /* the left margin should mirror the margin on the header and footer for proper alignment. */
} 
.main #mainBody { 
	width: 63%;
	padding: 0 20px 0 3.0px; 
	margin: 0 0 0 0; /* the left margin should mirror the margin on the header and footer for proper alignment. */
} 
.main #mainFullpage { 
	width: 87%;
	padding: 50px 20px 0 30px; 
	margin: 0 0 0 0; /* the left margin should mirror the margin on the header and footer for proper alignment. */
} 
.footer { 
	width: 884px; 
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0 0 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font: 9px Helvetica, Arial, Verdana, sans-serif; 
	color: #336699;
}
.footer #phone { 
	Position: absolute;
	Margin-top: 10px;
	Margin-Left: 225px; 
	font: 22px Helvetica, Arial, Verdana, sans-serif; 
	font-weight: bold; 
	color: #336699;
}
.footer #submenu { 
	Position: relative;
	Margin-top: -30px;
	Margin-Left: 0px; 
	float: left; /* since this element is floated, a width must be given */
	width: 500px;
	font: 12px Helvetica, Arial, Verdana, sans-serif; 
	color: #336699;
	word-spacing: 20px;
}

.main #sidebar1 h4, .main #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.phone { 
	font: 22px Helvetica, Arial, Verdana, sans-serif; 
	font-weight: bold; 
	color: #336699;
}

/* FLOATING GRAPHIC ELEMENTS */
.map {
Position: absolute;
Margin-top: 50px;
Margin-Left: 250px; 
width: 300px;
height: 350px;
}

.date {
Position: absolute;
Margin-top: 8px;
Margin-left: 10px; 
width: 800px;
height: 30px;
}

.login {
Position: absolute;
Margin-top: 100px;
Margin-Left: 0px; 
background-image: url(../images/login.png);
width: 45px;
height: 137px;
}

.demotab {
Position: absolute;
Margin-top: -41px;
Margin-Left: 680px; 
background-image: url(../images/demotab.png);
width: 170px;
height: 37px;
}

.menu { 
	Position: relative;
	width: 864px;
	height: 0px; 
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.logo {
Position: absolute;
Margin-top: -175px;
Margin-Left: 625px; 
background-image: url(../images/blueplatedigital.png);
width: 176px;
height: 189px;
}

.gscclogo {
Position: absolute;
Margin-top: 10px;
Margin-Left: 725px; 
background-image: url(../images/logos/gscclogo.png);
width: 100px;
height: 56px;
}

.bbblogo {
Position: absolute;
Margin-top: 10px;
Margin-Left: 640px; 
width: 60px;
height: 98px;
}

/* TEXT STYLES */
h1,h2,h3,h4 {font: Helvetica, Arial, Verdana, sans-serif; color: #336699;}
h1{font-size:22px}
h2{font-size:18px}
h3{font-size:14px}
h4{font-size:12px}

p {font-size: 12px;}
.caption {font-size: 10px;}
.clients {font-size: 11px;}
.subhead {font-size: 12px; color: #336699; font-weight: bold; line-height: 2em;}
.li {font-size: 11px; color: #336699; line-height: .3em; text-indent: 10px}

a.bodyLink:link { color: #336699; text-decoration: none  }
a.bodyLink:active { color: #336699; text-decoration: none  }
a.bodyLink:visited { color: #336699; text-decoration: none  }
a.bodyLink:hover { color: #111111; }


/* MISC */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* QUOTES */
.quotebox {
Position: absolute;
Margin-top: 100px;
Margin-Left: 640px; 
width: 180px;
padding: 0px 10px 10px 10px;
background: url(../images/quote_downR.png) no-repeat bottom left;
background-color: #e6e6e6;

} 
.dashbox {
Position: relative;
Margin-top: 0px;
Margin-Left: 0px; 
width: 180px;
padding: 0px 10px 10px 10px;
border:thin;
border-color:#336699;
border-style:dashed;
background-color: #e6e6e6;

} 

.testimonial {
Position: relative;
width: 540px;
padding: 0 10px 10px 10px;
background: url(../images/quote_downTest.png) no-repeat bottom left;
background-color: #e6e6e6;

} 
.quotebox #open {
background: url(../images/quote_l.jpg) no-repeat top left;
Margin-Left: -30px;
width: 30px;
height: 20px;
} 

.quotecaption { 
Position: absolute;
Margin-Left: 0px; 
width: 180px;
font-size: 10px;
padding: 10px 0 0 0;
} 

/* PULL QUOTES
Do not edit this file */

blockquote.pullquote, div.pullquote {
/* box */
	display: block;
	border: none;
	background: transparent none;

/* positioning */
	float: left;
	margin: 0.25em 1em 0.25em 0;
	padding: 0;
	width: 10em;
/* typography */
	color: #336699;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	word-spacing: normal;
}

blockquote.pqRight, div.pqRight { 
	float: right;
	margin: 0.25em 0 0.25em 1em;
}

blockquote.pullquote p, div.pullquote p {
	margin:  0;
	padding: 0.5em;
	line-height: 1.2;
	letter-spacing: normal;
}

/* Capitalize first letter of the quote */
blockquote.pullquote p:first-letter, div.pullquote p:first-letter {
	text-transform: uppercase;
}

blockquote.pullquote, div.pullquote {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #336699;	
	width: 35%;
	float:right;
	margin:5px;
	background: url(../images/quote_r.jpg) no-repeat bottom right !important;

	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
	letter-spacing:-1px;
	text-align: left;
	font-size: 1.6em;
	line-height: 1.5em;
}

blockquote.pullquote em, div.pullquote em, blockquote.pullquote i, div.pullquote i {
	font-style: normal;
}

blockquote.pqRight, div.pqRight {
}

blockquote.pullquote p, div.pullquote p {
	border: 0px;
	border-width: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: url(../images/quote_l.jpg) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
	font-size: .8em;
}

blockquote.pullquote:first-letter, div.pullquote:first-letter, span.pullquote:first-letter {

}

/* LOGIN WINDOW */
/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}


/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:375px; 
  height:203px;
}
