@charset "UTF-8";
/* CSS Document */
.smtext {
	font-size:92%;
}

.list-group-item:hover {
	background-color:#eee;
}


.list-group-item a {
	text-decoration:none;
}

dd {
	margin-bottom:12px;
}

.container {
	/*border:1px solid #666;*/ /* ddd */
	background-color: #fff;
}

.jumbotron {
	background-color:#004837;
	color: #fff; /*#EBB111;*/
    margin-bottom: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.jumbotron .container {
	background-color:#004837;
}

body {
	/*background:url(../bg_gradient.fw.png) repeat-x center top;*/
	background-color:whitesmoke;
}


footer {
	background-color: #004837;
    color: white;
    padding: 8px;
}

footer li a:link {color:#fff;}
footer li a:visited {color:#ccc;}
footer li a:hover {color:#cc0;}
    

.small {
	line-height:120%;
}


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006e2e+0,006e2e+100;Green+Flat+%233 */

background: #006e2e; /* Old browsers */

background: -moz-linear-gradient(top,  #006e2e 0%, #006e2e 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #006e2e 0%,#006e2e 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #006e2e 0%,#006e2e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e2e', endColorstr='#006e2e',GradientType=0 ); /* IE6-9 */


body {
	background-color:whitesmoke;
}

