@charset "utf-8";
@import url("ie-grpstyle.css");

/* GrassRootsPress CSS main style sheet */

/* colors - body 		- background-color:#63c742	- bright green
			container	- background-color:#ffffff	- white
			header		- background-color:#c1e9b3	- light green
			a			- color: #b13b8e			- purple
			h1,h2,h3	- color: #63c742			- bright green
			a:hover		- color: #994b19			- red
			navigation	- background-color: #5c743d	- dark green
			content 	- color: #000000			- black
			hr			- color: #63c742			- bright green
			right boxes	- color: #f5be9b			- pale maroon
						- color: #ecbcdd			- pale purple
*/

body {
	background-color: #63c742;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
}
a {
	text-decoration: none;
	color: #b13b8e;
}

img {
	border:none;
}

/*html selectors */

hl,h2,h3,h4,h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:capitalize;
	color:#63c742;
}

/* class selectors */

.backtotop {
	font-size: small;
}

.emph {
	font-style:italic;
}

.emphbld {
	font-style:italic; font-weight:bold;	
}

h4.headline {
	background-color:#fef886; 
	font-weight:bold;
	color:#000000;
	text-align:left;
}

/* class selectors end */

	
/* container selectors */
#container {
	width: 850px;
	margin: 20px auto 0 auto;
	background-color:#ffffff;	
}

#container #header {
	background-color: #c1e9b3;
	background-image: url(../images/grptypelogo-s.png);
	background-repeat: no-repeat;
	height: 127px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#container #header #name {
	text-align:center;
	padding:10px 0 0 35px;
}

#container #header #name img{
	margin:5px 0 0 40px;
	border:none;
}

#date {
	background-color: #63c742;
	border-style: solid; border-color: #994b19; border-width:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px 5px 5px 5px;
}

#date #text-only {
	float: right;
	width: 110px;
	text-align:right;
	margin:0 10px 0 0;
}

#date #text-only a {
	text-decoration: underline;
	color: #000000;	
}

/* container selectors end here*/


/* side nav bar starts here */

#container #container2 #sidenav {
	background-color: #5c743d;
	float: left;
	width: 125px;
	margin-right: 30px;
	padding-top: 20px;
}


#sidenav #green p {
	color:#ffffff; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-weight:bold; 
	font-size:11px; 
	padding:0 10px 5px 10px;
	text-align:center;
}

#sidenav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#sidenav ul li {
	position:relative;
}

#sidenav ul li ul {
	background-color: #5c743d; /*controls color of submenu background*/
	position:absolute;
	width:140px; /*submenu width*/
	top:0;
	visibility:hidden;
}

#sidenav li a {
	display: block;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #f4ffe4;
	color: #f4ffe4;
	padding-left: 10px;
}

#sidenav ul li a {  /*more on submenu*/ /*Credits: Dynamic Drive CSS Library *//*URL: http://www.dynamicdrive.com/style/ */
	display: block;
	overflow: auto; /*force hasLayout in IE7*/
	color: #f4ffe4;
	text-decoration: none;
	/***padding: 1px 5px;***/
	/***border: 1px solid #cccccc;
	border-bottom:1px;***/
}

#sidenav li a:hover {
	color: #994b19;
	background-color: #63c742;
}

#sidenav .current a {
	color: #994b19;
	background-color: #ffffff;
}
/*side nav ends*/


/* content starts here */
#container2 #content {
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	padding: 20px 0 0 10px;
	width: 358px;
	float: left;		
}

#container2 #content img{
	margin:3px;
}

/*#container2 #content p a:hover img{
	position: absolute;
 	top: 150px;
  left: 700px;
  height: 375px;
  width: 500px;
  border:none;
  background:white;
 	
}*/

#container2 #content .rule{
	border-top-style: solid; border-top-color: #63c742; border-top-width:thin;
	margin:-15px 0 15px 0;
}

#container2 #content2 {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	padding: 20px 0 0 10px;
	width: 400px;
	float: left;		
}

#container2 #content2 .rule{
	border-top-style: solid; border-top-color: #63c742; border-top-width:thin;
	margin:-15px 0 15px 0;	
}

#container2 #content p.headline {
	background-color:#fef886; 
	font-weight:bold;
	color:#000000;
}



/*content ends here*/


/*right bar starts*/

#container #container2 #right-bar {
	float: right;
	width: 200px;
	margin-right:30px;
	clear: right;
	min-height: 300px;
}

#container #container2 #right-bar li {
	margin-bottom:10px;
}

#container #container2 #right-bar .box1 {
	border: thick solid #ffffff;
	font-size: small;
	margin: 40px 0 0 0;
	padding: 10px;
}

#container #container2 #right-bar .box1 ul {
	padding: 0 15px 0 20px; 
	list-style-position: outside;
	text-align:left;
} 
	
#container #container2 #right-bar  .box1 ul li {
		margin-bottom: 6px;
}

#container #container2 #right-bar h2,h3,h4 {
	text-align:center;	
}

#container #container2 #right-bar p {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:bold; 
	text-align:center;
	margin:5px 0;
}

#container #container2 #right-bar .small {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:normal; 
	text-align:justify;
	margin:5px 12px;
}

#container #container2 #right-bar hr {
	color:#63c742;	
}

#container #container2 #right-bar h4 {
	margin:0;	
}

#container #container2 #right-bar #rotation {
	width:200px;
	/*****height-fixed:160px;*****/
	margin-top:20px;
	border:none;
}

#costOfWarTotal { 
	text-align: center; 
	width: 200px; 
	font-weight: bold;
	margin-top: 20px;
	border-style:inset;
	border-width:medium;
} 

#costOfWarTotal_Total { 
	font-size: 1.3em; 
	font-weight: bold; 
	color: #990000; 
}

#costOfWarTotal_Link { 
	font-size: .7em; 
} 

/*right bar ends*/

/*footer starts*/

#container #footer {
	clear: both;
	background-color: #ffffff;
}
#container #footer p a:hover {
	color: #994b19;
}

#container #footer p {
	clear:both;
	font-size:x-small;
	padding:15px 0;
	color:#000000; 
	text-align:center;
}

#container #footer img {
	margin:10px 25px 0 60px;
	border:none;
}

/*footer ends*/

/*contact info starts*/
#contact {
	width: 850px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	font-size: small;
}

#contact p {
	color:#ffffff;	
}

/*contact info ends*/