/*****************************************************************************************************************************************************

	forms.css
		Contains style rules specific to forms.php.
	
	Table of Contents
	
		Static Styles
		Interactive Styles

*****************************************************************************************************************************************************/

/********************************************************************************************************************************** Static Styles ****

	Static Styles */

/* Form Column Header Group H1 Styling */
div#bodyWrapper hgroup h1 {
	margin-bottom: 5px;
	color: #4466aa;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 24px;
}

/* Form Column Header Group H2 Styling */
div#bodyWrapper hgroup h2 {
	margin-bottom: 10px;
	color: #444444;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 14px;
	text-indent: 20px;
}

/* Form Column Header Group H2 Anchor Styling */
div#bodyWrapper hgroup h2 a:link,
div#bodyWrapper hgroup h2 a:visited {
	padding: 1px 5px;
	border: 1px solid transparent;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Form Column Paragraph Styling */
div#bodyWrapper div.formColumn p {
	padding-left: 0px;
	color: #444444;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 16px;
}

/***************************************************************************************************************************** Interactive Styles ****

	Interactive Styles */

/* When the header is hovered... */
div#bodyWrapper div.formColumn hgroup h2 a:hover {
	border-color: #000066;
	background-color: #aa2211;
	background-image: -moz-linear-gradient(#cc4422, #aa2211);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cc4422), to(#aa2211));
	color: white;
	text-decoration: underline;
}
