

/* Font sizes

default=16px
10px=0.625em
11px=0.6875em
12px=0.75em
13px=0.8125em
14px=0.875em
15px=0.9375em
16px=1em
17px=1.0625em
18px=1.125em
19px=1.1875em
20px=1.25em
22px=1.375em
24px=1.5em
26px=1.625em */

* {
margin:0px;
padding:0px;
}

html {
	padding:0; 
	margin:0; 
	border:0; 
min-height:101%;
}

body {
background: #fff url(images/bg.jpg) top left repeat-x;
color: #383A3A;
font-size: 110%;
line-height: 1.35em;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
padding-top: 50px;
}

a img {
	border: none;
	text-decoration: none;	
}

a:link, a:visited{
color:#0083CA;	
font-style: bold;
text-decoration: underline;
padding: 1px 0;
}

div#buttons {
text-align: center;
vertical-align: middle;
font-family: Arial Black, Arial, sans-serif;
letter-spacing: -0.04em;
}

div#buttons p.single, div#buttons a.single {

}

div#buttons p.double, div#buttons a.double {
height: 55px;

}

div#buttons p {
color: #7b8e97;
float: left;
margin-top: 5px;
font-size: 1.6em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
margin-right: 5px;
padding:10px 14px 14px 14px;
background-color: #cfdbe0;
text-shadow: 1px 1px 1px #fff;
}

div#buttons a:link, div#buttons a:visited, div#buttons a:active {
display: block;
background-color: #0083CA;
color: #fff;
text-shadow: 1px 1px 1px #025182;
float: left;
margin-top: 5px;
font-size: 1.6em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
margin-right: 5px;
padding:10px 14px 14px 14px;
text-decoration: none;
}

div#buttons a:hover {
background-color: #013474;
text-shadow: 1px 1px 1px #000;
}


div#buttons small {
display: block;
font-size: 0.55em;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
line-height: 1.25em;
}

hr {
margin-bottom: 10px;
color: #0083CA;
background-color: #fff;
height: 1px;	
}

ul {
list-style-position: outside;	
margin: 0 0 10px 1em;
}

div#wrapper {
width: 800px;	
margin: 0 auto;
}

div#masthead {
padding-top:10px;
width: 100%;
height: 80px;
text-align: right;
}

div#masthead a:hover {
}

div#lg_logo {
margin-bottom: 30px;	
}

div#nav {
position: absolute;
top: 35px;
padding-left: 75px;
width: 500px;
display: inline;
font-size: 0.825em;
font-weight:bold;
}

div#nav a:link, div#nav a:visited {
color: #0083CA;
text-decoration: none;
}

div#nav a:hover, div#nav a:active {
color: #0083CA;
text-decoration: none;
}

div#nav a {
margin-right: 20px;	
}

div#content_wrapper {
width: 100%;	
float: left;
margin-bottom: 100px;
background: url(images/lg_logo.gif) top left no-repeat;
}

#cdcontainer {
margin-bottom: 30px;	
}

.lcdstyle{ /*Example CSS to create LCD countdown look*/
font-size: 1.8em;
font-family: Arial Black, Arial, sans-serif;
letter-spacing: -0.04em;
color:#0083CA;	
text-transform: uppercase;
}

div#countbox span{ /*Example CSS to create LCD countdown look*/
font-size: 3em;
font-family: Arial Black, Arial, sans-serif;
letter-spacing: -0.04em;
color:#0083CA;	
text-transform: uppercase;
line-height:1.1em;
}

div#countbox small {
color: #383A3A;
font-size: 14px;
line-height: 1em;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
text-transform: lowercase;
letter-spacing: -0.01em;
}

div#left {
width:230px;	
float: left;
margin-top: 215px;
margin-left: 0px;
font-size: 1em;
line-height: 115%;
text-align: center;
}

div#left p {
font-size: 0.875em;
}

div#right {
width: 535px;	
float: right;
padding-top: 45px;
font-size: 1em;
}	

div#right p {
	margin-bottom: 0.75em;	
}

h1, h2, h3, h4 {
margin-bottom: 10px;	
color:#0083CA;	
}

h1 {
font-weight: normal;
font-size: 2.4em;
line-height: 1em;
letter-spacing: -0.04em;
}

h2 {
font-size: 1.6em;
line-height: 1.2em;
}

#left h3 {
margin-bottom: 3px;
}

#left p {
margin-bottom: 0.75em;	
}

form table {
margin: 0 0 15px 0;
}

span#re_enter {
color:#fff;
padding: 5px;
background-color: #ff006c;
}

span.uppercase {
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.02em;
}

form {
line-height: 115%; 
}

p {
margin-bottom: 1em;
}


/*Clear*/

.clearfloat:after {
content:?.?;
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfloat {
display: inline-block;
}

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

*+html .clearfloat {
height:1%;
}

.clearfloat {
display:block;
}
/* End hide from IE-mac */


