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

body
{
    background: #999;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background:url(http://craindevelopments.com/images/bg.jpg) repeat-x;
	background-color:#614225;
}

#wrap
{
    width: 800px;
    margin: auto;
}

#header
{
    height: 160px;
    background-image: url(http://craindevelopments.com/images/header.jpg);
}

#header h1
{
    padding: 50px 0 0 10px;
    font-family: "Trajan Pro", Georgia, serif;
    font-size: 2.5em;
    font-weight: normal;
    color:#ffffff;
	display: none;
}

/*--  NAVIGATION  --*/
#nav
{
    width: 100%;
    background: #5C832F;
    height: 42px;
    display: block;
}

#nav ul li a, #subNav ul li a
{
    color: #fff;
    text-decoration: none;
    display: block;
}

#nav ul li, #subNav ul li
{
    list-style-type: none;
    float: left;
}

#nav ul li a:hover
{
    color: #fff;
}

#subNav ul li a:hover
{
    color: #CCC;
}

#nav ul li a
{
    padding: 10px;	
    font-size: 1em;
}

#subNav ul li a
{
    display: inline;
    float: left;
    padding: 0 25px 0 0;
    font-size: 1em;			
}

#subNav
{
    background: #284907;
    height: 25px;
    padding: 0 0 0 10px;
}

#breadcrumbs a
{
    color: #5C832F;
}

#breadcrumbs a:visited
{
    color: #5C832F;
}


#body
{
    background: white;
	
}

#breadcrumbs
{
    display: block;
    padding: 10px 0 10px 10px;
}

#breadcrumbs p
{
    font-size: 0.7em;
}


#leftColumn
{
    width: 340px;
    float: left;
    padding: 0 10px 40px 10px;
}

#rightColumn
{
    width: 400px;
    float: right;
    padding: 0 10px 40px 0;
}

#singleColumn
{
    width: 780px;
    padding: 0 10px 40px 10px;
}

#foot
{
    background: #D8CAA8;
    clear: both;
    height: 20px;
    padding: 10px;
    border-top: 1px solid black;
    margin-bottom: 75px;
}

#foot ul li
{
    list-style: none;
    float: left;
    padding: 0 10px 0 0;
    font-size: 0.7em;
}

#foot ul li a
{
    color: #000;
}

#leftColumn ul, #singleColumn ul
{
    font-size: 0.9em;
    margin-left: 40px;
	margin-bottom: 20px;
    list-style: square;
}

#leftColumn ol, #singleColumn ol
{
    font-size: 0.9em;
    margin-left: 40px;
    list-style: decimal;
}

#leftColumn h2, #singleColumn h2
{
    font-size: 1.7em;
}

#leftColumn h3, #singleColumn h3
{
    margin-bottom: 10px;
    font-size: 1em;
    color: #666;
}

#leftColumn p, #singleColumn p
{
    font-size: 0.9em;
    line-height: 1.5em;
    margin-bottom: 20px;
}

#rightColumn p
{
    font-size: 0.9em;
}

#rightColumn h1
{
    font-size: 1.2em;
    margin-bottom: 5px 0 5px 0;
}

#rightColumn h2
{
    font-size: 1.1em;
    margin-bottom: 5px 0 5px 0;
}

#rightColumn h3
{
    font-size: 1em;
    margin: 5px 0 5px 0;
}

#rightColumn img
{
    margin-bottom: 10px;
}

.red
{
    color: #ff0000;
}

/*--  JQUERY TABS  --*/
#tabs div
{
    border: 1px solid #5C832F;
    clear: both;
    padding: 10px;
}

#tabs ul li
{
    font-size: 0.75em;
    list-style:none;
    float: left;
}

#tabs ul li a
{
    color: white;
    background-color: #284907;
    text-decoration: none;
    display: block;
    padding: 5px 10px 5px 10px;
    margin-right: 1px;
}

.ui-tabs .ui-tabs-hide 
{
    display: none;
}

#tabs li a:hover, #tabs li.ui-tabs-selected a {  
    background: #5C832F; 
} 

label {
	font-size: 14px;
}

label.error {
	color: #FF0000;
	font-size: 15px;
	font-weight: bold;
	padding-left: 0.5em;
	vertical-align: top;
}

input, textarea {
	border: 1px solid #999;	
	padding: 3px;
}

.req {
	color: red;
}

#contactform {
	width: 100%;
}

.spectre {
	visibility:hidden;
	display: none;
	height: 0;
	width: 0;
}