/*******************************************************************/
/*************************** Page Layout ***************************/
/*******************************************************************/

body {
	background-color: #6b4724;
	background-image: url(../images/page_layout/body_bkg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	padding-bottom: 20px;
	margin: 0px;
	text-align: center;
}

.clear {
	clear: both;
}

#container {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
	background-image: url(../images/page_layout/content_bkg.jpg);
	background-repeat: repeat-y;
}

#header {
    padding: 5px;
    margin-bottom: 0px;
	background-image: url(../images/page_layout/header_bkg.jpg);
	background-repeat: no-repeat;
	height: 160px;
}

#content {
	width: 480px;
	float: left;
    padding: 5px;
	text-align: left;
	color: #fff;
	margin-top: 40px;
}

#sidebar {
    float: left;
    width: 240px;
    margin: 0;
    margin-right: 0;
    padding: 5px;
	margin-top: 40px;
}

#footer {
    clear: both;
    padding: 5px;
    margin-top:
0px;
    background-image: url(../images/page_layout/footer_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 40px;
}
		




/*******************************************************************/
/******************************** Menus ****************************/
/*******************************************************************/

#menuContainer {
	background-image: url(../images/page_layout/menu_bkg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}

#menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
	padding-bottom: 30px;
	color: #c2d5ff;
	padding-left: 15px;
}

#menuFooter {
	background-image: url(../images/page_layout/menu_footer_bkg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	clear: left;
}


#menu li {
	margin: 0px;
	padding: 0px;
	left: 0px;
	float: left;
	font-size: 70%;
	font-weight: bold;
	width: 130px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #a6794c;
}

#menu li a {
	color: #c2d5ff;
	text-decoration: none;
}

#menu li a:hover, #menu li a:visited:hover {
	color: #9f0;
}

.menuIcon {
	margin-right: 5px;
}





		
		
		
		
/*******************************************************************/
/************************* Text Formatting *************************/
/*******************************************************************/

* {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #c2d5ff;
}

a:hover, a:visited:hover {
	color: #000;
}

p, td {
	font-size: 71%;
	line-height: 150%;
}

h1 {
	padding-left: 50px;
	background-image: url(../images/page_layout/h1_marker.gif);
	background-repeat: no-repeat;
	color: #c2d5ff;
}

h2 {
	margin-top: 40px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	font-size: 85%;
	padding-left: 30px;
	padding-top: 1px;
	background-image: url(../images/page_layout/h2_marker.gif);
	background-repeat: no-repeat;
	color: #9f0;
	min-height: 22px;
}

h3 {
	clear:left;
	font-size: 80%;
	color: #fff;
	margin-bottom: -10px;
	padding-bottom: 0px;
	border-bottom: 1px dotted #fff;
}

h4 {
	font-size: 71%;
	line-height: 150%;
	font-weight: bold;
}

#content ul {
	font-size: 71%;
	line-height: 150%;
}


.members p, .members img {
	float: left;
}

.members p {
	width: 330px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.members h2 {
	margin-top: 0px;
	clear: left;
}

#newsList h3, #newsList p {
	margin-left: 30px;
}
		
ul#locations {
	list-style: none;
}

.minutesDate {
	margin-top: 30px;
}
		
/*******************************************************************/
/************************* Media Formatting ************************/
/*******************************************************************/


img {
	border: none;
}

.inlineIcon{
    vertical-align: middle;
}

#animatedLogos {
	margin-top: 25px;
	margin-left: 10px;
}



/************************************************************/
/******************** Location Key **************************/
/************************************************************/


.colorChip {
	padding: 2px 0px 2px 0px;
	width: 28px;
}

.locationName {
	width: 100px;
	font-size: 70%;
	padding: 2px;
	padding-left: 0px;
}

#locationKey a {
	color: #fff;
	text-decoration: none;
}

#locationKey a:hover, #locationKey a:visited:hover {
	color: #000;
}

/************************************************************/
/******************** Attendance Tables *********************/
/************************************************************/


td {
/*
	border-bottom: 1px dotted #fff;
	border-right: 1px dotted #fff;
	padding: 3px;
	*/
}
/************************************************************/
/******************** Forms & Data Entry ********************/
/************************************************************/



div.standardFormRow {
    clear: both;
    padding-top: 10px;
}

div.standardFormRow span.label {
    float: left;
    width: 100px;
    text-align: right;
    vertical-align: bottom;
    font-size: 75%;
    clear: both;
    padding: 5px 5px 0px 0px;
				color: #9f0;
}

div.standardFormRow span.standardFormEntry {
    float: right;
    width: 335px;
    text-align: left;
    font-size: 80%;
}

form.standardForm {
    width: 450px;
    background-color: #8b5d2f;
    border: 1px dotted #fff;
    padding: 5px;
    margin: 0px auto;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 14px;
    margin-bottom: 14px;
}

form.standardForm h2 {
    clear: both;
    margin: 24px 0px 10px 10px;
    font-size: 85%;
}

form.standardForm h2:first-child {
    padding-top: 4px;
    color: #fff;
}


/************************************************************/
/******************** Criminal Thumbnails *******************/
/************************************************************/
#roguesGallery img {
	margin-right: 10px;
	margin-bottom: 10px;
}

#roguesGallery h2 {
	margin-top: 60px;
	clear: left;
}
