/* Defaults
-------------------------------------------------------------------------*/
body {
	background: #BBB;
	margin:0;
	padding:0;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #333
}

#container{
	width:80%;
	margin:3% auto;
    /*background: url(../images/cont_bkgd.gif) #FFF;*/
    background: #EEE;
    /*border:6px solid #272727;*/
    position: relative
}

#container .network{
	position:absolute;
    bottom:2px;
    right:4px
}

.header{
	/*background: url(../images/hdr_bkgd.gif) repeat-x;*/
	height:120px;
	position:relative;
    /*border-bottom:2px solid #999;*/
    background-position: 0 -20px;
}

.header .logo{
	width:295px;
	height:80px;
	position:absolute;
	right: 50px;
	bottom: 14px;
	display: none
}

p span {
	color: #72BE44;
}

a{
	color: #747474;
    text-decoration: none
}

a:hover{
    text-decoration: underline
}

h1{
	margin: 8px;
    margin-bottom: 22px;
	padding:0;
	font: bold 1.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
    color: #72BE44;
}

h1 span{
	font-style:italic
}

h2{
	font-size: 1.0em;
    color: #333 !important;
    text-transform: lowercase
}

li {
	margin: 8px 22px 0;
    margin-left:-10px;
    font-size:0.84em;
    line-height: 1.6em;
    list-style: none;
}

img, img a{
	border: none;
}


/* F O R M S
-------------------------------------------------------------------------*/
form .btn {
	width:65px !important;
    float:right;
}

form label {
	font-size: 0.8em;
    display: block
}

input, textarea {
	border: 1px solid #747474;
    color: #747474;
    font: 0.8em Verdana, Arial, Helvetica, sans-serif;
    padding:4px;
}

input[type=password], input[type=text], textarea{
	margin: 8px;
    display: block
}

input[type=radio]{
	border: none !important;
}

textarea {
	overflow: hidden;
}

.email {
	font-size:0.84em;
}

.quote textarea {
	height: 40px;
    width:250px;
}

.quote .btn {
    margin-top: 18px;
}

.quote .radioGroup {
	float: left;
}

.login {
	width:166px;
    margin: 20px auto 0;
}

.login input {
    width:140px;
}

.login .toggle{
	display: none;
    margin: 0 8px;
}

.passrecov {
	width:166px;
    margin: 20px auto 0;
}

.passrecov input {
    width:140px;
}

.news_frm {
	width:157px;
    margin: 0 0 0 27px;
}

.news_frm input, .news_frm textarea {
    width:130px;
    display:block;
}

.news_frm textarea {
	height: 60px;
}

.uploads form {
	width:157px;
    margin: 0 0 0 27px;
}

.uploads form input {
    width:10px;
    display:block;
}



/* Main
-------------------------------------------------------------------------*/
.main {
	padding: 10px 50px 0;
	/*height:420px;*/
}

.main .nav{
	text-align:right;
	margin-bottom: 36px;
	display:none
}

.main .nav a{
	color: #747474;
	text-decoration:none
}

.main .nav a:hover{
	text-decoration:line-through
}

.main .nav span{
	color: #72BE44;
}

.main .left, .main .right {
	display:none;
    font-size:0.84em;
    padding: 10px 25px;
    /*border: 2px solid #888;*/
    background: #FFF;
}

.main .right p, .main .left p{
	/*margin: 0 0 14px 18px;
	padding: 0 12px;*/
    margin: 0 34px 14px;
	line-height:2.1em;
    clear: both
}


/* Main - LEFT
-------------------------------------------------------------------------*/
.main .left {
	/*background: ;*/
	width: 30%;
	float: left;
}

.main .left .news{
	margin: 0 17px 14px;
	line-height:1.8em;
    font-size:0.9em;
}

.main .left .news h1{
	margin:0;
    font-size:1.4em
}

.main .left .msg {
	clear:both;
    text-align:center;
    margin-top:8px;
    font-size: 0.74em;
}


/* Main - RIGHT
-------------------------------------------------------------------------*/
.main .right {
	width: 47%;
    /*background: ;*/
	float: right;
}

.uploads{display: none;}
.newsletter{display: none;}
.jobs{display: none;}

.main .right .portfolio img{
	margin: 3%;
    border: 1px solid #999;
}

.main .right .hldr{
	overflow: auto;
}

.main .right .home{
	font-size:2.2em; 
    font-weight:bold; 
    color:#474747; 
    margin-top:25px; 
    line-height:1.7em;
    text-align:left;
    padding-bottom:9px
}


/* Footer
-------------------------------------------------------------------------*/
.footer {
	/*background: url(../images/ftr_bkgd.png) bottom repeat-x;*/
	height:60px;
	text-align:center;
	padding-top:24px;
	font-size:0.8em;
	line-height: 2.0em;
    clear: both;
}

.footer a {
	color: #747474;
	text-decoration:none
}

.footer a:hover {
	text-decoration:underline;
}