@import 'jquery_menu_home.css';
@import 'blocks.css';



/**
 ** Grid
 **/
#Column2 {
	margin: 0;
	padding: 0;
	width: 714px;
}

#Column3 {
	display: none;	
}
 
.HomeGrid {
	padding-top: 30px;
}

.HomeGrid .HG_Col {
	display: inline;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 198px;
}

.HomeGrid .HG_Col1 {
	border-right: 1px solid #c4c5c5;
	padding-right: 24px;	
}

.HomeGrid .HG_Col2 {
	margin: 0 15px;
}

.HomeGrid .HG_Col3 {

	border-left: 1px solid #c4c5c5;
	padding-left: 24px;
}

/**
 ** Callback Form
 **/
#TmpCallback {
	padding-top: 20px;
	width: 173px;
}

#TmpCallback h2 {
	font-size: 1.1em;
	font-weight: normal !important;
	margin-bottom: 5px;	
}

#TmpCallback p {
	font-size: 0.9em;
}

#TmpCallback .Required {
	color: #c00;
	display: none;
}

#TmpCallback fieldset {
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
}

#TmpCallback fieldset ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#TmpCallback fieldset label {
	display: block;		
	margin-bottom: 0.25em;
}

#TmpCallback fieldset input, #TmpCallback fieldset textarea {
	display: block;
	margin-bottom: 0.5em;
	width: 99%;
}

#TmpCallback fieldset textarea {
	margin-bottom: 1em;	
}

#TmpCallback fieldset select {
	display: block;
	margin-bottom: 0.5em;
	width: 99%;
}

#TmpCallback fieldset .InlineFields {
	margin-bottom: 0.5em;	
}

#TmpCallback fieldset .InlineFields label, #TmpCallback fieldset .InlineFields input {
	display: inline;
	width: auto;
}

#TmpCallback fieldset .Button {
	background-color: #eeeeef;
	background-image: url('../images/Home/BlueArrow_Spaced.png');
	background-repeat: no-repeat;
	background-position: right center;
	border: none;
	color: #000000;
	font-weight: bold;
	padding: 4px 20px 4px 10px;
	text-transform: uppercase;
	width: auto;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;		

}

#TmpCallback fieldset .Button:hover {
	background-color: #e3e4e5;	
}
