/* IPMP Stylesheet */

/***************************************************************************//* WHITESPACE RESET */

* {
padding:0;
margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:0; }
li, dd { margin-left:1.5em;}
fieldset { padding: .5em; }

body {
background: #333;
padding:0;
margin:0;
font: 62.5% "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

hr {
background:#ccc;
border:none;
width:100%;
height:1px;
margin:1em 0;
}

/***************************************************************************//* WRAP */

#wrap {
	background:url(./themes/site_themes/default/images/bg_wrap.png) repeat-y 0 0;
	width:1025px;
	padding-bottom:200px;
	margin:0 auto;
}

/***************************************************************************//* HEADER */

#header {
	background:url(./themes/site_themes/default/images/bg_header.png) repeat-x 0 0;
	height:146px;
	width:1025px;
	margin:0 auto;
}

#header_content {
	width:1025px;
	margin:0 auto;
}

#header a#headerlink {
	background:url(./themes/site_themes/default/images/ipmp_logo_large.png) no-repeat 0 0;
	width:298px;
	height:146px;
	display:block;
	margin-left:15px;
	float:left;
}

#header a#headerlink span {
	text-indent:-9999px;
	display:none;
}

.random_quote {
	font:13px/125% "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color:#fff;
	padding:30px 0 0 30px;
	width:575px;
	float:left;
}

/***************************************************************************//* COLUMNS */

#col1 {
	width:179px;
	float:left;
}

#col2 {
	width:549px;
	float:left;
}

.col2_content {
	padding:35px 25px;
}

.col2_content a {
	color:#cb4329;
	text-decoration:underline;
}

.col2_content a:hover {
	color:#333;
}


#col3 {
	width:296px;
	float:left;
}

.col3_content {
	padding:15px 25px;
	font-size:13px;
}

.col3_content a {
	color:#cb4329;
	text-decoration:underline;
	font-size:11px;
}

.col3_content a:hover {
	color:#333;
}

/***************************************************************************//* MAIN NAVIGATION */

#nav {
border: 0px solid #000;
width:179px;
font: bold 12px/100% Arial, Helvetica, Verdana, sans-serif;
text-shadow:#333 2px 2px 2px;
}

#nav li {
margin-left:0;
text-indent:15px;
line-height:30px;
}

#buttons {
height:30px;
position:relative;
}

#buttons li {list-style: none;}
#buttons li, #buttons a {
	background:transparent url(./themes/site_themes/default/images/bg_nav.png) no-repeat 0 -30px;

	display:block;
	top:0;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
}
#buttons a:hover {background:url(./themes/site_themes/default/images/bg_nav.png) no-repeat 0 0;}
#buttons a.on {
	background:transparent url(./themes/site_themes/default/images/bg_nav.png) no-repeat 0 0;
	height:30px;
	display:block;
	top:0;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
}

/***************************************************************************//* HEADINGS & TYPE */

p {margin-bottom:1.2em;}

#col2 h1 {
	font:26px/120% "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color:#8b1b1b;
}

#col2 h2, #col3 h2 {
	font:18px/160% "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color:#666;
}

#col2 h3 {
	font:16px/160% "Lucida Grande", "Lucida Sans", Arial, sans-serif;
        color:#8c1b1c;
}

#col2 h4 {
	font:14px/160% "Lucida Grande", "Lucida Sans", Arial, sans-serif;
        color:#333;
}

#col2 {
	font-size:12px;
	line-height:160%;
}

#col3 .sidebar_header {
	background:url(./themes/site_themes/default/images/bg_sidebar_header.png) no-repeat 0 0;
	display:block;
	width:100%;
	height:81px;
	text-indent:2.5em;
}

#col3 .sidebar_header h2 {
	padding-top:35px;
}

/***************************************************************************//* COURSES */

.course_item {
margin:1em 0 0 0;
}

/***************************************************************************//* ABOUT */

#about #col2 img, #handbook #col2 img {
float:left;
margin:0 15px 15px 0;
}

/***************************************************************************//* FOOTER */

#footer {
	background:url(./themes/site_themes/default/images/bg_footer.png) repeat-x 0 0;
	height:107px;
	width:1025px;
	margin:0 auto;
}

#footer_content {
	width:1025px;
	margin:0 auto;
}

.footercopy {
	width:700px;
	color:#fff;
	font-size:11px;
	padding:30px 0 0 25px;
	float:left;
}

.footercopy a {
	color:#fff;
}

.footercopy a:hover {
	color:#000;
}

#footer a#footerlink {
	background:url(./themes/site_themes/default/images/ipmp_logo_small.png) no-repeat 0 0;
	width:213px;
	height:107px;
	display:block;
	margin-left:15px;
	float:left;
}

#footer a#footerlink span {
	text-indent:-9999px;
	display:none;
}

/*Float Patch*/	
.floatcontainer:after { 
content: ".";
display: block;
height: 0;
clear: both;
visibility:hidden;
}

/* Mark Hadley's fix for IE Mac */  
.floatcontainer { display: inline-table;}

/* Hides from IE Mac \*/ 
* html .floatcontainer {height: 1%;} 
.floatcontainer{display:block;}
/* End Patch */