

* {
	padding:0;
	margin:0;	
	list-style:none;
}

body,html {
	background:#fff;
	
}


#content {
	background:#fff;
	width:74em;
	margin:2em auto 0;
	border:0.1em solid #e1e2e2;
	padding:1em;
}

#masthead {
	height:20em;	
	line-height:15em;
	background:#ededed url(../images/masthead.jpg) middle center no-repeat; 
	text-align:center;
	 
}

#nav {
	height:2.2em;
	width:70em;
	text-decoration:none; 	
	margin:0 auto;
	position:relative;
	top:-1em;
}

#nav li {
	float:left;
	text-align:center;
}

#nav li a {
	display:block;
	padding:0.5em;		
	width:6em;
	background:#FFF url(../images/li.gif) bottom repeat-x;
	border-right:0.1em solid #EAEAEA;
	color: #333;
}

#nav li a.noBorder {
	border-right:0;	
}

#nav li a:hover {
	background:#FFF url(../images/li_hover.gif) bottom repeat-x;
	color:#000;
}
#nav li a.current {
	background:#FFF url(../images/li_hover.gif) bottom repeat-x;
	color:#000;
}

#main {
	clear:both;	
	padding:1em 1.5em;
	margin-bottom:12px;
}

#main ul {
	margin-bottom:1em;	
}

#main li {
	list-style-type:square;
	margin:0.5em 2em;
	padding:0;
}

#main li p {
	margin:0;
	padding:0;
	color:#666;
}

p {
	margin-bottom:1em;
}

h1 {
color:#000;
}
h2 {
	margin:1.5em 0 0.25em;	
}

h3 {
	color:#C32A25;
	font-size:1.8em;	
}

#subMain {
	width:25%;
	float:right;
	padding:1em;
	margin:0 0 1em 1em;
	text-align:center;
}

#subMainLeft {
	width:20%;
	float:left;
	padding:1em;
	margin:0 0 1em 1em;
	border:0.1em solid #fff;	
	
	
}
#subMain h2 {
	margin-top:0;
}

img.floatLeft { 
    float: left; 
    margin: 0 0.9em 0.9em 0.9em; 
}

img.floatRight { 
    float: right; 
    margin: 0.9em; 
}

#testfooter {
	text-align:center;
	background:#FFF url(../images/footer.gif) repeat-x;
	width:762px;
	*width:758px; /*IE Filter*/
	height:5.1em;
	position:relative;
	right:11px;
margin-bottom:-20px;
padding-top:13px;
}
#testfooter p{
text-align:center;
}


/* Typography
---------------------------------------------------------*/

body {
	font:62.5% arial;	
	color:#000;
}

a {
	text-decoration:none;
	color:#c32925;
	
}

a:hover {
	color:#333;
}

p {
	font-size:1.3em;
	line-height:1.5em;	
	color:#333;
}

h2 {
	font-size:1.5em;
	line-height:1.5em;	
	color:#333;
}

h1 {
color:#c42b26;
font-size:2.2em;
}

blockquote {
	margin-left:1.5em;
	padding-left:2em;
	border-left:0.3em solid #4b443e;
	font-size:0.9em;
	line-height:1.5em;
	color:#000;
}


#main li {	
	color:#444;
	font-size:1.3em;
	line-height:1.5em;
}

#nav li {
	font-size:1.2em;
}

#footer {
	font-size:1em;
}
.disclaimerText {
font-size: 10px
}


/* Pricing Table
------------------------------------------------------------*/
table{
	font-size:1.3em;
	line-height:1.5em;
	text-align:left;
}
tr {
border-bottom:1px solid #666;
}
th, td {
padding:2px 0 2px 6px;
vertical-align:top;
border-bottom:1px solid #AAA;
}

th{
background-color:#AAA;
color:#FFF;
}