/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1{
	font-size: 30px;
	font-family:"Eras Bold ITC", Verdana;
	color: #ff0000;
	margin: 10px 0px 10px 0px;
}

h2{
	font-size: 17px;
	font-family:"Eras Bold ITC", Verdana;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	color: #3e0000;
}

p{
	font-size: 14px;
	font-family:"Eras Medium ITC", Verdana;
	color: #4e0000;
}

#body{
	background-color: #cacaca;
}

.container {
	width: 950px;
	align: left;
}

/*-----------------------------------------------------------------------------------------
----------------------------------------- HEADER ------------------------------------------
-----------------------------------------------------------------------------------------*/

#header {
	height: 135px;
	background-image: url(../img/header-bg.png);
	background-repeat: repeat-x;
	background-color: #b20000;
	width: 100%;
}

#headerContainer {
	position: relative;
}

#pblogo {
	position: absolute;
	top: 25px;
	left: 0px;
}

/*-----------------------------------------------------------------------------------------
------------------------------------------ LINKS ------------------------------------------
-----------------------------------------------------------------------------------------*/

#links {
	height: 36px;
	background-color: #000000;
	width: 100%;
	vertical-align: middle;
}

#linksContainer {
	position: relative;
}

#links p {
	color: #cacaca;
	font-size: 16px;
	padding: 10px;
}

#links a:link, a:visited {
	padding-left: 20px;
	padding-right: 20px;
	color: #fd310f;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 9px;
}

#links a:hover {
	padding-left: 20px;
	padding-right: 20px;
	height: 130px;
	color: #3e0000;
	background-color: #cacaca;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------------
---------------------------------------- CONTENT ------------------------------------------
-----------------------------------------------------------------------------------------*/

#content {
	width: 100%;
	background-color: #cacaca;
}

#contentContainer {
	position: relative;
	width: 900px;
	padding: 10px 0px 10px 0px;
}
#contentContainer p {
	text-align: justify;
}

#welcome {
	color: #fd310f;
}

#content a:link, a:visited {
	color: #fd310f;
	text-decoration: underline;
}

#content a:hover {
	color: #fd310f;
	text-decoration: none;
}

#content h2 {
	margin-top: 0px;
}

#googleMap {
	padding-top: 10px;
	padding-bottom: 20px;
}
/*-----------------------------------------------------------------------------------------
----------------------------------------- FOOTER ------------------------------------------
-----------------------------------------------------------------------------------------*/

#footer {
	height: 105px;
	background-image: url(../img/footer-bg.png);
	background-repeat: repeat-x;
	background-color: #b20000;
	width: 100%;
}

#footerContainer {
	position: relative;
	vertical-align: middle;
}

#footerContact {
	position: absolute;
	top: 10px;
	left: 0px;
}

#footerContact h2 {
	color: #fd310f;
}

#footer p {
	color: #cacaca;
	vertical-align: middle;
}

#footer {
	font-size: 12px;
	font-family:"Eras Medium ITC", Verdana;
	color: #cacaca;
}

#footerInfo {
	position: absolute;
	top: 25px;
	right: 0px;
	text-align: center;
}

#footerInfo p {
	padding-top: 5px;
	color; #cacaca;
}

/*-----------------------------------------------------------------------------------------
--------------------------------------- SCROLLER ------------------------------------------
-----------------------------------------------------------------------------------------*/

#scrollWindow {
	position: relative;
	left: 0px;
	overflow: hidden;
	width: 500px;
	height: 300px;
	background: #000000;
	margin-bottom: 20px;
}

div #scrollImgs img {
	position: absolute;
	left: 0px;
}

div #right{
	position: absolute;
	right: 0px;
	height: 300px;
	width: 200px;

}

div #right img {
	position: absolute;
	right: 0px;
	top: 130px;
	cursor: pointer;
}

div #left{
	position: absolute;
	left: 0px;
	height: 300px;
	width: 200px;
}

div #left img {
	position: absolute;
	left: 0px;
	top: 130px;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------------
---------------------------------------- CONTACT ------------------------------------------
-----------------------------------------------------------------------------------------*/

.theader {
	color: #3e0000;
	font-weight: bold;
	padding-right: 20px;
}

#contentContainer td {
	padding-bottom: 5px;
}

#contentContainer table {
	font-size: 14px;
	font-family:"Eras Medium ITC", Verdana;
	color: #3e0000;
}

#contentContainer td p{
	color: #3e0000;
	padding: 0px;
	margin: 0px;
}