/* Global Declarations  */

* {
	margin: 0;
	padding: 0;
}
		
		
body {
	text-align: center; /* IE5.x centeing fix */
	background-color: #FFF;
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	color: #8E8E8E;
	line-height: 16px;
}

p {
	margin: 0 0 22px 0;
}

a {
	outline:0 !important;
	color: #00B5E6;
	text-decoration: none;
}

a:hover {
	color: #8E8E8E;
}

ol {
	margin: 0 0 20px 30px;
	}
	
ol li {
	padding: 0 0 10px 0;
	}
	


/* Headings  */

h1 {	
	width: 629px;
	height: 19px;
	font: 1px/1px sans-serif;
	text-indent: -9999px;
	background: url(../../images/layout/ifpt-logo.gif) no-repeat;
	float: left;
}

h2 {	
	width: 450px;
	height: 28px;
	font: 1px/1px sans-serif;
	text-indent: -9999px;
}

h3 {	
	width: 404px;
	height: 31px;
	font: 1px/1px sans-serif;
	text-indent: -9999px;
}

h4 {	
	width: 193px;
	height: 24px;
	font: 1px/1px sans-serif;
	text-indent: -9999px;
}

#sub-menu-heading {
	width: 227px;
	height: 22px;
	font: 1px/1px sans-serif;
	text-indent: -9999px;
	}


/* Page Layout  */

#wrapper {
	width: 100%;
	padding: 50px 0 0 0;
}

#page-container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#main-content {
	width: 746px;
	padding: 0 17px 35px 34px;
	background: url(../../images/layout/right-side.gif) repeat-y;
	background-position: 530px 0;
	margin: 3px 0 0 0;
	}


/* Top Layout  */

#top-section {
	width: 780px;
	margin: 0 0 2px 0;
}

#top-links {
	float: left;
	width: 151px;
}

#top-links ul{
	list-style-type: none;
}

#top-links li{
	float: left;
}

#top-links a {
	color: #737373;
	font-size: 0.9em;
	}
	
#top-links a:hover {
	text-decoration: underline;
	}

#top-links a#rss {
	background: url(../../images/layout/rss.gif) no-repeat;
	width: 50px;
	height: 14px;
	font: 1px/1px sans-serif;
	text-indent: -9999px;
	display: block;
	}
	
#top-links a#privacy {
	margin: 0 3px 0 0;
	}


#main-image {
	width: 780px;
	height: 265px;
	font: 1px/1px sans-serif;
	text-indent: -9999px;
	}

#menu-strip {
	width: 780px;
	height: 41px;
	}
	
#menu-strip #menu {
	width: 514px;
	float: left;
	padding: 0 0 0 15px;
	}

#menu-strip #pic {
	width: 235px;
	float: left;
	height: 40px;
	}

/*  Left Layout  */

#page-left {
	float: left;
	width: 475px;
	padding: 32px 20px 0 0;
}

#page-left p {
	text-align: justify;
} 

#page-left ul {
	margin: 0 0 20px 30px;
}


#page-left li {
	padding: 0 0 10px 0;
}


	
	
	
	

/*  Right Layout  */

#page-right {
	float: left;
}


/*  Footer  */

#footer {
	width: 490px;
	height: 18px;
	background-color: #EDFAFD;
	margin: 0 0 40px 33px;
	padding: 1px 0 0 11px;
	color: #A8B1B4;
}


/* Sub Menus */

ul#sub {
	list-style-type: none;
	line-height: 25px;
	width: 200px;
	margin: 8px 0 43px 21px;
	}

ul#sub li a{
	background: url(../../images/misc/bullet-blue.gif) no-repeat;
	background-position: 0 6px;
	color: #71B7FF;
	padding: 0 0 0 9px;
	}
	
ul#sub li a:hover {
	color: #8E8E8E;
	background: url(../../images/misc/bullet-grey.gif) no-repeat;
	background-position: 0 6px;
	}

/*  Mailing List  */

#mailing-list-container form {
	width: 184px;
	}
	
#mailing-list-container input.text-box {
	width: 184px;
	height: 17px;
	border: 1px solid #C5C4C4;
	margin: 0 0 4px 0;
	padding: 0 0 0 2px;
	}
	
#mailing-list-container label {
	display: none;
	}

#mailing-list-container input.subscribe {
	width: 57px;
	height:6px;
	}

#mailing-list-container input {
	color: #9A9A9A;
	font-size: 11px;
	}


/*  Misc Styles  */

.blue-line, .green-line {
	width: 100%;
	display: block;
	font: 1px/1px sans-serif;
	text-indent: -9999px;
}

.blue-line {
	background: url(../../images/layout/blue-line.gif) repeat-x;
	margin: 10px 0 20px 0;
}

.green-line {
	background: url(../../images/layout/green-line.gif) repeat-x;
	margin: 10px 0 26px 0;	
}

p.no-margin {
	margin: 0;
	}
	
p.message {
	color: #FF0000;
	margin: 30px 0 0 0;
	}



/*  Clear Fix  */
	
.clearfix:after {
	   content: ".";
	   display: block;
	   height: 0;
	   clear: both;
	   visibility: hidden;
	}
	
.clearfix { display: inline-block; }/* Hide from IE Mac \*/
	
.clearfix { display: block; }/* End hide from IE Mac */
