/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
* { 
	margin:0px;
	padding:0px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ul {
	margin:0px 0px 10px 20px;	
}
iframe {
	border:0;
}
/*
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
body {
	text-align:center;
	margin:0px auto;
	background-color:#f0f0f0;
	line-height:1.2;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:9pt;
	color:#FFF;
}
a {
	color:#FF6600;
	cursor:pointer;
	text-decoration:underline;
}
a:focus {
	-moz-outline:0;
	outline:0;
	outline-offset:0;
}
a img {
	border:0;
} 
h1,h2,h3 {
	color:#000;
	letter-spacing:-1px;
	font-size:14pt;
	font-weight:normal;
	margin:10px 0px 0px 0px;
	padding:0px;
}
h1 {
	text-transform:uppercase;
	color:#FFF;
	background-color:#5587D6;
	padding:5px;
	margin-bottom:5px;
	font-size:18px;
}
p {
	margin:0 0 10px 0;
}
small {
	font-size:9px;
	line-height:1.2;
}
strong {
	font-weight:bold;
}
b {
	color:#FF6600;
}
ol {
	margin-left:20px;
	margin-bottom:10px;
}
/*
-----------------------------------------------------------------------------
LAYOUT:Global (cascading order)
-----------------------------------------------------------------------------*/
#wrap {
	position:relative;
	margin:0px auto;
	width:492px;
	background-image:url(../images/page.png);
	background-repeat:repeat-y;
	background-position:center;
}
#header {
	position:relative;
	margin:0px auto;
	width:452px;
	text-align:left;
	padding:20px 20px 55px 20px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color:#729bdd;
	text-transform:uppercase;
}
#page {
	position:relative;
	margin:0px auto;
	width:452px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:1px 20px 25px 20px;
	text-align:left;
	color:#000;
}
#footer {
	position:relative;
	margin:0px auto;
	width:452px;
	padding:1px 20px 25px 20px;
	color:#000;
	font-size:8.5pt;
	background-color:#F0F0F0;
}
/*
-----------------------------------------------------------------------------
HEADER CSS
-----------------------------------------------------------------------------*/
#logo {
	font-size:17pt;
	padding-left:65px;
	margin-bottom:10px;
	background:url(../images/logo.png) left no-repeat;
}
#logo span {
	font-size:9pt;
}
#logo a {
	text-decoration:none;
    color:#FFF;
}
#caption {
	font-size:15pt;
	text-align:right;
	line-height:1;
}
#caption span {
	font-size:17pt;
}
#caption b {
	color:#FFCC00;
}
#caption p {
	font-size:10px;
	text-transform:none;
}
#caption p a {
	color:#fff;
}
#menu {
	font-size:14px;
	text-align:left;
	margin-top:10px;
}
#menu ul {
	padding:0;
	margin:0;
}
#menu li {
	display:inline;
	margin:0px;
}
#menu .help {
	padding-left:65px;
}
#menu .faq {
	padding-left:112px;
}
#menu .contact {
	padding-left:101px;
}
#menu a {
	color:#FFF;
	text-decoration:none;
}
#menu a:hover {
	color:#FF6600;
	text-decoration:underline;
}
/*
-----------------------------------------------------------------------------
FOOTER CSS
-----------------------------------------------------------------------------*/
#brightsite {
	text-align:center;
	padding:10px;
}
#brightsite a {
	color:#000;
}
#brightsite a:hover {
	text-decoration:none;
}
#footer-menu {
	position:relative;
	text-align:left;
	text-transform:uppercase;
	top:-10px;
}
#footer-menu li {
	display:inline;
}
#footer-menu a {
	color:#000;
	text-decoration:none;
	padding:0px 5px;
}
#footer-menu a:hover {
	text-decoration:underline;
}
/*
-----------------------------------------------------------------------------
Testimonials CSS
-----------------------------------------------------------------------------*/
.testimonial {
	border:solid 1px #CCCCCC;
	padding:5px;
	margin-bottom:5px;
	height:62px;
}
.testimonial .name {
	color:#FF6600;
	font-style:italic;
}
.testimonial img {
	border:solid 1px #CCCCCC;
    margin-right:5px;
}
/*
-----------------------------------------------------------------------------
Instructions CSS
-----------------------------------------------------------------------------*/
#instructions .step img {
	float:left;
	font-size:25pt;
	margin-top:3px;
}
#instructions {
	border-bottom:2px solid #5587D6;
    margin-bottom:30px;
}
.step h2, .step p {
	margin-left:60px;
}
.note {
	background:#FFF;
	border:1px solid #5587D6;
	padding:1px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:9pt;
	margin-top:3px;
}
.tip {
	font-size:8.5pt;
}
.step span {
	font-size:12pt;
	color:#FF6600;
}
/*
-----------------------------------------------------------------------------
Contact CSS
-----------------------------------------------------------------------------*/
.input {
	border:1px solid #999;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:9pt;
	padding:2px;
	margin:2px 0px;
}
.button {
    background-color:#5587D6;
    border-color:#CCC #555 #555 #CCC;
    border-style:solid;
    border-width:1px;
    color:#FFFFFF;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:9pt;
    padding:2px 15px 3px 15px;
    text-align:center;
    cursor:pointer;
}