* {
	margin: 0;
	padding: 0;
	border: 0;
}

*:focus
{
  -moz-outline: 0  			!important;
  outline: 0;
}

a { color: #bf1e2d; }

body {	
	font-size: 10px;
	font-family: Verdana;
	text-align: center;
	
}

h2, h3, h4, h5 {
	font-family: Garamond, Georgia;
	font-weight: normal;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.7em;
	color: #EDBE07
}

h5 {
	font-size: 1.5em;
}

h3 a {
	color: #000;
	text-decoration: none;
}

.centerContainer {
	width: 550px;
	margin: 0 auto;
	text-align: left;
}

.clearer {
	display: block;
	height: 1%;
	overflow: hidden;
}

#header {
	margin-top: 40px;
}

#menu li {
	display: inline;
}

#menu li a {
	float: left;
	margin-right: 20px;
}

#menu li img {
	
}

#mainContainer {
	margin-left: 20px;
	margin-top: 20px;
}

ul {
	list-style-type: none;
}

#leftColumn {
	float: left; 
	width: 300px;
	padding-right: 20px;
	border-right: 1px solid #8F9194;
}

#rightColumn {
	float: right; 
	width: 185px;
}


.btn_list {
	float: right;
	width: 66px;
	height: 14px; 
	font-size: 8px; 
	color: #fff; 
	text-decoration: none;
	text-align: left;
	padding: 0 4px;
	padding-top: 4px;
}

.btn_nextList {
	background: url(../images/bg_next.jpg) no-repeat; 
	text-align: left;
}

.btn_prevList {
	background: url(../images/bg_prev.jpg) no-repeat; 
	text-align: right;
}

.btn_folioNext {
	background: url(../images/btn_right.jpg) no-repeat; 
}
.btn_folioPrev {
	background: url(../images/btn_left.jpg) no-repeat; 	
}



form li {
	margin-top: 5px;
}

form label {
	background-color: #9AAF6D;
	padding: 5px;
	line-height: 2em;
	color: #fff;
	float: left;
	clear: both;
}

form .dl_text {
	float: right;
	padding: 6px 5px;
	border: 1px #000 solid;
}

form textarea {
	padding: 5px;
	width: 172px;
	border: 1px #000 solid;
	margin-top: 3px;
	overflow: auto;
}

.dl_submit {
	width: 39px;
	height: 18px;
	color: #fff;
	font-size: 8px;
	background: url(../images/bg_submit.jpg) no-repeat;
}


label.error {
	display: none;
} 

input.error, select.error, textarea.error {
	background-color: #f3dddd;	
}

.numOfComments {
	position: absolute; 
	left: 0px; 
	bottom: 0px; 
	width: 39px; 
	height: 28px; 
	background: url(../images/bg_numOfComments.jpg) no-repeat;
}

.numOfComments div {
	padding-top: 4px; 
	padding-right: 5px;
	color: #fff; 
	text-align: right;
}

.numOfComments2 {
	margin-top: -10px;
	width: 39px; 
	height: 28px; 
	background: url(../images/bg_numOfComments.jpg) no-repeat;
}

.numOfComments2 div {
	padding-top: 4px; 
	padding-right: 5px;
	color: #fff; 
	text-align: right;
}

.dateText {
	color: #EDBE07; 
	font-size: 0.8em;
}

.commentIndex {
	background: url(../images/bg_commentIndex.jpg) no-repeat;
	width: 24px;
	height: 17px;
	font-size: 8px;
	font-weight: bold;
	color: #fff;
	padding-top: 2px;
	padding-left: 2px;
	
	float: left;
}

#popup {
 	background-color: #EDBE07; 
 	
 	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	
	color: #fff;
	padding: 10px;
	
	position: absolute;
	left: 0px;
	top: 0px;
	
	/*width: 50px;*/
	
	text-decoration: none;
	
	display: none;
}
/*
#popup:first-letter {
	text-transform: uppercase;	
}
*/
.jMedia, .lightbox img {
	margin: 10px 0;
}
