/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	height: 100%;
}


a				{outline: none;}
a:link 			{color:#135293; text-decoration:underline; font-weight:bold;}
a:visited 		{color:#135293; text-decoration:underline;}
a:hover 		{color:#FF9523; text-decoration:none;}
a:active 		{color:#FF9523; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
ul				{
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{
	color: #666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
h1 					{
	font-size:18px;
	margin:0 0 12px;
	color: #ED1B24;
}
h2 					{
	font-size:18px;
	margin:8px 0;
	color: #000000;
}
h3 					{
	font-size:14px;
	margin:6px 0 5px;
	color: #524C4C;
}
h4 					{
	font-size:14px;
	margin:4px 0;
	color: #ED1B24;
}
h5					{
	font-size:12px;
	margin:3px 0;
	color: #534D4D;
}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

/* Page */

#wrapper {
	width: 826px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#outer-wrapper { width: auto; background: url(../images/header.jpg) no-repeat center top; 
}

/* Header */

#header { width: 826px; height: 305px; float: left; background: no-repeat; 
}

/* Content */

#content {
	width: 804px;
	float: left;
	padding-top: 22px;
	padding-left: 22px;
	background: #FFFFFF;
}

.content-main {
	width: 826px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	float: left;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 150%;
}

/* Footer */

#footer {
	width: 826px;
	height: 100px;
	overflow: visible;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#side-content, #side-content-two {
	float: right;
	width: 150px;
}
#side-content-two {
	margin-top: 0px;
	width: 160px;
	float: right;
}

#side-content li {
	list-style-type: none;
	background-color: #ED1B24;
	display: block;
	margin-bottom: 3px;
	width: 142px;
	padding: 4px;
}
#side-content li a:hover {
	color: #ED1B24;
	background-color: #FFFFFF;
	display: block;
	width: 142px;
}

#side-content ul {
	color: #FFFFFF;
	display: block;
	width: 150px;
	margin: 0px;
}
#side-content a {
	text-decoration: none;
	color: #FFFFFF;
}



#footer p {
	margin: 0;
	color: #8D8B8B;
}
.highlight-blue {
	color: #0000CC;
	font-weight: bold;
}
.highlight-red {
	font-weight: normal;
	color: #ED1B24;
}
.yellow {
	font-weight: bold;
	color: #FFCC00;
}


/* form styles ------------------------------------------------------------------------- */

fieldset {
	margin-top: 15px;
	padding-bottom:15px;
	padding-left:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#clearForm {
	clear: both;
}
#clearFormGap {
	clear: both;
	height: 15px;
}
#formSample {
	width: 600px;
}


#formSample p {
	margin-top: 5px;
	margin-bottom: 5px;
}




#formSample label {
	text-align: right;
	display: block;
	float: left;
	width: 160px;
	padding: 0px;
	margin-right: 5px;
	margin-top: 13px;
}
#formSample select {
	margin-top: 10px;
}
#formSample input {
	margin-top: 10px;
}
#formSample .inputnp {
	margin-top: 0px;
}
#formSample textarea {
	margin-top: 10px;
}
#formSample legend {
	color: #900;
	font-weight: bold;
	padding-bottom: 5px;
}
#formSample .radiolabel {
	text-align: left;
	display: block;
	float: left;
	width: 245px;
	margin-left: 0px;
	margin-top:0px;
	padding-left: 143px;
}
#captchaimage {
	padding-left: 85px;
}
