/* Lightfighter Trust CSS
   by Scott Gaertner for Caffeine Media
   25 November 2009
   All hand-written.  A nasty habit. */


a {
	outline:none;
	font-family:"Century Gothic", sans-serif;
	font-size: 14px;
	color: #DDDDDD;
	text-decoration: none;
	margin-right:50px;
	margin-left:0px;
}

a:hover {
	color: white;
}

a img {border: 0 none; }

body {
	background-color: #00102d;
	text-align:center;
	margin: 0; 
	border: 0;
	padding: 0;
}

#bkdiv {
    margin: 0 auto;
    text-align: center;
    border: 0px;
    padding: 0px;
    position: relative;
    top: 0px;
    width: 800px;
    height: 1300px;
}

#bkdiv_Home {
	z-index: 1;
	margin:0 auto;
	text-align:center;
	border: 1px;
	padding: 0px;
	position:relative;
	background-image: url(img/bkgd1.png);
	background-repeat: no-repeat; 
	top:0px;
	width:800px;
	height:613px;
}

#logo {
	text-align: left;
	width:100%;
	position:absolute;
	left:15%;
	top:196px;
}


#navwrapper_Home {
	z-index: 2;
	margin:0 auto;
	text-align:left;
	border: 1px;
	padding: 0px;
	position:relative;
	top:5px;
	width:800px;
	
	height: 26px;
	overflow: visible;
	font-family: "Century Gothic", sans-serif;
	font-size: 12px;
	color: white;
}

#navwrapper {
	text-align: left;
	position: absolute;
	left: 0px;
	top: 140px;
	width: 800px;
	height: 26px;
	overflow: visible;
	font-family: "Century Gothic", sans-serif;
	font-size: 12px;
	color: white;
}



#m1 {	
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 270px;
	width: 80px;
	background: #031e49;
	text-align: center;
	margin-left:0px;
	margin-right:0px;
}

#m1 a {	
	text-align: center;
	margin-left:0px;
	margin-right:0px;
}

#m1 a {	
	text-align: center;
	margin-left:0px;
	margin-right:0px;
}

#whitebox {
    margin: 0px auto;
    text-align: center;
    position: relative;
    top: 44px;
    width: 800px;
    max-width: 800px;
    height: 650px;
    background-color: #ffffff;
    visibility: visible;
}

#text1 {
	color: #022757;
	position: absolute;
	text-align: left;
	font-family: "Century Gothic", sans-serif;
	font-size: 24px;
	top: 260px;
	left: 20px;
	overflow: visible;
}

#text_c1 {
	color: #000000;
	position: absolute;
	text-align: left;
	font-family: "Century Gothic", sans-serif;
	font-size: 18px;
	top: 230px;
	left: 380px;
	overflow: visible;
}

#footer {
	position: relative;
	top: 648px;
	left: 0px;
	width: 800px;
	height: 12px;
	overflow: visible;
}

#header {
	margin:0 auto;
	text-align: center;
	position:relative;
	top: 24px;
	
	width: 100%;
	max-width: 800px;
	height: 114px;
	
	
	visibility: visible
}

#text_pg1_gr {
	text-align: left;
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	color: black;
	position: absolute;
	top: 50px;
	left: 160px;
	width: 600px;
	overflow: visible;
	line-height: 22px;
    margin-bottom: 74px;
}

#text_pg1_gr a {
	font-size: 14px;
	color: #0d4891;
	text-decoration:none;
}

.grantDivs
{
  display:none;
  font-size: 15px
}

.menuTab {
    }


.tabMenuUnSelect { 
	background:url(img/tabWhite.png) no-repeat left top; 
	height:35px;
	width:123px;
	line-height:14px;
	color: #0d4891;
    }

.tabMenuSelect { 
	background:url(img/tabBlue.png) no-repeat left top; 
	height:35px;
	width:123px;
	font-family: "Century Gothic", sans-serif;
	line-height:14px;
	color: White;
    }

#grantsMenu { 
	font-family: "Century Gothic", sans-serif;
	text-align:center;
	vertical-align:middle;
    position:relative;
    top:-5px;
    left:0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    cursor:pointer;
    }
    
#grantsMenu a {
	font-size: 13px;
	color: #0d4891;
	text-decoration:none;
    }

#grantsMenu a:link {
	font-size: 13px;
	color: #0d4891;
	text-decoration:none;
    }
      
    
.grantsWindow {
    border:solid 3px #022757;
    padding:5px;
    position:relative;
    top:-10px;

}



.roundabout-holder  
{
    padding: 0; height: 5em; list-style: none 
    }
   
   
.roundabout-moveable-item { 
      height: 1000px; 
      width: 550px; 
      cursor: pointer;
      background-color: white;
      border: 1px solid #999;
      padding:4px;
   }
   
.roundabout-in-focus { cursor: auto; }