/*
	STYLE INFO
*/


/* @group Basics incl. Meyer's Reset */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	font-family: helvetica, arial, sans-serif;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1em;
	color: #333;
	background: #2cb18a;
	background-image: url("../images/shared/bg_body.gif");
	background-repeat: repeat-x;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}

blockquote, q 
{
	quotes: "" "";
}


/*
	Page body style
*/




/*
	Standard paragraph style
*/

p
{
	color: #333;
	font-size: 0.75em;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}


ul
{
	color: #333;
	margin-top: 20px;
}

strong
{
	font-weight: bold;
}



/*
	headings
*/

h1
{
	color: #666;
	font-size: 1em;
	font-weight: normal;
	padding: 0 0 15px 0;
	margin: 0 0 0 0;
}

h2
{
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}

h2.separator /* for separating areas of content by section */
{
	border-top: 1px dotted #cccccc;
	padding: 20px 0 10px 0;
	margin: 30px 0 0 0;
}

h3
{
	font-size: 0.7em;
	color: #666;
}



/*
	Links
*/

a:link, a:active
{
	font-family: arial, helvetica, sans-serif;
	color: #ed1c24;
	font-size: 1em;
	text-decoration: none;
}


a:hover
{
	color: #999;
	font-size: 1em;
	text-decoration: underline;
}

a:visited
{
	color: #000;
	font-size: 1em;
	text-decoration: underline;
}

/* @end */

/* @group Basic Structure */

/*
	BASIC STRUCTURE
*/


/*
	Container for page
*/

#moved
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 400px;
	padding: 50px;
	margin-top: 100px;
	background-color: #fff;
}

/* @end */

/* @group Standard Defs */



/* IE6 PNG FIXES */
/* Change urls for live! */

/*
img, #container { behavior: url(/clients/kcae/iepngfix.htc); }
img, #footer { behavior: url(/clients/kcae/iepngfix.htc); }
*/




/* Clearing element */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0; font-size: 0;
}


/*
	Standard images
*/

img
{
	border: none;
}

/* @end */


