/* Styles for computer screens */

body {
	background: url(../images/body_bg.jpg) repeat-x #272B2E;
	color: #fff;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Helvetica, Sans-Serif;
	font-size: 100%;
	}
	
div.wrap {
	width: 960px;
	margin: 0 auto;
	}
	
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #BEF243;
	text-decoration: none;
	}
	
a {
	color: #BEF243;
	text-decoration: underline;
	}

	
/* Logo
--------------------------------------------------*/

div#print_logo {
	display: none;
	}
	
/* Navigation
--------------------------------------------------*/	
div#nav {
	position: relative;
	min-height: 79px;
	background: url(../images/nav_bg.jpg) bottom repeat-x #000;
	}
	
div#nav ul {
	margin: 0;
	list-style: none;
	position: relative;
	margin-left: 30px;
	}
	
div#nav ul li {
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 30px;
	}
	
#nav ul li a {
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 2.0em;
	padding-bottom: 2.0em;
	}

#nav ul li a:hover {
	background-position: 0 0;
	color: #fff;
	}
	
/* Content
--------------------------------------------------*/

div#main_bg {
	background: url(../images/content_bg_bg_tile.jpg);
	}

div#content_bg {
	background: url(../images/main_bg.jpg) repeat-x;
	padding-bottom: 30px;
	}
	
dt {
	font-weight: bold;
	}
	
a.bulleted {
	margin-top: 0.35em;
	padding-left: 23px;
	padding-top: 0.5em;
	border-top: 1px solid #E2E1CD;
	background: url(../images/bullet.png) no-repeat 0 50%;
	display: block;
	}
	
	
/* Footer
--------------------------------------------------*/

div#footer {
	padding-top: 30px;
	background: url(../images/footer_bg.jpg) repeat-x;
	clear: both;
	}

div#footer div.wrap {
	}

div#footer p {
	padding: 10px 0 10px 15px;
	font-size: 85%;
	}
	
div#footer p.slogan {
	padding-left: 25px;
	background: url(../images/heading-logo.gif) 0 50% no-repeat;
	float: right;
	color: #BEF243;
	font-size: 120%;
	}
	
p.slogan span {
	color: #fff;
	}

/* Logo in the text */
span.logo {
	color: #BEF243;
	/*font-weight: bold;*/
	}
	
span.logo span {
	}
	
/* FAQs */

p.question {
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 0.25em;
	color: #BEF243;
	}
	
	