/* 
  -----------------------------------
David Lockwood - http://www.artifactdesign.us
  -----------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #F0DBDC;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
#masthead {
	background: #000000 url(img/masthead.jpg) repeat-x;
}
#logo img {
	border: 0;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	background-repeat: repeat-y;
}
#columns-top {
	background-repeat: no-repeat;
	height: 12px;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
.content {
	padding: 8px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
.content p {
	margin: 6px 0px 12px;
}


	ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}

ol {
	padding-left: 15px;
	background-image: url(../new-images/0090_check.png);
	background-repeat: no-repeat;
	background-position: left top;	
	}




h1 {
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #B01913;
	font-family: georgia, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

h2 {
	font-size: 1.1em;
	margin: 28px 0px 0px;
}
h3 {
	font-size: 1em;
	margin: 28px 0px 0px;
}
h4 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #FF0000;
	}

#footer {
	margin: 0px auto;
	font-size: .7em;
	background-color: #9A1E1F;
}
#footercontent {
	padding-top: 12px;
	padding-right: 12;
	padding-bottom: 12px;
	padding-left: 12;
	color: #FFFFFF;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Nav Bar*/
#tnav {
	background-color: #F0DBDC;
	font-size: 0.8em;
	background-image: url(img/navbg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 12px;
	margin-bottom: 30px;
	background-position: left bottom;
}
#tnav-center {
	margin: 0 auto;
	border-left: 1px solid #333;
	
}
#tnav ul {
	margin: 0;
	padding: 0;
}
#tnav li {
	list-style-type: none;
	float: left;
}
#tnav #BasicNav a {
	float: left;
	color: #000000;
	padding: 10px;
	text-decoration: none;
	border-right: 1px solid #333333;
}
#tnav #BasicNav a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
#p7PMnav {
	background-image: none !important;
	background-color: transparent !important;
}



table.sample {
	border-width: 2px 2px 2px 2px;
	border-spacing: 3px;
	border-style: outset outset outset outset;
	border-color: white white white white;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: red red red red;
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: red red red red;
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}



/*GLOBALS: Link Styles other than main navigation bar*/
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3667AD;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3667AD;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #74E2F5;
	}

/*CUSTOM ELEVATOR STYLES*/
#masthead #epmExternal {
	position: absolute;
	left: 200px;
	z-index: 999999;
	top: 36px;
	font-size: 0.7em;
	border: 0;
}
#iQ-elevator .p7epm_cwrapper,
#iQ-elevator .p7epm_content,
#iQ-elevator .p7EPM02 {
	border: 0;
	font-size: .9em;
}
#masthead #epmExternal .p7epm_trigs li {
	margin-right: 2px;
}
#masthead #epmExternal .p7epm_trigs a {
	color: #999999;
	padding: 4px 10px;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	background-color: #2A2A2A;
	float: left;
	border-top: 1px solid #3C3C3C;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #3C3C3C;
}
#masthead #epmExternal .p7epm_trigs a:hover {
	color: #FFFFFF;
}
#masthead #epmExternal .p7epm_trigs .p7epm_open {
	color: #FFFFFF !important;
	background-color: #414141;
	border-color: #000000;
}
#logo {
	float: left;
}
.imgflt {
	float: left;
	padding-right: 10px;
}
