/* CSS Document */
body
{

    font-family: Arial, Sans-Serif;
    font-size: 13px;
	
}

h1, h3, h4
{
	text-align:center;
	
}

#wrapper
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:1282px;
}

#header
{
	width:1000px;
	height:150px;
	border-top:solid 10px #1557A5;
	border-bottom:solid 10px #1557A5;
	
}

.header
{
	height:150px;
	width:720px;
	
}
	
/******************** right column ********************/

#form
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#FFFFFF;
	padding:10px;
	width:355px;
	height:auto;
	margin-right:10px;
	margin-bottom:10px;
	border:solid 1px #000099;
	float:right;
	clear:right;
	
}

.label.error {
	display: none;
	color: red;
	font-style: italic
}


#inputArea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#000000;
	background-color:#D6E5F4;
	padding:10px;
	width:310px;
	float:right;
	border:solid 1px #000099;
	
}

#inputArea input, #inputArea textarea, .select
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
	display:block;
	padding:4px;
	border:solid 1px #000099;
	width:300px;
	
}

.activeField, #commentForm label.error
{
	background-image:none;
	background-color:FFFFFF;
	border:solid 1px 33677F;
	
}

.idle
{
	border:solid 1px #85B1DE;
	
}

#inputArea2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#000000;
	background-color:#D6E5F4;
	padding:10px;
	width:310px;
	float:right;
	border:solid 1px #000099;
	
}

#inputArea2 input, #inputArea2 textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
	display:block;
	padding:4px;
	border:solid 1px #85B1DE;
	width:300px;
	
}

.activeField
{
	background-image:none;
	background-color:FFFFFF;
	border:solid 1px 33677F;
	
}

.idle2
{
	border:solid 1px #85B1DE;
	
}

#inputArea3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#000000;
	background-color:#D6E5F4;
	padding:10px;
	width:310px;
	float:right;
	border:solid 1px #000099;
	
}

#inputArea3 input, #inputArea3 textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:5px;
	display:block;
	padding:4px;
	border:solid 1px #85B1DE;
	width:300px;
	
}

.activeField
{
	background-image:none;
	background-color:FFFFFF;
	border:solid 1px 33677F;
	
}

.idle3
{
	border:solid 1px #85B1DE;
	
}

#fieldset
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000099;
	background-color:#FFFFFF;
	padding:10px;
	width:330px;
	margin-left:auto;
	margin-right:auto;
	float:right;
	
}

#fieldset2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000099;
	background-color:#FFFFFF;
	padding:10px;
	width:330px;
	margin-left:auto;
	margin-right:auto;
	float:right;

}

#fieldset3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000099;
	background-color:#FFFFFF;
	padding:10px;
	width:330px;
	margin-left:auto;
	margin-right:auto;
	float:right;

}

#fieldset4
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000099;
	background-color:#FFFFFF;
	padding:10px;
	width:330px;
	margin-left:auto;
	margin-right:auto;
	float:right;

}

.clearfloat
{
	clear:both;
	
}

#labelCheckbox
{
	background-color:#D6E5F4;
	font-size:13px;
	color:#000000;
	padding:10px;
	width:310px;
	float:right;
	border:solid 1px #000099;
	
}


.style
{
	margin:0 5px 0 5px 0;
	padding-left: 10px;
	color:#000099;
	
}

.labelCheckbox
{
	float:left;
	display:inline;
	text-align:left;
	padding: 0 0 0 10px;
	margin: 0 5px 0 5px;
	width: 30px;		
	color:#000000;
}

.labelCheckbox2
{
	display:inline;
	text-align:left;
	padding-left:5px;
	width:140px;
	float:left;	
	margin-left:5px
	
	
}


span.checkbox
{
	width:19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float:left;
}

span.radio
{
	width:19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/radio.gif) no-repeat;
	display: block;
	clear: left;
	float:left;
}

span.select
{
	position:absolute;
	width:158px;  /^ With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: $fff;
	font: 12px/21px Arial, Helvetica, sans-serif;
	background: url(images/select.gif) no-repeat;
	overflow:hidden;
	
}

/******************** Left Column ***********************/

#photos
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#FFFFFF;
	padding:15px 5px 0 5px;
	width:585px;
	height:auto;
	margin: 0 0 5px 10px;
	border:solid 1px #000099;
	float:left;
	clear:left;
	
}

.photoholder
{
	background-color:#D6E5F4;
	width:570px;
	border:solid 1px #000099;
	padding: 20px 0 20px 0;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:18px;
	
}

.photos
{
	background-color:#D6E5F4;
	width:530px;
	height:382px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-botom:8px;
	margin-top:8px;
	padding:6px;
	border:solid 4px #FFFFFF;
	
	
}

.images
{
	width:518px;
	height:382px;
	
}

/********************************* LiveValidation *************************************/

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
	color:#CC0000;
}
	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
	
	
	
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0000;
}

