/* CSS Document */
body {
	text-align: center;
	background-color: #fff;
}

#outer {
	width: 740px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #000033;
	background-color: #0100fc;
}

#header {
	background-color: #0100fc;
}

h1 {
	font-size: 1.6em;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 1.3em;
	margin: 0 0 3px 0;
}

h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

div.header {
	height: 90px;
	padding: 5px;
}

div.header p {
	color: #fff;
	font-weight: bold;
	margin: 15px 0 0 400px;
}

div.text {
	padding: 5px;
	margin-top: 280px;
}

#navigation {
	margin: 0;
	background-color: #0100fc;
	color: #FFFFFF;
	font-size: .9em;
	float: left;
	width: 140px;
	padding-left: 4px;
}

#inner {
	float: left;
	background-color: #70abe5;
	width: 590px;
}

#content {
	font-size: .8em;
}

#maincontent {
	padding: 10px 20px 5px 20px;

}

#smallcontent {
	padding: 0 2px 0 3px;
	margin: 0 0 20px 6px;
	width: 30%;
	float: left;
}

#mediumcontent {
	padding: 0 2px 0 3px;
	margin: 0 0 20px 6px;
	width: 47%;
	float: left;
}

#smallcontent h3 {
 margin-bottom: -10px;
 margin-top: 15px;
}

#faqListing {
	margin-top: 15px;
}

#faqListing h1 {
	font-size: 1.6em;
	margin: 0 0 5px 0;
}

#faqListing h2 {
	font-size: 1.2em;
	padding: 0 0 0 1em;
	cursor:pointer;
	cursor:hand;
	background-image: url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:left;
}

#faqListing h3 {
	margin: 0 0 5px 0;
}
div.answer{
	margin-top: -1em;
	font-size: 1.1em;
}

img {
	border: 0;
	padding: 0;
	}

img.left {
	float: left;
}

img.right {
	float: right;
}

form ul {
	list-style: none;;
	margin: 0px;
	padding: 0;
}

form li {
	margin: 0.5em 0;
}

label {
	width: 9.5em;
	text-align: right;
	margin-right: 0.5em;
	float: left;
	display: block;
	cursor: pointer;
}

li.send input {
	border: 1px solid #240a0e;
	background-color: #000033;
	color: #ffffff;	
	margin-left: 129px;
	cursor: pointer;
}

#footer {
	background-color: #0100fc;
	color: #FFFFFF;
	font-size: .6em;
	padding: 0;
	margin: 0;
	clear: both;
	text-align: center;
}

#contentHome img {
	margin: 0px 5px 5px 0px;
}

/* Navigation */

#navigation ul {
 list-style: none;
 margin: 0;
 padding: 0;
 background-color: #0100fc;
}

#navigation li {
	padding: 2px 0 2px 0;
}

#navigation li.active {
	display: block;
	width: 135px;
	height: 17px;
	line-height: 17px;
	margin-bottom: 2px;
	margin-top: 2px;
	border: 0;
	text-align: center;
	background-image: url(images/buttonDown.gif);
	font-size: .7em;
	font-weight: bold;
	color: #ca3001;
	background-color: #000066;
}

#navigation li.active last {
	margin: 0;
}
#navigation a:link, #navigation a:visited, #navigation a:active  {
	display: block;
	width: 135px;
	height: 20px;
	line-height: 17px;
	border: 0;
	text-align: center;
	background-image: url(images/buttonUp.gif);
	font-size: .7em;
	font-weight: bold;
	color: #ca3001;
	text-decoration: none;
}

#navigation a:hover { 
	background-image: url(images/buttonDown.gif);
}

#content a:link, #content a:visited, #content a:active  {
	text-decoration: underline;
	color: #000033;
}

#content a:hover { 
	text-decoration: none;
	color: #000033;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* set millions of background images */

.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }


.rbtop2 div { background: url(images/tlb.gif) no-repeat top left; }
.rbtop2 { background: url(images/trb.gif) no-repeat top right; }
.rbbot2 div { background: url(images/blb.gif) no-repeat bottom left; }
.rbbot2 { background: url(images/brb.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 9px;
font-size: 1px;
}
.rbtop2 div, .rbtop2, .rbbot2 div, .rbbot {
width: 100%;
height: 9px;
font-size: 1px;
}
/*.rbcontent { margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }*/
