
/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */

table { border-collapse:collapse; border-spacing:0; background-image:url('images/semitrans.png'); border-style:solid; border-width:1px; border-color:#555 }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* General Definitions */

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.clear {
	clear: both;
}

.tabletext {
	font-size: 14px;
	font-family: Arial, 'Trebuchet MS', Helvetica, sans-serif;
	color: #fff;
}

body, html {
	height: 100%;
	width:100%;
}

body {
	background: #000 url(images/BG_RP.jpg) repeat-x top center;
	font-family: Arial, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: Baskerville, "Baskerville old face", "Hoefler Text", Garamond, "Times New Roman", serif;
}

a {
	color: #fff615;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
}

em, italic, blockquote {
	font-style: italic;
}

small {
	font-size: 0.8em;
}

/* Layout */
	.bgholder {
		background:  url(images/BG.jpg) no-repeat top;
		width:100%;
		height:auto;
	}
	.wrapper {
		
		position:relative;
		margin: 0 auto;
		width: 963px;
	}


/* Header + Nav */

	header {
		position: relative;
		z-index: 4;
	}
	
				#logo a {
					background: url(images/logo.png) no-repeat;
					width: 188px;
					height: 117px;
					display: block;
					text-indent: -9999px;
					float: left;
					z-index:9999;
					position:relative;
					
				}
			
			header .right img{
				position:absolute;
				right:0;
				top:0;
				margin:12px 0px 0 0;
			}

		header nav {
			background: url(images/nav_bg.png) repeat-x center 5px;
			height: 26px;
			clear: both;
			padding: 5px 0 14px;
		}
		
			header nav ul {
				padding-left: 92px;
				height: 40px;
			}
		
				header nav li {
					float: left;
					padding-top: 5px;
					font-family: Baskerville, "Baskerville old face", "Hoefler Text", Garamond, "Times New Roman", serif;
					text-transform: uppercase;
					letter-spacing: 3px;
					font-size: 1.1em;
				}
				
					header nav li a, header nav li.current_page_item a:hover {
						color: #fff;
						border-left: 1px solid #fff;
						border-width: 0px 1px;
						padding: 0 18px;
						-moz-border-radius: 0px;
						-webkit-border-radius: 0px;
						borderradius: 0px;
					}
					
					header nav li:first-child a {
						border-left: 0;
					}
					
					header nav li a:hover, header nav li.current_page_item a {
						background: #fff url(images/nav_tab_top.png) repeat-x;
						border: 2px solid #fff;
						border-width: 2px 1px;
						text-decoration: none;
						color: #000;
						padding: 5px 19px;
						margin: 0 -1px;
						-moz-border-radius-topleft: 5px;
						-moz-border-radius-topright: 5px;
						-webkit-border-top-left-radius: 5px;
						-webkit-border-top-right-radius: 5px;
						border-top-left-radius: 5px;
						border-top-right-radius: 5px;
						white-space: nowrap;
					}
					
					header nav li.current_page_item a:hover {
						background: none;
						margin: 0;
										
					}
					
					header nav li:first-child a:hover, header nav li.current_page_item:first-child a {
						border-left: 1px;
					}

/* Footer */
	
	footer {
		clear: both;
		background: url(images/nav_bg.png) repeat-x;
		height: 35px;
		margin-top: -6px;
		color: #fff;
		font-size: 0.833em;
		letter-spacing: 3px;
		padding: 5px 0 20px;
		border-top:solid 1px #808080;
	}
	
		footer a {
			color: #fff;
		}
		
		#creative {
			float: right;
		}	
		
			#creative span {
				color: #ed1c24;
				font-weight: bold;
			}
			
/* Section Content */
	
	section {
		
	}
			