/******************************************************
** Title........: Screen
** Filename.....: atom_theme/css/screen.css
** Author.......: Loren Dias
** Website......: MarthaBorst.com
*******************************************************/
/* (B) Page                                           */

html {
	margin: 0 auto;
	padding: 0;
	background: #5D5D5D url('../images/htmlBG.png');
}

body {
	margin: 0 auto;
	padding: 0;
	color: #000;
	min-height: 700px;
	background: transparent url('../images/bodyBG.png') repeat-x;
	font-size: 62.5%;
	font-family: verdana, 'Lucida Grande', arial, helvetica, sans-serif;
	text-align: center;
}

/* (E) Page                                           */
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */
/* (B) Elements                                       */

a, a:link, a:active, a:visited {
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

div {
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
}

img {
	border: 0;
}

input, textarea {
	margin: 0;
	padding: 2px 4px;
	background: #FFF;
	color: #000;
	font-size: 1em;
	font-family: verdana, arial;
	font-weight: bold;
}

ul, ol {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

ul li, ol li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

/* (E) Elements                                       */
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */
/* (B) Space Time Continuum                           */

#Page {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	background: #FFF;
	text-align: center;
	vertical-align: middle;
	display: block;
}

/* (E) Space Time Continuum                           */
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */
/* (B) Worlds                                         */

#pageHeader {
	width: 950px;
	height: 220px; /* 185px + 35px */
	text-align: left;
	vertical-align: middle;
	background: url('../images/headers/default.png') repeat-x;
}

	#headerLogo {
		margin: 15px 145px 105px 135px;
		padding: 0;
		width: 430px;
		height: 65px;
		float: left;
		background: url('../images/themeHeaderLogo.gif') no-repeat top left;
	}
	
	#menu {
		padding: 5px 0 0 0;
		width: 100%;
		height: 28px;
		font-family: tahoma;
		float: left;
		font-weight: bold;
		clear: both;
		background: #F1CE9F url('../images/headerNavigationBG.png');
		border-bottom: 2px solid #632D1E;
	}

		#menu ul {
			list-style: none;
			margin: 0;
			padding: 0 0 0 20px;
		}
		
			#menu li {
				height: 28px;
				position: relative;
				float: left;
			}
		
			#menu ul li {
				list-style: none;
				margin: 0 5px 0 0;
				padding: 0;
				width: auto;
				float: left;
			}
			
				#menu ul li ul {
					padding: 0;
				}
				
				#menu ul ul {
					z-index: 500;
					border-bottom: 1px solid #632D1E;
					width: 150px;
					float: left; /* IE 7 */
					top: 28px; /* IE 7 */
					left: 0; /* IE 7 */
					clear: both;
					position: absolute;
				}


					#menu ul li ul li {
						list-style: none;
						margin: 0;
						width: 150px;
						float: left;
					}

						#menu ul li ul li a {
							color: #572F25;
							background: #ECDCC5 url('../images/headerNavigationBG2.png') center center repeat-y !important;
							border-bottom: 1px solid #DEC99B;
							
						}
		
						#menu ul li ul li a:hover {
							color: #FFF;
							background: #683020 url(../images/headerNavigation_lightBG.png) repeat-x center top !important;
							border-bottom: 1px solid #632D1E;
						}
					/* END li */
				/* END ul */
			/* END li */
		/* END ul */
		
		#menu a {
			display: block;
			border: 0;
			margin: 0;
			padding: 0 15px;
			height: 28px;
			line-height: 28px;
			color: #FFF;
			text-decoration: none;
			background: #3F1B11 url(../images/headerNavigation_darkBG.png) repeat-x center top;
		}

		#menu a:hover {
			color: #FFF;
			background: #683020 url(../images/headerNavigation_lightBG.png) repeat-x center top;
		}
		
		#menu ul ul ul {
			position: absolute;
			top: 0;
			left: 100%;
		}

		div#menu ul ul,
		div#menu ul li:hover ul ul,
		div#menu ul ul li:hover ul ul {
			display: none;
		}

		div#menu ul li:hover ul,
		div#menu ul ul li:hover ul,
		div#menu ul ul ul li:hover ul {
			display: block;
		}
	/* END #menu */
	
	
	#headerNavigation {
		padding: 5px 0 0 0;
		width: 100%;
		height: 28px;
		font-family: tahoma;
		float: left;
		font-weight: bold;
		clear: both;
		background: #F1CE9F url('../images/headerNavigationBG.png');
		border-bottom: 2px solid #632D1E;
	}

		#headerNavigation ul {
			list-style: none;
			margin: 0 0 0 20px;
			padding: 0;
			float: left;
		}
		
			#headerNavigation li {
				height: 28px;
				position: relative;
				float: left;
			}
		
			#headerNavigationul li {
				list-style: none;
				margin: 0 5px 0 0;
				padding: 0;
				width: auto;
				float: left;
			}
			
				#headerNavigation ul li ul {
					padding: 0;
				}
				
				#headerNavigation ul ul {
					z-index: 500;
					border-bottom: 1px solid #632D1E;
					width: 150px;
				}


					#headerNavigation ul li ul li {
						list-style: none;
						margin: 0;
						width: 150px;
						float: left;
					}

						#headerNavigation ul li ul li a {
							color: #572F25;
							background: #ECDCC5 url('../images/headerNavigationBG2.png') center center repeat-y !important;
							border-bottom: 1px solid #DEC99B;
							
						}
		
						#headerNavigation ul li ul li a:hover {
							color: #FFF;
							background: #683020 url(../images/headerNavigation_lightBG.png) repeat-x center top !important;
							border-bottom: 1px solid #632D1E;
						}
					/* END li */
				/* END ul */
			/* END li */
		/* END ul */
		
		#headerNavigation a {
			display: block;
			border: 0;
			margin: 0;
			padding: 0 15px;
			height: 28px;
			line-height: 28px;
			color: #FFF;
			text-decoration: none;
			background: #3F1B11 url(../images/headerNavigation_darkBG.png) repeat-x center top;
		}

		#headerNavigation a:hover {
			color: #FFF;
			background: #683020 url(../images/headerNavigation_lightBG.png) repeat-x center top;
		}
		
		#headerNavigation ul ul ul {
			position: absolute;
			top: 0;
			left: 100%;
		}

		div#headerNavigation ul ul,
		div#headerNavigation ul li:hover ul ul,
		div#headerNavigation ul ul li:hover ul ul {
			display: none;
		}

		div#headerNavigation ul li:hover ul,
		div#headerNavigation ul ul li:hover ul,
		div#headerNavigation ul ul ul li:hover ul {
			display: block;
		}
	/* END #headerNavigation */
