/*** RESET STYLES ***/
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
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: "" "";
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/********************/

body {
	background-color: #fffcee;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: .9em;
	background-image: url(images/bg_main.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment:fixed;

}

p {
	color: #333;
	line-height: 18px;
}

#Content {
  margin: 8px auto 0px auto;
  width: 900px;
	text-align: left;
	position: relative;
	background-color: #fff;
	border: 1px solid #000;
	border-top: 0px;
}

#ContentHead {
	background-image: url(images/bg_top.png);
	background-position: center top;
	background-repeat: repeat-x;
	height: 27px;
	border-bottom: 1px solid #999;
	color: #666 !important;
	width: 900px;
	text-align: right;
	padding-top: 3px;
	margin: 0px 0px 0px 0px;
}

#ContentMain {
}

#ContentFoot {
	color: #999;
	font-size: 11px;
	text-align: right;
	margin: 20px 5px 0px 200px;
	padding: 6px 20px 10px 0px;
	border-top: 1px solid #ccc;
}

#LogoBar {
	height: 85px;
	width: 900px;
	margin: 0px;
	border-bottom: 1px solid #999;
	background-image: url(images/bg_1.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
}

#Logo {
	position: absolute;
	top: 5px;
	left: 8px;
}

#Tagline {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 16px !important;
	color: #666;
}


#Showcase {
	width: 900px;
	text-align: center !important;
	padding: 0px;
}

#Showcase p {
	line-height: 1.5em;
	margin: 6px 0px;
}



#Showcase h1 {
	color: #534971;
	font-size: 1.4em;
	letter-spacing: 3px;
	margin: 0px 0px 20px 0px;
}

#Showcase h2 {
	color: #999;
	font-size: 1.2em;
	letter-spacing: 1px;
}

.icon img{
		filter:alpha(opacity=70);
		opacity: .7;
}

.icon:hover img{
		filter:alpha(opacity=100);
		opacity: 1;
}

a.icon:active {
	outline: none !important;
}

.icon:focus {
	-moz-outline-style: none !important;
}

a.fcrButton {
    background: transparent url('/images/fcr_button_cap.gif') no-repeat scroll top right;
    color: #555;
    display: block;
    float: right;
    font: bold 12px arial, sans-serif;
    height: 21px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.fcrButton span {
    background: transparent url('/images/fcr_button.gif') no-repeat;
    display: block;
    line-height: 21px;
    padding: 0px 0px 0px 10px;
}
a.fcrButton:hover {
    background: transparent url('/images/fcr_button_cap_over.gif') no-repeat scroll top right;
    color: #060;
}

a.fcrButton:hover span {
    background: transparent url('/images/fcr_button_over.gif') no-repeat;
}


		.formlabel {
			margin-top: 18px;
		}
		
		table.response {
			border-collapse:collapse;
		}
		
		.response th {
			color : #333333;
			font-family : Arial, Helvetica, sans-serif;
			font-size : 11px;
			font-weight : bold;
			letter-spacing : 0px;
			margin: 6px 0px 0px 0px;
			width: 55px;
			border: 1px solid #ddd;
			padding: 4px;
		}
		
		.response th.right {
			color : #333333;
			font-family : Arial, Helvetica, sans-serif;
			font-size : 11px;
			font-weight : bold;
			letter-spacing : 0px;
			margin: 6px 0px 0px 0px;
			width: 75px !important;
			text-align: right;
			border: 1px solid #ddd;
			padding: 4px;
		}
		
		.response td  {
			width: 425px;
			padding: 1px 0px 1px 0px;
			border: 1px solid #ddd;
			padding: 4px 1px 4px 0px;
		}
		
		.response td div {
			background-color: #393;
			border: 1px solid #666;
			height: 18px;
		}
		
		.listitem {
			border-top: 1px solid #ccc;
			margin: 2px 10px 2px 10px;
			padding: 4px 10px;
		}
		
		div.null {
			background-color: #cdc !important;
		}