@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	padding: 3px;
}
a:link {
	color: #3772BE;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #3772BE;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #3772BE;
	font-weight: bold;
	text-decoration: none;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	font-size: 12px;
	line-height: 1.5;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 12px;
	line-height: 1.5;
}
#container { 
	width: 998px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #696969;
	border-left-color: #696969;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	height: 230px;
	background-image: url(http://www.simplifiedwebsites.com/psc/images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#container #sidebar1 #rss {
	height: 30px;
	width: 165px;
	padding-right: 5px;
	padding-bottom: 0px;
	*padding-bottom: 20px;
	padding-left: 5px;
}

#header h1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 410px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	margin-top: -1px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px;
	margin-top: -1px;
}
#sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#mainContent {
	margin-top: -15px;
	*margin-top: -20px;
	margin-right: 176px;
	margin-bottom: 0;
	margin-left: 179px;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
	background-color: #FFFFFF;
} 
#subContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 770px;
}
#subContent a {
	padding: 3px;
}
#subContent a:link {
	color: #3772BE;
	font-weight: bold;
	text-decoration: none;
	background-color: #F2F2F2;
}
#subContent a:visited {
	color: #3772BE;
	font-weight: bold;
	text-decoration: none;
	background-color: #F2F2F2;
}
#subContent a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	background-color: #F7DF8D;
}
#subContent a:active {
	color: #3772BE;
	font-weight: bold;
	text-decoration: none;
	background-color: #F7DF8D;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-right: 15px;
	padding-left: 15px;
}
#subContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	padding-right: 0px;
	padding-left: 0px;
	color: #3772BE;
}
#subContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 0px;
	padding-left: 0px;
	color: #3772BE;
}
#subContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #64a243;
}

#sponsor {
	background-color: #FFFFFF;
	border: 1px solid #3772BE;
	padding: 10px;
	height: 200px;
	width: 205px;
	margin: 5px;
}
.sponsorPadding {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#anchors {
	font-size: 9px;
	font-weight: bold;
	line-height: 2;
	width: 200px;
	float: right;
	background-color: #F2F2F2;
	margin-bottom: 25px;
	margin-left: 25px;
	padding: 10px;
	border: 1px solid #3772BE;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1.5;
}

#subContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 1.5;
}
#footer {
	background:#ecebeb;
	height: 65px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer   a {
	font-size: 9px;
}
#resources {
	width: 760px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#resources p {
	font-size: 10px;
	line-height: 1.5;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.navTable {
	margin-top: -3px;
	background-color: #FFFFFF;
	height: 70px;
}
#jobSpotlight {
	background-color: #dedede;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 15px;
	padding-top: 25px;
	line-height: 13px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 35px;
}
#jobSpotlight a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	color: #5D9D3D;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}
#jobSpotlight a:link {
color: #5D9D3D;

}
#jobSpotlight a:hover {
	color: #4D7FC4;

}
#jobSpotlight a:active {
	color: #DEB537;

}
#jobSpotlight a:visited {
color: #5D9D3D;

}
#eventSpotlight {
	background-image: url(http://www.simplifiedwebsites.com/psc/images/bgBlueSpotlight.jpg);
	background-color: #3772be;
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 158px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
    *margin-top: -30px;
	padding: 10px;
}
#eventSpotlight h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
#eventSpotlight a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0px;
	padding: 2px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #F6DA7A;
}
#eventSpotlight a:link {
	color: #F6DA7A;

}
#eventSpotlight a:hover {
	color: #000000;

}
#eventSpotlight a:active {
	color: #FFFFFF;

}
#eventSpotlight a:visited {
	color: #F6DA7A;

}
#profileSpotlight {
	background-image: url(http://www.simplifiedwebsites.com/psc/images/bgProfile.jpg);
	background-color: #64a243;
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 158px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	padding: 10px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#profileSpotlight h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
}
#profileSpotlight a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0px;
	padding: 2px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#profileSpotlight a:link {
	color: #F7E297;

}
#profileSpotlight a:hover {
	color: #000000;

}
#profileSpotlight a:active {
	color: #FFFFFF;

}
#profileSpotlight a:visited {
	color: #F7E297;

}
#shareStory {
	background-image: url(http://www.simplifiedwebsites.com/psc/images/bgBlueSpotlight.jpg);
	background-color: #3772be;
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 155px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
*margin-top: -30px;
	padding: 10px;
}

#shareStory h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}
#shareStory h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.jobSearch {
	background-image: url(http://www.simplifiedwebsites.com/psc/images/jobSearch.gif);
	height: 135px;
	width: 273px;
	font-family: "Trebuchet MS";
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1;
}
.formField {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #12681F;
	border: 1px solid #333333;
}
.formButton {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
	background-color: #ffc802;
	border: 1px solid #000000;
}
#blueLine {
	background-color: #238CD9;
	height: 0.15mm;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.imagePadding {
	padding-right: 10px;
	padding-bottom: 10px;
}
.imagePaddingRight {
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 10px;
}
.dataTblHdr {
	background-color: #64A243;
	font-weight: bold;
	color: #FFFFFF;
}
.dataTblOdd {
	background-color: #e5e5e5;
	font-size: 10px;
}
.dataTblEven {
	background-color: #F5F5F5;
	font-size: 10px;
}

