/*
Theme Name: 2 Degrees
Theme URI: 
Description: 
Version: 2.0
Author: Evan Muir, Ashley Gibson
Author URI: 
*/

*
{
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #745B57;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%
}

a
{
	color:#FF6600; 
}

p, ul, ol
{
	margin: 0 0 1.5em;
}

ul, ol
{
	margin: 1.5em 2.5em;
}

img
{
	border: 0;
}

table {margin-bottom: 1em;}

td {padding: 0.5em}

h1, h2, h3, h4, h5, h6, .titleLink a 
{
	letter-spacing: -1px;
	font-family: arial,verdana,sans-serif;
	margin: 1.2em 0 .3em;
	color:#FF6600;
	padding-bottom: .1em;
}

h1 {font-size: 196%;margin-top:.6em}
h2 {font-size: 156%}
h3 {font-size: 126%}
h4 {font-size: 116%}
h5 {font-size: 106%}
h6 {font-size: 96%}

#contentWrapper
{
	width: 772px;
	margin: 0 auto;
}

#logoColumn
{
	width: 88px;
	position: absolute;
	margin-left: -94px;
}

#contentColumn
{
	width: 100%;
	float: left;
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y
}

#contentColumnInner
{
	width: 760px;
	margin: 0 auto;
	padding-bottom: 6px;
}

#homeContent
{
	width: 100%;
	height: 550px;
}

#content
{
	width: 100%;
	background-color: #fff;
	padding-bottom: 20px;
}

#pageContent
{
	margin: 20px 30px -20px;	
}

#nav
{
	position: absolute;
}

#nav img
{
	vertical-align: top;
}

#sectionNav {position: absolute; margin-top: -47px; *margin-left: -30px; font-size: 12px;}
#sectionNav ul {list-style: none; font-weight: bold;}
#sectionNav ul li{text-align: center; float: left; padding: 7px 0; *padding: 6px 0; margin-right: 2px; color: #FF6600; background-image: url(images/navBackground.png); background-position: top right;}
#sectionNav ul li.active { background: none; background-color: #fff; margin-top: -4px; padding: 10px 0;}
#sectionNav ul li a{margin: 5px 30px; text-decoration: none; color: #FF6600}

#featureBoxSmalls
{
	margin: 6px 0 0 0;
}

#featureBoxPopUps
{
	margin: -140px 0 6px;
	position: absolute;
}

#featureBoxes
{
	position: absolute;
	top: 370px;
}

#featureBox1
{
	width: 250px;
	float: left;
	margin-right: 5px;
}

#featureBox2
{
	width: 250px;
	float: left;
	margin-right: 5px;
}

#featureBox3
{
	width: 250px;
	float: left;
}

input, textarea
{
	border: 1px solid #000;
}

.imgBtn
{
	border: 0;
}

.titleLink
{
	margin: 0;
	padding: 0;
}

.dialogue
{
	width: 708px;
}

.dialogue-inner
{
	padding: 0px 25px;
}

.dialogue p
{
	margin: 0;
	padding: 0;
}

.dialogue h3
{
	margin-bottom: 5px;
}

.clear
{
	clear: both;
}