@charset "UTF-8";
/* CSS Document */

body {

	/*background: #2d4811 url(../images/BG-main.jpg) top left repeat-x;*/
	background-color: #2d4811;
	text-align: center;
	font: 12px "Arial", "Helvetica", "Verdana", "sans-serif";

}

/* CONTAINERS */

#container {

	margin: 10px auto;
	width: 948px;
	padding: 0px;
	
}

#bubbleBoxes { clear: both; }

/* common */

.mid {
	background: #fff5eb url(../images/tableshadow/top-gradient.gif) bottom left repeat-x;
}

.midMain {
	background: #fff5eb url(../images/BG-leftCol.jpg) top left repeat-y;
}

.topMid {
	background: url(../images/tableshadow/top-3.jpg) top left repeat-x;
}

.botMid {
	background: url(../images/tableshadow/bot-3.jpg) top left repeat-x;
}

.middleLeft {
	background: url(../images/tableshadow/mid-1.jpg) top left repeat-y;
}

.middleRight {
	background: url(../images/tableshadow/mid-2.jpg) top left repeat-y;
}

/* animation area */

.animationArea {
	position: relative;
}

.ColomName {
	position: absolute; 
	top: 5px; left: 5px;
}


/* content area */

.rightCol {
	text-align: left;
}

.rightCol a:link, .rightCol a:visited {
	color: #7389ae;
}

.rightCol a:hover, .rightCol a:active {
	color: #781400;
}

.breadcrumbs {
	margin-bottom: 15px;
}



.sideBox {
	width: 180px;
	margin-left: 25px;
	margin-bottom: 25px;
}

.sideBox .topHeader {
	width: 180px; 
	height: 25px;
	background: url(../images/widgetbox/widget-top.gif) top left no-repeat;
	color: #781400;
	font-weight: bold;
	padding-left: 10px;
	line-height: 25px;
	font-size: 14px;
}

.sideBox .sideBorders {
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	background: white;
	padding: 6px;
}

.sideBox .sideBorders p { text-align: left; }

/* footer */

#footer {
	text-align: left;
	padding: 5px 30px;
	color: white;
}

/* nav Accordion */

#navAccordion {
	text-align: left;
	margin-right: 10px;
	width: 195px;
}

#navAccordion .toggler, #navAccordion .togglee {
	padding: 5px;

}

#navAccordion .toggler {
	font-weight: bold;
	font-size: 12px;
	color: #781400;
	border-top: 1px solid #f6eee6;
	border-bottom: 1px solid #c6c2bb;
	cursor: pointer;
}

#navAccordion .togglee {
	padding: 15px;
	border-bottom: 1px solid #f6eee6;
	border-top: 1px solid #c6c2bb;
}

#navAccordion .togglee ul li {
	margin: 5px 0px;
}

#navAccordion .togglee ul li a:link, #navAccordion .togglee ul li a:visited {
	color: #7389ae;
}

#navAccordion .togglee ul li a:hover, #navAccordion .togglee ul li a:active {
	color: #781400;
}

/* small image border */

.smImgBorder {
	border: 5px solid #c9c9c9;
}

ul.bulleted {
	padding: 5px 0 5px 20px;
	list-style-type: disc;
}


ul.bulleted li {
	display: block;
	margin: 12px;
	font-size: 12px;
	list-style-type: disc;
}