body {
	font: 12px Arial,Helvetica,sans-serif;
	color: #4B3443;
	background-image:url(../images/purple-bg.jpg);
	padding:0px;
	margin: 0px;
	font-size: 100.01%;
	font-size: 95%;
}

h1 {
	margin: 0 0 10px 0;
	font-size: 170%;
}

h2 {
	font-size: 145%;
}

h3, h4, h5 {
padding: 0;
margin: 0;
}

hr {
	border: none;
	height: 1px;
	color: #4B3443;
	background-color: #ccc;
	clear: both;
}


div.theforce {
	clear: both;
}


img {
	border: none;
}

a:link {
	color: #3d539c;
}

a:link,
a:visited,
a:active {
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
	font-style:italic;
}

button, .button {
	background-color: #ddd;
	border-width: 1px;
	border-color: gray;
	border-style: solid;
	color: #4e4941;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	-webkit-box-shadow: 2px 2px 2px #999;
	-moz-box-shadow: 2px 2px 2px #999;
}

a.button {
	padding: 2px;
	text-decoration: none;
}


div.jumpnav ul {
	list-style: none;
}

div.jumpnav ul li {
	display: inline;
}


table .border-left {
	border-left: 1px solid gray;
}
table .border-right {
	border-right: 1px solid gray;
}

table .border-top {
	border-top: 1px solid gray;
}
table .border-bottom {
	border-bottom: 1px solid gray;
}

.error {
	color: red;
}

.note {
    font-size: 85%;
    color: #4B3443;
    display: block;
    margin: 0;
}

.notes {
    height: 2.6em;
    overflow: hidden;
    margin-top: 0.4em;
}

/* Site Layout */

div#header,
div#footer,
div#wrapper {
	background-color:#FFFFFF;
	overflow: hidden;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

/* IE doesn't support direct descendants so it will ignore
 * this width while all other browsers will use it */
body>div#footer {
	width: 970px;
}

/* this style overites the main style to include a header image as a background
 * this is so the design can bleed into the content
 */
div#wrapper {
	background-repeat: no-repeat;
	padding-top: 130px;
}

div.column {
	width: 320px;
	float: left;
}

div#col1, div#col2 {
	margin-right: 12px;
}

.inside {
	width: 640px;
	float: left;
}

div#interior{
	margin-right: 12px;
}

interior-wrapper {
	width: 640px;
	float: left;
}

.widget-wrapper {
	margin: 0 0 8px 0;
	padding: 0;
	width: 320px;
}

.widget-interior {
	margin: 0 0 8px 0;
	padding: 0;
	width: 640px;
}

.interior-wrapper h4 {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border: 1px #aaa;
	border-style: solid solid none solid;
	background-color: #ccc;
	width: 620px;
	padding: 5px 10px;
	margin: 0;
	-webkit-box-shadow: 2px 2px 2px #999;
	-moz-box-shadow: 2px 2px 2px #999;
}

.widget-wrapper h4 {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border: 1px #aaa;
	border-style: solid solid none solid;
	background-color: #ccc;
	width: 300px;
	padding: 5px 10px;
	margin: 0;
	-webkit-box-shadow: 2px 2px 2px #999;
	-moz-box-shadow: 2px 2px 2px #999;
}

.interior-widget {
	border: 1px #aaa;
	border-style: none solid solid solid;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color: #eee;
	overflow: auto;
	width: 620px;
	padding: 10px;
	margin: 0;
	-webkit-box-shadow: 2px 2px 2px #999;
	-moz-box-shadow: 2px 2px 2px #999;
}

.widget {
	border: 1px #aaa;
	border-style: none solid solid solid;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color: #eee;
	overflow: auto;
	width: 300px;
	padding: 10px;
	margin: 0;
	-webkit-box-shadow: 2px 2px 2px #999;
	-moz-box-shadow: 2px 2px 2px #999;
}

.interior-widget ul.grouped {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.interior-widget ul.grouped li {
	margin: 2px 2px 6px 2px;
}
.interior-widget ul.inline li {
	margin: 2px;
	float: left;
	white-space: nowrap;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid gray;
}

.interior-widget ul.inline li:last {
	border-right: none;
}
/* virtual transparent click areas for the top headers */
a#clickLogo {
	margin-left: 30px;
	position: absolute;
	top: 75px;
}

a#clickLogo img {
	width: 220px;
	height: 210px;
}

/*
global header styles
END
*/

/*
global footer styles
START
*/

div#footer {
	border-top: 1px solid #a8a8a8;
	font-size: 70%;
	margin-top: 10px;
	color: #4B3443;
	clear: both;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
}

div#footer span.separator {
	margin: 0px 4px 0px 4px;
}

div#footer a:link,
div#footer a:visited,
div#footer a:active {
	color: gray;
}

/*
global footer styles
*/


/* homepage specific */

form#search div#search-options {
	text-align: right;
	margin: 0 0 3px 0;
        overflow: hidden;
}

form#search input#domain_input {
	width: 290px;
	display: block;
}


form#search input[type='hidden'] {
	/* FireFox 3 for some reason renders hidden fields with borders */
	display: none;
}

form#search button {
	width: 95px;
	margin-top: 4px;
}

div.search_options {
	font-size: 85%;
	overflow: hidden;
}

div.search_options a {
	float: left;
}

div.search_options #search-settings {
	float: right;
}


/* forms */

input[type != checkbox] {
	border: 1px solid #b8b19d;
}

button.next {
	border: none;
	background-color: #6ba634;
	color: white;
	font-weight: bold;
	padding: 8px 20px 8px 20px;
	margin: 3px 6px 6px 3px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 12px;
	-webkit-border-radius: 12px;
	-webkit-box-shadow: 2px 3px 5px gray;
	-moz-box-shadow: 2px 3px 5px gray;
}

button.next.disabled {
	background-color: #dbf5c8;
	color: gray;
}


input.active {
	border: 1px solid blue;
	-webkit-box-shadow: 0 0 5px #6495ed;
	-moz-box-shadow: 0 0 5px #6495ed;
}

input:focus {
	outline: none; // get rid of webkit highlighting
}

input.error {
	border: 1px solid red;
	-webkit-box-shadow: 0 0 5px red;
	-moz-box-shadow: 0 0 5px red;
}

form div.row {
	padding: 4px;
	line-height: 120%;
}
form div.buttons {
	padding-left: 250px;
	margin-top: 10px;
}

form div.row label,
form div.row input,
form div.row select,
form div.row img,
form p
{
display: inline-block;
}

form div.row label {
	width: 240px;
	text-align: right;
	margin-right: 4px;
}
form div.row.radio label {
	text-align: left;
	margin-left: 4px;
	display: inline;
	float: none;
}

form p.tooltip {
	margin: 0 0 0 425px;
	padding: 5px;
	position: absolute;
	display: none;
	background-color: #ffffe0;
	border: 1px solid gray;
	font-size: 90%;
	width: 400px;
	-webkit-box-shadow: 2px 3px 6px gray;
	-moz-box-shadow: 2px 3px 6px gray;
}

/* credit card selection */

ul.credit_card_picker {
	list-style: none;
}

ul.credit_card_picker li a {
	font-weight: bold;
	margin-right: 5px;
	padding: 2px;
}
ul.credit_card_picker li button {
	border: none;
	background: transparent;
	color: gray;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-weight: normal;
}

ul.credit_card_picker li
a.active_card {
	background-color: gray;
	color: white;
}
div.ccinfo {
	margin-left: 250px;
}
