* {margin: 0; padding: 0;}

/*
 CSS originally by Sunny Beach -- http://sunnybeachdesign.com
 modified by LearnRuby.com
*/


body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	xfont-size: .9em;
	font-size: 1.0em;
	line-height: 140%;
	background: #ffffff url(/support/header-gradient.jpg) repeat-x;
}

.main {
	padding: 0px 10px 0px 10px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	margin-top: 45px;
	padding-top: 40px;
	xbackground-image: url(/support/logo-100.png);
	xbackground-image: url(/support/logo-100.gif);
	xbackground-image: url(/support/logo-25dpi.tiff);
	background-repeat: no-repeat;
	min-height: 120px;
	text-align: left;
}

/* Have to add .png so the pngfix.js will work. Also, must make all .png images class png.*/
.header .logo img,.png {
	position: relative;
	top: -25px;
	left: 30px;
	float: left;
}

.header h1 {
	padding-top: 30px;
	padding-left: 255px;
	xfont-size: 2.8em;
	font-size: 2.2em;
	xcolor: black;
	color: #c70000;
}

.header h2 {
	padding-top: 10px;
	padding-left: 255px;
	font-size: 1.3em;
	font-weight: normal;
	xcolor: black;
	color: #c70000;
}

.header h2 em {
	font-weight: bold;
	font-style: normal;
	xfont-variant: small-caps;
	text-decoration: underline;
}

.header a:link, .header a:visited, .header a:hover {
	text-decoration: none;
	color: #c70000;
}

.header a:active {
	text-decoration: none;
	color: #e00000;
}

.content{
	text-align: left;
	padding-top: 20px;
	float: right;
	width: 640px;
}

.footer{
	clear: both;
	min-height: 40px;
	border-top: 5px solid #C80002;
}

.sidebar{
	padding-top: 20px;
	width: 225px;
	float: left;
	text-align: left;
}

p{
	padding: 0px 0px 15px 0px;
	xpadding-bottom: 15px;
}

h1{
	font-size: 1.6em;
	padding: 10px 0px 10px 0px;
	xmargin-top: 20px;
	xmargin-bottom: 10px;
	font-weight: bold;
	xcolor: black;
	color: #aa0000;
}

h2{
	font-weight: bold;
	font-size: 1.35em;
	xtext-decoration: underline;
	xborder-bottom-color: #990000;
	margin-top: 20px;
	margin-bottom: 10px;
	xpadding: 10px 0px 10px 0px;
	color: #990000;
}

h3{
	font-weight: bold;
	xfont-size: 1em;
	font-size: 110%;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #770000;
}

th{
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
}

td{
	padding: 5px;
}

tr{
	padding: 5px;
	border-bottom: 1px solid #999;
}

strong{
	font-weight: bold;
}

em {
	font-weight: bold;
        color: #C80002;
	xfont-style: italic;
}

a:link, a:visited { 
	text-decoration: underline;
	color: #990000;
}

a:hover { 
	text-decoration: none;
	xfont-weight: bold;
	xcolor: #660033;
	color: #ff0000;
}

ul.short li {
        list-style: disc outside;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 8px;
	font-size: 95%;
	line-height: 110%;
}

ul.long li {
        list-style: disc outside;
	margin-bottom: 16px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 95%;
	line-height: 110%;
}

img.button {
    vertical-align: middle;
}

table.classes {
	font-size: 0.75em;
	margin-top: 5px;
	margin-bottom: 20px;
}

table.classes td.compact {
	xfont-size: 0.95em;
	line-height: 110%;
}

table.classes td.price {
	text-align: right;
	line-height: 110%;
}


table.form {
	color: #aa0000;
	background: #ffdddd;
	border: medium solid;
}

table.form tr {
	   border-style: none;
}


ul.bulleted {
	margin-top: 10px;
	margin-bottom: 20px;
}

ul.bulleted li {
        list-style: disc outside;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 100%;
	line-height: 100%;
}

ul.bulleted ul li {
        list-style: disc outside;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 60px;
	margin-right: 40px;
	font-size: 90%;
	line-height: 100%;
}

ul.chunk-list li {
        list-style: disc outside;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 40px;
	font-size: 85%;
	line-height: 110%;
}

ol.bulleted {
	margin-top: 10px;
	margin-bottom: 20px;
}

ol.bulleted li {
  	list-style: decimal outside;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 100%;
	line-height: 100%;
}

ol.bulleted ol li {
        list-style: lower-alpha outside;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 60px;
	margin-right: 40px;
	font-size: 90%;
	line-height: 100%;
}

