@charset "utf-8";
/* CSS Document */

/* CSS Reset */
* { outline:none; }
html, body { height:100%; min-width:1000px; min-height:700px; position:relative; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
fieldset, img { border:none; margin:0; padding:0 }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }

/* Typography Styles */
body { font-size:13px; color:#555; font-family:Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family:Arial, Helvetica, sans-serif; color:#000; font-weight:normal; }
h1 { font-size:22px; line-height:24px; margin-bottom:0.5em; }
h2 { font-size:18px; margin-bottom:0.75em; }
h3 { font-size:16px; line-height:1; margin-bottom:1em; }
h4 { font-size:14px; line-height:1.25; margin-bottom:1.25em; }
h5 { font-size:12px; font-weight:bold; margin-bottom:0.2em; }
h6 { font-size:1em; font-weight:bold; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0; }
p { margin:0 0 18px; line-height:20px; text-align:justify; }
p img, p img a:link, p img a:visited { margin:0; }
p img a:hover, p img a:active { margin:0; }
p img.alignleft { background-color:#fff; margin:0 20px 10px 0; border:1px solid #ddd; padding:4px; float:left; display:inline; }
p img.alignright { background-color:#fff; margin:0 0 10px 20px; border:1px solid #ddd; padding:4px; float:right; display:inline; }
p img.aligncenter { margin:0 auto; padding:0; display:block; }
blockquote { border-left:3px solid #999; margin:1.5em; padding:1em; color:#999; text-align:justify; font-style:italic; }
strong { font-weight:bold; }
em, dfn { font-style:italic; }
dfn { font-weight:bold; }
sup, sub { line-height:0; }
abbr, acronym { border-bottom:1px dotted #666; }
address { margin:0 0 1.5em; font-style:italic; }
del { color:#666; }
pre { margin:1.5em 0; white-space:pre; }
pre, code, tt { font:1em 'andale mono', 'lucida console', monospace; line-height:1.5; }
li ul, li ol { margin:0 1.5em; }
ul, ol { margin:0 1.5em 1.5em 1.5em; }
ul { list-style-type:disc; }
ol { list-style-type:decimal; }
dl { margin:0 0 1.5em 0; }
dl dt { font-weight:bold; }
dd { margin-left:1.5em; }
table { margin-bottom:0.5em; }
th { font-weight:bold; }
thead th { background:#c3d9ff; }
th, td, caption { padding:4px 0; font-size:12px; font-family:Arial, Helvetica, sans-serif; }
td.top_align { vertical-align:top; }
tr.even td { background:#e5ecf9; }
tfoot { font-style:italic; }
caption { background:#eee; }
.small { font-size:.8em; margin-bottom:1.875em; line-height:1.875em; }
.large { font-size:1.2em; line-height:2.5em; margin-bottom:1.25em; }
.hide { display:none; }
.quiet { color:#666; }
.loud { color:#000; }
.highlight { background:#ff0; }
.added { background:#060; color:#fff; }
.removed { background:#900; color:#fff; }
.first { margin-left:0; padding-left:0; }
.last { margin-right:0; padding-right:0; }
.top { margin-top:0; padding-top:0; }
.bottom { margin-bottom:0; padding-bottom:0; }
.required { color:#f00 }

.left { text-align:left!important; }
.center { text-align:center!important; }
.right { text-align:right!important; }

/* Default Linking */
a:link, a:visited { color:#000; text-decoration:underline; outline:none; }
a:hover, a:active { color:#187b39; }

/* Grid Layout */
#maincontainer { width:800px; height:493px; position:absolute; top:50%; margin-top:-247px; left:50%; margin-left:-400px; }
	#contents { width:800px; height:493px; position:relative; }
		#header-wrap { height:66px; margin-bottom:23px; display:block; }
			#logo { width:auto; height:66px; float:left; }
			#coy-name { float:right; }
				#coy-name h1 { font-size:22px; color:#3f3f3f; margin:0; line-height:57px; }
		#flashcontainer { height:268px; display:block; border:1px solid #ccc; }
		#entrycontainer { height:73px; border:1px solid #ccc; border-top:none; padding:15px 25px 20px 25px; display:block; }
			#entrycontainer p { font-size:12px; line-height:16px; color:#776f67; text-align:center; margin-bottom:18px; }
				#entrycontainer p.btn-entry { margin:0; }
				#entrycontainer p a { background:url(../images/buttons/btn-entry.jpg) repeat-x top left #d1ccc5; width:auto; font-size:12px; color:#fff; line-height:25px; text-decoration:none; margin:0 auto; padding:0 24px; display:inline-block; }
				#entrycontainer p a:hover { background-position:bottom left; }
		#copyright { font-size:10px; line-height:11px; color:#808080; float:left; padding-top:6px; line-height:14px; }
		#designer { font-size:12px; line-height:11px; color:#808080; float:right; padding-top:16px; }
			#designer a { color:#808080; text-decoration:none; }
			#designer a:hover { color:#187b39; }
			#copyright a { color:#808080; text-decoration:none; }
			#copyright a:hover { color:#187b39; }

#flashcontents { width:100%; height:100%; /*min-width:1000px; min-height:700px;*/ }
