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


		RED			#ed2011;
		ORANGE		#fa7e14;
		TEXT		#434833;


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





/********************* global styles ********************/
html, body
{
	height: 100%;
}

body
{
	margin: 0;
	background: #3b3b3b;
	text-align: center;
	font: normal 62.5% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Helvetica, sans-serif;	/* 11px font size is 1.1em, 12px is 1.2em, etc */
	font-size: expression(screen.deviceXDPI > 96 ? 1000 / ((screen.deviceXDPI / 96) * 16) + "%" : "62.5%");
}

h1
{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.45em;
	color: #ed2011;
	margin: 0 0 1px;
}

h2
{
	font-size: 1.1em;
	line-height: 1.45em;
	color: #ed2011;
	font-style: italic;
	margin: 0 0 8px;
}

p
{
	margin: 0 0 6px;
	font-size: 1.1em;
	line-height: 1.45em;
	color: #434833;
}

a
{
	color: #ed2011;
	text-decoration: none;
}

a:hover
{
	color: #fa7e14;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}



/********************* container styles ********************/
#container
{
	width: 824px;					/* 800px of white space, plus 12px shadows on each side */
	margin: 0 auto 0 auto;			/* can't use shorthand because of MacIE on OS9 */
	text-align: left;
}

.center
{
	position: absolute;
	width: 824px;
	height: 549px;
	top: 50px;
	/* begin hiding from MacIE \*/
	top: 50%;
	margin-top: -274px;
	/* end hiding from MacIE */
}



/********************* topnav styles ********************/
#topnav
{
	position: absolute;
	right: 42px;
	top: -24px;
	width: 183px;
	height: 36px;
	z-index: 100;
}

#topnav #background
{
	width: 183px;
	height: 36px;
	background-image: url(../images/background_topnav.png);
}

* html #topnav #background
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/background_topnav.png");
}

* html #topnav
{
	background: none;
	width: 183px;
}

#topnav ul
{
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
}

#topnav li
{
	list-style-type: none;
	font-size: 1.0em;
	line-height: 1.25em;
	/*font: normal 1.1em/1.25em 'Arial Narrow', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;*/
	color: #ffffff;
	padding: 7px 6px 0 2px;
	height: 29px;
}

#topnav li strong
{
	font-size: 9px;
}

* html #topnav li
{
	\margin-left: -16px;
	ma\rgin-left: 0;
}

#topnav .container
{
	width: 192px;
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 36px;
}

#topnav ul ul
{
	position: absolute;
	visibility: hidden;
	left: 2px;
	top: 37px;
}

* html #topnav ul ul
{
	border-top: solid 1px #3d3d3d;		/* border on li not visible in IE6 and IE5.x */
}

#topnav ul ul li
{
	border-top: solid 1px #3d3d3d;
	margin: 0;
	padding: 0;
	height: 36px;
	overflow: hidden;
}

* html #topnav ul ul li
{
	margin-top: -1px;
	\margin-left: -16px;
	ma\rgin-left: 0;
}
/*
#topnav a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 172px;
	height: 39px;
	padding: 4px 0 0 20px;
	background: #000000 url(../images/bullet_topnav_off.gif) 8px 10px no-repeat;
}
* html #topnav a
{
	\width: 192px;
	w\idth: 172px;
}

#topnav a:hover
{
	background: #535353 url(../images/bullet_topnav_on.gif) 8px 10px no-repeat;
}
*/



/********************* sidenav styles ********************/
#sidenav
{
	position:absolute;
	right: -23px;
}
#sidenav li
{
	list-style-type: none;
	margin-bottom: 1px;
}



/********************* main content styles ********************/
.center #content					/* div just for the background so filter doesn't clip other absolute divs */
{
	width: 824px;
	height: 549px;
	padding: 12px;					/* padding for the shadow */
	background-image: url(../images/background_main.png);
}

html > body .center #content
{
	width: 800px;
	height: 525px;
}

* html .center #content
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/background_main.png");
}

#main
{
	width: 580px;
	z-index: 1;
}

.column
{
	float: left;
}

.photo
{
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}

.photo p
{
	width: 100%;	/* for IE5.5 */
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* hides clearfix from IE-mac \*/
* html .clearfix
{
	height:1%;
}

.clearfix
{
	display:block;
}
/* end hide from IE-mac */



/********************* sidebar styles ********************/
#sidebar
{
	position: absolute;
	right: 12px;
	top: 12px;
	width: 190px;
	padding-right: 15px;
}



/********************* footer styles ********************/
#footer
{
	position: absolute;
	bottom: -6px;
	left: 16px;
}

#footer p
{
	font: 1.0em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0;
}
