/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 * 
 */
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}

body {
	color: #e7c287;
	font-family: Helvetica, Arial, sans-serif;
	background: #922900 url(/images2010/page-bg.gif);	
}

body.secondary {
	background-image: url(/images2010/bgsmall.jpg);
}

form {
	display: inline;
}

dl {
	margin-bottom: 1.0em;
}

dt {
	margin: 1.0em 0 0.3em 0;
}

dd {
	padding-left: 0.8em;
	display: block;
}

p, ul {
	font-size: 1.0em;
	margin-bottom: 1.0em;
}

ul {
	list-style-type: square;
}

ul li {
	margin-left: 2.0em;
}

input, option, textarea {
	font-family: Helvetica, Arial, sans-serif;	
}

img, img.a {
	border-width: 0px;
}

h1, h2, h3 {
	font-weight: normal;
	color: #2bc1c6;
	margin: 0 0 3px 0;	
}

h1, h2 {
	font-size: 1.8em;	
}

h1 span.position, h2 span.position {
	font-size: 0.8em;
	color: white;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-weight: normal;
	font-size: 1.1em;
	color: #2bc1c6;
}
a:active {
	color: #ffae00;
	text-decoration: underline;	
}

div.clearer {
	clear: both;
}

#wrapper {
	width: 900px;
	margin: 0px auto 3px auto;
	background: #271001 url(/images2010/wrapper-bg.gif) repeat-x;
	border-left: 1px solid #352a14;
	border-right: 1px solid #352a14;
}

#content {
	clear: both;
	background-color: #271001;
	padding: 10px 20px;
/*	margin-top: 35px;*/
}

/* show detail */
div#showdetail {
	width: 700px;
	border: 1px solid #426262;
	padding: 10px;
	background-color: #210900;
	margin: 10px auto;
/*	border-bottom: 1px solid #352a1f;*/
}

div#showdetail div.splash_photo {
	float: right;
	margin: 0 0px 5px 5px;
}

#showdetail h3 {
	color: #FFF;
}

.logo {
	width: 200px;
}

a:link {
	color: #ffae00;
	text-decoration: none;
}

a:visited {
	color: #ffae00;
	text-decoration: none;
}

a:hover {
	color: #ffae00;
	text-decoration: underline;
}


