/*~~~ Advicetap Page Structure ~~~*/

	body {
		background: #D2E6EE url("/images/body_bg.jpg") 0 0 repeat-x;
		margin: 0;
	}
	
	#wrapper {
		padding-left: 48px;
	}

	#container {
		margin: 21px auto 0 auto;
		padding-bottom: 30px;
		position: relative;
		width: 954px;
	}
	
	#simple-container {
		margin: 30px auto 0 auto;
		position: relative;
		text-align: left;
		width: 660px;
	}

	/*~~~~ Header ~~~*/
	
	#header {
	}
	
	#logo {
	  margin-left: 34px;
	  margin-top: 5px;
  }
	
	#simple-container #header {
		margin: 0 0 20px 40px;
	}

	#header #utility {
		margin-top: -6px;
		margin-right: 3px;
		float: right;
		font-size: 12px;
	}

	#header #utility ul {
		float: right;
		margin: 0 -6px 0px 50px;
	}

	#header #utility ul li {
		list-style: none;
		height: 11px;
		padding: 0 10px;
	}
	
	#header #utility ul li a {
		display: block;
		margin-top: -3px;
	}
	
	#header #utility ul li strong {
		display: block;
		margin-top: -3px;
	}
	
	#header #utility ul li.border-left {
		border-left: solid 1px #23568B;
	}
  
  #header-simple {
  	min-height: 67px;
  	padding-bottom: 14px;
  	background: url(/images/wrapper-top.png) left bottom no-repeat;
  	text-align: right;
  	position: relative;
  }
  
  .application_logged_out #header-simple {
    background: url(/images/wrapper-top-application-logged-out.png) left bottom no-repeat;
  }

  #header-simple .logo {
    float: left;
    margin-top: 14px;
    margin-left: 36px;
  }

  #header-simple .navigation {
   line-height: 45px;
   margin-right: 8px;
   position: relative;
   top: 18px;
   float: right;
  }

  #header-simple .navigation a {
    padding: 6px;
  }

  #header-simple .navigation a:hover {
    background: #3781c8;
    color: white;
  }

  #header-simple #signup_announcement {
    margin-top: 19px;
    margin-right: 1px;
    float: right;
  }

  #header-simple .flash {
    width: 910px;
    margin: 5px 1px;
    padding: 6px 0;
    padding-left: 42px;
    text-align: left;
    clear: both;
  }
  
  
  
	/*~~~~ Content ~~~*/
	
	
	.wide-column {
		min-height: 365px;
		padding: 20px 17px 0 19px;
		width: 641px;
	}

	.narrow-column {
		width: 276px;
		z-index: 0;
	}

	.half-column {
		min-height: 365px;
		padding: 27px 27px;
		width: 403px;
	}
	
	.full-column {
		padding: 27px 27px;
		width: 606px;
	}
	
	div.container {
		display: block;
		overflow: hidden;
		width: 100%;
		padding: 3px 0;
	}


		#user-profile-sidebar #user-badges img {
			padding-bottom: 2px;
		}

		#user-profile li.recommendation.result-list-item {
			width: 430px;
		}

		/*~~~~ Normal page content ~~~*/
	
		#content {
			background: url("/images/content-bg.png") 0 0 repeat-y;
			min-height: 365px;
		}
		
		.application_logged_out #content {
		  padding-bottom: 16px;
	  }

		#content #top {
			background: url("/images/content-top-bg.png") 0 0 no-repeat;
			clear: both;
			height: 8px;
			width: 952px;
			z-index: 0;
		}

		#bottom {
			background: url("/images/inside_footer.png") 0 0 no-repeat;
			clear: both;
			height: 14px;
		}
	
		#content .narrow-column.image-background-container {
			background: #EAF3FD url("/images/sidebar_bg.png") 0 0 repeat-x;
			height: 365px;
			min-height: 365px;
			width: 231px;
			padding: 16px 18px;
			padding-right: 25px;
		}

		/*~~~~ Signup page content ~~~*/
	
		#signup-content {
			background: url("/images/signup-content-bg.gif") 0 0 repeat-y;
			min-height: 365px;
			width: 952px;
		}

		#signup-content #top {
			background: url("/images/signup-content-top-bg.gif") 0 0 no-repeat;
			clear: both;
			height: 8px;
			width: 952px;
			z-index: 0;
		}

		#signup-content #bottom {
			background: url("/images/signup-content-bottom-bg.gif") 0 0 no-repeat;
			clear: both;
			height: 10px;
			width: 952px;
			z-index: 0;
		}
	
		#signup-content .half-column.image-background-container {
			background: url("/images/half-column-blue-bg.gif") 0 0 repeat-y;
			height: 365px;
			min-height: 365px;
			margin-left: 2px;
			padding: 0;
			width: 491px;
			z-index: 0;
		}

		#signup-content .image-background-container div.inner-content {
			background: url("/images/half-column-gradient-bg.gif") 0 0 repeat-x;
			min-height: 365px;
			padding: 27px 24px;
			z-index: 1;
		}
		
		/*~~~~ Simple  page content ~~~*/
	
		#simple-content {
			background: url("/images/full-column-content-bg.gif") 0 0 repeat-y;
			width: 660px;
		}

		#simple-content #top {
			background: url("/images/full-column-content-top-bg.gif") 0 0 no-repeat;
			clear: both;
			height: 8px;
			width: 660px;
			z-index: 0;
		}

		#simple-content #bottom {
			background: url("/images/full-column-content-bottom-bg.gif") 0 0 no-repeat;
			clear: both;
			height: 10px;
			width: 660px;
			z-index: 0;
		}
		
		#simple-nav {
			position: absolute;
			right: 0;
			top: 51px;
			font-size: 11px;
			text-align: right;
		}
		#simple-nav .divider {
			color: #777;
		}
		
	/*~~~ Sidebar ~~*/

	.sidebar ul {
		list-style: none;
		padding-left: 0;
	}

	.sidebar ul li {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
	}
	
	.sidebar .section {
		margin-bottom: 5px;
		padding: 0;
	}

	/*~~~~ Footer ~~~~*/
	
	#footer {
		margin: 5px 0 15px 14px;
		font-size: 12px;
	}
	
	#footer p {
		margin: 0 0 1px 14px;
		padding: 0;
		line-height: 21px;
	}
	
	#footer p:last-child {
		margin-top: 3px;
	}


  #footer-simple {
  	height: 31px;
  	padding: 0 20px;
  	padding-top: 13px;
  	background: url(/images/wrapper-bottom.png) left top no-repeat;
  	text-align: left;
  	margin: 0;
  	font-size: 12px;
  	color: white;
  }
  
  .application_logged_out #footer-simple {
    background: url(/images/wrapper-bottom-application-logged-out.png) left top no-repeat;
  }
  
  #footer-simple a {
    color: white;
  }

  #footer-simple ul {
    float: left;
  }

  #footer-simple ul li {
    float: left;
    list-style: none;
    padding: 0 5px;
    border-left: 1px solid white;
  }

  #footer-simple ul li:first-child {
    padding-left: 0;
    border: none;
  }

  #footer-simple .copyright {
    float: right;
  }
