@charset "utf-8";

/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bg_pins.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ffffff;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
/* 
NAVIGATION CSS
*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 15px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 15px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-right: 15px;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 15px;
	font-weight: bold;
	text-decoration: none;
}
/* ATTENTION ================================================================================
Content class is used for anything inside the main content page due to the nav menu not being able to have 2 classes assigned in a table cell(td class="abc" while the normal a: link in this css is used for the navigation)It is what the old a: link was.
=============================================================================================
*/
.content a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ce0000;
	font-weight: normal;
}
.content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099ff;
	font-weight: normal;
}
.content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
}
.content a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	margin-right: 5px;
	font-weight: normal;
}
.footer a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ce0000;
	margin-right: 5px;
	font-weight: normal;
}
.footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0099ff;
	margin-right: 5px;
	font-weight: normal;
}
.footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	margin-right: 5px;
	font-weight: normal;
}
.footer a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	margin-right: 5px;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
}
.bio1 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
	
.bio2 {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.fieldrequire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #cc0000;
}
.homelist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10%;
}
.homelist h1 h2 h4 h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: underline;
}
/* This CSS id is used to determine where the floating picture scrolls along with the page.  
DO NOT CHANGE or feel the wrath of Mushamus.
*/
#dynloadarea {
	position: fixed;
	right: 15%;
	top:190px;
	width:361px;
	height:738px;
	z-index: 1;
}
/* 
ATTENTION ====================================================================================
These Classes are used for background images inside the pages.  DO NOT TOUCH UNLESS SPECIFIED!
==============================================================================================
*/
.navmenu_bg {
	height: 50px;
	background: url(/images/pn_navmenu.gif) center repeat-x;
	position: relative;
}
.left_stitch {
	background: url(/images/left_stitch.gif) repeat-y scroll left;
	vertical-align: top;
}
.right_stitch {
	background: url(/images/right_stitch.gif) repeat-y scroll right;
	vertical-align: top;
}
.btm_stitch {
	background: url(/images/btm_stitch.gif) repeat-x center top;
	vertical-align: top;
}

