/* @group on_wit_the_new_x/styles.css */
/* CSS for Sites theme */

/* @group General Styles */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    line-height: 137%;
    color: #3e5215;
    background-color: #AFB2A4;
}
#wrapper {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    /*overflow: hidden;
    position: relative;*/
    /*min-height: 580px;*/
/*    height:auto !important;*/
    background-color: #AFB2A4;
    margin-top: 10px;
}
/* @end */

/* @group Eyebrow */
#eyebrow-wrapper
{
	width: 800px;
	height: 140px;
    margin-bottom: 10px;
}
#eyebrow-left {
    height: 140px;
    width: 590px;
    background-color: #3D4B25;
    float: left;
    margin-right: 10px;

}
#eyebrow-right {
    /*background-color: #F0F0F0;*/
    height: 140px;
    width: 200px;
    float: right;
}

/*#slideshow {
    width: 200px;
    height: 140px;
}*/

.right-bottom {
    position:absolute;
}
/* @end */

/* @group MAIN */
#main-wrapper
{
	width: 800px;
	margin: 0 auto;
    margin-bottom: 0px;
    overflow: hidden;
}

#main-left {
    width: 570px;
    background-color: #FFFFFF;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    margin-top: 0px;
	overflow: hidden;
	min-height:450px!important;

}
#main-left strong {
    text-transform: capitalize;
}
#main-left p {
    padding-bottom: 3px;
    padding-top: 3px;
}
#main-left a, #footer a {
    color: #0E1106;
    text-decoration: underline;
}
#main-left img {
    float: left;
    border: 1px solid #3e5215;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 0px;
}
#main-left h1 {
    font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
    text-align: left;
    color: #0E1106;
    letter-spacing: 0em;
    font-size: 21px;
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 12px;
    padding-bottom: 0px;
}
#main-left h2 {
    text-align: left;
    color: #0E1106;
    margin-top: 5px;
    padding-top: 0;
    padding-left: 0px;
    padding-bottom: 0px;
    letter-spacing: 0em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 100%;
}
#main-left h3 {
    font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 135%;
    letter-spacing: normal;
    margin-top: 0px;
    color: #3D3F36;
    text-transform: capitalize;
    line-height: 150%;
    padding-top: 0px;
    font-weight: normal;
}
#main-right {
    width: 200px;
	height:600px;
    /*margin-bottom: -2000px;
    padding-bottom: 2000px;*/
    clear: none;
    float: left;
    background-image: url(/images/tools.gif);
    color: #FFFFFF;
    font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
    font-size: 135%;
    text-transform: capitalize;
    background-repeat: no-repeat;
    background-color: #343531;
    font-weight: bold;
	position: relative;
}
#design {
	position: absolute;
	bottom:155px;
	left:10px;
    font-size: 70%;
/*    margin-top: 100px;*/
/*	margin-left:10px;*/
    font-weight: normal;
    line-height: normal;
    color: #fff;
}

#main-right a {
    color: #FFFFFF;
    text-decoration: none;
}
#main-right a:hover {
    color: #FFFF00;
}
#main-right ul {
    list-style-type: none;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0;
}
#main-right li {
    margin-top: 10px;
	margin-left: 10px;
}
#design  a:link {
    color: #fff;
}
#design a:visited {
    color: #fff;
}
#main-right  #design a:hover {
    color: #fff;
}
/* @end */

/* @group footer */

#footer {
    clear: both;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 0;
    text-indent: 0px;
    font-size: 90%;
    color: #333333;
    text-transform: capitalize;
    font-weight: normal;
    height:20px;
    line-height:20px;
}
#footer-right {
    float:right;
}
#footer img {
    display: table-cell; 
    vertical-align: middle; 
}
.footertext {
    font-size: 80%;
}
/* @end */

/* @group hr */
hr {
    border: 0;
    background-position: left;
    text-align: left;
}
hr.light-green {
    color: #DAE0C9;
    background-color: #DAE0C9;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}

hr.dark-green {
    color: #45512D;
    background-color: #45512D;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.spacer {
    height: 10px;
}
#uberlink {
    color: #FFFF00 !important;
    font-weight: bold;
    text-decoration: underline;
}
a {
    outline: none;
}

a:active {
    outline: none;
}

#loading {
    background-image: url(images/thickbox/loading.gif);
    background-position: 100px 100px;
    background-repeat: no-repeat;
}
/* @end */
