p,ul,ol { margin: 12px 0; }
ul,ol { padding-left: 40px; }

a img {
	display: inline;
}

body {
	background-color: #FFFFFF;
	color: #786D67;
	margin: 0px 0px 25px;
	background: #fff url(/assets/images/bg_orchid_rev.jpg) no-repeat fixed left bottom;
	font: normal 12px/1.6em Verdana, Arial, Helvetica, sans-serif;
}

#topBarTop {
	background-color: transparent;
	line-height: 0px;
	font-size: 0px;
	height: 12px;
	background-image:  url(/assets/images/top_bar.gif);
	background-repeat: repeat-x;
}

#topBarBottom {
	background-color: #D4D0C8;
	line-height: 0px;
	font-size: 0px;
	height: 12px;
	clear: both;
}

#topBar {
	background-color: transparent;
	height: 42px;
	background-image:  url(/assets/images/prowebsites_text.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 20px;
}
#topBar h1 {
	display: none;
}

/*************** Begin Nav Bars ***************/
#navBar {
	padding: 0px;
	background-color: transparent;
	border: none;
	background-image: none;
	z-index: 100;
	margin: 0px 10px;
}

#navList {
	padding: 0px;
	background-color: transparent;
	/*background-color: #F5F5F5;*/
	background-image: none;
	margin-left: 250px;
	clear: both;
}

#navList ul,
#navList li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	border: none;
}

#navList li {
	float: left;
	font-size: 10px;
	font-size/* */:/**/11px;
	font-size: /**/11px;
}


#navList li a,
#navList li a:link, 
#navList li a:visited {
	background: transparent;
	border: none;
	font-weight: normal;
	color: #9E948D;
	text-decoration: none;
	float: left;
	line-height: 14px;
	margin: 7px 10px 5px 0px;
	padding: 1px 3px;
}

#navList li a:hover,
#navList li a:active {
	color: #333333;
	background-color: transparent;
	padding-left: 1px;
	border-left: 2px solid #FF5000;
}

#navList li a:active {
	border-color: #999999;
}

/* Current links are used to highlght the 
current page being viewed. */
#navList li a.currentLink,
#navList li a.currentLink:link,
#navList li a.currentLink:visited {
	color: #333333;
	background-color: transparent;
	padding-left: 1px;
	border-left: 2px solid #999999;
}
/*************** End Nav Bars ***************/


/***************Begin Content ***************/

/* contains everything */
#justaContainer {
	background-color: transparent;
	border: none;
	padding: 0px;
	background-image: none;
	margin: 0px 25px 10px 15px;
}

#justaContainer h2.purtty {
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 20px;
}
#about h2.purtty {
	background-image:  url(/assets/images/a_little_about_us.gif);
}
#contact h2.purtty {
	background-image:  url(/assets/images/making_contact.gif);
}

#about,
#contact {
	background-color: transparent;
	clear: both;
	margin-right: 0px;
}
#about div {
	width: 600px;
	float: right;
}

#contact div {
	width: 400px;
	float: right;
}

.required {
	color: #FF0000;
}
.textAlignRight {
	text-align: right;
}
.contentClear {
	clear: both;
	line-height: 1px;
}

/* used for form elements*/
form {
	margin: 0px;
}
fieldset {
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px 10px 40px;
}
legend {
	margin: 0;
	padding: 5px 5px 10px 5px;
	background: transparent;
	letter-spacing: 1px;
	line-height: 1.5em;
}
label {
	display: block;
	margin: 10px 0px 0px 0px;
}

select.select-type1 {
	background-color: #F1F1F1 !important;
	color: #000000;
	font-size: 10px;
}

.formField {
	font-size: 11px;
	color: #232323;
	background-color: #FCFCFC !important;
	padding: 3px 4px 3px 3px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #AEAEAE;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #AEAEAE;
}

textarea.formField {
	padding: 5px;
}

.button {
	background-color: #FCFCFC;
	color: #000000;
	border: 1px solid #999999;
	font-size: 10px;
}
.buttonOver {
	background-color: #F5F5F5;
	color: #000000;
	border: 1px solid #999999;
	font-size: 10px;
}

