/* CSS by Jim Pietrangelo
*  copyright 2010 WebCamp One, LLC
*/

html {
	width: 100%;
	height: auto;
	min-height: 101%;
	margin-bottom: 1px;	
	background: #fff;  /* url(../images/background.jpg) 0 0 no-repeat; */
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;	
	color: #222;	
}

body {
	position: relative;
	width: auto;
	height: 100%;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 62.5%;
	background: transparent;	
}

div#fixWindow {
	position: relative;
	width: 740px;
	height: 100%;
	min-height: 400px;
	text-align: left;
	margin: 8px auto 0;
	background: transparent;
}

div#container {
	position: relative;
	width: 730px;
	height: 100%;
	padding: 5px;
	background: #fff;
}

div#branding {
	position: relative;
	margin: 0;
	width: 100%;
	height: 118px;
	background: transparent url('../images/logos/header.jpg') top left no-repeat;
}

div#branding span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 280px;
	height: 115px;
	background: transparent;
	z-index: 99;
}

div#branding span a {
	display: block;
	width: 100%;
	height: 100%;
}

div#contentArea {
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#content {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: transparent;
}

div#content div#columns {
	position: relative;
	width: 100%;
	height: auto;
	background: transparent;
}

/* !Columns - 1 */

div#col_1_of_1 {
	position: relative;
	margin: 30px auto 0;
	width: 690px;
	padding: 0px 20px 30px;
	height: auto;
	min-height: 400px;
	background: transparent;
}

#clear,
.clear {
	display: block;
	width: 100%;
	clear: both;
	height: 0;
}

/* !Headings & Text */

h1 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
}

#pageTitle {
	font-size: 1.8em;
    padding-bottom: 0.5em;
    color: #000;
    text-shadow: rgba(77,77,77,0.3) 1px -2px 2px;
}

h2 {
    font-size: 1.6em;
    padding-bottom: 0.5em;
}

h3 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

p {
    font-size: 1.4em;
    line-height: 24px;
    margin-bottom: 1.0em;
}

strong {
	font-weight: bold;
}

em {
    color: #008903;
}

.heading {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* !TopNavBar */

ul.topnavbar {
	position: relative;
	width: 100%;
	height: 22px;
	margin-left: 0;
	list-style: none;
	background-color: #efefef;
}

ul.topnavbar li {
	position: relative;
	height: 100%;
	float: left;
	background-color: #efefef;
	font-size: 1.1em;
	font-weight:bold;
	text-align: center;
	line-height: normal;
}

ul.topnavbar li a:link,
ul.topnavbar li a:visited,
ul.topnavbar li a:active {
	display: block;
	margin: 0;
	padding: 3px 0 3px;
	color: #000000;
	text-decoration: none;
}

ul.topnavbar li a:focus,
ul.topnavbar li a:hover {
	color: #666666;
}

ul.topnavbar li#greenBanner {
	position: absolute;
	width: 80px;
	height: 15px;
	padding: 0;
	bottom: -20px;
	right: 0;
	background-image: url('/hosting/images/green-banner.gif');
}

ul.topnavbar li#greenBanner a {
	display: block;
	width: 80px;
	height: 15px;
	padding: 0;
}

/* !Lists */

ul, ol, dl {
	margin-bottom: 1.5em;
	margin-left: 20px;
	line-height: 24px;
}

ul {
	list-style: circle;
}

ol {
	list-style: decimal;
}

dl {
	list-style: square;
}

ul li,
ol li {
	font-size: 1.4em;
}

/* !Links */

a:link, a:visited, a:active {
	color: #A33CBE;
	text-decoration: none;
}

a:focus, a:hover {
	color: #C33D3D;
	text-decoration: underline;
}

