/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
b, u, i, center,dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
background:#fff url(images/bg.jpg) repeat-x top;
}

body {
	font:12px "Lucida Grande", tahoma, verdana, sans-serif;
	color:#555;
	background:url(images/apple.jpg) no-repeat right top;
	margin:0;
	padding:0;
}



#wrap {
	margin:0 auto;
	padding:0;
	width:1000px;
	
}

#header {
	
	padding:0;
	margin:0;
	height:196px;
	width:1000px;
	
}

#header img {margin:58px 0 0 100px;}

a {color:#B0242B;}
a:hover {text-decoration:underline;color:#0099CC;}

h1 { font:14px "Lucida Grande", tahoma, verdana, sans-serif;color:#B0242B;font-weight:bold;margin:0;padding:0;}


/* navigation elements
-------------------------------------------------------- */


#nav {
width:780px;
position:relative;
left:0;
font:16px "Lucida Grande", tahoma, verdana, sans-serif;
color:#fff;
white-space:nowrap;
padding:4px 0 0 80px;
}

#nav ul {
list-style:none;
display:inline;
padding:0 0 0 0;
margin:0 0 0 0;


}

#nav li {
list-style:none;
display:inline;
padding:0;
margin:0;
float:left;

}
  
#nav li a {
text-decoration:none;
color:#fff;
padding:0;
margin:0 0 0 24px;
float:left;
}

#nav li a:hover {
text-decoration:none;
color:#FEF568;
}

#nav a#current {color:#FEF568;}


/* content elements
-------------------------------------------------------- */

#content{
width:680px;
height:600px;
padding:0;
margin:60px 0 0 104px;
_margin:60px 0 0 52px; 
text-align:left;
float:left;
}

#content p {line-height:1.38em;}

.home {width:600px;line-height:1.3em;font-size:13px;margin:0;padding:0;}

.home-lists ul {margin:0;padding:0;white-space:nowrap;}
.home-lists li {padding:2px 0 2px 0;margin:0;white-space:nowrap;}

.home-topics {color:#935901;padding-top:5px;white-space:nowrap;margin:0;}


.content-lists ul {margin:0;padding:0;white-space:nowrap;}
.content-lists li {padding:0;margin:4px 0 8px 0;white-space:nowrap;}

.content-topics {color:#935901;padding-top:5px;white-space:nowrap;margin:0;font-size:13px;}


#profile-info {
background:#fff url(images/profile_bg.gif) repeat-x bottom;
width:160px;
height:200px;
padding:10px 0 0 8px;
float:right;
border:1px solid #ddd;
margin-top:50px;

}

#profile-info ul {margin:0 0 0 0;padding:0;list-style:none;}
#profile-info li {margin:0;padding:2px 0;color:#666;}



/* footer
-------------------------------------------------------- */
#footer {
margin:40px 5px 8px 0;
padding:5px 0 0 0;
height:25px;
width:670px;
color:#ADADAD;
font:10px Verdana, Arial, Helvetica, sans-serif;
line-height:1.6em;

}

.submitButton {width:126px;line-height:30px;border:2px solid #ddd;background:#999 url(images/button-bg.jpg) bottom repeat-x;color:#fff;font:12px Verdana, Arial, Helvetica, sans-serif;font-weight:bold;padding:4px 0;}