/* CSS stylesheet */

/**********************************/
/* Universal style rule           */
/**********************************/
* {
	margin: 0;
	padding: 0;
	/* temporary borders */
/*	border: dashed 1px #f00;*/
}

body {
	background-color: #000;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 15px;
}
 
#wrapper {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
}

/**********************************/
/* header                         */
/**********************************/
#header {
	padding-top: 1.2%;
	width: 100%;
}

#header div.nav {
	margin: 0 auto;
	width: 100%;
	font-size: 1em;
	color: #FFD34F;
	text-align: center;
}

#header div.phone {
	margin-top: 10%;
	font-size: 1.5em;
	color: #FFD34F;
	text-align: center;
}

#header a {
	color: #FFD34F;
	text-decoration: none;
	padding: 3px 5px 0 5px;
}
#header a:link, #header a:visited {
	color: #FFD34F;
}
#header a:hover {
	background-color: #900;
	color: #FFD34F;
}
#header a:active {
	color: #FFD34F;
}


/**********************************/
/* content                        */
/**********************************/
#content {
	margin-top: 30px;
}

#content div.h1 {
	margin: 0 auto;
	width: 48%;
}

#content h1 {
	font-size: 19px;
	color: #FFF;
	text-align: center;
}

#content div.content { /* content area is div box */
	margin: 0 auto;
	margin-top: 2%;
	width: 53%;
	height: 30em;
	overflow: auto;
}

#content h2 {
	font-size: 15px;
	color: #FFF;
}

#content h3 {
	font-size: 14px;
	color: #FFF;
}

#content p {
	margin-bottom: 15px;
	text-align: left;
}

#content ul, #content ol {
	padding: 10px 0 0 40px;
}

#content li {
	margin-bottom: 10px;
}

#content a {
	color: #FFF;
	text-decoration: underline;
}
#content a:link, #content a:visited {
	color: #FFF;
	text-decoration: underline;
}
#content a:hover {
	color: #000;
	text-decoration: none;
	background-color: #999999;
}
#content a:active {
	color: #FFF;
	text-decoration: underline;
}


/**********************************/
/* footer                         */
/**********************************/
#footer {
/*	clear: both; */
	margin: 0 auto;
	margin: 25px 0 5px 0;
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	padding-top: 20px;
}

#footer a {
	font-size: 11px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
#footer a:active {
	color: #CCC;
	text-decoration: none;
}


/**********************************/
/* contact page                   */
/**********************************/
#contact {
	margin: 0 auto;
	width: 540px;
	font-size: 13px;
	text-align: center;
}

#contact div.info {
	width: 325px;
	float: left;
}

#contact div.map {
	margin-left: 325px;
	width: 215px;
	text-align: center;
}

#contact div.form {
	margin-top: 20px;
	width: 540px;
}

#contact div.req {
	font-size: 12px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#contact table.form {
	margin: 0 auto;
	width: 500px;
	border: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #333333;
	background-color: #999999;
}
#contact td.form {
	width: 176px; /* not 200 due to padding */
	padding: 2px;
	vertical-align: top;
	text-align: right;
}
#contact td.form2 { /* not 300 due to padding */
	width: 296px;
	padding: 2px;
	vertical-align: top;
	text-align: left;
}
#content .text { /* set parameters for form text field */
	width: 150px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#content .textarea { /* set parameters for form textarea field */
	width: 250px;
	height: 100px;
	overflow: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#contact p.errmsg {
	margin: 10px auto;
	width: 300px;
	padding: 5px 5px 5px 15px;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-color: #999999;
}

#contact p.formmsg {
	margin: 15px 35px;
	color: #000000;
	text-align: left;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#contact .submit { /* submit button */
	padding: 2px 4px;
	border: 1px solid #000000;
}

/**********************************/
/* GALLERY PAGE                   */
/**********************************/
#gallery {
	text-align: center;
	margin-bottom: 15px;
}

#gallery img {
	border: 1px solid #333;
	margin: 0 5px;
}


/**********************************/
/* misc                           */
/**********************************/
p.center {
	text-align: center;
}
div.center {
	text-align: center;
}

-->
