/**
 * Global Style rules for the IPS' site
 * @author Luis Pirir <luispirir@gmail.com, lpirir@truepresence.com>
 */
*, html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	font-size: 62.5%;
	text-align: center;
}
/** LAYOUT **/
#wrapper {
/*	width: 1200px;*/
	width: 1146px;
	background-color: #fff;
	margin: auto;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, sans-serif;
}
	/** HEADER **/
	#header {
		height: 153px;
		position: relative;
		background: url(../images/bg_header.jpg) top right no-repeat; 
	}
		#header h1 {
			background: url(../images/ips_logo.jpg) no-repeat;
/*			width: 399px;*/
			width: 345px;
			height: 153px;
			text-indent: -9999px;
		}
		#header #menu-top {
			position: absolute;
			top: 18px;
			right: 136px;
		}
			#header ul {			
				overflow: hidden;
				float: left;
			}
				#header ul li {
					float: left;
					list-style: none;					
				}
					#header ul li a {
						display: block;
						font-size: 1.2em;
						text-decoration: none;
						padding: 0 5px;
						border-right: 1px solid #c4b78f;
						line-height: 23px;	
						color: #424242;
					}
						#header a#page_312 {
							text-transform: uppercase;
							color: #978651;
						}
			#header form { 
				float: left; 
				margin: 0 5px;	
			}
				#header form label {
					font-size: 1.2em;
					color: #424242;
				}
				#header form input {
					width: 115px;
					height: 13px;
					background: url(../images/bg_search.jpg) no-repeat;
					padding: 5px;
					font: 1.1em 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, sans-serif;
				}
	/** CONTENT **/
	#content {
		overflow: hidden;
		padding: 1em 0;
		margin: 2em 0;
	}
		#sidebar-left {
			width: 327px;
			float: left;
		}
		#sidebar {
			float: left;
			width: 137px;   
		}
			#sidebar ul {
				width: 137px;
				margin-bottom: 1em;
			}
				#sidebar ul li {
					list-style: none;
					text-align: left;
				}
					#sidebar ul li a {
						text-decoration: none;
						color: #424242;
						border-bottom: 1px solid #cfbd83;
						display: block;
						padding: 5px;
						font-size: 1.1em;
					}
						#sidebar ul li a:hover {
							background-color: #cfbd83;
							color: #fff;
							border-bottom-color: #424242;
						}
						#sidebar ul li a.menu_current {
							color: #3396b1;
						}
					#sidebar ul.bottom-menu li a {
						color: #978651 !important;
						border: none !important;
					}
		#submenu {
			float: left;
			width: 180px;			
			margin-left: 10px;
		}
			#submenu ul {}
				#submenu ul li {
					text-align: left;
					list-style: none;
				}
					#submenu ul li a {
						color: #3396b1;
						text-decoration: none;
						font-size: 1.1em;
						padding: 3px 5px;
						display: block;
					}
						#submenu ul li a.external {
							display: inline;
						}
						#submenu ul li a:hover { text-decoration: underline; }
				#submenu ul ul {
					margin: 0.1em 2em;
				}
					#submenu ul ul a { color: #baae8b; }
		#facebook-app {
			float: left;
			width: 100%;
		}
			#facebook-app a {
				color: #3396b1;
				text-decoration: none;
				border-bottom: 1px solid #3396b1;
			}
				#facebook-app a:hover { 
					border-bottom-color: #978651;
					color: #978651;
				}
	/** FOOTER **/
	#footer {
		background-color: #e6e6e6;
		font-size: 1.0em;
		line-height: 34px;
		clear: both;
	}
		#footer a {
			color: #424242;
			text-decoration: none;
			border-bottom: 1px solid #424242;
		}
			#footer a:hover { border-bottom: none;}
