* {
	margin: 0;
	padding: 0;
}
html {
	margin: 1em 0;
}
body {
	/* font-family: Tahoma, arial, sans-serif; */
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #000033;
}
table {
	margin: 0 auto;
}
img {
	border: 0;
}
img.article { 
	border: 1px solid green;
}
	
cite {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
}
dl {
	width: 100%;
	text-align: center;
	font-size: 10px;
	margin: 1em 0;
	letter-spacing: 1px;
}
dt {
	margin-top: 1em;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}
dd {
	margin-bottom: .5em;
	width: 90%;
	text-align: justify;
	padding: 0 2em;
	font-weight: normal;
}
dl.center { text-align: center; }
.center dd, .center dt { text-align: center; }
h1 {
	font-family: Tahoma, arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #AEAE7B;
	margin-bottom: .5em;
}
h2 {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border-bottom: 1px solid #AEAE7B;
	margin-bottom: .5em;
}
h3 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

h6 {
	font-family: Tahoma, arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #AEAE7B;
	/*margin-bottom: .5em;*/
}


li {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

/* A */
a {
	color: #003399;
	font-weight: normal;
	text-decoration: none;
}
#content a {
	border-bottom: 1px solid #003399;
}
a:hover {
	color: #0066cc;
}
a.one { color: #eeeeaa; }
a.one:hover {color: #FFFFFF; }

a.two {	color: #ffffcc;}
a.two:hover {color: #ffffff;}

a.three {color: #FFFFFF;}
a.three:hover {color: #3366FF;}




/* Paragraph */
#content p {
	margin-bottom: 1em;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}
.copyright p {
	font-size: 10px;
	color: #ffffcc;
	margin-bottom: 5px;
}

/*  Home navigation */
#navigation_home {	margin: 0;	padding: 0;	width: 683px;	height: 125px;	position: relative; }
#navigation_home li {	display: block;	list-style: none;	position: absolute;	margin: 0;	padding: 0; }
#navigation_home li a {	display: block;	text-indent: -1000em; }

#about { width: 158px; height: 125px; }
#menu { left: 158px; width: 131px; height: 125px; }
#location { left: 289px; width: 124px; height: 125px; }
#proshop  { left: 413px; width: 132px; height: 125px; }
#contact { left: 545px; width: 138px; height: 125px; }

#about a {	background: url(images/homenav.jpg); width: 158px;	height: 125px; }
#menu a { background: url(images/homenav.jpg) -158px 0; width: 131px;	height: 125px; }
#location a { background: url(images/homenav.jpg) -289px 0;	width: 124px;	height: 125px; }
#proshop a { background: url(images/homenav.jpg) -413px 0;	width: 132px;	height: 125px; }
#contact a {	background: url(images/homenav.jpg) -545px 0;	width: 138px;	height: 125px; }

#about a:hover {	background: url(images/homenav.jpg) 0 125px; }
#menu a:hover {	background: url(images/homenav.jpg) -158px 125px; }
#location a:hover { background: url(images/homenav.jpg) -289px 125px; }
#proshop a:hover { background: url(images/homenav.jpg) -413px 125px; }
#contact a:hover { background: url(images/homenav.jpg) -545px 125px; }

/* submenu list */
#content ul {
	margin: 0 0 .5em 2em;
}

.bottom-navigation {
	margin: 0 auto;
	text-align: center;
	letter-spacing: 1px;
}

.bottom-navigation li {
	display: inline;
	margin: 0 .5em 0 0;
	list-style: none;
	font-size: 10px;
}

ul.topmenubar {
	margin: 0 auto;
	width: 600px;
	height: 35px;
	text-align: center;
}
.topmenubar li {
	display: inline;
	margin: 0 1em;
	font-size: 11px;
	list-style: none;
	color: #ffffcc;
	letter-spacing: 1px;
	line-height: 28px;
}
.topmenubar li a {
	border-bottom: none;;
}

/* Classes and DIVs*/
.right { float: right; margin: 0 0 10px 10px; }
.left { float: left; margin: 0 10px 10px 0;}

#content {
	margin-top: 1em;
}
.clearing {
	clear: both;
}
div.column {
	width: 600px;
	margin: 0 auto;
}
div.copyright {
	text-align: right;
	padding-right: 1em;
}
.topmenubar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: 300;
}
div.side-image {
	float: left;
	margin-right: 10px;
	position: relative;
	top: -10px;
	width: 205px;
}


div.side-imageFB {
	float: left;
	margin-right: 10px;
	position: relative;
	top: -10px;
	width: 240px;
}

.side-image dd {
	text-align: left;
	padding: 0;
}
div.mid-column {
	float: left;
	width: 410px;
}


/* for facebokk page */
div.mid-columnFB {
	float: right;
	width: 390px;
}


/* Definition Lists */
dl.small_form {
	width: 100%;
	text-align: left;
	color: black;

}
dl.small_form dt {
	width: 100%;
	display: block;
	margin: 10px 0 0 0;
	text-align: left;
	padding: 0;
}
dl.small_form dd {
	width: 100%;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
}
/* =========================== Contact DL ========================= */

dl#contact_form {
	width: 100%;

}
dl#contact_form dt {
	width: 100%;
	display: block;
	margin: 10px 0 0 0;
}
dl#contact_form dd {
	width: 100%;
	display: block;
	margin: 0;
	text-align: left;
}


/* =========================== forms ============================== */

.side-image fieldset {
	border: 0;
	width: 180px;
	padding: 10px;
	margin: 0 auto;
	border: 1px solid black;
	font-size: 10px;
}

input, select, textarea {
	border: 1px solid #b8b8b8;
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	padding: 3px 0;
}

label {
	width: 100%;
	text-align: left;
	display: block;
	font-size: 10px;
}	

label.large {
	margin: 0;
	width: 100%;
	text-align: left;
	display: block;
}
fieldset.large p, fieldset.large div {
	margin: 5px 0 0 0;
	display: block;

}
legend {
	padding: 2px 10px;
	border: 1px solid #a0a0a0;
	background-color: #fff;
	letter-spacing: 1px;
}
fieldset {
	border: 0;
	color: #000;
	border: 1px solid black;
}

fieldset.large {
	color: #000;
	margin: 1em 0;
	border: 0;
}

