h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, sans-serif;
	color: #333;
	}

h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #eeeeee;
	}
	
.answer {
	display:  none;
	}	
	
.answer_visible {
	padding: 2px;
	margin:  5px;
	background-color: #E0E8EF;
	border: 1px solid #B5C3CF;
	display:  block;
	}
	
.question {
	color:  #0000ff;
	text-decoration:  underline;
}
	
.applicationForm {
	border: 1px solid #666666;
	margin: 0px 0px 5px 0px; 
	width: 150px;
	}

/* Navigation Section */
.navItem {
	margin:0px 0px 0px 0px;
	padding: 0px;
	white-space:nowrap;
	}

.navItem a {
	padding: 0px 0px 0px 8px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #21344A;
	text-decoration: none;
	vertical-align: middle;
	}

 .navItem a:hover {
	text-decoration: underline;
	}

.standardText {
	font-size: 14px;
	color: #333;
	/* background-image: url(../images/griffinSM.gif); */
	background-repeat: no-repeat;
	background-position: center;
	}

a.footer {
	color: #666;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	}

a:hover.footer {
	text-decoration: underline;
	}

/* Side Box CSS */
.sidebox {
	float: right;
	margin: 0 auto; /* center for now */
	width: 210px;
	background: url(../images/sbody-r.gif) no-repeat bottom right;
	}
.boxhead {
	background: url(../images/shead-r.gif) no-repeat top right;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	}
.boxhead h2 {
	background: url(../images/shead-l.gif) no-repeat top left;
	font-family: Arial, sans-serif;
	margin: 0;
	padding-top: 10px;
	/* padding: 22px 30px 5px;*/
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	color: #414F62;
	}

.boxbody {
	background: url(../images/sbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	text-align: left;
	}
	
	
.boxbody label {
	color: #AD0000;
	font-size: 12px;
	text-align: left;
	float: left;
	clear: both;
	}
	
/* Featured Car Section */
.featuredCar {
	width: 240px;
	height: 100%; 
	min-height: 100%;
	display: table;
	clear: both;
	border: 1px solid #ccc;
	margin-top: 2px;
	background-color: #DFE5FF;
	}
	
.featuredCarTitle {
	color: #18285A;
	background-color: #FF9A31;
	font-size: 8pt;
	font-family: arial, sans-serif;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-align: center;
	}

.featuredCarImage {
	text-align: left;
	float: left;
	border: 0px;
	margin-right: 5px;
	padding: 0px 0px 0px 0px;
	}

.featuredCarDesc {
	vertical-align: middle;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	padding: 0px 0px 0px 0px;
	}
	
.services {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	list-style: none
	}

.servicesTitle {
	width: 238px;
	margin-top: 2px;
	padding: 2px 2px 2px 2px;
	/* background-color: #AD0000; */
	background-color: #18285A;
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	}

/* Form Markup Elements */

div.adminForm {
    width: 505px;
    background-color: #eee;
	background-image: url(../images/griffenBG.gif);
	background-repeat: no-repeat;
	background-position: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; 
    border-bottom: 1px solid #ccc;  
    padding: 5px;
    margin: 0px auto;    
	text-align:  left;
}

div.adminForm2 {
    width: 505px;
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; 
    border-bottom: 1px solid #ccc;  
    padding: 5px;
    margin: 0px auto;    
	text-align:  left;
}

.row {
  width: 500px;
  clear: both;
  padding: 5px;
  line-height: 20px;
  }
  
  
.row label {
  float: left;
  padding-right: 5px;
  width: 150px;
  text-align: left;
  font-family: verdana, arial, sans-serif;
  font-size: .9em;
  line-height: 1.1em;
  color: #444;
  }

.rowOver {
  width: 500px;
  clear: both;
  padding: 5px;
  background-color: #fefefe;
  border: 1px solid #d6d6d6;
  }
  
 .rowOver label {
  float: left;
  padding-right: 5px;
  width: 150px;
  text-align: left;
  font-family: verdana, arial, sans-serif;
  font-size: .9em;
  font-weight: bold;
  line-height: 1.1em;
  color: #333;
  }
  
.rowTitle {
  background-color: #81889F;
  color: #eee;
  padding: 2px 2px 2px 2px;
  font-family: verdana, arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  width: 500px;
  border: 1px solid #000;
  text-align: left;
  float: left;
  clear: both;
}

.input {
  /* width: 250px; */
  text-align: left;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  line-height: 16px;
  } 
  
 .inputBox {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  border: 1px solid #333;
  }

.formText {
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size: .9em;
  padding: 1px 1px 1px 1px;
  text-align: left;
  float: left;
  clear: both;
	}

div.appTitle {
  padding: 2px 2px 2px 2px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #18285A;
  width: 500px;
  border-bottom: 1px solid #000;
  text-align: left;
  float: left;
  clear: both;
}

.error {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #333;
	background-color: #eee;
	}

.confirmationText {
  width: 500px;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  padding: 2px 2px 2px 2px;
  line-height: 14px;
  text-align: justify;
  float: left;
  clear: both;
	}

.pageTitle {
  padding: 2px 2px 2px 2px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #18285A;
  width: 500px;
  border-bottom: 1px solid #000;
  text-align: left;
  float: left;
  clear: both;
	}

.pageText {
  width: 500px;
  font-size: 12px;
  padding: 2px 2px 2px 2px;
  line-height: 14px;
  text-align: justify;
  float: left;
  clear: both;
	}
.centerText {
  width: 500px;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  padding: 2px 2px 2px 2px;
  line-height: 14px;
  text-align: center;
  float: left;
  clear: both;
}

div.pageParent {
    width: 505px;
    background-color: #fff;
	/* background-image: url(../images/griffinSM.gif);  */
	background-repeat: no-repeat;
	background-position: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; 
    border-bottom: 1px solid #ccc;  
    padding: 5px;
    margin: 0px auto;  
  	display: table;
}

.breadcrumb {
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #333;	
	text-decoration: none;
	}
	
a.breadcrumb {
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #333;	
	text-decoration: none;
	}

.faqQuestion {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #FF0000;
	}
	
.faqAnswer {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	color: #333;
	font-style: italic;
}

.Resource {
	margin-top: 10px;
	width: 500px;
	float: left;
	clear: both;
	border: 1px solid #EFF0FF;
	padding: 2px 2px 2px 2px;		
	}
	
.ResourceHeader {
	background-color: #DEDFEF;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	font-family: verdana, arial, sans-serif;
	border: 1px solid #000000;
	padding: 2px 2px 2px 2px;		
	}
	
.ResourceText {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	padding: 2px 2px 2px 2px;
	line-height: 14px;
	text-align: justify;
	width: 100%;
}

.msg {
	font-size: 12px;
	color: #FF0000;
}

#flash {
	border: 1px solid #FF6600;
	background: #FFCC00;
	text-align: center;
	padding: 5px;
}
/* Admin Form Table */
table.admin {
	width: 400px;
	font-size: 12px;
}

table.admin th {
	background-color: #000;
	margin: 0px;
	color: #fff;
	padding: 5px;
}

.adminForm2 h2 {
	text-align: center;
}

table.admin td {
	border: 1px solid #ddd;
	padding: 2px 2px 2px 2px;
	text-align: center;
}

.sm_red {
  font-size: 10px;
  color: #FF0000;
}

	