/* END #pageHeader */

#pageBody {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	min-height: 490px;
	text-align: left;
	background: url('../images/themeBodyBG.png') repeat-y center;
}

    #bodyContent {
        margin: 0;
        padding: 20px;
		width: 660px; /* Total: 700px */
		float: left;
		font-size: 1.2em;
    }

		#bodyContent ul, #bodyContent  ol {
			padding: 0 0 0 40px;
			list-style: disc;
			width: auto;
		}
		
		.T1 {
			margin: 0;
			padding: 0 0 15px 0;
			font-size: 2em;
			text-align: left;
			font-weight: bold;
		}
		
		.T2 {
			color: #C93C00;
			font-size: 1.5em;
			font-weight: bold;
		}
	
	#bodySidebar {
		margin: 0;
		padding: 20px;
		width: 210px; /* Total: 250px */
		float: right;
	}
	
		#sidebarBook {
			margin: 0 0 20px 0;
			padding: 85px 0 0 107px;
			background: url('../images/sidebarBook.png');
			width: 103px; /* 210px */
			height: 137px; /* 222px */
		}
		
			#sidebarBook a {
				padding: 0 0 10px 0;
				font-size: 1.2em;
				color: #00FFE7;
				clear: both;
				display: block;
				font-weight: bold;
				text-decoration: none;
			}
				
				#sidebarBook a:hover {
					color: #FFF;
					text-decoration: underline;
				}
			/* END a */
		/* END #sidebarBook */
		
		#sidebarTeleseminars {
			margin: 0 0 20px 0;
			padding: 50px 0 0 70px;
			background: url('../images/sidebarTeleseminars.png');
			width: 140px;
			height: 31px;
		}
		
			#sidebarTeleseminars a {
				font-size: 1.4em;
				color: #00FFE7;
				font-weight: bold;
				text-decoration: underline;
			}
				
				#sidebarTeleseminars a:hover {
					color: #FFF;
				}
			/* END a */
		/* END #sidebarTeleseminars */
		
		#sidebarContact {
			text-align: left;
			background: #8ACDC7 url('../images/sidebarContactBody.png') top center repeat-y;
		}
		
			#contactHeader {
				height: 20px;
				background: url('../images/sidebarContactHeader.png');
			}
			
			#contactBody {
				padding:0 15px 0 15px;
			}
			
				#contactTitle {
					margin: 0 0 15px 0;
					padding: 0;
					font-size: 1.2em;
					font-weight: bold;
					text-align: center;
				}
				
				dl#contactChecks {
					margin: 0;
					padding: 0;
					width: 180px;
					color: #603314;
				}
					dl#contactChecks input {
						background: transparent;
					}
					
					dl#contactChecks dt {
						float: left;
						text-align: left;
					}
					
					dt.sidebarContactA {
						width: 20px;
						clear: both;
					}
					
					dt.sidebarContactB {
						width: 160px;
					}
				/* END dl#contactChecks */
				
				#contactInputs {
					margin: 15px 0 15px 0;
					padding: 0;
					clear: both;
					color: #000;
				}
				
					#contactInputs label {
						padding: 2px 0 4px 0;
						display: block;
					}
					
					#contactInputs input {
						padding: 5px;
						width: 168px;
						background: #F8F092;
						border: 1px solid #4A7D79;
					}
				/* END #contactInputs */
								
				#contactSend {
					clear: both;
					margin: 0;
					padding: 0;
				}
				
					#contactSend input {
						border: 0;
						margin: 0;
						padding: 0;
					}
			/* END #contactBody */
			
			#contactFooter {
				height: 20px;
				background: url('../images/sidebarContactFooter.png');
			}
		
