/* 
SOS Organizer 
sosorganizer.net

Coded by JeremyLucas(dot)com and LuzCannon(dot)com
*/


/* COLORS

*/

/* ---------->>> GLOBAL <<<-----------*/
* {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

html {
	background: #434040 url(../_images/BG-html.gif) repeat-y center top;
	height: 100%;
	color: #fff;
}

/* ---------->>> TYPE <<<---------------*/

h1 {
	font-size: 1.25em;
	margin: 1.5em 40px 0;
}

h2 {
	font-size: 1em;
	margin: 0 40px;
}

.deepOrange {
	/*color: #A4782F;*/
	color: #cc3;
}

.lightOrange {
	color: #E3C53B;
}

p {
	margin: 1.5em 40px;
	line-height: 1.6em;
	font-size: 11px;
}

*html p {
line-height: 1.5em;
}

a {
	color: #fff;
}
#content ul, #content ol {
	margin: 1.5em 40px;
}

#content li {
	font-size: 11px;
	line-height: 1.5em;
	margin: .5em 0;
}

div.homepage #leftcol{
background: #6462a3 url(../_images/BG-home-feature.jpg) no-repeat top left;
min-height: 640px;
padding-top:  60px;
}

*html div.homepage #leftcol{
height: 650px;
padding-top:  70px;
}

html > body div.homepage #leftcol {
padding-top:  70px;
}

div.tips #leftcol,
div.paynow #leftcol{
background: #780030 url(../_images/BG-inside-feature.jpg) no-repeat top left;
padding-top:  60px;
min-height: 500px;
}

html > body div.tips #leftcol,
html > body div.paynow #leftcol {
padding-top:  70px;
}


*html div.tips #leftcol,
*html div.paynow #leftcol {
padding:  75px 0 50px 0;
}

div.tips #quizLink,
div.paynow #quizLink {
margin-top:  240px;
}

div.homepage #leftcol h1 {
color:  #E3E33B;
}


#signup {
margin: 40px 0 30px 0;
text-align: center;
}

div.homepage #signup {
margin: 220px 0 30px 0;
text-align: left;
}

#signup a {
	font-size: 12px;
	margin: 0 20px;
	color: #e4e43b;
	background: #434040;
	padding: 5px;
	text-decoration: none;
}

#leftcol h1 {
	margin-left: 15px;
}
#leftcol p {
	margin: 1.5em 20px;
}
#leftcol ul li a {
	color: #E3C53B;
}
#rightcol h1.blue, #rightcol h2.blue {
	color: #315786;
}
#rightcol ul {
	margin-left: 60px;
}
#content .nobullet {
	list-style: none;
}

#leftcol p.quote {
margin: 2.0em 30px;
}

p span.leftquote {
font-size: 40px;
margin: 5px 0 0 -20px;
float: left;
}

p span.rightquote {
font-size: 40px;
margin: 0 0 0 10px;
line-height: 0;
display: inline;
vertical-align: -25px;
}
/* ---------->>> SPECIFIC <<<-----------*/
body.home #container {
	/*background: url(../_images/BG-body-home.png) repeat-y center top; */
}

#paypal h1 {
	margin:1.5em 40px 20px 40px;
}

#paypal h2 {
	margin: 0 40px;
}

#paypal p {
	margin: 0 40px;
}

#paypal p.price {
	margin: 0 40px;
	font-weight: bold;
	color: #780030;
	font-size: 14px;
}

#paypal input {
	margin: 10px 40px 30px 40px;
}

/* ---------->>> NAVIGATION <<<-----------*/
#mainNav {
	/*background: red;*/
	float: left;
	clear: both;
	width: 780px;
	padding-top: 36px;
	background: #B47923;
	border-bottom: 5px solid #fff;
}
#mainNav.orange {
	border-bottom: 5px solid #fff;
	background: #B47923;
}
#mainNav ul {
	list-style: none;
	padding-left: 24px;
	margin-bottom: 5px;
	border-top: 5px solid #fff;
	background: url(../_images/nav-temp.png);
}

#mainNav ul {
	margin-bottom: 0px;
}

#mainNav.orange ul {
	border-top: 5px solid #fff;
}
#mainNav ul li {
	float: left;
	position: relative;
}
#mainNav ul li ul {
	position: absolute;
	margin-left: -9999px;
	clear: left;
	background: none;
}
#mainNav ul li ul li {
	float: left;
	clear: both;
}

#mainNav ul li ul {
margin-bottom: 5px;	
}

#mainNav ul li ul li {
	margin-left: 0;
	padding-left: 0;
	background: #B47924;
	width: 98px;
}
#mainNav ul li ul li a {

	display: block;
	padding-left: 15px;
	font-size: .8em;
	height: 42px;
	padding-top: .5em;
	text-decoration: none;
}
li > ul {
	top: auto;
	left: auto;
}
#mainNav ul li:hover ul {
	margin-left: -23px;
}


#mainNav ul li:hover ul {
	margin-left: 0px;
}

#mainNav ul li a {
	display: block;
	height: 34px;
	text-decoration: none;
	text-align: center;
	font-size: .8em;
	padding-top: 7px;
	padding-bottom: 7px;
}

