﻿h1
{
	margin: 0;
	font-size: 1.8em;
}
h2
{
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
}
h3
{
	margin: 0.5em 0;
	font-size: 1.4em;
	font-weight: normal;
}
h4
{
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h5
{
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6
{
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

body
{
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color:#333333;
}

blockquote
{
	font-style: italic;
}
img
{
	border: none;
}

#content_main blockquote, #content_main p
{
	margin: 1em 0;
	text-align: justify;
}
.clearleft
{
	clear: left;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#edgecontainer
{
	font-size: 1.3em;
	width: 980px;
	max-width: 980px;
	min-width: 880px;
	margin: 10px auto;
	text-align: left;
}
#masthead
{
	padding: 10px 15px 0px 13px;
}
#logo
{
	width: 197px;
	height: 127px;
	border-width: 0px;
	float: left;
	padding-bottom: 10px;
}
#registerLinks
{
	float: right;
	margin-top: 105px;
	margin-right: 10px;
	font-size: 18px;
}
#registerLinks a
{
	text-decoration: underline;
	color: #000;
}
.authenticatedUser
{
	padding-right: 10px;
}
#loginbar
{
	overflow: hidden;
	text-align: right;
	padding: 3px 15px;
}
#content_main
{
	float: left;
	width: 60%;
	max-width: 60%;
	padding-left: 10px;
}
#content_one_col
{
	padding:5px auto;
}

#content_area
{
}

#content_main h1,
#content_supp h1
{
	text-align: center;
}
#content_supp
{
	width: 35%;
	max-width: 35%;
	float: right;
	background-color: #fff;
	padding-top: 10px;
}

#footer
{
	background: url(img/footerbg.png) #ffffff no-repeat left bottom;
	height:61px;
	border-style:none;
}
#footer p
{
	text-align: center;
	color: #393939;
	margin: 0.5em;
	line-height: 1em;
	padding-top:15px;
	font-size: 1em;
	padding-bottom: 0px;
	font-weight: normal;
}
#footer > p + p
{
	padding-top:2px;
}
#footer a
{
	color: #393939;
	text-decoration: underline;
}
#footer a:hover
{
	color: #000;
	text-decoration: none;
}

/* AccountInfo styles */
.formMainPanel fieldset,
.formSupPanel fieldset
{
	border: 1px solid #ccc;
	margin: 2em 0 2em 0;
}
.formMainPanel legend,
.formSupPanel legend
{
	font-size: 1.2em;
	font-weight: bold;
	color: #0046d5;
}

.taskItemPanel
{
	margin: 1em;
}


/* Beta Sign up questionnaire */
#optionalQuestionnaire label
{
}
.questionPanel
{
	margin: 0 0 20px 10px;
}
.answerPanel
{
	padding-top: 10px;
}
.questionHeader
{
	font-weight: bold;
}
.questionInfo
{
	color: Gray;
	font-size: small;
	text-align: center;
}
#betaSignUpMainPanel .submitButton
{
	margin: 0 0 10px 0;
}
#betatestersclickhere
{
	text-align: center;
	padding: 20px;
}
#betattshirt
{
	text-align: center;
	padding: 20px;
}
address
{
	padding: 0 0 10px 0;
}
.notePanel label
{
	margin: 10px 0 5px 0;
}
.notePanel .answerPanel
{
	padding: 2px 0;
}
#thankYouArea
{
	padding: 10px;
	color: Blue;
}
#serviceEmail
{
	white-space: nowrap;
}

#docContent
{
	padding: 10px;
}

#docContent P, #docContent UL
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 11pt;
	margin: 0px 0px 10px;
}
#docContent H2
{
	font-size: 100%;
	font-weight: 700;
}

.docTitle
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.8em;
	font-weight: 700;
	margin: 0px 0px 10px;
}

.docFigTitle
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 700;
}

.docImage
{
}

/*Simply Rounded corner css boxes*/

.boxblue, .boxblue h2
{
	background: transparent url(/images/boxblue.png) no-repeat bottom right;
}

.boxgreen, .boxgreen h2
{
	background: transparent url(/images/boxgreen.png) no-repeat bottom right;
}


/* set the image to use and establish the lower-right position */
.cssbox
{
	/* intended total box width - padding-right(next) */
	width: 290px !important; /* IE Win = width - padding */
	width: 275px; /* the gap on the right edge of the image (not content padding) */
	padding-right: 15px; /* use to position the box */
	margin: 20px auto;
}

/* set the top-right image */
.cssbox_head
{
	background-position: top right; /* pull the right image over on top of border */
	margin-right: -15px; /* right-image-gap + right-inside padding */
	padding-right: 40px;
}

/* set the top-left image */
.cssbox_head h2
{
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */ 
	padding: 25px 0 15px 20px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	text-align:center;
	color: #191970;
}

/* set the lower-left corner image */
.cssbox_body
{
	background-position: bottom left;
	margin-right: 10px; /* interior-padding right */
	padding: 15px 0 15px 20px; /* mirror .cssbox_head right/left */
	
}
.cssbox_body p
{
	margin: 0px 0px 10px 0px;
	color: #191970;
}

/* sign up form */
.userInputPanel
{
    text-align:right;
    padding-right: 40px;
}

#subscribeBtn
{
    padding: 10px 0 10px 0;
    text-align:right;
    padding-right: 40px;
}

div.Article {
  background: 
	url(/images/top-left.gif) 
  top left no-repeat;
  width:35%;
  }
div.Article h2 {
  background: 
	url(/images/top-right.gif) 
  top right no-repeat;
  font-size:1.3em;
  padding:15px;
  margin:0;
  }
div.ArticleBody {
  background: 
	url(/images/right-border.gif) 
  top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:15px;
  }
div.ArticleFooter {
  background: 
	url(/images/bottom-left.gif) 
  bottom left no-repeat;
  }
div.ArticleFooter p {
  background: 
	url(/images/bottom-right.gif) 
  bottom right no-repeat;
  display:block;
  padding:15px;
  margin:-2em 0 0 0;
  }

#breadcrumb
{
	background:transparent url(img/nav.gif) repeat-x scroll 0 0;
	color:#999999;
	height:23px;
	margin:0 0 7px;
	padding:6px 0 0 10px;
}

#home
{
	width: 952px;
	height: 282px;
	padding: 10px 0 20px 20px;
	background: url(img/mainbackground.jpg) no-repeat;
}

#home p
{
	width: 470px;
	font-weight: bold;
}

#home h1
{
	font-size: 36px;
	color: #000000;
}
.home
{
	line-height: 1.4em;
	font-weight: bold;
}
ul.home li.homebula
{
	margin-top: 20px;
	padding: 0 0 5px 0;
	background: url(img/blueboxbtm.gif) no-repeat bottom;
}

ul.home li.homebula div
{
	background: url(img/blueboxgradient.gif) repeat-x top;
	border-left: 1px solid #CCDBE5;
	border-right: 1px solid #CCDBE5;
	padding: 6px 20px 6px 20px;
	overflow:auto;
}

ul.home li.homebula h2
{
	background: url(img/blueboxhead.png) no-repeat top;
	color: #0C6DAC;
}


ul.home li.homebulb
{
	padding: 0 0 5px 0;
	background: url(img/greenboxbottom.gif) no-repeat bottom;
}

ul.home li.homebulb div
{
	background: url(img/greenboxgradient.gif) repeat-x top;
	border-left: 1px solid #CCE78F;
	border-right: 1px solid #CCE78F;
	padding: 6px 20px 6px 20px;
	overflow:auto;
}

ul.home li.homebulb h2
{
	background: url(img/greenboxhead.png) no-repeat top;
	color: #0C6DAC;
}

ul.home li.homebulc
{
	padding: 0 0 5px 0;
	background: url(img/mauveboxbottom.gif) no-repeat bottom;
}

ul.home li.homebulc div
{
	background: url(img/mauveboxgradient.gif) repeat-x top;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	padding: 6px 20px 6px 20px;
	overflow:auto;
}

ul.home li.homebulc h2
{
	background: url(img/mauveboxhead.png) no-repeat top;
	color: #0C6DAC;
}

ul.home
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: left;
}

