﻿body {
	background-color: #393E56;
	margin: 0px;
}
/* note - the td.iface style strips out space in older mozilla browsers */

td.iface, td.bgL, td.bgR, td.bgTopShadow, td.bgBottom, td.bottomShadow {
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
}
td.bgL {
	background-image: url(images/bg_l.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
}
td.bgR {
	background-image: url(images/bg_r.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
}
td.bgTopShadow {
	background-image: url(images/bg_topbar.gif);
	background-repeat: repeat-x;
}

td.bgCenter {
	background-image: url(images/bg_center.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	background-color: #FFFFFF;
}
td.bgBottom {
	background-image: url(images/bg_bottom_bar.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
td.bottomShadow {
	background-image: url(images/shadowbar.gif);
	background-repeat: repeat-x;
}


/* main structural elements */

#containerMain {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	width: 770px;
	text-align: left;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #232323;
	margin: 0px 40px 20px;
}



/* LINKS & FOOTER */

a {
	color: #6E4985;
}
a:hover {
	color: #787714;
}


#footLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #232323;
	text-align: right;
	margin: 8px 40px 0px;
	line-height: 16px;
}

#footLink a {
	color: #6E4985;
	text-decoration: none;

}

#footLink a:hover {
	color: #787714;
	text-decoration: underline;

}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	margin: 8px 20px 8px 35px;
	line-height: 14px;
}
#copyright a{
	color: #EDF0AA;
	text-decoration: none;

}

#copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;

}

/* CONTENT TEXT STYLES */
p, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #232323;
	margin: 12px 0px;
}

h4 {
	font-size: 13px;
	margin: 8px 0px;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	color: #75751E;
	margin-top: 0px;
	margin-bottom: 12px;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #75751E;
	margin: 20px 0px 4px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #2374D0;
	margin-top: 12px;
	margin-bottom: 4px;
}
h5 {
	font-size: 13px;
	color: #75751E;
}

ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	color: #232323;
	margin-top: 2px;
	margin-bottom: 8px;
	font-size: 12px;
}
li {
	margin-top: 4px;
	margin-bottom: 4px;
}

.redtext {
	color: #CC0000;
}
.goldTextBold {
	color: #75751E;
	font-weight: bold;
	font-size: 13px;
}
.indent1 {
	margin-left: 8px;
}

.indent2 {
	margin-left: 16px;
}

table.popup {
	background-color: #FFFFFF;
}
.silverTextBold {

	color: #616881;
	font-weight: bold;
	font-size: 13px;
}
.shopImg {
	float: right;
	padding-left: 15px;
}

.flagImg {
	border: none;
	vertical-align:middle;
}


/* NAV STYLES */

#navbar, #infobar {
	line-height: 24px;
	margin-top: 12px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 12px;
	text-align: center;
	font-size: 11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
}

#navbar a, #navbar a:hover,  .navHi, #infobar a, #infobar a:hover {
}

#navbar a, #infobar a {
	color: #846498;
}

#navbar a:hover, .navHi, #infobar a:hover {
	color: #9C9B39;
}

#navbar .separator, #infobar .separator {
	color: #846498;
	font-size: 9px;
	font-weight: bold;
}

#style_colone {
	float:left;
	width:75%;
	}
	#style_coltwo {
	float:right;
	width:25%;
	}

image.photogallery {
	border: 3px solid #846498;
	border-radius: 3px; /*css3 round corners*/
	-moz-border-radius: 3px; /*css3 round corners*/
	-webkit-border-radius: 3px; /*css3 round corners*/
}
