﻿.descrText
{
	float: left;
	max-width: 400px;
	font-size: 10pt;
	font-family: 'segoe ui',  arial, helvetica;
}

.descrText img:first-child
{
	margin: 30px 0px 0px 50px;
}

.descrText h1
{
	font-size: 18pt!important;
	font-family: 'segoe ui',  arial, helvetica;	
	color: white;
	text-align: center;
}

.descrText h3
{
	font-size: 14pt!important;
	font-family: 'segoe ui',  arial, helvetica;	
	color: white;
	text-align: center;
}

.contactpage
{
	min-width: 418px;
	float: left;
	margin-left: 40px;
}

.contactpage .row div
{
	margin: 10px 0px 2px 0px;
}

.contactpage input[type=text]
{
	width: 237px;
	margin: 2px 0px;
	padding: 0px 4px;
	background-image: url(images/txt_bg.png);
	background-color: white;
	height: 28px;
	background-repeat: no-repeat;
	border: 0px;
    font-family: arial, helvetica;
    font-size: 13pt;
    font-weight: bold;
    color: #033699; 
}

.contactpage textarea
{
	background-image: url(images/ta_bg.png);
	background-color: white;
	background-repeat: no-repeat;
	border: 0px;
    font-family: arial, helvetica;
    font-size: 13pt;
    font-weight: bold;
    color: #033699; 
	min-width: 369px;
	min-height: 198px;
	max-width: 369px;
	max-height: 198px;
	padding: 4px;
}

.contactpage,
.contactpage p,
.contactpage div,
.contactpage span
{
	font-size: 12pt;
	font-weight: bold;	
	font-family: 'segoe ui',  arial, helvetica;
}

.contactpage .rbList
{
	background: transparent url(images/rb_bg.png) top left no-repeat;
	max-width: 418px;
	min-height: 86px;
	padding: 6px 0px 0px 18px;
}

.contactpage .rbList *
{
	font-size: 12pt;
	font-weight: bold;
	font-family: 'segoe ui',  arial, helvetica;
}

.contactpage .rbList label
{
	padding-left: 5px;	
}

.contactpage .fields
{
	background: transparent url(images/contact_bg.png) top left no-repeat;	
	max-width: 418px;
	min-height: 430px;
	padding: 2px 0px 0px 18px;
}

.contactpage .fields input[type=submit]
{
	margin-top: 3px;
}


.redrequired
{
	color: #ff3d3d;
}

.required
{

}

.hidden
{
	/*display: none;*/
}

#uploadContents
{
	padding: 0px 10px;
	color: white;
}

#uploadContents .placeholder
{
	max-height: 14px;
	min-height: 14px;
	overflow: hidden;
	color: red;
	font-size: 8pt;
	padding-top: 2px;
}

#uploadContents .fileuploads
{
	min-height: 106px;
	max-height: 106px;	
	overflow: hidden;
}

#uploadContents img
{
	margin-top: 4px;
	cursor: pointer;
	cursor: hand;
}

#uploadContents .upwrap
{
	margin: 8px 0px;
}

div.successmsg
{
	color: #033699;
	font-family: 'segoe ui',  arial, helvetica;
	font-size: 14pt;
	text-align: center;
}
