/*-----------------------------------------------------------------------------
Website Style Sheet

version:   1.0
author:    
email:     @practisinc.com
website:   http://www.csglc.com/
-----------------------------------------------------------------------------*/

@media screen {

/* Remove padding and margin */
* {
  margin: 0;
  padding: 0;
}

	/* =General
	-----------------------------------------------------------------------------*/
	body {
	  padding: 0;
	  margin: 10px 0 0 0;
	  font: 12px Arial, Helvetica, sans-serif;
	  text-align: center; /* Centered design work around for IE 5.X and 6 in quirks mode. */
	  min-width: 780px; /* Centered design work around for Netscape 6. */
	  overflow: -moz-scrollbars-vertical;
	  color:#464646;
	}
	
	/* Class for clearing floats */
	.clear { clear:both; }
	
	/* Remove border around linked images */
	img { border: 0; }
	
	p { margin: 0.8em 0; line-height:16px; }
	
	abbr {border-bottom:0px;}
	
	h1, h2, h3, h4, h5 { color:#9b0a0d; margin: 10px 0; }
	h1 { font-size: 18px; }
	h2 { font-size: 15px; }
	h3 { font-size: 13px; }
	h4 { /* different color */ }
	h5 { /* different color */ }
	
	
	/* =Links
	-----------------------------------------------------------------------------*/
	a:link,
	a:visited { color: #464646; text-decoration:underline;}
	a:hover { color: #464646; text-decoration:underline; }


/* =Navigation
-----------------------------------------------------------------------------*/
#nav_main {
  margin-top: 5px;
  margin-bottom: 20px;
}

#nav_main ul {
  list-style-type: none;
  width: 780px;
  float: left;
}

#nav_main ul li {
  float: left;
}

#nav_main ul li a,
#nav_main ul li a:visited {
  display: block;
  float: left;
  width: 130px;
  height: 18px;
  padding: 7px 0;
  color: #E5E5E5;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  background: url(../images/bg_nav_tab.gif) no-repeat;
}

#nav_main ul li a:hover {
  color: #000000;
  background: url(../images/bg_nav_tab_over.gif) no-repeat;
}


#nav_utility {
  text-align: right;
  font-size: 11px;
}

#nav_utility a {
  color: #000000;
  text-decoration: none;
}

#nav_utility a:hover {
  text-decoration: underline;
}

#nav_bottom {
  padding: 4px 0;
  background: url(../images/bg_footer.gif) no-repeat;
  text-align: center;
  font-size: 11px;
}

#nav_bottom a,
#nav_bottom a:visited {
  padding: 0 10px;
  color: #000000;
  text-decoration: none;
}

#nav_bottom a:hover {
  text-decoration: underline;
}


/* =Structure
-----------------------------------------------------------------------------*/
#wrapper {
  width: 780px;
  margin: 0 auto;
  text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
}


/* =Header
-----------------------------------------------------------------------------*/

#branding h1 {
  padding-bottom:35px;
  padding-top: 87px;
  padding-right: 30px;
  text-align: right;
  font-size: 20px;
  color:#464646;
  background: url(../images/bg_banner.jpg) no-repeat;
}

/* =Three Column
-----------------------------------------------------------------------------*/
#three_column #bg_content {
  margin-bottom: 10px;
  background: url(../images/bg_content.gif) repeat-y;
}


#three_column #primary_content {
  width: 270px;
  float: left;
  color: #626262;
}

#three_column #secondary_content {
  width: 197px;
  float: right;
}

#three_column #secondary_content img {
  margin-right: 15px;
}

#three_column #secondary_content ul {
  margin:0 0 0 5px;
  list-style-type: none;
  font-size: 12px;
}

#three_column #secondary_content ul li {
  padding:5px 0;
}


#three_column #secondary_content ul a {
  color: #464646;
}

#three_column #side_content {
  margin-left: 55px;
  width: 205px;
  float: left;
}

#three_column #side_content p {
 margin:0 0 0 5px;
}


#three_column #secondary_content h2, #three_column #side_content h2 {
  height: 23px;
  padding: 3px;
  padding-left: 5px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  background: url(../images/bg_banner.gif) no-repeat;
}



/* =Two Column
-----------------------------------------------------------------------------*/
#two_column #primary_content {
 width:620px;
 float:left;
}

#two_column #primary_content ul {margin:15px 35px;}

#two_column #secondary_content {
 float:right;
 width:146px;
 margin:0;
 padding:0;
 border:0;
 color:#ffffff;
}

#two_column #secondary_content #in_this_section{
 margin:0;
 padding:0;
 border:0;
 background:#eaeaea;
 font-size:11px;
 color:#000000;
 width:146px;
}

#two_column #secondary_content h2 { 
 background:url(../images/in_this_section_bg.gif) no-repeat;  
 color:#ffffff;
 font-size:12px;
 margin:0; 
 padding:1px 6px; 
}

#two_column #secondary_content #in_this_section ul {
 border:1px solid #cccccc;
 border-bottom:0px;
 margin:0;
 padding:0;
 list-style-type:none;
}

#two_column #secondary_content #in_this_section ul li {
 padding:4px 5px;
 margin:0;
 border-bottom:1px solid #cccccc;
}

#two_column #secondary_content #in_this_section ul li a,
#two_column #secondary_content #in_this_section ul li a:visited {text-decoration:none;}
#two_column #secondary_content #in_this_section ul li a:hover {text-decoration:underline;}


/* =Footer
-----------------------------------------------------------------------------*/
#footer {
  margin-top: 5px;
  text-align: center;
  font-size: 11px;
}

#footer a {
  color: #000000;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}




/* =Forms
-----------------------------------------------------------------------------*/

form {
  /*width: 98%;*/
  padding: 5px;
  margin: 0;
}

form em {
  color: #FF0000;
}

form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

form p label {
  float: left;
  width: 35%;
}

fieldset {
  padding: 7px;
  padding-left: 8px;
}

fieldset legend {
  padding: 0;
  margin-bottom: 2px;
  font-weight: bold;
  color: #000000;
  font-size: 13px;
}

input.txt {
  width: 200px;
}

.formerror {
  border: 1px solid red;
  background-color : #FFCCCC;
  width: auto;
  padding: 5px;
  margin-bottom: 5px;
}

.formerror ul {
  padding-left: 20px;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
}


/* =Misc 1
-----------------------------------------------------------------------------*/
.question {background:red;}
.highlight {background:yellow;}
.vcard {margin:0; padding:5px; border:1px solid #cccccc;}


/* =Driving Directions 
-----------------------------------------------------------------------------*/
#driving_directions { margin:0; padding:0; border:0; width:250px; float:right;}
#driving_directions h2 {width:250px; height:30px; margin:0; padding:0; position:relative;}
#driving_directions h2 span {width:100%; height:100%; position:absolute; background:url(../images/directionsTop.gif) no-repeat;}
#driving_directions form {margin:0; padding:0; border:0;}
#driving_directions p {margin:3px 0; padding:0;}
#driving_directions .content {background: url(../images/directionsMiddle.gif) repeat-y; font-size:12px; padding:10px 20px;}
#driving_directions .content input {margin:3px 0px;}
#driving_directions .bottom {background: url(../images/directionsBottom.gif) no-repeat; width:250px; height:35px; text-align:center;}
#driving_directions .bottom #submitButton {margin:0px auto; cursor:pointer;}


}
