/* Default CSS Document */

/*************** PHOTOS ****************/
@import url("lightbox.css");
@import url("photo.css");
/*************** GENERAL ***************/
body {
	background-image: url(../site-images/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #c6d3dc;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.header {
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	height: 110px;
	width: 280px;
	float: left;
}
.toptxtlinks {
	float: left;
	width: 250px;
	text-align: right;
	color: #FFF;
	margin-top: 5px;
}
.toptxtlinks a {
	color: #627683;
	display: inline-block;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.toptxtlinks a:hover {
	color: #627683;
}
a.contactlink {
	background-color: #bf2734;
	color: #FFF;
	text-decoration: none;
}
a.contactlink:hover {
	color: #FFF;
	text-decoration: underline;
}
.randomtestimonials {
	width: 400px;
	float:left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	border: 1px solid #627683;
	padding: 10px;
	background-color: #e1e6eb;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 30px;
	border-top-left-radius: 15px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 30px;
}
.randomtestimonials p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.random_testimonial .testimonial_person {
	margin-left: 0px;
}
.testimonial_person {
	font-weight: bold;
	margin-left: 15px;
}
.testimonial_location {
	margin-left: 15px;
	font-style: italic;
}
.testimonial {
	padding-bottom: 10px;
	margin-right: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 30px;
	border-top-left-radius: 15px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 30px;
	background-color: #bfd1f9;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.number {
	text-align: right;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	margin-top: 35px;
	line-height: 26px;
}
.number span {
	font-size: 12px;
	color: #bf2734;
}
.nav-container {
	background-color: #828d98;
	clear: left;
}
.navigation {
	width: 1008px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
}
.content-container {
	width: 1008px;
	margin-right: auto;
	margin-left: auto;
}
.content {
	width: 1005px;
	background-color: #FFF;
	height: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer {
	width: 100%;
	background-color: #828d98;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer a {
	color: #FFF;
}
.footer a:hover {
	color: #FFF;
}
.footer-content {
	width: 1015px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
.disclaimer {
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #d4d9df;
	padding-top: 10px;
	padding-right: 30px;
	width: 945px;
}
.copyright {
	text-align:center;
	width: 100%;
}
.footernav {
	float: left;
	width: 35%;
	text-align: right;
}
h1 {
	color: #ee3325;
	margin-left: 15px;
	font-size: 36px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: normal;
}
h2 {
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	background-image: url(../site-images/h2-bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
}
h3 {
	color: #06C;
	text-transform: capitalize;
	font-size: 18px;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	margin-left: 15px;
	font-style: italic;
	line-height: normal;
}
p {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
}
ul {
	margin-right: 15px;
	line-height: normal;
	list-style-image: url(../site-images/bullet.gif);
	margin-left: 15px;
	padding-left: 15px;
}
ul li {
	margin-bottom: 10px;
}
a {
	color: #bf2734;
}
a:visited {
}
a:active: {
}
a:hover {
	text-decoration: none;
	color: #09C;
}
/*************** FORMS ***************/
/* Form Related */
.submitButton {
}
p.error {
}
/* Newsletter Sign Up Form - SIGNUPFORM */
.newsletterSignUp {
}
/*************** NAVIGATION ***************/
/* Site Navigation - MAINSITENAV */
ul.mainsitenav {
}
ul.mainsitenav li {
}
/* Sub Navigation - SUBSITENAV */
ul.subsitenav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.subsitenav li {
	display: inline;
	margin-right: 5px;
}
/* Child Navigation - CHILDNAV */
ul.childitems {
}
ul.childitems li {
}
/* Sibling Navigation - SIBLINGNAV */
ul.siblingitems {
}
ul.siblingitems li {
}
/*************** DROP DOWN ***************/
/* Refer to dropdown.css */

/*************** PHOTO GALLERY ***************/

/* Photos Category List - PHOTOCATLIST */
ul.photoscatlist {
}
/* Photos Category List - THUMBPHOTOCATLIST */
ul.thumb_photoscatlist {
}
/*************** BLOGS ***************/

/* Blog Category List - BLOGCATLIST */
ul.blogcatlist {
}
/* Blog Category List - BLOGARCHIVELIST */
ul.blogarchivelist {
}
/* Blog Comment Form - ADDCOMMENTFORM */
.addcommentform {
}
/***************  Contact Us Form formatting  ***************/
/* Contact Us Form formatting  */

.Contact_Us label {
	background-color: #ECECEC;
	color: #333333;
	padding: 3px;
	margin-right: 4px;
	margin-bottom: 5px;
	float: left;
	width: 180px;
	text-align: right;
	font-size: 13px;
	line-height: normal;
	border: 1px solid #d4d4d4;
}
form.Contact_Us {
	width: 420px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: normal;
	overflow: auto;
}
.Contact_Us textarea {
	height: 80px;
	width: 200px;
	margin-bottom: 5px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #d4d4d4;
	color: #333333;
	padding-left: 3px;
}
.Contact_Us input {
	background-color: #FFFFFF;
	border: 1px solid #d4d4d4;
	color: #333333;
	float: left;
	padding-left: 3px;
	width: 200px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.Contact_Us select {
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 205px;
}
input.submit {
	background-color: #627683;
	border: none;
	color: #FFF;
	cursor: pointer;
	float: left;
	width: 205px;
	padding-right: 2px;
	padding-left: 2px;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}
input.submit:hover {
	background-color: #ffb601;
	color: #000;
}
.Contact_Us p {
	clear: left;
	line-height: 0px;
	margin: 0px;
}
.error {
	background-color: #FF6666;
	font-weight: bold;
	font-size:12px;
	color: #FFFFFF;
	padding: 10px;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	width: 985px;
}
.submitarea label {
	background: none;
	margin-left: 8px;
	background-image: none;
	width: 180px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.captcha input {
	color: #333333;
}
.captcha input {
	height: 22px;
	padding-top: 10px;
}
.captcha label {
	background: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Homepage jQuery Formatting  */
#featured {
	width:1005px;
	position:relative;
	border:none;
	height:610px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#featured ul.ui-tabs-nav {
	position:absolute;
	top:0;
	left:850px;
	list-style:none;
	width:144px;
	margin: 0;
	padding: 0;
}
#featured ul.ui-tabs-nav li {
	padding-left:0px;
	font-size:12px;
	color:#666;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
#featured ul.ui-tabs-nav li img {
	float:left;
	opacity:0.7;
	filters:alpha(opacity=70);
	background-image: url(../site-images/jQuery/th_bg.jpg);
	background-repeat: repeat-x;
	border: 2px solid #5c7784;
}
#featured ul.ui-tabs-nav li img:hover {
	opacity:1;
	filters:alpha(opacity=100);
}
#featured ul.ui-tabs-nav li span {
	font-size:14px;
	font-family:Verdana;
}
#featured li.ui-tabs-nav-item a {
	display:block;
	color:#5c7784;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 0px;
}
#featured li.ui-tabs-nav-item a:hover {
	color: #FCDF05;
}
/*#featured li.ui-tabs-selected {

}*/
#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	background-image: none;
}
#featured .ui-tabs-panel {
	width:830px;
	height:440px;
	position:relative;
}
#featured .ui-tabs-panel img {
	margin-left: 40px;
	margin-top: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#featured .ui-tabs-panel .info {
	position:absolute;
	top:10px;
	left:0px;
	width: 430px;
	text-align: left;
	line-height: normal;
	margin-left: 15px;
}
#featured .info h2 {
	font-size:28px;
	font-family:Verdana, Geneva, sans-serif;
	color:#fcdf05;
	font-weight: bold;
	background-image: none;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#featured .info p {
	font-family:Verdana;
	font-size:20px;
	color:#000;
	padding: 0px;
	margin: 0px;
}
#featured .info p span {
	font-family:Verdana;
	font-size:14px;
	color:#000;
}
#featured .info h2 a {
	text-decoration:none;
	color:#fcdf05;
}
#featured .info h2 a:hover {
	text-decoration:underline;
}
#featured .info a {
	text-decoration:underline;
	color:#fff;
}
#featured .info a:hover {
	text-decoration:none;
}
#featured .ui-tabs-hide {
	display:none;
}
.gradient_bg {
	background-image: url(../site-images/applications-gradient.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
/* Stops Google Related Toolbar */
iframe.grelated-iframe {
	left:-99999px !important;
	display: none !important;
}

