/* Main.css - Main Layout Stylesheet */

body {
	font-family:Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #333333;
	background: #fc6900 url(../images/backgrounds/bg-dots.jpg) repeat-x top;
	padding-bottom: 1em;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

img.side {
	padding:0.5em;
}
.noborder {
	border: none;
}

ul, ol {
	margin-bottom: 1em;
}

ul li, ol li {
	margin-left: 2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}


a {
	color: #FF6600;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 1em;
}


h1, h2, h3, h4 {
	color: #FF6600;
	margin-bottom: 10pt;
}

h1 {
	font-size: 18pt;
}


h2 {
	color:#e45b00;
	font-size: 12pt;
	
}

h3 {
	font-weight: bold;
}

h4 {
	text-decoration: underline;
}

/* Add tab-close-button to last tab */
.tabbrowser-tabs[closebuttons="alltabs"] > .tabbrowser-tab >
.tab-close-button { display: -moz-box !important; }
.tabbrowser-tabs:not([closebuttons="noclose"]):not
([closebuttons="closeatend"]) >
.tabbrowser-tab[selected="true"] > .tab-close-button { display: -moz-
box !important; 
}

/* Layout */
#header {
	padding-left: 26px;
}
img.logo {
	margin:2em 0 2em 0;
}


#main {
	position:relative;
	top:28px;
	padding: 1em 26px 1em 26px;
	border-top: 1px solid #aaa;
	background-color: #fff;
	min-height: 300px;
	z-index: 1;
}


h2.boxout-left {
	width:150px;
	float: left;
	margin: 0 1em 1em 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #ffa95d;
}

#footer {
	position: relative;
	top:28px;
	background: url(../images/backgrounds/footer-bg.jpg) repeat-x;
	padding: 1em 26px 1em 26px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}

