/* CSS Document */

body {
	font-size:12px;
	background: #000000;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica;
}

html, input, textarea {
	font-family: Arial, Helvetica, sans-serif; 
	color:#000000;
}	

.list_item {
	width: 260px;
	height: 240px;
	margin: 0 20px;
	float: left;
	text-align: center;
}

.list_item_title {
	font-weight: bold;
}

.list_item_info {
}

img {
	border: none;
}

a{color:#02bef8; text-decoration:underline; outline:none} 
a:hover{text-decoration:none}

/*custom website*/
#custom_company {
	width: 1000px;
	color: #ffffff;
}

.company_name {
	float: left;
	width: 650px;
	height: 40px;
	margin: 12px 0 0 10px;
	font-size: 32px;
	font-weight: bold;
	color: #ffffff;
}

.company_contact {
	display: block;
	float: right;
	width: 300px;
	height: 40px;
	text-align: right;
	margin: 20px 20px 0 0;
	color: #ffffff;
}

/** Back-end list styles **/

ol {
	list-style-type: upper-roman;
}

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

ol ol ol {
	list-style-type: lower-roman;
}

ol ol ol ol {
	list-style-type: lower-alpha;
}

form dl.form, form dl.custom-website-form, dl.profile {
    margin: 20px;
    padding: 0;
}

form dl.form dt, form dl.custom-website-form dt, dl.profile dt {
    margin: 0;
    padding: 0 0 10px 0;
    clear: left;
    float: left;
    width: 20%;
}

form dl.form dd, form dl.custom-website-form dd, dl.profile dd {
    margin: 0;
    padding: 0 0 10px 0;
    float: left;
    width: 78%;
}

.formErrors {
    background: #cc0000;
    color: #ffffff;
    padding: 4px;
    font-weight: bold;
}

.clear {
    clear: both;
}

ul.slideshow_thumbs {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.slideshow_thumbs li {
    margin: 0;
    padding: 0;
    float: left;
    width: 240px;
    height: 180px;
}

ul.slideshow_thumbs li a {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}