#mainNav ul li a span {
	
}
#mainNav ul li#home a {
	background: #315786;
	color: #fff;
	width: 71px;
	padding: 15px 5px 0;
}
#mainNav ul li#home a:hover {
	background: #fff;
	color: #315786;
}
#mainNav ul li#services a {
	background: #A4782F;
	color: #fff;
	width: 88px;
	padding: 15px 5px 0;
}
#mainNav ul li#services a:hover {
	background: #fff;
	color: #A4782F;
}
#mainNav ul li#services ul li a {
	background: none;
	text-align: left;
	padding-left: 20px;
	width: 73px;
}
#mainNav ul li#services ul li a:hover {
	background: #fff;
}
#mainNav ul li#meet a {
	background: #A72C31;
	color: #fff;
	width: 111px;
	padding: 8px 5px 7px 5px;
}
#mainNav ul li#meet a:hover {
	background: #fff;
	color: #A72C31;
}
#mainNav ul li#tips a {
	background: #6462A3;
	color: #fff;
	width: 93px;
	padding: 8px 5px 7px;
}
#mainNav ul li#tips a:hover {
	background: #fff;
	color: #6462A3;
}
#mainNav ul li#speaking a {
	background: #A4782F;
	color: #fff;
	width: 115px;
	padding: 8px 5px 7px;
}
#mainNav ul li#speaking a:hover {
	background: #fff;
	color: #A4782F;
}
#mainNav ul li#contact a {
	background: #E4C43D;
	color: #844E2C;
	width: 93px;
	padding: 15px 5px 0;
}
#mainNav ul li#contact a:hover {
	background: #fff;
	color: #844E2C;
}
#mainNav ul li#sos {
	background: url(../_images/sos-nav-back3.jpg) no-repeat;
	width: 125px;
	height: 49px;
	display: block;
}
/* ---------->>> PAGE STRUCTURE <<<-----------*/
#container {
	margin: 0 auto;
	width: 780px;
}
#content {
	float: left;
	clear: both;
	width: 780px;
}
.homepage {
	background: url(../_images/BG-body-home.png) repeat-y;
} 
.services {
	background: url(../_images/bg-services.jpg) repeat-y;
}
.organizer {
	background: url(../_images/bg-organizer.jpg) repeat-y;
}
.tips {
	background: url(../_images/bg-tips.jpg) repeat-y;
}
.speaking {
	background: url(../_images/bg-speaking.jpg) repeat-y;
}
.homeServices {
	background: url(../_images/bg-home.jpg) repeat-y;
}

#leftcol {
	float: left;
	padding-top: 0;
	width: 287px;
}

#leftcol.purple {
}


#leftcol p.more {
	margin: 0 20px 20px 20px;
	font-size: 14px;
	/*text-align: right;*/
}

#leftcol p.more a {
	background: #870041;
	color: #FFF;
	padding: 5px;
	text-decoration: none;
}

#leftcol p.archives {
	margin: 0 20px 20px 20px;
	font-size: 14px;
	/*text-align: right;*/
}

#leftcol p.archives a {
	background: #315786;
	color: #FFF;
	padding: 5px;
	text-decoration: none;
}

.tips #leftcol p.more a {
	background: #E3E33B;
	color: #780030;
}

#quizLink {
	
}
#quizLink a {
	text-decoration: none;
	margin-left: 40px;
}
#quizLink a img {
	border: none;
}

#rightcol {
	float: right;
	padding-top: 30px;
	width: 489px;
}

.tips #rightcol h2 {
margin:  15px 40px 0 40px;
}

.tips #rightcol ul {
margin:  0 40px 15px 40px;
}


#rightcol h1.orange {
	/*color: #A4782F;*/
	color: #cc3;
}

#rtTop {
	background: url(../_images/BG-home-rightcol.jpg) no-repeat bottom right;
	padding-bottom: 90px;
	border-bottom: 4px solid #FFF;
}

#rtTop p {
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	margin: 0 250px 20px 15px;
}

#rtTop p.emphasis {
	font-size: 14px;
	line-height: 22px;
	margin: 0 35px 40px 15px;
}

#rtBottom {
	background: #FFF;
}

#rtBotLeft {
	background: #a4782f url(../_images/BG-rtBotLeft.png) repeat-x top left;
	float: left;
	height: 290px;
	width: 238px;
}

*html #rtBotLeft, *html #rtBotRight {
height: 330px;
}

#rtBotLeft ul {
	color: #FFF;
	font-size: 11px;
	list-style: none;
	margin: 0 25px 0 15px;
}

#rtBotLeft li {
}

#rtBotLeft h1 {
	color: #860041;
	font-size: 24px;
	font-weight: normal;
	margin: 40px 0 20px 15px;
}

#rtBotRight {
	background: #315786 url(../_images/BG-rtBotRight.png) repeat-x top left;
	float: right;
	height: 290px;
	width: 246px;
}

#rtBotRight h1 {
	color: #e3c53b;
	font-size: 24px;
	font-weight: normal;
	margin: 40px 0 20px 15px;
}

#rtBotRight ul {
	color: #FFF;
	font-size: 11px;
	list-style: none;
	margin: 0 25px 20px 15px;
}

div.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	width: 0;}

#footer {
	background: url(../_images/BG-footer.png) no-repeat center top;
	color: #646464;
	font-size: 11px;
	margin: 4px auto;
	padding: 25px 0;
	text-align: center;
	width: 780px;
	float: left;
	clear: both;
}
#footer p {
	margin-top: 5px;
}
#footer a {
color: #315786;
}
.footer-logo {
	position: absolute;
}
.footer-logo img {
	text-decoration: none;
	border: none;
	padding-top: .5em;
}
.footer-logo.left {
	margin-left: -45px;
}
.footer-logo.right {
	margin-left: 10px;
}
/* ---------->>> TEXT STYLES <<<-----------*/