@charset "utf-8";
/*name: narrow.css*/

*  {
}

html, body  {
	-webkit-text-size-adjust: none;
	background-color: #4261a1;
}

body  {
	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: #4261a1;
	/*	background: #d8dbdd url(../_images/bg.png) no-repeat center 0px fixed;*/
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	overflow: scroll;
}

a  {
	margin: 0;
	padding: 0;
}

/*main wrappers: 0=index, " "=about,services, C=contact, T=thankyou*/
#wrapper0  {
	margin: 0 auto;
	text-align: left;
	max-width: 970px;
	height: auto;
	background-color: #FFF;
}

#wrapper  {
	margin: 0 auto;
	min-height: 500px;
	height: 100%;
	background-color: #FFF;
}
.gallery0  {
	width: auto;
	height: auto;
	background-color: none;
	top: 0px;
	margin: 24px 20px 0;
	text-align: center;
	padding: 0px;
	border: 1px solid #4261a1;
	outline: 0px solid #fff;
	display: none;
	font-size: 0px;
	line-height: 1em;
}
.gallery  {
	width: auto;
	height: auto;
	background-color: none;
	top: 0px;
	margin: 24px 20px 0;
	text-align: center;
	padding: 0px;
	border: 1px solid #4261a1;
	outline: 0px solid #fff;
	display: none;
	font-size: 0px;
	line-height: 1em;
}

#wrapper2  {
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	max-width: 970px;
	height: 400px;
	background-color: #FFF;
	min-height: 500px;
	z-index: -999;
}
#wrapperT  {
	margin: 0 auto;
	max-width: 970px;
	height: 100%;
	background-color: #4261a1;
}

/*footer C1 and C2 are for contact page issue with inputting text and 
position=fixed glitch: switching fixed off for mobile*/
#footerC1  {
	display:none;
}

#footerC2  {
	height: 18px;
	background-color: #FFF;
	position: absolute;
	color: #00458d;
	font-size: 0.7em;
	margin: 0;
	text-align: center;
	width: 100%;
	padding-top: 6px;
}

#footer, #footerC1  {
	height: 18px;
	background-color: #FFF;
	position: fixed;
	bottom: 0px;
	color: #00458d;
	font-size: 0.7em;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	padding-top: 6px;
	border-top: 1px solid #00458d;
}

#footer a  {
}

#footer a:hover  {
}

#footerNav  {
	display: none;
}

#footerARR  {
	display: none;
/*}border-top: 1px solid #00458d;*/
}

#headerLogo  {
	height: 38px;
	width: 160px;
	margin: 0 2.5%;
	padding: 6px 0 0 0;
	text-align: center;
	position: fixed;
	z-index: 999;
	display: none;
}

#logoLanding  {
	height: 120px;
	width: 240px;
	margin: 0 auto;
	padding: 120px 0 40px 0;
	text-align: center;
	z-index: 999;
}

#header  {
	width: 100%;
	position: absolute;
	top:0;
	background-color: #FFF;
	position: fixed;
}

#taglineM  {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	display: none;
	color: #00458d;
	background-color: #9CF;
	padding: 6px 6px 12px;
	z-index: 999999;
}

#tagline  {
	display:none;
}

#callBack  {
	right: 10px;
	font-size: 1.15em;
	font-weight: bold;
	padding-top: 6px;
	text-align: center;
	padding-bottom: 6px;
	text-decoration: none;
	color:#4261a1;
}

#callBack a  {
	text-decoration:none;
	color:#4261a1;
}

#nav  {
	height: auto;
	top: 0px;
	max-width: 970px;
	width: 100%;
	display: block;
	padding-left: 0%;
	text-align: center;
}

#nav ul  {
	background-color: #4261a1;
	list-style-type: none;
	padding:0;
	text-transform: uppercase;
	margin: 0;
	border: 0;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#nav ul li  {
	list-style-type: none;
	outline: 1px solid #ccc;
	width:33.33%;
	text-align:center;
	border-left: 0px solid #ccc;
	display: inline-block;
	border: 0;
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#nav ul li a  {
	color: #FFF;
	text-decoration: none;
	line-height: 1em;
	font-size: 0.75em;
	top: 0px;
	font-weight: bold;
	display: block;
	padding: 8px 0 8px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#selected  {
	padding: 0;
	background-color:#444;
	border-bottom: 0px solid #fff;
}

#mainGradient  {
	background-image: url(../_images/gradient.png);
	background-repeat: repeat-x;
	height: 97px;
	position: relative;
	top: 38px;
}

