/* CSS Document */

/* ---------- DOCUMENT SETUP ----------- */

body
{
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #1e1e1e;
}


/* ---------- TEXT STYLES ----------- */

.maintext
{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
font-weight:500;
color:#ffffff;
line-height:12pt;
text-align:left;
}

.introtext
{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
font-weight:bold;
color:#ffffff;
line-height:14pt;
text-align:left;
}

.largeblue
{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
font-weight:bold;
color:#009dca;
line-height:12pt;
text-align:left;
}

.yellowtext
{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
font-weight:bold;
color:#f4cc06;
line-height:12pt;
text-align:left;
}

/* ----------- LINKS -------------- */

a:link {
	color: #f4cc06;
	text-decoration: none;
	
}
a:visited {
	color: #f4cc06;
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
	color: #5a5a5a;
}
a:active {
	text-decoration: none;
	color: #f4cc06;
	
}

/* ----------- MISC -------------- */

.textspacer
{
width: 479px;
height: 12px;
margin-bottom: 15px;
}

img.floatLeft { 
    float: left; 
    margin-right: 10px; 
}

img.floatRight { 
    float: right; 
    margin-left: 10px; 
}

/* ----------- TOP MENU -------------- */

#topnav
{
position:relative;
width:505px;
height: 22px;
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
text-align:left;
padding-top: 10px
}

#topnav ul
{
margin: 0; 
padding: 0;
list-style-type: none; 
list-style-image: none;
}

#topnav li
{
display: inline;
padding: 0px 10px 5px 10px;
}

#topnav a
{
text-decoration:none; 
color: #ffffff;
}

#topnav a:hover
{
color: #f4cc06;
}

/* ----------- WEBSITE CONTENT LEFT COLUMN -------------- */

#logo
{
position: relative;
width: 505px;
height: 122px;
}

#menutop
{
position: relative;
width: 505px;
height: 32px;
}

#banner_rotator
{
position: relative;
width: 505px;
height: 259px;
}

#header
{
position: relative;
width: 505px;
height: 51px;
top: 20px;
}

#maintext
{
	position: relative;
	width: 475px;
	top: 20px;
	
	
}

/* ----------- WEBSITE CONTENT RIGHT COLUMN -------------- */

#rightpic
{
position: relative;
width: 288px;
height: 481px;
}

#listentitle
{
position: relative;
width: 288px;
height: 27px;
}

#speechbubble
{
position: relative;
background-image:url(assets/speechbubble_background.gif);
width: 288px;
height: 142px;
}

#speechbubble_text
{
position: relative;
width: 240px;
height: 142px;
padding-left: 28px;
padding-right: 20px;
padding-top: 5px;
}

#rightcolumn_titles
{
position: relative;
width: 288px;
height: 32px;
}

#rightcolumn_text
{
position: relative;
width: 260px;
height: 90px;
padding-left: 28px;
padding-top: 5px;
}

/* ----------- WEBSITE CONTENT FOOTER -------------- */

#footer
{
position: relative;
width: 794px;
height: 50px;
border-top: dashed;
border-top-color: #636363;
border-top-width: 1px;
margin-top: 35px;
}

/* ----------- FOOTER MENU -------------- */

#footernav
{
position:relative;
width:505px;
height: 22px;
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
text-align:left;
padding-top: 10px
}

#footernav ul
{
margin: 0; 
padding: 0;
list-style-type: none; 
list-style-image: none;
}

#footernav li
{
display: inline;
padding: 0px 10px 5px 10px;
}

#footernav a
{
text-decoration:none; 
color: #636363;
}

#footernav a:hover
{
color: #f4cc06;
}
