body {
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

#header {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 950px;
	padding-top: 5px;
	padding-bottom: 20px;
	height: 85px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #01A8F9;
}


#logo {
	cursor: pointer;
	height: 94px;
	background-attachment: scroll;
	background-color: rgba;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* ------------ Navigation --------------- */

#navposition {
float: right;
}


#wrapper2 {
	clear: both;
	
	text-align: center;
	background-attachment: scroll;
	background-color: rgba;
	
	background-repeat: no-repeat;
	background-position: center top;
}

#flash {
   
    margin-left: auto;
    margin-right: auto;
    text-align: left;
   
}

#SOmonoSlideshow {
margin-left: 6px;
padding-top:15px;
}

.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #454545;
	text-decoration: none;
	padding: 3px;
	text-align: justify;
}
#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 875px;
	top: 794px;
}

/* ------------ Footer --------------- */
#content{
 margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 940px;
}




/* ------------ Footer --------------- */


#wrapper4 {
	clear: both;
	text-align: center;
	background-image: url(../images/footerrepeat.png);
	background-repeat: repeat-x;
	background-position: center top;
}

#backgroundWrapper {
	background-image: url(../images/footerBG.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer {
margin-left: auto;
margin-right: auto;
text-align: left;
width: 950px;
height: 410px;
}
#photog {
width: 550px;
padding-top: 145px;
float: left;
padding-left: 21px;
}
#facebook {
width: 300px;
padding-top: 145px;
float: left;
padding-left: 21px;
}


img#footerimage {
float: left;
width: 85px;
height: 97px;
padding-right: 10px;
}

p.footertext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12.5px;
line-height: 1.8em;
color: #FFFFFF;
}

.footerdivider {
float: left;
padding-top: 145px;
margin-left: 15px;
margin-right: 15px;
}
/* Demo 3 */

.form-3 {
    /* Size and position */
    width: 700px;
    margin: 60px auto 30px;
    padding: 15px;
    position: relative;

    /* Styles */
    background: #fffaf6;
    border-radius: 4px;
    color: #7e7975;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 5px rgba(0,0,0,0.2),        
        0 0 0 12px rgba(255,255,255,0.4); 
}

.form-3 h1, h5 {
    font-size: 15px;
    font-weight: bold;
    color: #bdb5aa;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.form-3 h1 .log-in,
.form-3 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

.form-3 h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
}

.form-3 h1 .sign-up {
    color: #ffb347;
    padding-left: 2px;
}

.form-3 .float {
    width: 50%;
    float: left;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,1);
}

.form-3 .float:first-of-type {
    padding-right: 5px;
}

.form-3 .float:last-of-type {
    padding-left: 5px;
}

.form-3 label {
    display: block;
    padding: 0 0 5px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 11px;
}

.form-3 label i {
    margin-right: 5px; /* Gap between icon and text */
    display: inline-block;
    width: 10px;
}

.form-3 input[type=text],
.form-3 input[type=date],
.form-3 select,
.form-3 textarea,
.form-3 input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-3 input[type=text]:hover,
.form-3 input[type=password]:hover {
    border-color: #CCC;
}

.form-3 label:hover ~ input {
    border-color: #CCC;
}

.form-3 input[type=text]:focus,
.form-3 input[type=password]:focus {
    border-color: #BBB;
    outline: none; /* Remove Chrome's outline */
}

.form-3 input[type=submit],
.form-3 .log-twitter {
    /* Size and position */
    width: 49%;
    height: 38px;
    float: left;
    position: relative;

    /* Styles */
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 38px; /* Same as height */
    text-align: center;
    font-weight: bold;
}

.form-3 input[type=submit] {
    margin-left: 1%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}

.form-3 .log-twitter {
    margin-right: 1%;
    background: #34a5cf; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #2a8ac4);
    background: -ms-linear-gradient(#34a5cf, #2a8ac4);
    background: -o-linear-gradient(#34a5cf, #2a8ac4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4));
    background: -webkit-linear-gradient(#34a5cf, #2a8ac4);
    background: linear-gradient(#34a5cf, #2a8ac4);
    border: 1px solid #2b8bc7;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
}

.form-3 input[type=submit]:hover,
.form-3 .log-twitter:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.15);
}

.form-3 input[type=submit]:active,
.form-3 .log-twitter:active{
    top: 1px;
}

/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-3 input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form-3 .log-twitter:hover {
    background: #2a8ac4;
}

.form-3 p:last-of-type {
    clear: both;    
}

.form-3 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-3 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-3 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}