img  {
	margin: 0;
	padding: 0;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden; /* Chrome and Safari */
	-moz-backface-visibility:hidden;
	max-width: 100%;
	/*	display: inline;*/
	/*	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;*/
	visibility: visible;
}


.content0  {
	padding: 0 0;
	margin: 0;
	z-index: 999;
}

.content0 h1  {
	font-size: 1.1em;
	margin: -20px auto 0;
	text-align: center;
	font-style: italic;
	padding: 0 3% 240px;
}

.content  {
	padding: 74px 0 0;
	margin: 0;
	z-index: 999;
}

.content h1  {
	font-size: 1.6em;
	margin: 0 auto;
	text-align: center;
	font-style: italic;
}

.content h2  {
	font-size: 1.25em;
	margin: 0 auto 0;
	color: #00458d;
	padding-bottom: 12px;
	text-align: left;
}

.contentS  {
	padding: 63px 0 0;
	margin: 0;
}

.contentS h2  {
	font-size: 1.25em;
	margin: 0 auto 0;
	color: #00458d;
	padding-bottom: 12px;
	text-align: left;
}

.contentC  {
	padding: 71px 0 0 0;
	margin: 0;
}

.contentC a  {
	text-decoration: none;
	color:#666;
	text-weight: bold;
}

.contentT  {
	padding: 63px 0 0 0;
	margin: 0;
}

h2  {
	font-size: 1.25em;
	margin: 0 auto 0;
	color: #00458d;
	padding-bottom: 12px;
	text-align: left;
}

p  {
	font-size: 1em;
	margin: 0 auto 0;
	text-align: justify;
	padding-bottom: 18px;
	color: #555;
}

.topPara  {
	text-align: left;
	padding: 0 2.5% 0 3.5%;
	margin-top: 0px;
	float: left;
	width: 47%;
}

.topPara2  {
	text-align: left;
	width: 42.5%;
	float: left;
	padding: 0 2.5% 0 2.5%;
	margin-top: 0px;
}

.botPara  {
	text-align: left;
	width: 92%;
	margin-top: 0px;
	padding: 0 2.5% 0 3.5%;
	float: inherit;
	clear: both;
}

.botPara h2  {
	margin: 0;
	max-width: 100%;
	padding-top: 0px;
}

 .botPara p  {
	max-width: 100%;
	margin: 0;
}

.topParaT  {
	text-align: left;
	padding: 0 2.5% 0 3.5%;
	margin-top: 0px;
	float: left;
	min-width: 240px;
	width: 92%;
}

.topParaT2  {
	text-align: left;
	width: 92%;
	float: left;
	padding: 0 2.5% 0 3.5%;
	margin-top: 0px;
	min-width: 240px;
}

.para  { 
	text-align: left;
	width: 92%;
	padding: 1px 0 10px 3.5%;
	min-width: 240px;
	clear: both;
	display: block;
}

.para p  {
	margin: 0;
	padding: 0 0 12px 0;
}

.para h2  {
	min-width: 0px;
	display: block;
}

.para ul  {
	margin: -6px 0 0;
	padding: 0px 0 12px 24px;
	color: #555;
}

.topPara2x h2  {
	font-size: 1.3em;
	margin: 0 auto 0;
	color: #FFF;
	padding-bottom: 12px;
}

.topPara2x p  {
	font-size: 1em;
	margin: 0 auto 0;
}

#messageBox  {
	margin: 0 0 12px 0;
}

#messageBox p  {
	color: #FFF;
	background-color: #a7522e;
	height: auto;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	border: 20px solid #a7522e;
	margin: 0 0 12px 0;
	padding-bottom: 4px;
}

#messageBox1  {
	color: #FFF;
	background-color: #a7522e;
	height: auto;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 6px;
	margin: 12px 2.5%;
	margin: 0 0 0px 0;
	padding: 15px 20px 24px 20px;
}

#messageBox2  {
	color: #FFF;
	background-color: #a7522e;
	height: auto;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	border: 0px solid #a7522e;
	padding: 15px 20px 20px 20px;
	margin: 0 0 12px 0;
}

.paraCX  {
	text-align: left;
	padding: 0 0 0 0;
	color: #555;
	margin: 0 0 0 3.5%;
	font-size: 0.95em;
	text-decoration: none;
}

h4  {
	padding: 12px 0 6px 0;
	margin: 0;
}

.paraC  {
	text-align: left;
	width: 97.5%;
	padding: 0 0 0 2.5%;
	float: left;
	min-width: 264px;
	display: inline;
	color: #4261a1;
	margin-top: 0px;
	font-size: 1em;
}

