.textlist ol {
	list-style-type: upper-alpha;
}

.textlist ol ol {
	list-style-type: decimal;
}

.textlist ul li {
	background-image: url(../../contents/images/contents/bullet_black.png);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-left: 0.8em;
	list-style-type: none;
}

.main_text {
	position: relative;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 0.9em;
	color: #444;
	padding-top: 20px;
	width: auto;
}

.content_text {
	position: relative;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 0.8em;
	color: #000;
	padding-top: 20px;
	width: auto;
}

.content_formtext {
	position: relative;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 0.8em;
	color: #000;
	padding-right: 20px;
	padding-left: 20px;
	width: auto;
}

.paragraph_title {
	position: relative;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 0.6em;
	color: #000;
	height: 20px;
	text-indent: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 1em;
}

.paragraph_title_double {
	position: relative;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 0.6em;
	color: #000;
	height: 40px;
	font-weight: bold;
	font-size: 1em;
	line-height: 20px;
	padding-left: 20px;
}

.paragraph_text {
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 0.8em;
	color: #000;
	padding-right: 20px;
	padding-left: 20px;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}


/* --------------------------------------------------------------------
	form* gives layout and styling for the form fileds.
   ------------------------------------------------------------------*/

.formfieldwhite_leftcap {
	width: 10px;
	background-image: url(../../contents/images/formfield_leftcap.png);
	background-repeat: no-repeat;
	height: 20px;
	float: left;
	display: block;
}

.formfieldwhite_rightcap {
	width: 10px;
	background-image: url(../../contents/images/formfield_rightcap.png);
	background-repeat: no-repeat;
	height: 20px;
	float: left;
}

.formfieldwhite_repeat {
	font:12px "Lucida Grande", Geneva, Arial, sans-serif;
	background-image: url(../../contents/images/formfield_repeat.png);
	background-repeat: repeat-x;
	height: 17px;
	float: left;
	border: 0px;
	margin: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.formfieldgrey_leftcap {
	width: 10px;
	background-image: url(../../contents/images/formfieldgrey_leftcap.png);
	background-repeat: no-repeat;
	height: 20px;
	float: left;
	display: block;
}

.formfieldgrey_rightcap {
	width: 10px;
	background-image: url(../../contents/images/formfieldgrey_rightcap.png);
	background-repeat: no-repeat;
	height: 20px;
	float: left;
}

.formfieldgrey_repeat {
	font:12px "Lucida Grande", Geneva, Arial, sans-serif;
	background-image: url(../../contents/images/formfieldgrey_repeat.png);
	background-repeat: repeat-x;
	height: 17px;
	float: left;
	border: 0px;
	margin: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.formrow {
	clear:both;
	height: 30px;
	width: 600px;
	margin-left:50px;
}

.formmessage_area {
	width:300px;
	background-color:#eee;
	border:solid;
	border-width:1px;
	border-color:#999;
}

.formrow_verify {
	clear:both;
}

.formrow_error {
	clear:both;
}

.formbullet {
	width: 15px;
	height: 20px;
	float:left;
	background-image: url(../../contents/images/bullet_red.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}

.formlabelbullet {
	width: 25%;
	float:left;
	height: 20px;
}

.formlabel {
	width: 25%;
	float:left;
	height: 20px;
	margin-left: 15px;
}

.formfiled {
	float:left;
	padding-left: 25px;
}

.formfiled_verify {
	float:left;
	padding-left: 50px;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

.form_submit_wrapper {
	width: auto;
}

.form_close {
	width: 50%;
	height: 30px;
	float: left;
	text-align: center;
}

.form_preview {
	width: 50%;
	height: 30px;
	float: left;
	text-align: center;
}

.form_clear {
	width: 50%;
	height: 30px;
	float: left;
	text-align: center;
}

.form_submit {
	width: 50%;
	height: 30px;
	float: left;
	text-align: center;
}

.formlabelbullet_error {
	width: 30%;
	float:left;
}

.formerror {
	font:12px "Lucida Grande", Geneva, Arial, sans-serif;
	color: #f00;
	width: auto;
	float:left;
}

/* --------------------------------------------------------------------
	formbutton* gives layout and styling for the form buttons.
   ------------------------------------------------------------------*/
   
.formbutton {
	font:12px "Lucida Grande", Geneva, Arial, sans-serif;
	color: #fff;
	text-align: center;
	width: 95px;
	height: 25px;
	background-image: url(../../contents/images/form_button.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	margin-right: auto;
	margin-left: auto;
	border: none;
	display: block;
}

.formbutton:link,
.formbutton:visited {
	background-position: center top;
}

.formbutton:focus,
.formbutton:hover {
	background-position: center center;
}

.formbutton:active {
	background-position: center bottom;
}

/* ---------------------------------------------------------
   projects* gives layout and styling for the projects page.
   --------------------------------------------------------*/

.project_table {
	width:100%;
	background-color:#eee;
	border:1px dotted #666;
}

.project_subtable {
	width:100%;
}

.project_columnleft {
	width:125px;
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	padding-right:15px;
}

.project_columnright {
	width:auto;
	text-align:left;
	vertical-align:top;
}

.project_image {
	width:300px;
	text-align:center;
	vertical-align:top;
}

.technical_columnleft {
	width:150px;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	padding-right:15px;
}