﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #cccccc;
}
#container{
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	width: 735px;
	padding-top:20px;
}
#splashInner{
	background-image:url(../../DevGraphics/MasterPage/splash_box_bg.gif);
	background-repeat: no-repeat;
	width: 735px;
	padding-top:17px;
}


#splashTop{	
	margin-left: 28px;
	height: 136px;

}
#splashMid{
	background-image:url(../../DevGraphics/MasterPage/splash_mid.jpg);
	background-repeat: no-repeat;
	margin-left:28px;
	margin-top: -3px;
	width: 684px;
	height: 207px;
	text-align:center;
}
#splashBot{
	margin-left:28px;
	}
#splashBotfront{
	margin-left:28px;
}
#header
{
    
}
#pagesInner{
	background:url(../../DevGraphics/MasterPage/pages_box_bg.gif);
	background-repeat: no-repeat;
	width: 780px;

	
}
#pagesContent{
	width: 730px;
  	margin-top: 15px;
  	padding-left: 40px;
  	padding-right: 40px;
	background:url(../../DevGraphics/MasterPage/page_expand_bg.gif);
	background-repeat:repeat-y;
}
.leftContent{
	float: left;
	width: 265px;
	font-size: 70%;
	font-weight:800;
	color: #002d62;
}
.rightContent{
	float: right;
	width: 400px;
	font-size: 70%;
	color: #002d62;
	margin-left: 20px;
	margin-right: 20px;
	font-weight:800;

}
h1{
	font-size: 150%;
	color: #F57817;
	text-transform:uppercase;
}

h2{
	font-size: 125%;
	color: #F57817;
	text-transform:uppercase;
}

h3{
	font-size: 110%;
	color: #934d6d;

}


#footer_front{
text-align:center;
}

#footer_front a{
color:#e769ab;
}
#footer_front a.hover{
color:#FFFFFF;
}
#navHolder{
	background:url(../../DevGraphics/MasterPage/navigation.gif);
	background-repeat: no-repeat;
	margin-top: -2px;
	width: 780px;
	height: 64px;
}
#navigation {
      float:left;
      width:100%;
	  background:#cccccc;
      font-size:80%;
      line-height:normal;
	  
}
#navigation ul {
	  margin:0;
	  padding:3px 10px 3px 20px;
	  list-style:none;
}
#navigation li {
      display:inline;
      margin:0;
      padding:0;
}
#navigation a {
      float:left;
      margin:0;
      padding:0 0 0 2px;
      text-decoration:none;
}
#navigation a span {
      float:left;
      display:block;
      background-image:url("../../DevGraphics/MasterPage/tabright1.gif");
      background-repeat: repeat-x;
      padding:5px 10px 13px 6px;
      color:#ffffff;
      font-weight: 600;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}
    /* End IE5-Mac hack */
#navigation a:hover span {
      color:#627EB7;
}
#navigation a:hover {
      background-position:0% -42px;
}
#navigation a:hover span {
      background-position:100% -42px;
      }
#footer
{
    background:url(../../DevGraphics/MasterPage/footer3.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 131px;
	clear: both;
}
.pinktext{
	color: #F57817;
}
.table1
{
padding:10px; 
}
.table
{
padding:5px;
width: 120px; 



}
.locationImage
{
    border: 0px;
}

#main_left
{
   float: left;
}
#main_right
{
   float: right;
}
.as_pics 
{
    text-align:center;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */