/*  Copyright 2008 JC iMages [jcimages.com.au]  */

/*  reset all browsers w/ individual commands  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/*  LAYOUT DESIGN  */

/*  BG  - main background color, header background, and default text color  */
body {
	background-color: #FFFFFF;
	background: url(../images/body-bg-lg.jpg) top center no-repeat;  
	width: 100%;
}

.page #bg {
	margin:-20px 0 0 0;
	z-index:0;
}

.page #header {
	position:absolute;
	left:28%;
	top:0px;   
	width:532px;
	height:251px;
	z-index:3;
/*	background: #4b88c7;   */
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.page #navBar {
	position:absolute;
	top:111px;
	width:100%;
	height:222px;
	z-index:2;
	padding: 0;
	left: 1px;
}
.page #container {
	position:absolute;
	top:420px;
	width:600px;
	height:180px;
	left: 20em;
	z-index:0;
	padding: 20px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	/*	border: 1px solid #000000;  */

}

.page #scrollBox {
	position:absolute;
	top:236px;
	height:465px;
	width:690px;
	z-index:1;
	overflow: auto;
	padding: 10px 30px 20px 0;
	font-size: 16px;
	color: #666666;
	left: 293px;
}

.page #scrollBox2 {
	position:absolute;
	top:411px;
	height:261px;
	width:788px;
	z-index:1;
	overflow: auto;
	padding: 10px 10px 10px 0;
	font-size: 16px;
	color: #666666;
	left: 15em;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

.page #mainContent { 

	position:absolute;
	top:410px;
	left: 350px;
	height:250px;
	width:690px;
	z-index:1;
	margin: 0 0 0 0px; /*the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 10px 30px 10px 60px;
	border-left-color: #fff200;
	border-left:thin;
} 
.page #emailUs { 

	margin: 0 0 0 0px; /*the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 10px 450px 10px 10px;
	border-left-color: #fff200;
	border-left:thin;
} 


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*  FONT - default font & style settings  */
html, body, form, fieldset {
	font: 14px/140% "Neutra Text", Calibri, Tahoma;
}
.style1 {
	font-family: "Neutra Text SC", "Neutra Text";
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
}
.style2 {
	font-family: "Neutra Text SC", "Neutra Text";
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
	color: #02A43D;
	}
.style3 {
	font-family: "Neutra Text";
	font-size: 18px;
	font-weight: normal;
}
.style4 {
	font-family: "Neutra Text SC", "Neutra Text";
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.style5 {
	font-family: "Neutra Text SC", "Neutra Text";
	font-size: 20px;
	font-style: italic;
}
.style6 {
	font-family: "Neutra Text";
	font-size: 16px;
}
.style7 {
	font-family: "eight track";
	font-size: 22px;
	font-style: bold;
	color: #CC0000;
}
.style8 {
	font-family: "eight track";
	font-size: 22px;
	font-style: bold;
	color: #339900;
}
.style9 {
	font-family: "eight track";
	font-size: 22px;
	font-style: bold;
	color: #FF6600;
}
.style10 {
	font-family: "eight track";
	font-size: 22px;
	font-style: bold;
	color: #3333CC;
}
.style11 {
	color: #047A24;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}
.style12 {
	color: #EF1C23
}

/*  HEADER  */
/* inserted via HTML
header {
	background: url(../images/lg-header-v7_01.png);
	
}*/
