/*--------------------------------
Classic Style
Layout

version:	2.0
copyright:	SuperHomePro
----------------------------------*/
html, body {
    background-color: #f7f4ee;
}

html, body {

    background-image: url(/css/skins/deepblue/background.jpg); /** Link to the image you created **/
    background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/

}


body {
	text-align: center;
	min-width: 950px; /*1000px;*/
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
}

h1 {
	font-size: 22px;
	font-weight: bold;
}

h1, #mainContent div {
	color: #333;
}

h2 {
	font-size: 14px;
	font-weight: bold;	
	margin-top: 10px;
	margin-bottom: 5px;
}

h3 {
	font-weight: bold;
	margin-top: 10px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #275791;
}

a:hover, a:active {
	text-decoration: underline;
}

#mainNav a:link, #mainNav a:visited {
	text-decoration: none;
	color: #fff;
}

#mainNav a:hover, #mainNav a:active {
	text-decoration: underline;
	color: #fff;
}

#mainNav ul {
	background:#6489B0 url(/css/skins/deepblue/nav-tab.gif) repeat-x;
}

#mainContent p {
	margin-top: 5px;
}

#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #FFF;
	text-decoration: underline;
}

#doc {
	width:  900px; /*975px;*/
	margin: 0 auto;
	text-align: left;
	margin-top: 0px;
	padding-bottom: 20px;
	line-height: 1.25; /* 1.231; */
	color: #333;
	font-size: 13px;	
	/*padding-left: 25px;*/
	/*padding-right: 25px;*/
	background-color: #fff;
	/*border: 1px solid #999;*/
	border: 25px solid #506D8B;
	border-top: 0px;
}

#header {
	padding-top: 7px;
	padding-bottom: 10px;
	font-size: 13px;
	color: #fff;
	background-color: #506D8B;
	min-height: 115px;
}

#header .businessname {
	display: block;
	font-size:24px;
	font-weight:bold;	
}

#header .tagline {
	display: block;
	font-size: 20px;
}

#header .secondary {
	color: #fff;
}

#header .phone {
	margin-right: 10px;
	display: inline;
}

#header .email {
	display: inline;
}

#header .cities {
	display: inline;
}

#header .cities li {
	display: inline;
}

#headerMainNav {
	background-color: #506D8B;
}

/*
#mainNav {
	padding-bottom: 10px;
	padding-top: 5px;
	height: 10px;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: bold;	
	background-color: #506D8B;
}
*/
#mainNav {
	clear:both;
	height: 35px;
}

#mainNav ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}

#mainNav a {
	display:block;
	float:left;
	width:auto;
	margin:0;
	padding:0 16px;
	border-bottom:none;
	font:bold 1.1em/2.5 Helvetica,Arial,Geneva,sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
}

#mainNav li {
	display: inline;
	margin-right: 0.9em;
	line-height: 140%;
	white-space:nowrap;
}

#mainNav a {
	border-right:1px solid #aaaaaa;
	border-left:1px solid #506D8C;
	color:#fff;
	background:#FFFFFF url(/css/skins/deepblue/nav-tab.gif) repeat-x;
}

#mainNav a:hover,
#mainNav a:focus,
#mainNav a:active {background:#6589B1 url(/css/skins/deepblue/nav-tab.gif) repeat-x 0 -150px}
#mainNav .sel a {background:#6589B1 url(/css/skins/deepblue/nav-tab.gif) repeat-x 0 -300px}
#mainNav .sel a:focus {background:#6589B1 url(/css/skins/deepblue/nav-tab.gif) repeat-x 0 -150px}


#mainImage {
	
}

#mainContent {
	width: 860px; /*480px;*/
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	background-color: #fff;
	padding-bottom: 10px;
}

.inner #mainContent {
    width: 600px;
}


.home #mainContent #hero {
	float: left;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #999;
	
}

#mark {
	float: left;
	margin-right: 7px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #999;
	background-color: #fff;
}

#mainServices {
	padding-bottom: 10px;
	width: 648px; /*650px;*/
	float: left;
	background-color: #fff;
	margin-top: 15px;
}

#group1 {
	float: left;
	width: 230px;
	padding-right: 10px;
	padding-left: 25px;
}

#group2 {
	float: right;
	width: 265px;
	margin-right: 15px;
}

#requestBox {
	clear: both;
	width: 230px;
	float: right;
	padding: 10px;
	border-left-width:1px;border-left-style:solid;border-left-color:#CCCCCC;
	border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#CCCCCC;
	border-top-width:1px;border-top-style:solid;border-top-color:#CCCCCC;

	background-color: #E6E5EC;	
	margin-top: 15px;
}

.inner #requestBox {
	margin-top: 0px;
}

#requestBox .formlabel {
	margin-top: 7px;
}

#requestBox .textinput, #requestBox textarea {
	width: 222px;
	padding: 2px;
	overflow: hidden;	/* hide the scrollbar */
	font-size: 14px;
	font-family:arial,helvetica,clean,sans-serif;	
	border: 1px solid #BEB9B7;
}

#requestBox .submit {
	margin-top: 10px;
}

#requestBox .title {
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

#requestBox div {
	font-size: 12px;
	line-height: 120%;
	color: #666;
}

#requestBox p {
	font-size: 13px;
}

.clear {
	clear: both;
}

#footer {
	clear: both;
	line-height: 180%;
	font-size: 12px;
	color: #FFF;
	width:  950px;
	margin: 0px auto;
	background-color: #506D8B;
	padding-bottom: 15px;
}

#footer li {
	white-space:nowrap;
}

.piped li {
	display: inline;
}

.piped a {
	margin-left: 0.5em;
	padding: 0 0 0 0.5em;
	border-left: 1px solid #ccc;
}

.piped a.first {
	border-left: 0 none !important;
	margin-left: 0px;
	padding: 0px;
}

.testimonial {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.testimonial .comment {
	font-weight: normal;
}

.testimonial .source {
	font-style: italic;
	display: block;
}

.galleria_container img {
  max-width:490px;
  width: expression(this.width > 490 ? 490: true);
}  

.faq .answer {
	display: block;
	margin-bottom: 10px;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}
