
/*********/
/* Reset */
/*********/


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: black;
	background: white;
}
ol, ul {
	list-style-type: 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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* my additions */
a, a:hover, a:visited { text-decoration: none;}
hr { border: 0; height: 1px; background-color: black;}
br { clear: both;}












/*********/
/* Setup */
/*********/


html, body{
	font-size: 16px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	/*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif !important;*/
	color: #d1d3d4;
	font-weight: 200;
}

body{
	background: #535353 url(/images/bg-gradient.png) repeat-x;
}

#wrapper{
	position: relative;
	margin: 0 auto;
	width: 843px;
	
	/*background: transparent url(/images/wrapper-mid-texture.png) repeat-y;*/
	background: transparent url(/images/wrapper-mid.png) repeat-y;
}

/*
#color-gradient{
	height: 190px;
	width: 835px;
	background: transparent url(/images/color-gradient.png) no-repeat;
	position: absolute;
	top: 350px;
	left: 4px;
}
*/


/**********/
/* Header */
/**********/

#header{
	margin: 30px auto 20px;
	width: 783px;
}


h1{
	font-size: 3em;
	float: left;
	color: white;
}



#top-nav{
	float: right;
}

#top-nav div{
	float: left;
	height: 28px;
	width: 115px;
	margin-left: 10px;
	padding: 8px;
}

#top-nav a{
	color: #808080;
	font-size: 0.9em;
	display: block;
	height: 25px;
	background-repeat: no-repeat;
}

#top-nav a:hover, #ba #ba-top, #mp #mp-top, #cp #cp-top, #ds #ds-top{
	background-position: 0 -26px;
	color: #f2f2f2;
}

#ba-top{
	background-image: url(/images/ba-header-sprite.png);
	padding-left: 55px;
}

#mp-top{
	background-image: url(/images/mp-header-sprite.png);
	padding-left: 55px;
}

#cp-top{
	background-image: url(/images/cp-header-sprite.png);
	padding-left: 51px;
}

#ds-top{
	background-image: url(/images/ds-header-sprite.png);
	padding-left: 51px;
}







/*****************/
/* Common Styles */
/*****************/


.centered{
	display: block;
	margin: 0 auto;
}

.big-pink{
	color: #e837d2;
	font-size: 1.4em;
	line-height: 1.2em;
}


.dark-background{
	background-color: #1a1a1a;
}


hr{
	background: #464646;
	width: 735px;
	margin-top: 20px;
}









/**********/
/* Footer */
/**********/




#footer{
	width: 680px;
	position: relative;
	margin: 10px auto 0;
	padding-bottom: 2px;
}

#footer a{
	color: #dacd1a;
	padding-right: 40px;
	font-size: 0.9em;
}



#bottom{
	position: relative;
	margin: 0 auto 50px;
	width: 843px;
	
	height: 30px;
	background: transparent url(/images/wrapper-bottom.png) no-repeat;
}

