﻿li.spaced{
 padding-bottom:11px;
}
/** LINKS */

a {
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color:Orange; /* #efe1c8;*/
}
.link1:hover {
	text-decoration: underline;
}

.linkNavBar{
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
}
/** FONT STYLES */
body{
	font-family:Verdana;
	font-size:medium;
	color:#663012;
}
.normal{
	font-family:Verdana;
	font-size:medium;
	color:#663012;
	font-weight:100;
}

.fontTitle1 {
	color:#663012;
	font-size:large;
	font-weight:bolder;
}

.fontBrownBold{
	color:#663012; 
	font-weight: bolder; 
	font-size: medium;
}
.fontBrownSmall{
	color:#663012; 
	font-weight:normal ; 
	font-size:smaller;
}

/* **** White Fonts ****** */
.fontWhiteNormal{
	color:White; 
	font-weight: normal; 
	font-size:medium;
}
.fontWhiteSmaller{
	color:White; 
	font-weight: normal; 
	font-size:smaller;
}
.fontWhiteBoldSmaller{
	color:White; 
	font-weight: bolder; 
	font-size:smaller;
}


.fontBlack1{
	color:Black; 
	font-weight: normal; 
	font-size:medium;
}

.warning{
	color:red;
}
/** BACKGROUNDS */

.bgNavBar { background: url(images/BGNavBar600.jpg) repeat-x left top;  }
.bgLight { background-color:#efe1c8}/*#efe1d9}*/
.bgDark { background-color:#663012;}

.gradient{
	background-color:#663012;
	/* the following gradient function only works in IE, hence the above line with a solid background*/
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#D6B19C', startColorstr='#663012', gradientType='0'); /*gradientType='1', is for horizontal gradient.*/
}

/** MISC */
.videoBorder{
	/*visibility:hidden;*/
	border-top: silver thick solid;
	border-left: silver thick solid;
	border-bottom: gray thick solid;
	border-right: gray thick solid;
}

.pixBorder {
	border: 1px solid #663012;
	margin: 4px;
}
.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}
.border1{
	border-right: #663012 medium solid;
}
