@charset "utf-8";
/* CSS Document */


* {margin: 0; padding: 0; border: 0;} /*zero-out margin, padding, and border since browsers may not have the same defaults*/
p/*, h1, h2, h3, h4, h5, h6*/ {margin: 1em 0;} /*add margin back to p*/
input, submit, textarea {border:1px; border-style:solid; border-color:#000; padding:2px;} /*add border and padding back to input & submit*/

html {
	scrollbar-face-color: #54e2f6;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #413faa;
	scrollbar-highlight-color: #b6e8f2;
	scrollbar-3dlight-color: #b6e8f2;
	scrollbar-shadow-color: #4a94df;
	scrollbar-darkshadow-color: #4a94df;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background-color: #00086d;
	background-image: url(../images/global/layout/background.png);
	text-align: center; /*force IE 5.x to center the layout-container*/
}
a:active, a:hover, a:link, a:visited {
	color: #06c;	
}
a:hover {
	background-color: #ffc;
}

/*********** HEADING STYLES ***********/
h1 {
	font-size: 24px;
}
h1#pageTitle {
	font-size: 24px;
	margin-bottom: 20px;
	text-align:center;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}

/*********** LAYOUT STYLES ***********/
#layout-center {
	background-image: url(../images/global/layout/bkgrnd_layoutCenter.png);
	background-repeat:repeat;
}
#layout-container {
	/*height:100%;
	min-height:100%;*/
	width: 945px;
	text-align: left; /*realign text to left - after body 'text-align: center' hack for IE 5.x*/
	margin: 0 auto; /*center in browser window*/
}
#layout-content-abovebody {
	padding-top: 10px;
}
#layout-content-body ul {
	margin: 20px
}
#layout-content-container {
	padding: 10px 107px 10px 70px;/*creates width of 770px*/
	background-image: url(../images/global/layout/bkgrnd_layoutContentContainer.png);
	background-repeat:no-repeat;
}
#layout-footer {
	text-align: center;
	color:#006;
	background-image: url(../images/global/layout/bkgrnd_footer.png);
}
#layout-footer a {
	color:#006;
}
/*#layout-header {
	border-bottom: 2px solid #000;
}*/
/*#layout-header-banner {
}*/

/*********** IMAGE STYLES ***********/
.img {
	border:2px solid #000;
}
.imgLeft {
	float:left; margin:2px 4px 2px 2px; border:2px solid #000;
}
.imgRight {
	float:right; margin:2px 2px 2px 4px; border:2px solid #000;
}

/*********** CONTENT STYLES ***********/
#content-contact, #content-how, #content-what, #content-order, #content-welcome {
	font-size: 20px;
}
/*#content-welcome p {
	text-align: center;
}*/
#content-contactinfo {
	margin-top:10px;
	text-align:center;
	font-size:10px;
}

/*********** FORM STYLES ***********/

/*********** OTHER STYLES ***********/
.brclear {
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
th {
	font-size: 16px;
	color: #fff;
	background-color: #600;
	text-align: center;
}
.textByline {
	font-size: 14px;
}
.textiTiSdESignCredit, .textiTiSdESignCredit a {
	font-size: 11px;
	text-decoration: none;
}

