/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    Camaal Moten
email:     camaal@gmail.com
website:   http://www.camaalmoten.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/*=IE6 Hack
-----------------------------------------------------------------------------*/

.gainlayout { _height: 0; }


/* =Typography
-----------------------------------------------------------------------------*/

body {
  	font: 11px/1.5em "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
  	color: white;
  	background-color: #261B80;

}

.required {
	font-size: 0.75em;
	color: #760000;
}

/* =Headings
-----------------------------------------------------------------------------*/

h1 {
	font-size: 2em;
	color: #333399;
	font-weight: normal;
	margin-top: 0px;
}


h2 {
	color: #333399;
	font-weight: normal;
	margin-top: 0px;
	font-size: 1.16em;
	line-height: 1.5em;
	margin-bottom: 0;
}



/* =Links
-----------------------------------------------------------------------------*/
a {
	color: white;
}

ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 663px;
	float: left;
	}

ul li{
	float: left;
}

ul .first a {
	background: none;
}

ul a {
	display: block;
	line-height: 2.5em;
	text-decoration: none;
	background-color: #333399;
	color: #fff;
	font-size: 1em;
	margin-right: 1px;
	text-transform: uppercase;
	text-shadow: black 1px 1px 2px;
	padding: 0 1.1em 0 1em;
}

ul a:hover {
	color: #333399;
	background-color: #ffcc66;
	text-shadow: none;
}

#footer ul a{
	background-color: navy;
	border-left-style: solid;
	border-left-width: 1px;
}

#footer ul a:hover{
	color: #ffcc66;
}

/* =Branding
-----------------------------------------------------------------------------*/
#wrapper{
	width: 100%;
	text-align: center;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.contactUs #wrapper {
	margin-top: 125px;
}
/* =Main Nav
-----------------------------------------------------------------------------*/
#clientLogin{
	width: 620px;
	height: 25px;
	margin: 105px auto 0;
	padding-left: 18px;
	padding-right: 0;
}

#clientLogin a{
	display: block;
	width: 109px;
	background: #ffcc66 url(images/external.gif) no-repeat 97px center;
	border: 1px solid #ffc11f;
	color: #333399;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	float: right;
	line-height: 1.2em;
	padding: 4px 0;
}

#clientLogin a:hover{
	background-color: #faec73;
}
#mainNav {
	width: 660px;
	height: 30px;
	margin: 0 0 8px 20px;
	float: left;
	padding-top: 10px;
}




/* =Sub Nav
-----------------------------------------------------------------------------*/

#subNav {
	width: 330px;
	height: 30px;
	float: right;
	margin: 10px 32px 10px 10px;
}

#subNav ul{
	color: #ccc;
	width: 333px;
}

/* My Comment */

#subNav ul a{
	color: #fff;
	padding: 0 1.1em;
}


/* =Billboard
-----------------------------------------------------------------------------*/

#billboard{
	width: 100%;
	height: 270px;
	margin: 0 auto;
	background-color: #261B80;
	float: left;
}





/* =Main Content
-----------------------------------------------------------------------------*/

#mainContent {
	width: 426px;
	min-height: 250px;
	margin: 19px 0 25px 43px;
	float: left;
	text-align: left;
	padding: 0 10px;
}

#mainContent h1 {
	color: #333399;
	text-shadow: gray 1px 1px 2px;
}


/* =Secondary Content
-----------------------------------------------------------------------------*/

#secondaryContent {
	width: 159px;
	float: right;
	background: url(images/Support_02.gif) repeat-y;
	margin: 10px 20px 0 10px;
}

#secondaryContent h2 {
	margin-top: 0;
	margin-bottom: 0;
	background: url(images/Support_01.gif) no-repeat left top;
	padding-top: 8px;
}

#secondaryFlash{
	width: 140px;
	min-height: 250px;
	margin: 8px;
}

#secondaryContent p {
	background:url(images/Support_03.gif) no-repeat left bottom;
	padding-bottom: 0;
	margin: 0;
}

/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	width: 100%;
	height: 120px;
	clear: both;
	color: white;
}

#phoneNumber {
	width: 240px;
	height: 30px;
	float: left;
	margin: 10px 10px 0 46px;
	color: #ffcc66;
	text-align: left;
	line-height: 2.5em;
}

#disclaimer{
	font-size: .85em;
	color: white;
	float: left;
	margin-top:10px;
	margin-left: 200px;
	margin-right: 200px;
}
/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
	width: 600px;
	margin: 10px 10px 10px 40px;
	padding: 10px;
	border: 1px dotted #333399;
	background: #e8e8e8;
	float: left;
	text-align: left;
	color: black;
}

legend {
	font-weight: bold;
	color: #333399;
}

label {
	display: block;
	float: left;
	width: 10em;
}

/* My Comment */

input {
	width: 200px;
}

textarea#message  {
	
	width: 440px;
	height: 150px;
	overflow: auto;
	text-align: left;
	vertical-align: top;
}

input#subject {
	width:440px ;
}

input:focus, textarea:focus{
	background: #ffc;
}

#formContent {
	width: 600px;
	margin: 10px 0 0 40px;
	float: left;
	text-align: left;
	padding: 0 10px;
}


/* =Bio Page
-----------------------------------------------------------------------------*/
#bioContent {
	width: 630px;
	min-height: 250px;
	margin: 10px 0 20px 30px;
	float: left;
	text-align: left;
	padding: 0 10px;
}

#bioContent img{
	float: left;
	margin: -15px 10px 10px 0;
}

#bioContent p {
	width: 514px;
	float: right;
}

#bioContent h1 {
	color: #333399;
}

#bioContent h2 {
	margin-left: 115px;
	margin-bottom: 0;
}
/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/
#estatePlanning #mainNav .estatePlanning a,#moneyManagement #mainNav .moneyManagement a,#incomeStrategies #mainNav .incomeStrategies a,#retirementPlans #mainNav .retirementPlans a,#abundanceInfo #mainNav .abundanceInfo a,#theTeam #mainNav .theTeam a,#contactUs #mainNav .contactUs a {
	background-position: right bottom;
	cursor: default;
	background-color: #669;
	color: #fff;
}


/* =Misc 2
-----------------------------------------------------------------------------*/