.paraCT  {
	display: none;

}

.paraC .action a, .paraCT .action a  {
	text-decoration: none;
	color: #444;
}

.paraC p, .paraCT p  {
	color: #4261a1;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
}

.paraC h4, .paraCT h4  {
	margin: 0 0 6px 0;
	padding: 0;
}

.paraC2  {
	text-align: left;
	width: 100%;
	padding: 0 0% 0 0%;
	float: left;
	min-width: 200px;
	display: inline;
	color: #4261a1;
	margin-top: 0px;
	font-size: 1em;
}

.action  {
	font-size: 2.2em;
	font-weight: bold;
	margin-left: 0%;
	padding: 0 0 18px 0;
}

.action2  {
	font-size: 2.2em;
	font-weight: bold;
	padding: 0 0 6px 2.5%;
	margin: 0;
}

.action2T  {
	display: none;
}

#question  {
	font-size: 1em;
	padding: 0 2.5% 20px 2.5%;
	text-align: justify;
}

#questionT  {
	display: none;
}

#formSent  {
	padding: 0px 5.0% 0 0%;
	min-height: 180px;
	margin: 0;
	line-height: 1em;
	text-decoration: none;
}

#formSent h4  {
	color: #FFF;
	font-size: 2.2em;
	margin: -1px 0 14px;
	line-height: 1em;
}

#formSent p  {
	color: #FFF;
	font-size: 1.05em;
	line-height: 1.2em;
	text-decoration: none;
}

#formSent p #formSentColor  {
	color: #FF9;
	text-decoration: none;
}

#formSent p a  {
	text-decoration: none;
}

/*
Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!
*/
#contactus  {
	padding: 0;
	margin: 0 0px 0 0;
}

#contactus fieldset  {
	width:95%;
	padding:0px 2.5% 0px 2.5%;
	border:0px solid #ccc;
/*	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;*/
	border-radius: 0px;
	text-align: left;
	background-color: #4261a1;
	margin: 0;
}

#contactus legend, h2  {
	font-family : Arial, sans-serif;
	font-size: 1.3em;
	font-weight:bold;
	color:#333;
}

#contactus label  {
	font-family : Arial, sans-serif;
	font-size:0.8em;
	font-weight: bold;
	color: #fff;
	margin-left: 0;
}

#contactus input[type="text"],textarea  {
	font-family : Arial, Verdana, sans-serif;
	font-size: 0.8em;
	line-height:140%;
	color : #000;
	padding : 3px;
	border : 0px solid #c36; /*#999;*/
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 05px;
	border-radius: 0; /*5px;*/
}

#contactus input[type="email"],textarea  {
	font-family : Arial, Verdana, sans-serif;
	font-size: 0.8em;
	line-height:140%;
	color : #000;
	padding : 3px;
	border : 0px solid #c36; /*#999;*/
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0; /*5px;*/
}

#contactus input[type="text"]  {
	height:18px;
	width:97.5%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 6px 0 0 0;
}

#contactus input[type="email"]  {
	height:18px;
	width:97.5%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 6px 0 0 0;
}

#contactus #scaptcha  {
	width:60px;
	height:18px;
}

.container #sendMessage  {
	width: 100px;
	height:30px;
	Font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 0;
}

.container #newMessage  {
	width:140px;
	height:30px;
	Font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 0;
}

#contactus textarea  {
	height:120px;
	width:97.5%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0;
	margin: 6px 0 0 0%;
}

#contactus input[type="text"]:focus,textarea:focus  {
	color : #009;
	border : 0px solid #990000;
	background-color : #ffff99;
	font-weight:bold;
}

#contactus input[type="email"]:focus,textarea:focus  {
	color : #009;
	border : 0px solid #990000;
	background-color : #ffff99;
	font-weight:bold;
}

#contactus .container  {
	margin-bottom: 10px;
	padding: 18px 0% 0 0%;
	width: 100%;
}

#contactus .error  {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 0.7em;
	color: #900;
	background-color : #ffff00;
}

#contactus fieldset#antispam  {
	padding:2px;
	border-top:0px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}

#contactus fieldset#antispam legend  {
	font-family : Arial, sans-serif;
	font-size: 0.8em;
	font-weight:bold;
	color:#333;   
}

#contactus .short_explanation  {
	font-family : Arial, sans-serif;
	font-size: 0.6em;
	color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/ 
#contactus .spmhidip  {
	display:none;
	width:10px;
	height:3px;
}

#fg_crdiv  {
	font-family : Arial, sans-serif;
	font-size: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);   
}

#fg_crdiv p  {
	display:none;
}
