/* Project Title/CSS Version */

/*Import Reset Stylesheet*/
@import url("reset.css");

html {height:100%;}
body {
	background-color:#6487c1;
	height: 100%;
	font:normal 11px Arial, Helvetica, sans-serif;
}


#flash {
	margin:0;
	width:100%;
	height:100%;
	min-width:960px;
	min-height:650px;
}

#error{
	float: left; 
	width: 960px;
	height: 100%;
	background-color:#fff;
	padding-bottom:0px;
}

#botList {
	float: left;
	width: 100%;
	height: 100%;
	padding-left:40px;
	padding-bottom:40px;
	background-color:#fff;
}

#addresses {
	float: left;
	width: 100%;
	height: 100%;
	padding-left:40px;
	padding-bottom:20px;
	padding-top:25px;
	background-color:#fff;
}

#blackline {
	float: left;
	width: 880px;
	height: 1px;
	background-color:#CCC;
}

.nonFlash {
	height: 100%;
	width: 100%;
	
	text-align: center;
	background-image: url(../images/noFlash_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-attachment:fixed;
}

.sizer {
	width: 960px;
	margin: 0pt auto;
	overflow:hidden;
	text-align: left;
}

.tl {background: url(../images/tl.png) 0 0 no-repeat}
.tr {background: url(../images/tr.png) 100% 0 no-repeat; padding:11px}
.bl {background: url(../images/bl.png) 0 0 no-repeat}
.br {background: url(../images/br.png) 100% 0 no-repeat; padding:11px}
.bgTop {
	float: left; 
	width: 960px; 
	height:11px;
	background-image: url(../images/white_repeat.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-top:25px;
}
.bgBot {
	float: left; 
	width: 960px; 
	height:11px;
	background-image: url(../images/white_repeat.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-bottom:25px;
}

.getFlashImage {
	float:left;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-top: 10px;
	margin-left:40px;
}


p{margin-bottom:1em; margin-left:40px; margin-right:40px; font-size:1em; font-weight:normal; line-height:1em; color:#666;}
h1{margin-top:.5em; margin-left:40px; margin-right:40px; font-size:2em; font-weight:bold; line-height:1em; color:#666;}
h2{margin-top:1em; margin-left:40px; margin-right:40px; font-size:1em; font-weight:normal; line-height:1.5em; color:#666; }
h3{margin-bottom:0em; margin-top:40px; margin-left:40px; margin-right:40px; font-size:1em; font-weight:bold; line-height:.25em; color:#b52326; }
h4{margin-bottom:0em; margin-top:10px; margin-left:0px; margin-right:0px; font-size:1em; font-weight:bold; line-height:.25em; color:#b52326; }

.tiny{font-size:.9em;}

a{color:#b52326; text-decoration:none;}
a:hover{color:#b52326; text-decoration:underline;}