ul.home li
{
	display: block;
	float: left;
	width: 314px;
	font-size: 12px;
}

ul.home h2
{
	padding-top: 10px;
	text-align: center;
	font-size: 24px;
}

ul.home li p
{
	margin: 0 0 10px 0;
}

a.btn:link, a.btn:active, a.btn:hover, a.btn:visited
{
	background:transparent url(img/obtn.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:16px;
	font-weight:bold;
	height:28px;
	margin:15px 10px 0 0;
	padding:5px 0 0;
	text-align:center;
	text-decoration:none;
	width:205px;
}

a.vidbtn:link, a.vidbtn:active, a.vidbtn:hover, a.vidbtn:visited
{
	background:transparent url(img/obtn.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:16px;
	font-weight:bold;
	height:28px;
	margin:5px 20px 5px 28px;
	padding:5px 0 0;
	text-align:center;
	text-decoration:none;
	width:205px;
}

/* Twitter, Facebook, Email */
#communications{
background:none repeat scroll 0 0 transparent;
float:right;
}
#communications a {
display:block;
float:left;
height:32px;
width:32px;
}
#communications #twitter {
background:url("/images/twittericon.png") no-repeat scroll 0 -32px transparent;
}
#communications #twitter:hover {
background-position:0 0;
}
#communications #facebook {
background:url("/images/facebookicon.png") no-repeat scroll 0 -32px transparent;
}
#communications #facebook:hover {
background-position:0 0;
}
#communications #rss {
background:url("/images/rssicon.png") no-repeat scroll 0 -32px transparent;
}
#communications #rss:hover {
background-position:0 0;
}
#communications #email {
background:url("/images/emailicon.png") no-repeat scroll 0 -32px transparent;
}
#communications #email:hover {
background-position:0 0;
}
