/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2009, Chasetheweb.net

Last Updated: Mark Garczewski
Date: 3/27/2008 */   

/* Color Schemes

#FFFFFF: White
 
 */

/*//////////////////////////// DESIGN ///////////////////////////////////////////////////*/

ul.InlineBlockList {
	height: 150px;
}

ul.InlineBlockList > li {
	margin-right: 40px;
	height: 150px;
	width: 200px;
	font-size: 8pt;
	vertical-align: top;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 20px;
}

ul.InlineBlockList > li > a {
	font-size: 13pt;
}

fieldset {
	padding-left: 20px;
}

.ValidationError {
	background-color: lemonchiffon;
	z-index: 999;
	position: inherit;
}

fieldset > legend {
	font-size: 1.5em;
	color: #696b66;
}

fieldset p > label, label.inputlabel {
	display: block;
	float: left;
	text-align: right;
	width: 200px;
	margin-right: 20px;
}

fieldset p > input {
	padding: 5px;
	width: 200px;
}

fieldset h1 {
	font-size: 2em;
}

fieldset div.Form-Editor {
	margin-bottom: 30px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display:inline;
}

body
{
	background: #FFFFFF url(/images/template/bodybg.jpg) repeat-x;
	text-align:left;
	font: normal 100% Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#696b66;
	background-color: #e8f8fe;
}

div#page
{
}

div#content
{
	background-color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
}

div#header
{
	color: #FFF;
}

div#footer
{
	color:#000;
}






/*//////////////////////////// TYPOGRAPHY ///////////////////////////////////////////////////*/

img{

 	border: 0px;
	
	}


div
{

}

p
{
	font-size:1.1em;
	line-height:1.4em;
	margin:0 10px 1.5em 0;
	padding:0;
}

div#footer p
{
	font-size:0.8em;
	margin:0;
	padding:15px;
}

blockquote
{
	margin-left:10px;
	border-left:10px solid #ddd;
}

pre
{
	font-family:monospace;
	font-size:1em;
}

strong,b
{
	font-weight:700;
}

em,i
{
	font-style:italic;
}

code
{
	font-family:"Courier New",Courier,monospace;
	font-size:1em;
	white-space:pre;
}
.instructions
{
	font-style: italic;
	width: 75%;
	margin: 10px auto;
	border: solid 1px gray;
	background-color: #f2f2f2;
	color: Black;
	font-size: smaller;
	padding: 5px;
}

 /*HEADINGS */
h1
{
	font-size:3em;
	line-height:1.5em;
	margin:0 0 0.5em;
	padding:0;
}


h2
{
	font-size:1.2em;
	line-height:1.5em;
	margin:5px 0 0;
	padding:0;
}



h3
{
	font-size:1.4em;
	line-height:1.3em;
	margin:0 0 0.5em;
	padding:0;
}



h4
{
	font-size:1.2em;
	line-height:1.3em;
	margin:0 0 0.25em;
	padding:0;
}

h5
{

}

h6
{

}



/* END HEADINGS 
 SPECIAL CLASSES */
.bold
{
	font-weight:700;
	font-size:90%;
}

.bolder
{
	font-weight:bolder;
}

.center
{
	text-align:center;
}

div#search
{
	color:#FFF;
	font-weight:700;
}

.small
{
	font-size: 8pt;
	color:#666;
}

.errorFormEntry {
	font-weight: bold;
	color: red;
}

.requiredfield
{
	font-weight:700;
	color:Red;
}



/*END SPECIAL CLASSES 
///////////////////// LINKS */
a,a:link,a:active
{
	color:blue;
	font-size:1em;
}

a:visited
{
	color:purple;
	background-color:transparent;
}

a:hover
{
	color:blue;
	text-decoration:underline;
}

/* Header LINKS */
#header a,#header a:link,#header a:active
{
	text-decoration:none;
	color:#D1232A;
	font-size:.9em;
}

#header a:visited
{
	color:#D1232A;
	background-color:transparent;
}

/* END Header LINKS 
 Footer LINKS */
#footer a,#footer a:link,#footer a:active
{
	text-decoration:none;
	color:#005982;
	font-size:.9em;
}

#footer a:visited
{
	background-color:transparent;
}

/* END Footer LINKS */


/* END LINKS 
 ///////////////////////////LISTS */
ul
{
	line-height:1.7em;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul li
{
	margin:0;
	padding:0;
}

ol
{
	font-size:1em;
	line-height:1.4em;
	margin:0 0 1.5em;
	padding:0;
}

ol li
{
	font-size:1em;
	margin:0 0 0.25em 30px;
	padding:0;
}




/*////////////Table////////////////////////////////////////////*/


/* Character Count */

span.CharacterCount {
	font-size: 8pt;
}

/* End Character Count */
	
	
/*//////////////////////////// END DESIGN ///////////////////////////////////////////////////*/


