@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100%;
}

body {
	text-align: center;
	min-width: 960px;
	margin:0px;
	padding:0px;
	background-color:#BBB;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

#author {
	position:absolute;
	top:50px;
	right:45px;
	z-index:100005;
}

#nav {
	position:relative;
	margin:0 auto;
	width:960px;
	text-align: center;
	/*background-color: #013356;*/
	background-color:#002644;
	color:#000;
	font-size:11px;
	line-height:20px;
	top:-40px;
}

#nav a {
	color:#4e92c8;
	text-decoration:none;
}

#wrapper {
	position:relative;
	margin:0 auto;
	width:960px;
	text-align: left;
	height:auto !important;
	height: 100%;
	min-height: 100%;
	/*background-color: #013356;*/
	background-color:#002644;
}

#content {
	background-color:#f7f7f7;
	padding:20px;
}

#content_left {
	width:390px;
	float:left;
}

#content_right {
	float:left;
	left:410px;
	width:520px;
	padding:0 10px 0 0;
}

#content_bottom {
	float:left;
	right:0px;
}

.float_clear {
	clear:left;
	height:2px;
	font-size:2px;
}

p {
	text-align:justify;
}

/* SLASH POSITIONING */

img.slash_top
{
	position:absolute;
	top:0px;
	z-index:100000
}
img.slash_tags
{
	position:relative;
	bottom:50px;
	left:430px;
	z-index:100003;
}

img.ipm_logo
{
	position:absolute;
	top:160px;
	z-index:100004;
}

img.contact_top
{
	position:absolute;
	top:15px;
	right:40px;
	z-index:100004;
}

img.slash_mission_statement
{
	position:absolute;
	top:280px;
	left:-24px;
	z-index:100002;
}

img.slash_middle
{
	position:absolute;
	top:306px;
	z-index:100001;
}

#footer {
	position:relative;
}

img.contact_footer
{
	position:relative;
	top:-112px;
	left:17px;
	z-index:100002;
}

/* TEXT STYLES */

img.title1
{
	margin:10px 0 0 0;
}

img.title2
{
	margin:10px 0 0 0;
}

img.preview
{
	margin:0 15px 5px 0;
	float:left;
}

.date {
	font-size:10px;
	color:#888;
	font-weight:bold;
}


.small_text {
	font-size:11px;
}

.blue1 {
	color:#111;
	font-weight:normal;
	font-size:14px;
}

.blue2 {
	color:#4e92c8;
	font-weight:bold;
	font-size:16px;
}

.right_pics {
	float:right;
	margin:0 0 10px 10px;
	text-align:center;
	font-size:9px;
	padding:5px 5px 5px 10px;
	background: #e5e5e5;
}
.right_pics img {
	border:1px solid #62A3D2;
 	margin:5px 5px 5px 0;
}

.single_image {
	float:left;
	margin:10px 10px 10px 0;
	text-align:center;
	font-size:9px;
	padding:10px;
	background: #e5e5e5;
}

.single_image_centered {
	margin:0 10px 10px 0;
	text-align:center;
	font-size:9px;
	padding:10px;
	background: #e5e5e5;
}

.single_image_right {
	float:right;
	margin:0 0 10px 10px;
	text-align:center;
	font-size:9px;
	padding:10px;
	background: #e5e5e5;
}

.blue_link {
	text-decoration:none;
	color:#145b94;
}

.left_list {
	list-style:none;
	list-style-type:none;
	text-align:left;
	line-height:16px;
	margin:0 15px 10px 0;
	font-size:12px;
	padding:10px 15px 10px 10px;
	background: #e5e5e5;
	width:350px;
}
.indent {
	font-size:11px;
	list-style:square;
	margin:5px 0 0 35px;
}

.preview {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}

.subtext {
	width:300px;
}
.bigtext {
	 font-size:13px;
}

/* IE6 PNG Fix */
img, div { behavior: url(scripts/iepngfix.htc) }