



/* html body */

body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}


/* DIVS */

/* wrapper styles */
#wrapper {
	text-align: left;
}

/* holder styles */
#holder {
	width: 95%;
	text-align: left;
}

/* turn offs */
#header {

}

#navWrap {
	display:none;
}

#footerNav {
	display:none;
}

.returnToTop {
	display:none;
}


/* content styles */

#content {
	
}

/* footer styles */
#footer {
	
}

/* footer Nav styles */
#footerNav {

}

/* copyright styles */
#copyright {

}

/* jumpLinks styles */

#jumpLinksContent, #jumpLinksContent * {
	margin: 0px;
	padding: 0px;

}

#jumpLinksContent {
	width: 50%;
	
}


#jumpLinks1 {
	float:left;

}

#jumpLinks2 {
	float:left;	
	padding: 0px 0px 0px 40px;

}

#jumpLinks3 {
	float:right;	
	padding: 0px 0px 0px 0px;

}


/* forms */

.formContent {


}

/*
input {
	left: 450px;
	position: absolute;
}
*/

#formTextBoxes input {
	left: 400px;
	position: absolute;
}

.colLeft {
	float:left;
}

.colRight {
	float:left;	
	padding: 0px 0px 0px 40px;
}

.timeContact {
	text-align: center;
}

.timeContactSpaceOut{
	padding: 0px 0px 0px 20px;
}

/* Helper divs */

#helper1 {

}


/* storage

insert asterisk here for universal selectorness
{
margin:0;
padding:0;
}

*/
