/** 
*	Styles for "Screen" Media
*  File: styles.css
*	modified: 2009-08-27
* --------------------------------------------------------------
**/


/** Element/Global Styles (including Typography)
-------------------------- **/
* { margin: 0; padding: 0; }
html {
   width: 100%;
   height: 100%;
}
body 
{
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 62.5%;
	color: #000;
	background: #000 url('images/wrapperBg.gif') center top repeat-y;
	text-align: center; 
	padding: 0; 
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
	html.jsEnabled { }
     html.jsEnabled #flashcontent {
       background-color: #000;
       width: 1005px;
       margin: 0 auto;
       padding: 0;
     }
     /* end hide */
     html.jsEnabled body {
        /*min-height: 683px;*/
        /*min-width: 1024px;*/
        margin: 0;
        padding: 0;
        background-color: #000;
        background-image: none;
     } 
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
		h1 { font-size: 2.0em; }
		h2 { font-size: 1.8em; }
		h3 { font-size: 1.6em; }
		h4 { font-size: 1.4em; }
		h5 { font-size: 1.2em; }
		h6 { font-size: 1.0em; } 

a:link, a:visited {
	color: #A30234;
	text-decoration: none;
}
   a:hover, a:active { text-decoration: underline; }
/* --------------------------------------
|			IDs							|
---------------------------------------*/
#flashcontent {
	background-color: #A30234;
	color: #FFF;
	padding: 20px 100px;
	font-size: 1.3em;
	text-align: center;
	border-bottom: 10px solid #000;
}
	html.jsEnabled body.noFlash #flashcontent {
		background-color: #A30234;
		width: 760px;
		height: auto;
		padding: 50px 100px;
		margin: 20px auto;
		border: 10px solid #FFF;
	}
	#flashcontent strong { color: #000; }
	#flashcontent a { 
		color: #FFF; 
		text-decoration: underline;
	}
		#flashcontent a:hover { text-decoration: none; }
/*THE NAVIGATION*/
#button {
	width: 152px;
	font-family:normal "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	top: 0px;
	left: 597px;
	text-align: left;
	}
   #button ul {
   	list-style: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
   }
      #button li {
      	width: 152px;
      	height: 22px;
      	background-color: #A30234;
      	margin: 0px 0px 2px 0px;
      }
         #button li a:link, #button li a:visited {
         	display: block;
         	padding: 6px 5px 5px 5px;
         	background-color: #A30234;
         	color: #fff;
         	text-decoration: none;
         	width: 142px;
         	height: 15px;
         }
            #button li a:hover, #button li a:active {
            	background-color: #676465;
            	color: #fff;
            }
#wrapper {
	position: relative;
	width: 750px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
}
#content {
	padding: 35px;
	font-size: 1.2em;
	line-height: 1.5em;
}
   #content a:link, #content a:visited  {
   	color: #A30234;
   	text-decoration: underline;
   }
      #content a:hover, #content a:active { text-decoration: none; }

   #content ul, #content ol { padding-left: 30px; }
   
   #content p, #content ul, #content ol { padding-bottom: 1.0em; }

/* --------------------------------------
|			Classes						|
---------------------------------------*/
.contentDiv
{
	width: 597px;
	height: auto;
	white-space: normal;
}

.hidden, html.jsEnabled .jsDisabled { display: none; }
html.jsEnabled .jsEnabled { display: block; }

.alignleft 
{
	float: left;
}
.alignright
{
	float: right;
}
.clearing
{
	clear: both;
}