/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100.01%/120% Verdana, Arial, Helvetica, sans-serif;
		height: 100%;
}
body {
	background: #000 url("images/background.jpg") repeat-y top left;
	font-size: 1em;
	color: #fff;
}
a {color: #fff;text-decoration:underline;}
a:hover {color: #c49a34; ;text-decoration:underline;}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:   Only to the few elements that need it: */
dd, blockquote {
        margin-left: 1em;
}

/* Clean up ul and li*/
ul {margin:0;display:block;padding:0px;}
li {list-style:none;float:left;display:block;padding:0;margin:0;}


/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}
img {border: 0px;}


/*-----------------------------------------------------------------------*/

/* Basic Selectors*/
H1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -0.1;
	line-height: 1.4em;
	color:#fff;
}

H2 {
	color: #c49a34;
	font: normal normal normal 15px/20px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin: 80px 0 12px 0;
	padding: 0px;
}
H2.no-top-margin {margin: 0 0 12px 0;}

p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	margin: 0 0 10px;
	padding: 0;
}

/* main layout */
#ab-container {
	margin:0 0 100px 50px; /* center, not in IE5 */
	width:960px;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#menu-container {
	margin: 33px 0 45px 2px;
}
#content {
	width:821px;
	
}

ul#big-cols {height: 100%;}
ul#big-cols .left {width: 935px;}
ul#big-cols .right {
	width:25px;
}

a.menu:link,
a.menu:visited {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height:22px;
	text-decoration: none;
	color: #ababab;
}
a.menu:hover {text-decoration: underline;}

ul.four-col, ul.two-col, ul.three-col {width: 821px;}
ul.four-col li {width: 200px; margin: 0 7px 0 0;}

ul.two-col li {width:490px; margin: 0 30px 0 0;}
ul.three-col li {width: 260px; margin: 0 20px 0 0;}

ul.four-col li.last, 
ul.three-col li.last {margin: 0;}
ul.two-col li.last {width:300px; margin: 0;}

span.big {
	font: bold normal normal 18px/14px Georgia, "Times New Roman", Times, serif;
}

.hide {display:none;}

.clear {clear:both;}
.bolder {font-weight: bold;}
