/*------Background Starts--------*/
body {
	background-image:url(../image/andwaBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed;
	background-size: cover;
	margin:0;
	color:#444;
	font:14px Arial, Helvetica, sans-serif;
	-webkit-font-smoothing:antialiased;
	line-height:1.3em;
}
/*------Background Ends--------*/
/*------Main Container Starts--------*/
#container {
	display:block;
	width:85%;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.8);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);   /* IE6 & 7 */
	zoom: 1;
	box-shadow: 0 0 10px #333;
	-moz-box-shadow:0 0 10px #333;
	-webkit-box-shadow:0 0 10px #333;
	border-left:solid 2px #FFFFFF;
	border-right:solid 2px #FFFFFF;
}
/*------Main Container Ends--------*/
/*------Head Starts--------*/
#head {
	background-color: #fcfbfc;
	height: 156px;
}
/*------Head Ends--------*/
/*------Logo Starts--------*/
#logo {
	width: 25%;
	float: left;
	margin: 20px 0 0 3%;
	height: 100px;
}
/*------Logo Ends--------*/
#head_right {
	width:60%;
	float:right;
	padding: 20px 3% 0 0;
}
/*------Banner Start-----*/
#banner {
	height: 85px;
	float:left;
	width:50%;
	overflow:hidden;
	margin-right:1%;
}
/*------Banner Ends-----*/
/*------Login Section Starts--------*/
#login {
	float: right;
	font: 12px 'lucida grande',tahoma,verdana,arial,sans-serif;
	height: 85px;
	background: #106b42;
	width:49%;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow:hidden;
}
#login a {
	text-decoration:none;
	color:#fff;
}
#login a:hover {
	color:#6699ff;
}
.button {
	background-color:#fd9827;
	border:0;
	color:#FFF;
	height:25px;
	width:100%;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.login {
	padding:15px 5%;
	font: 12px 'lucida grande',tahoma,verdana,arial,sans-serif;
	color: #fff;

}
.input {
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:solid 1px #fd9827;
	height:20px;
	width:90%;
	padding-left:5%;
}
.text label {
    display: inline-block;
}
.text input {
    vertical-align: middle;
}

/*------Logo Section Ends--------*/
h1 {
	font:bold 18px Arial,Helvetica,sans-serif;
	text-align:left;
	color:#106b42;
}
h1 a{
	font:bold 18px Arial,Helvetica,sans-serif;
	text-align:left;
	color:#106b42;
	text-decoration:none;
}
h2 {
	padding:0;
	margin:0;
	font-size:20px;
	font-weight:bold;
	color:#000;
}
p {
	text-align: justify;
	color:#444;
	font:14px Arial, Helvetica, sans-serif;
	-webkit-font-smoothing:antialiased;
	line-height:1.3em;
}
a {
	text-decoration:none;
	color:#0000CC;
}
a:hover {
	color:#444;
	text-decoration:underline;
}
/*--------------Menu Starts-----------*/
#menu {
	font: 700 13px "Lucida Grande", Arial, Helvetica, sans-serif;
	width: 100%;
	height: 36px;
	background-color:#106b42;
	float:left;
}
#menu ul {
	list-style: none;
	position: relative;
	display: inline-table;
	margin-bottom: 0px;
	z-index: 1000;
	margin:0 auto 0;
}
#menu ul li {
	float: left;
	margin:0;
}
#menu ul li:hover {
	background:#fd9827;
}
#menu ul li:hover a {
	color: #fff;
}
#menu ul li a {
	display: block;
	padding: 10px 10px;
	color: #FFF;
	text-decoration: none;
}
#menu ul ul {
	display: none;
	background: #106b42;
	position: absolute;
	top: 100%;
	border-radius:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	width:150px;
	padding:5px;
}
#menu ul ul li {
	float: none;
	border-top: 1px solid #CCC;
	position: relative;
}
#menu ul ul li a {
	padding: 5px 5px;
	color: #fff;
}	
#menu ul ul li a:hover {
	background:#fd9827;
}
#menu ul li:hover > ul {
	display: block;
}
#menu ul ul ul {
	position: absolute;
	left: 100%;
	top:0;
}
/*--------------Menu Ends-----------*/
/*------Main Content Section Starts--------*/
#content {
	overflow:auto;
	padding:10px 1%;
}
#main_con {
	float: left;
	width:52%;
	padding: 10px 1%;
	margin:0;
	text-align:justify;

}
#side_con {
	width: 12%;
	padding: 10px 0.5%;
	margin:10px 0;
	float: right;
	background:#fff;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#calendar {
	width:85%;
	float:left;
	padding:10px 0.5%;
	margin:10px 0;
	background:#fff;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
table.calendar {
	font-family: verdana,arial,sans-serif;
	font-size:12px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	width:100%;
}
table.calendar a {
	text-decoration:none;
}
table.calendar a:hover {
	text-decoration:underline;
}
table.calendar th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.calendar td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
}
/*------Main Content Section Ends--------*/

.side {
	width:98%;
	padding:1%;
	border:solid 1px #106b42;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, Verdana;
	font-size:12px;
}


ul#event {
	padding:0;
}

ul#event li {
	padding:10px 3px;
	text-align: justify;
	list-style:none;
	border-top:solid 1px #fd9827;
}

ul#event li a {
	color: #666;
	text-decoration:none;
}
ul#event li a:hover {
	color:#172d5f;
	text-decoration:underline;
}

ul#event li span {
	display: block;
	color: #06C;
}

.donation {
	width:98%;
	padding:1%;
	border:solid 1px #106b42;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, Verdana;
	font-size:12px;
	background-color: #fd9827;
}


.Warning, .warning, .WARNING{
  font-family: Arial, Helvetica, Verdana;
  font-size: 12px;
  font-style: normal;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: 15px;
  font-weight: bold;
  font-variant: normal;
  color: #AD2108;
  text-decoration: none;
  border-width: 0px;
}

.Duane, .duane, .DUANE{
  font-family: Arial, Helvetica, Verdana;
  font-size: 12px;
  font-style: normal;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: 15px;
  font-weight: normal;
  font-variant: normal;
  color: black;
  text-decoration: none;
  border-width: 0px;
}

div#tipDiv {
    padding:4px;
    color:#000; font-size:11px; line-height:1.2;
    background-color:#fd9827; border:1px solid #667295; 
    width:250px; 
}
/*------Footer Starts--------*/
#footer {
	background-color:#106b42;
	height:50px;
	margin:0 -2px;
	color:#FFF;
	text-align:center;
	font: 13px Arial, Helvetica, Verdana;
	padding-top:10px;
}
#footer a {
	text-decoration:none;
	color:#fd9827;
}
#footer a:hover {
	color:#ccc;
}
/*------Footer Ends--------*/