/* END #pageBody */

#pageFooter {
	width: 950px;
	clear: both;
}
	
	#footerNavigation {
		padding: 0 20px;
		height: 50px;
		line-height: 50px;
		font-size: 1.2em;
		color: #FFF;
		font-weight: bold;
		display: block;
		background: url('../images/themeFooterBG.png') repeat-x center;
	}
	
		#footerNavigation a {
			color: #FFF;
			text-decoration: none;
		}
		
		#footerNavigation a:hover {
			color: #FF9900;
			text-decoration: none;
		}
	/* END #footerNavigation */
	
	#footerCopyright {
		padding: 0 20px;
		height: 30px;
		line-height: 30px;
		color: #FFF;
		font-size: 1em;
		display: block;
		text-align: right;
		background: url('../images/themeFooterReflectionBG.png') repeat-x center bottom;
	}
/* END #pageFooter */

#pageClear {
	clear: both;
}

/* (E) Worlds                                         */
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */
/* (E) Common                                         */

.bold {
	font-weight: bold;
}

.underlined {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.italic-green {
	font-style: italic;
	font-size: 1.1em;
	color: #167B76;
}

.black {
	color: #000;
}

.grey {
	color: #777;
}

.size18 {
	font-size: 1.8em;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.hilight {
	background: #F2E993;
}

.content-heading {
	font-size: 1.4em;
	font-weight: bold;
	color: #C93C00;
}

.content-heading2 {
	font-size: 1.1em;
	color: #C93C00;
	font-weight: bold;
}

.content-heading3 {
	font-size: 1.1em;
	color: #147777;
	font-weight: bold;
}

.content-heading4 {
	font-size: 1.4em;
	color: #147777;
	font-weight: bold;
}

a.content-link {
	font-weight: bold;
}

hr.content-hr {
	height: 1px;
	border: 0;
	background: #000;
	width: auto;
}

hr.content-hr2 {
	height: 2px;
	border: 0;
	background: #147777;
	width: auto;
}

.content-quote {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}


/* Common Table of Clients */
table.tableClients {
	text-align: center;
	width: 660px;
}

table.tableClients td {
	padding: 15px;
	text-align: center;
}

/* Brown Button UL */

ul.buttonList {
	margin: 0 auto;
	padding: 0 10px 0 10px;
	width: auto;
	font: normal 13px arial;
	list-style: none;
	text-align: center;
	font-weight: bold;
}

	ul.buttonList li {
		margin: 0 3px 0 3px;
		padding: 0;
		width: auto;
		height: 40px;
		background: #562F24 url('../images/buttonBG.png') top left no-repeat;
		display: block;
		float: left;
		position: relative;
	}

		ul.buttonList a {
			font-size: 0.9em;
			padding: 0 15px;
			color: #FFF;
			height: 40px;
			line-height: 40px;
			display: block;
			text-decoration: none;
			background: transparent url('../images/buttonBG2.png') top right no-repeat;
		}
	/* END li */
/* END ul.buttonList */

/* (E) Common                                         */
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */