body {
	line-height: 1.25em;
	font: 101.1% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
   	margin: 0;
	padding: 0;
	background: #fff url(images/back_green.gif) repeat-x;
}
	
p {	
	margin: 0 0 5px 0;
	padding-right: 10px;
	
}


h1 {
	font-size: 1.15em;
	color: #268ae0;
	background: #e5fff6;
	padding: 3px 0;
	
}

h2 {
	font-size: 1.0em;
	color: #009f62;
	margin: 5px 0;
}

a {
	color: #454545;
	text-decoration: underline;
}
a:visited {
	color: #454545;
}
a:hover {
	color: #3791bf;
}

img{
	border: none;
}

#container {
	width:760px;						
	margin: 0 auto;
	font-size: 80%;
	position: relative;
}

#header {
	height: 305px;
	padding: 5px;
	margin-bottom:1px;
	background: url(images/head.jpg) no-repeat;
}

#content {
	/*border-top: 1px dashed Silver;*/
	/*text-align: justify;*/
	font-size: 0.90em/.05em;	
	padding: 5px;
	margin-left: 200px;
	background: #fff url(images/shad.jpg) no-repeat;
		
}

#sidebar-a {		
	float: left;
	width: 189px;
	/*border-top: 1px dashed Silver;*/
	background: url(images/shad.jpg) no-repeat;
	
}

#sidebar-a h1 {
	border-bottom: 1px dotted #d2d2d2;
	font-size: .75em;
	font-weight: bold;
	color: #336799;
}


#sidebar-a p a{
	font-size: 80%;
	color: #000;
	margin-left: 20px;
	display: inline-block;
}
#sidebar-a a img{
	border: none;
	margin-top: .5em;
}
#containerboth { 
	padding: 0 30px;
}

#footer {
	height: 50px;
	font-size: .90em; 
	clear: both;
	background: url(images/footer.gif) bottom no-repeat;
	/*background-position: bottom;*/
}

.fotext {
	border-top: 1px dashed #D2D2D2;
	margin: 0 30px;
	font-size: 90%;
	padding-top: 10px;
	color:#7d7d7d;
	text-align: center;
}

.topnav {
	color: #435b6b;
	font-size: 85%;
	float: right;
	margin: 59px 35px 0 0;
	height: 15px;


}

.navcontainer {
	margin: 275px auto 0 auto; /*the top margin can push all other content down in ff*/
	width: 690px;
	padding: 0;
	height: 25px;
	
}

.navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0 20px;
	list-style-type: none;
	text-align: center;
}

.navcontainer ul li {
	float: left;
	text-align: center;
	padding: 2px;
	margin: 0;
}

.navcontainer ul li a {
	border: 1px solid #268ae0;
	background: #fff;
	width: 150px;
	height: 15px;
	padding: 2px;
	margin: 0;
	color: #268ae0;
	text-decoration: none;
	display: block;
	text-align: center;
	font: 0.9em tahoma, lucida, sans-serif;
}

.navcontainer ul li a:hover {
	color: #fff;
	/*background: #b1d5f4;*/
	background: #009f62;
}

.navcontainer li a:active {
	background: #268ae0;
	color: #fff;
}

/*.navcontainer li#active a {
	background: #268ae0;
	color: #fff;
}*/

#rightmenu {
	font-size: 0.9em;
	margin: 0px;
	padding: 10px;
	background: url(images/nav_bg.gif) no-repeat center top;
	

}

#rightmenu a {
	display: block;
	background: url(images/arrow.gif) no-repeat center left;
	color: #6b6b6b;
	padding: 2px 2px 5px 15px;
	margin: 2px 2px 2px 15px;
	text-decoration: none;
	/*background-position: 4px;*/
}

/*#rightmenu a:visited {
	color: #8A2BE2;
	background: url(images/arrow.gif) no-repeat center left;
	background-position: 4px;
}*/

#rightmenu a:hover {
	color: #268ae0;
	background: url(images/arrow.gif) no-repeat center left;
	/*background-position: 4px;*/
	text-decoration: underline;
}

#rightmenu a:active {
	color: #009f62;
	background: url(images/arrow.gif) no-repeat center left;
	/*background-position: 4px;*/
}

.news{
	border-bottom: 1px dashed #ddd;
	padding: 5px;
	color: #6A849D;
	font-size: 0.9em;
	margin-top: 0;
	margin-bottom: 10px;
}

.box {
	background-color: #EDF1F2;
	border: 1px solid #BFCAD5;
	padding: 10px;
	font-size: 0.9em;
	color: #6A849D;
}

.box h2 {
	color: #993333;
	font-size: 1.2em;
}

.imgright {
	vertical-align: top;
	border: 1px solid #eee;
	padding: 3px;
	float: right;
	margin: 5px;
}

.imgleft {
	/*vertical-align: top;*/
	float:left;
	border: 1px solid #eee;
	padding: 3px;
	margin:5px;
	
}
.imgBlock{
	display:block;
	margin: .5em auto;
	}

.portrait {
	border: 2px solid gray;
}
.announcement{
	border: 2px #cea66b solid;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #00915a;
	padding: 3px;
	margin: 0 auto 15px auto;
}


.notice{
	font-size: 85%;
	text-align: left;
	margin-left: 25px;
	padding-bottom: 10px;
}

.addressbox {
	font-size: 80%;
	color: #FF8C00;
	position: absolute;
	top: 2px;
	right: 40px;
	margin: 0;
	padding: 0;
	text-align: right;
}

.fltlft{
	float: left;
	margin: 5px 5px 5px 0;
}




.fltrt{
	float: right;
	margin: 5px 5px 5px 10px;
}
.notes{
	font: 85%;
	color: Red;
	font-weight: bold;
}

.brclear{
	clear: both;
	height:0; 
	margin:0; 
	font-size: 1px; 
	line-height: 0;
}

#getDirections{
	margin: 5px 0px 5px 40px;;
	font-size: 100%;
	width: 300px;
}

.pHeading{
	text-decoration: underline;
	padding-right: 7px;
}

.gridView
{
    margin-top: 15px;
    width: 475px;
}
.gridView th
{
    background-color: #009f62;
    text-align: left;
}

/* ***** IP Team Logo branding **** */
#ipBrand{
	width: 760px; /* may need to change, or remove, depending on layout */
	color: #3D92D5; /* adjust as needed for layout */
	font-size: 70%; /*may need to change depending on layout */
	text-align: right;
	margin: 0 auto; /* adjust as needed depending on layout */
	padding: 1px 0 0 0; /*prevents margin-collapse */
	height: 52px;
	/*border: 1px solid red;*/
}
#ipBrand p{
	padding-top: 10px;
}

.ipLogo{
	float: right;
	padding-right: 15px;
}
/* end branding */



#banner {
	text-align: center;
	font-weight: bold;
	border: 2px #00975c solid; 
	color: #00975c;
	background-color: #fbf8e5;
	padding: 3px;
	margin: 0 20px 0 20px;
	font-size: 1.1em;
}

#banner a  {
	color: #c6a467; 
	font-size: .75em;

}

#banner a:hover {
	color: #00975c;
}