/* CSS created 12/4/05 for Reliable Tax & Accounting */
/* Created by Matt Kallman (matt@kallmanconsulting.com)
/* Colors:
			#F4F4F8 - light blue
			#1132A2 - logo blue
			#A2117B - purple
			#11A238 - green
*/

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #F4F4F8;
  font-size: .8em;
}

p, td, form {
  line-height: 1.3em;
  font-family: tahoma, helvetica, sans-serif;
}

a {
  color: #1132A2;
}
a:hover {
  color: white;
  background-color: #1132A2;
  text-decoration: none;
}

h1 {
	font-family: georgia, tahoma, helvetica, sans-serif;
	font-size: 1.8em;
	color: #1132A2;
	margin-left: 50px;
	margin-right: 50px;
}

h2 {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 1.7em;
}
/* =Layout */

#container {
	text-align: left;
}

#header {
	background-color: white;
	border-bottom: 2px solid #A2117B;
	height: 110px;
}

#logo { float: left; }

#countdown {
	float: right;
	font-family: georgia, tahoma, helvetica, sans-serif;
	color: #1132A2;
	background-color: #F4F4F8;
	font-size: 1.3em;
	padding: 10px 20px 10px 20px ;
	margin-bottom: 22px;
}

#content {
	margin-left: 50px;
	margin-right: 50px;
}

#right {
	float: right;
	padding: 10px;
	text-align: center;
	margin-right: 50px;
	background: white;
	border: 1px solid #A2117B;
	width: 250px;
}

#footer {
	background-color: #11A238;
	border-top: 2px solid #ddd;
	margin: 0;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 12px;
}

#contact {
	background: #F4F4F8;
}

#footerphone {
	float: right;
}


/* =Navigation */

#nav {
  float: left;  
  width: 450px;
  font: 16px tahoma, verdana, helvetica, serif;
  font-weight: bold;
  height: 30px;
  margin-left: 0px;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 4px;
}
#nav li {
  float: left;
  padding: 4px;
}

#nav a {
  margin-right: 1px;
  padding: 4px;
  color: #1132A2;
}

#nav a:hover {
  background-color: #F4F4F8;
  color: #A2117B;
  border-bottom: 1px solid #1132A2;
}

/* =Format */

.big { font-size: 1.7em; }

.small { font-size: .8em; }

.grey { color: #E8E8E8; }

.green { color: #11A238; }

ul {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	line-height: 130%;
	list-style-image: none;
	list-style-type: disc;
}


#content ul {
	font-size: 12px;
    font-family: tahoma, helvetica, sans-serif;
}

#footer p, #footer a {
	color: white;
}

#footerphone p {
	font-family: georgia, tahoma, sans-serif;
}
