@charset "utf-8";

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #777777;
	font-size: 16px;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
	line-height: normal;
}
.body2 {
	background-color: #FFF;
	background-image: none;
}


a:link, a:visited {
	color: #009CE8;
	text-decoration: none;
}



a:hover {
	text-decoration: underline;
	/* Firefox */
	-moz-transition: all .5s ease-out;
	/* WebKit */
	-webkit-transition: all .5s ease-out;
	/* Opera */
	-o-transition: all .5s ease-out;
	/* Standard */
	transition: all .5s ease-out;
}
a:active {
	text-decoration: underline;
	background-color: #DDD;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}


#wrapper {
	width: 960px;
	text-align: left;
	margin: auto;
}
#content {
	clear: none;
	float: left;
	width: 950px;
}
.smaller {
	font-size: smaller;
}

#contentInsertBox {
	clear: both;
	height: 525px;
	border: 5px solid #dedede;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: #333 3px 3px 4px;
	-moz-box-shadow: #333 3px 3px 10px;
	-webkit-box-shadow: #333 3px 3px 10px;
	margin: 30px;
	width: 890px;
	background-color: #fcfcfc;
}





#header {
	margin-top: 10px;
	margin-bottom: 25px;
	clear: right;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	float: left;
	height: 175px;
}

#logo {
	height: 38px;
	float: left;
	width: 150px;
}



#nav {
	float: right;
	width: auto;
	font-size: 16px;
	text-align: right;
	font-family: "Arial Black", Gadget, sans-serif;
	clear: both;
	height: 30px;
	padding-top: 8px;
}

#header2 {
	margin-right: auto;
	margin-left: auto;
	font-size: 40px;
	text-shadow: 2px 2px 0px #FFFFFF;
	font-weight: bold;
	padding-top: 25px;
	float: left;
	clear: both;
	width: 100%;
	height: 75px;
}

.page {
	background-repeat: repeat-x;
	text-decoration: none;
}
#visitSite {
	width: 50px;
	float: right;
	text-align: right;
	margin-right: 10px;
}
#textWindow {
	font-size: 18px;
	float: left;
	clear: left;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

#leftBox {
	float: left;
	width: 225px;
	clear: both;
}
#rightBox {
	clear: none;
	float: right;
	width: 600px;
}
#rightBox a  {
	background-color: #FCFCFC;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightBox img {
	margin-bottom: 30px;
	margin-left: 45px;
	clear: right;
	float: left;
}
h1 {
	padding: 0px;
	margin: 0px;
	text-shadow: 2px 2px 0px #FFFFFF;
}
h2 {
	margin: 0px;
}


h3 {
	font-size: 14px;
	padding: 0px;
}
#leftText {
	float: left;
	margin-top: 40px;
	width: 275px;
}

#bottomBox {
	clear: both;
	float: left;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	padding-right: 40px;
	padding-left: 40px;
}

#fltrtNav {
	float: right;
	padding-right: 15px;
	margin-top: 45px;
	clear: both;
}

.designContentBox {
	clear: both;
	border: 5px solid #dedede;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: #333 3px 3px 4px;
	-moz-box-shadow: #333 3px 3px 10px;
	-webkit-box-shadow: #333 3px 3px 10px;
	width: 810px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FCFCFC;
	height: 320px;
	padding: 40px;
	text-align: center;
}

#slider {
	width: 620px;
	margin: 0 auto;
	position: relative;
	visibility: hidden;
}
.scrollLft {
	clear: right;
	float: left;
	margin-top: 130px;
	margin-right: 40px;
}
.scrollRt {
	float: right;
	clear: right;
	margin-top: 130px;
}


.scroll {
	height: 320px;
	width: 811px;
	position: relative;
	overflow: hidden;
}
.scrollContainer  {
	height: 320px;
	width: 811px;
}
.panel {
	height: 320px;
	width: 811px;
}


.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}
.fltrt {
	float: right;
	margin-left: 30px;
}


.scrollButtons.right {
  right: -20px;
}

.panelText {
	float: left;
	margin-left: 20px;
	height: 260px;
	text-align: left;
	margin-top: 30px;
}
.panelHeading {
	font-size: 18px;
	font-weight: bold;
}




