/* CSS Document */

/* Basic HTML Elements */
html {	min-height:100%;
		margin-bottom:1px;}	

body {	font-family:Arial, Helvetica, sans-serif; 
		color:#666666;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
a		margin-bottom: 0px;
		background-image:  url("../images/web-bg.gif");
}

p {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height:150%;
}

a:link {
	color: #22449b;
	font-weight: bold;
}
a:visited {
	color: #22449b;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}

h3 {
	color: black;
	text-transform: capitalize;
	font-size: 1.2em;
}

li {list-style-type: none;}


/****************   CONTAINER   ****************/

#wrapper {	background: url(../images/page-bg.gif) repeat-y center;
			width:822px;
			margin: 0 auto;
}

/****************   END CONTAINER   ****************/
				
/****************   HEADER   ****************/

#header {
	width: 822px;
	background: url(../images/header-bg.gif);
	height: 53px;
	margin: 0 auto;
}

/* Image Replacement for Header */
#header h1 {
	margin:0px;
	font-size: 16px;
	color: #2462AB;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
}

#header img {
	margin:0px;
	float: right;
	padding: 0px;
	vertical-align: top;
}
				

/****************   END HEADER   ****************/

/****************   CONTENT   ****************/

#logoHdr {
	width: 811px;
	margin: 0px auto 0px 11px;
}

video
{
    width: 97.5%;
    height: auto;
    max-height: 100%;
}


/* Style the tab */
.tab {
  float: left;
  background-color: #f1f1f1;
  width: 30%;
  height: 240px;
}

/* Style the buttons that are used to open the tab content */
.tab a {
  display: block;
  background-color: #22449b;
  color: #f1f1f1;
  padding: 23px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-decoration: none;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.tab a:link {
  font-size: 0.8em;
  font-weight: bold;
}

/* Change background color of buttons on hover */
.tab a:hover {
  background-color: #22449b;
  color: yellow;
  text-align: center;
}

/* Create an active/current "tab button" class */
.tab a.active {
  background-color: #22449b;
}

.tab a div {
}

/* Style the tab content */
.tabcontent {
  float: left;
  border: none;
  width: 70%;
  height: 240px;
  display: none;
}

.tabcontent img {
  height: 240px;
  width: 384.5px;
}

#hometype1 {
  margin-bottom: 2px;
}

#hometype2 {
  margin-bottom: 2px;
}

#hometype3 {
  margin-bottom: 2px;
}

#hometype4 {
}

#sidebar {
	float: left;
	width: 225px;
	margin: 0px;
	vertical-align: top;
	padding-left: 11px;
}

#content {
	float: left;
	margin: 0px;
	width: 555px;
	padding-left: 15px;
	padding-right: 5px;
}

#content h2 {
	color: #22449b;
	text-transform: capitalize;
	font-size: 1.2em;
	text-align: right;
}


#content h3 {
	color: #000000;
	text-transform: capitalize;
	font-size: 1.0em;
}

#homeText {
	float: left;
	width: 280px;
	padding-right: 10px;
}

#homeGallery {
	float: right;
	width: 258px
}

#about {
	background-image: url(../images/services-back-1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
}

#about p {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 2px;
	margin-bottom: 15px;
	color: #000000;
}

#about h3 {
	background-image: url(../images/services-back-1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
}

#services h3 {
	background-image: url(../images/services-back-1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#services img {
	border: 2px solid #666666;
}

#services p {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 2px;
	margin-bottom: 15px;
	color: #000000;
}

#portfolio h3 {
	background-image: url(../images/services-back-1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 15px;
}

#portfolio img {
	border: 2px solid #666666;
	margin-bottom: 15px;
}

.thumb {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 30px;
}

#faq {
	background-image: url(../images/services-back-1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
}

#faq h3 {
	padding: 5px;
	font-size: 14px;
}

/****************   END CONTENT   ****************/

/****************   FOOTER   ****************/

#footer {
	clear: both;
	margin: 0 auto;
}

#footer .footer {
	background: #000000 url(../images/footer-bg.gif) no-repeat center top;
	height: 60px;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
}

#footer a:link, #footer a:active, #footer a:hover, #footer a:visited { 
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif; 
	color:#ffffff;
}

.footerText {
	color: #FFFFFF;
	font-size: 10px;
}

.textLeft {
	float: left;
}

.textRight {
	float: right;
}

.clear {
	clear: both;
}

