body
{
	background-image:url(../images/site-background.png);
	background-repeat:repeat-x;
margin:0;
padding:0;
height:100%;

}

#wrapper
{
   min-height:100%;
   position:relative;


}

h1
{

	text-transform:uppercase;
	font-size:2.5em;
	color:#FD6300;
}

a
{
	color:#72B100;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

p
{
	font-size:125%;
}

strong
{
	color:#FD6300;
}

thead th
{
	background-color:#098AA7;
	color:#fff;
}

tbody td
{
background-color:#F0E4CE;
}

table caption
{
	background-color:#E8D4B1;
}

#header
{
	
}

#fat_header
{
	text-indent:-5000px;
	height:190px;
}

#navigation ul {
		list-style: none;
		padding: 0;
		margin: 0;
    }
    
#navigation li {
	float: left;
	margin: 0 0 0 5px;
}

#navigation a {
	text-decoration: none;
	display: block;
	background:url(../images/tab-normal.gif) no-repeat;
	padding: 0.83em 1em 1em 1em;
	color: #fff;
	width: 8.35em;
	text-align: center;
	text-transform:uppercase;
	font-weight:bold;
}

#navigation a:hover {
	background:url(../images/tab-selected.gif) no-repeat;
	color:#004B63;
}

#navigation #selected {
}

#navigation #selected a {
	position: relative;
	top: 0px;
	background:url(../images/tab-selected.gif) no-repeat;
	color: #004B63;
	font-weight: bold;
}

#content {
	clear: both;
	padding-top:4em;
}

#footer
{

	background-color:#F8F1E4;
	border-top:2px solid #098AA7;
	position:absolute;
 	bottom:0;
	left:0;
  	width:100%;
	height:12em;   /* Height of the footer */
	text-align: left;
}

#footer .footer-content
{
	margin:0 auto;
	display:block;
	width:950px;
	padding-top:20px;
}

#footer h4,
#footer p
{
	margin-bottom:0.1em;
}

.module-box
{
	background:url(../images/module-box.png) no-repeat;
	color:#fff;
	padding:20px;
	margin-top:4em;
	height: 20.3em;
}

.module-box strong
{
	color:#000;
}

.module-box img
{
	border:4px solid #098AA7;
	padding:2px;
	float:right;
}

.module-box a
{
	color:#000;
}

.box
{
	background-color:#E8D4B1;
	background-repeat:no-repeat;
	padding-top:100px;
}

.box-step-1
{
	background-image:url(../images/box-1-background.png);
}

.box-step-2
{
	background-image:url(../images/box-2-background.png);
}

.box-step-3
{
	background-image:url(../images/box-3-background.png);
}

.container
{
	padding-top:0px;
	background:url(../images/for-a-tweet-logo.png) no-repeat;
	padding-bottom:13em;
}

.tip-note
{
	padding:10px 25px 10px 10px;
	margin-top:2.3em;
	margin-left:10px;
	float:left;
	width:225px;
	background-image:url(../images/tip-note-background.png);
	background-repeat:no-repeat;
	border-bottom:1px solid #FFCC00;
	font-size:1em;
	color:#999;
}

.small
{
	line-height:1.5em;
}

ul.errors
{
	list-style: none;
	padding: 0;
	margin: 0;
	color:#f00;
	font-weight:bold;
}
/* Form fields
-------------------------------------------------------------- */
dt
{
	margin-top:10px;
}

dl
{
	/*background-color:#E8D4B1;*/
}

dl h2
{
	margin-bottom:0;
	margin-left:50px;
	margin-top:0px;
}

dl div.segment-1,
dl div.segment-2,
dl div.segment-3,
dl div.segment-4,
dl div.segment-5
{
	padding:12px 12px 12px 12px;
	margin-bottom:0;
	background-repeat:no-repeat;
}

dl div.segment-1
{
	background-image:url(../images/segment-1.png);
}

dl div.segment-2
{
	background-image:url(../images/segment-2.png);
}

dl div.segment-3
{
	background-image:url(../images/segment-3.png);
}

dl div.segment-4,
dl div.segment-5
{
	background-image:url(../images/segment-4.png);
}

dl div.segment-4 h2,
dl div.segment-5 h2
{
	margin-left:0;
}

dl div.segment-5
{
}

dd
{ margin:0;}
input[type=text], input[type=password],
input.text, input.title, 
textarea, select { 
/*
  background-color:#C2E3E4; 
  border:2px solid #004B63;
  */
  padding:5px;
}
input[type=text]:focus, input[type=password]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
  /*border-color:#53AFB2;*/ 
}

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin:0;
}

textarea      { width: 443px; height: 100px; padding:5px; }
