html { background: #FFF; }
img { border: none; }
* { margin: 0; padding: 0; }

/*******************************************
		LAYOUT
*******************************************/
body
{
	text-align: center;
}

#feedback
{
	border: 1px solid #000;
	background-color: #FFF;
	position: absolute;
	left: 30%;
	top: 30%;
	width: 40%;
	padding: 10px;
	z-index: 9999;
}

	#feedback p
	{
		font-weight: bold;
	}

	#feedback ul
	{
		padding: 10px;
		text-align: center;
		list-style-type: none;
	}

	#feedback a
	{
		text-align: center;
		display: block;
		margin-bottom: 7px;
		width: 270px;
		color: #7579c6;

		border: 1px solid #333;
		background-image: url( ../img/input_bg.gif );
	}

		#feedback li
		{

		}

#top, #content, #menu, #footer, #independantfooter
{
	width: 988px;
	margin: 0 auto;
	text-align: left;
}

#top
{
	background-image: url( ../img/top_bg.gif );
	height: 117px;
	text-align: center;
}

    #push
    {
        background: url(../img/push.gif) no-repeat;
        width: 260px;
        height: 117px;
        float: right;
        margin-right: 13px;
    }

	#logo
	{
		background-image: url( ../img/top_logo.gif );
		height: 117px;
		width: 292px;
		margin: 0 auto;
		text-align: left;
		display: block;
	}

		#logo h1
		{
			position: absolute;
			left: -9999px;
			top: -9999px;
		}

#menu
{
	background-image: url( ../img/m_off.gif );
	background-repeat: repeat-x;
	height: 38px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

	#menu ul
	{
		list-style-type: none;
	}

		#menu2 ul li
		{
			display: block;
			pposition: relative;
		}

			#menu ul li a
			{
				line-height: 38px;
				padding-left: 12px;
				padding-right: 12px;

				font-weight: bold;
				text-decoration: none;
			}

    			#menu ul ul li a
    			{
    				line-height: 28px;
    				padding-left: 12px;
    				padding-right: 12px;

    				font-weight: bold;
    				text-decoration: none;
    			}

			#menu ul li a:hover, #menu ul li a.active
			{
				background-image: url( ../img/m_on.gif );
				background-repeat: repeat-x;
				color: #FFF;
				border-left: 1px solid #707070;
				border-right: 1px solid #707070;
				padding-left: 11px;
				padding-right: 11px;
			}



#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#menu a {
	display: block;
	width: auto;
}

#menu li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#menu li ul { /* second-level lists */
	position: absolute;
	z-index: 99999;
	background: #d4d4d4;
	width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#menu li.sfhover ul a:hover {
	border: 0;
}

#menu li ul {
	width: 12em; /* width needed or else Opera goes nuts */
}

#menu li ul li {
	width: 12em; /* width needed or else Opera goes nuts */
}

#menu li li a { /* all list items */
	wwidth: 12em; /* width needed or else Opera goes nuts */
}

#content
{
	background: url( ../img/site_bg.gif ) bottom left;
	background-repeat: no-repeat;
	background-color: #fafafa;
	padding: 15px;
	width: 958px;
	min-height: 450px;
}

	#content h2
	{
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 15px;
	}

#footer
{
	background-image: url( ../img/foot_bg_small.gif );
	background-repeat: repeat-x;
	height: 39px;
	padding: 10px;
	width: 968px;
}

	#commonfooter p
	{
		float: left;
		font-size: 10px;
		padding-left: 10px;
		padding-right: 10px;
		border-right: 1px solid #676767;
		color: #676767;
	}

	#commonfooter p a
	{
		text-decoration: none;
		color: #676767;
	}

	#commonfooter p a:hover
	{
		text-decoration: underline;
	}

	#commonfooter #copyright
	{
		border: 0;
	}

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

body
{
	color: #000;
	line-height: 140%;
}

body, div, input, textarea, select, p, h1, h2, h3, h4, h5, strong, button
{
	font-family: "Lucida Grande", Helvetica, "Trebuchet MS", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 12px;
}


.headPur
{
	font-size: 18px;
	font-weight: bold;
	color: #6060bf;
}

.headBlk
{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.midPur
{
	font-size: 14px;
	font-weight: bold;
	color: #6060bf;
}


.midBlk
{
	font-size: 14px;
	font-weight: normal;
	color: #333;
}


.txtBld
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}



.txtfoot
{
	font-size: 10px;
	font-weight: normal;
	color: #666;
}

a.txtfoot
{
	color: #666;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

a.txtfoot: hover
{
	color: #6060bf;
	text-decoration: none;
}

a
{
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

/* a:hover
{
	color: #6060bf;
	text-decoration: none;
}

a:active
{
	color: #6060bf;
	text-decoration: none;
}

a:visited
{
	color: #000000;
	text-decoration: none;
} */

.clear
{
	clear: both;
}

.submit, #feedback_btn_ok
{
	color: #000;
	border: none;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 140px;
	height: 23px;
	cursor: pointer;
	background-image: url( ../img/button.gif );
}

.button
{
    margin-top: 10px;
    color: #000;
    border: none;
    width: 140px;
    padding-bottom: 2px;
    height: 21px;
    cursor: pointer;
    background: #FFF url( ../img/button.gif ) no-repeat;
    background-position: bottom center;
}

a.button
{
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
    padding: 0;
    padding-top: 3px;
    height: 18px;
    display: block;
    cursor: pointer;
}

#content .bigtext
{
	padding: 10px;
	margin-bottom: 10px;
}

#content .bigtext p
{
	font-size: 14px;
}

#content .column-3
{
	width: 30%;
	padding: 10px;
	float: left;
}

#content .column-2
{
	width: 45%;
	padding: 10px;
	float: left;
}

#content .column-3 h3
{
	font-size: 13px;
	font-weight: bold;
}

#content .column-3 p, #content .column-2 p
{
	margin-bottom: 13px;
}
