/* -------- MAIN PAGE FORMAT ----------- */

body {
	background-image: url(/_images/_pgElements/mainbkgd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #6f6f6f;
	margin: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

#PgWrapper {
	margin: 0 auto;
	width: 960px;
}

#sidebar {
	background-image: url(/_images/_pgElements/Logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 20px auto 0 auto;
	width: 285px;
	float: left;
	}
	
#MainArea {
	background-image: url(/_images/_pgElements/rose.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #ffffff;
	border-right: 15px solid #ed1c24;
	margin: 40px auto 0 auto;
	width: 660px;
	float: right;
}

#textArea {
	margin: 20px auto 20px auto;
	width: 620px;
	padding: 0;
	}
	
#footer {
	clear: both;
	margin: 0 auto;
	width: 960px;
	}

	
/* -------- MENU ----------- */

#MenuArea {
	margin: 0;
	padding: 325px 0 0 20px;
	}
	
#menu {
	list-style-type: none;
	margin: 0;
	font-size: 1.4em;
	line-height: 1.0em;
	text-align: left;
	font-weight: bold;
	color: #ed1c24;
	}
	
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}

#menu li {
	margin: 0 0 15px 0;
	padding: 0px;
	list-style-type: none;
	}

#menu ul li a .active {
	color: #ffffff;
	}

#menu li .submenu {
	margin: 10px 0 10px 20px;
	padding: 0px;
	list-style-type: none;
	font-weight: normal;
	font-size: .9em;
	}

#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #ed1c24;
	}

#menu a:hover {
	color: #ffffff;
	}


/* -------- RIGHT COLUMN STYLES ----------- */

h1 {
	font-size: 2.1em;
	color: #ed1c24;
	line-height: 1.0em;
	text-align: left;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
	color: #ed1c24;
	line-height: 1.0em;
	text-align: left;
	margin: 0;
	padding: 6px 0 16px 0;
	font-weight: normal;
	font-style: italic;	
}

h3 {
	font-size: 1.1em;
	color: #ed1c24;
	line-height: 1em;
	text-align: center;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
	color: #ed1c24;
	line-height: 1em;
	text-align: center;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
	}

p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-weight: normal;
	color: #333333;
	}

ul {
	margin-left: 20px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	list-style-position: outside;
	list-style-type: circle;
	padding: 0;
	font-weight: normal;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #aaaaaa;
	}

a:hover {
	color: #ed1c24;
	}


/*--------------------- Main Form  ------------------*/

#MainForm {
	margin: 0;
	padding: 0;
	margin-left: 40px;
	margin-right: 40px;
	}

#MainForm fieldset { 
	padding: 5px 13px 15px 13px;
	margin: 0;
	margin-top: 0; 
	margin-bottom: 6px; 
	border: 1px solid #1f308b;}

#MainForm legend { 
	font-size: 1.1em;
	line-height: 1.7em;
	font-weight: bold;
	color: #1f308b;
 }

#MainForm label {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 2.4em;
	font-weight: normal;
	color: #000;
}

#MainForm input{
	color:#000;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#MainForm input:focus{ background-color: #ffffcc; color:#000000; }

#MainForm input.required_Field{ border-left:3px solid #ff0000; }

#MainForm table {
	padding: 0;
	margin: 0;
}

#MainForm td {
	padding: 0;
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 0;
	font-weight: normal;
	padding-left: 2px;
}

#MainForm td label {
	font-weight: bold;
	padding-left: 2px;
}

#MainForm th {
	padding: 0;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0;
	font-weight: bold;
	padding: 2px;
	background-color: #93c1d3;
}

#MainForm #errMessage {
	font-size: 1.5em;
	line-height: 1.7em;
	font-weight: bold;
	color: red;
	text-align: center;
	}


/* END OF INPUT AREAS */

/* -------- COPYRIGHT ----------- */


#Copyright {
	color: #111111;
	font-size: 0.9em;
	line-height: 1.1em;
	text-decoration: none;
	text-align: center;
	padding-top: 25px;
	margin: 0 auto;
	width: 960px;
}

#Copyright a:link, #Copyright a:visited {
	text-decoration: underline;
	color: #333333;
}

#Copyright a:hover {
	color: #ed1c24;
}


/* MISCELLANEOUS STUFF */

.image_right { margin: 0px; padding-left: 10px; padding-bottom: 3px; float: right; }
.image_left { margin: 0px; padding-bottom: 3px; float: left; padding-right: 10px; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
}


/* IE6 Only */
* html #MenuArea {
	}

/* IE7 Only */
*:first-child+html #MenuArea {
	}