#contentInsertBoxC {
	padding: 40px;
	font-size: 18px;
	text-align: center;
	border: 5px solid #dedede;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: #333 3px 3px 4px;
	-moz-box-shadow: #333 3px 3px 10px;
	-webkit-box-shadow: #333 3px 3px 10px;
	width: 590px;
	margin-top: 40px;
	margin-right: 140px;
	margin-left: 140px;
	background-color: #fcfcfc;
	clear: both;
	float: left;
}
#contentInsertBoxC img {
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	box-shadow: #333 3px 3px 4px;
	-moz-box-shadow: #333 3px 3px 10px;
	-webkit-box-shadow: #333 3px 3px 10px;
	height: 100px;
	width: 100px;
	
}
#contentInsertBoxD {
	clear: both;
	border: 5px solid #dedede;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: #333 3px 3px 4px;
	-moz-box-shadow: #333 3px 3px 10px;
	-webkit-box-shadow: #333 3px 3px 10px;
	width: 830px;
	background-image: url(../images/contactBackground.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
	background-color: #FCFCFC;
	padding-bottom: 10px;
	float: left;
}

#contactForm {
	width: 450px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-top: 20px;
	border: 1px solid #dedede;
	font-size: small;
	box-shadow: #ccc 3px 3px 3px;
	-moz-box-shadow: #ccc 3px 3px 3px;
	-webkit-box-shadow: #ccc 3px 3px 3px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#rightBox2 {
	float: right;
	clear: right;
	margin-top: 25px;
	background-color: #EEE;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: #ccc 3px 3px 3px;
	-moz-box-shadow: #ccc 3px 3px 3px;
	-webkit-box-shadow: #ccc 3px 3px 3px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#contentInsertBoxE {
	clear: both;
	border: 5px solid #dedede;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: #333 3px 3px 4px;
	-moz-box-shadow: #333 3px 3px 10px;
	-webkit-box-shadow: #333 3px 3px 10px;
	width: 810px;
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
	background-color: #FCFCFC;
	float: left;
	padding: 40px;
}
#aboutTextBox {
	margin-top: 30px;
	margin-left: 30px;
	float: left;
	width: 460px;
	margin-right: 20px;
}
#aboutImage  {
	float: right;
	border: 1px solid #dedede;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: #ccc 3px 3px 3px;
	-moz-box-shadow: #ccc 3px 3px 3px;
	-webkit-box-shadow: #ccc 3px 3px 3px;
	height: 250px;
	width: 250px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}

#loginButton {
	text-align: center;
	float: right;
	margin-bottom: 50px;
	margin-left: 40px;
	margin-top: 50px;
	margin-right: 10px;
}
#loginButton a {
	background: none;


}
.homeThumbnail {
	-moz-transform:scale(.90);
	-webkit-transform:scale(.90);
}
.homeThumbnail:hover{
	z-index:100;
	position:relative; /* Make the z-index work in Safari */
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	-webkit-transition: -webkit-transform 1s ease-in;
}
#wrapper #content #contentInsertBox #textWindow #rightBox table tr td .homeThumbnail a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.arrowButton {
	text-decoration: none;
}

#popupWindow {
	height: 700px;
	width: 650px;
	background-color: #FFF;
	padding: 25px;
}
#popupWindowImage {
	height: 600px;
	width: 650px;
}
#popupWindowText {
	height: 65px;
	width: 610px;
	float: left;
	text-align: left;
	font-size: 14px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #333;
}





#footer {
	clear: both;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	vertical-align: bottom;
	width: 960px;
	position: fixed;
	bottom: 0px;
	;
	background-image: url(../images/footerBackground.png);
	background-repeat: repeat;
	padding-top: 4px;
}

#footerRight {
	float: right;
}
#footerLeft {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.scrollRt a , .scrollLft a{
	background-color: #FCFCFC;
	text-decoration: none;
}
#wrapper #content #leftText .arrowButton p a img {
	background-color: #F5F5F5;
}
#contactImage {
	float: right;
	border: 1px solid #dedede;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: #ccc 3px 3px 3px;
	-moz-box-shadow: #ccc 3px 3px 3px;
	-webkit-box-shadow: #ccc 3px 3px 3px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 20px;
}
#contactTextBox {
	margin-top: 30px;
	margin-left: 30px;
	float: left;
	width: 400px;
}
#loginImage {
	float: right;
	border: 1px solid #dedede;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: #ccc 3px 3px 3px;
	-moz-box-shadow: #ccc 3px 3px 3px;
	-webkit-box-shadow: #ccc 3px 3px 3px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 20px;
}
#loginTextBox {
	margin-top: 60px;
	margin-left: 30px;
	float: left;
	width: 400px;
}
