/* -------------------------------------------------------------- 
  
   Resets default browser CSS styles.
   
   Created by Erik Meyer:
   meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #333333;
	background: white;
}
ol, ul {
	list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* -------------------------------------------------------------- 
Associate Design styles
-------------------------------------------------------------- */

body {
	background-color: #323f48;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	position: relative;
}

#header {
	width: 900px;
	height: 290px;
	position: relative;
	background-image: url(images/header.jpg);
}

#page {
	width: 698px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: #1a232a url(images/page.jpg) repeat-y;
}

#footer {
	width: 900px;
	height: 50px;
	position: relative;
	background: url(images/footer.jpg) no-repeat;
	float: left;
	padding-top: 40px;
	text-align: center;
	color: #b1d229;
	font: .6em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#alpha {
	position: relative;
	float: left;
	width: 402px;
	padding-left: 20px;
}

#beta {
	position: relative;
	float: left;
	margin-left: 25px;
	width: 200px;
	background-color: #000;
	padding-left: 31px;
	padding-right: 20px;
}

#navigation {
	width: 600px;
	height: 20px;
	position: absolute;
	top: 242px;
	left: 120px;
}

#navigation li {
	display: inline;
	font: bold .9em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#navigation li a {
	color: #323f48;
	text-decoration: none;
	padding-right: 10px;
}

#navigation li a:hover {
	color: #000;
}

#alpha p {
	color: #e4e4e4;
	font: .7em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: .75em;
}

#alpha h1 {
	color: #b1d229;
	font: bold 1em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 1em;
}

.bigbutton a {
	width: 126px;
	height: 16px;
	margin-bottom: 10px;
	background: url(images/big-button.gif) no-repeat;
	display: block;
	padding-left: 60px;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 20px;
	padding-top: 14px;
	text-decoration: none;
	color: #b1d229;
}

.bigbutton a:hover {
	color: #fff;
}

#littlebutton {
	background: url(images/small-buttons.gif) no-repeat;
	width: 187px;
	height: 75px;
	padding-top: 22px;
	padding-bottom: 45px;
}

#littlebutton a, #email a {
	margin-left: 60px;
	color: #b1d229;
	font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	display: block;
	padding-bottom: 14px;
}

#littlebutton a:hover, #email a:hover {
	color: #fff;
}

strong {
	font-weight: bold;
}

h2 {
	color: #b1d229;
	font: bold .8em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 1em;
	padding-top: 1em;
}

a {
	color: #b1d229;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

#email a {
	margin-top: 5px;
	font-weight: normal;
	font-style: normal;
}