* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	width: 100%;
}


body {
    height:100%;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: url(images/bg_pattern01.gif);
    color:black;
}

#container {
	width: 915px; 
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	background: #fff;
    z-index: 0;
}

/***** Home Page **********/

#home_banner {
	background: #fff url(images/StP_skyline.jpg) no-repeat;
	height:279px;
}

#home_logo {
	padding: 10px 0px 0px 10px;
	height: 100px;
    float:left;
}

#home_content {
    width:100%;
}

#home_counseling {
	float:left;
	width: 305px;
}

#home_counseling_link {
	height:70px;
	width:305px;
	background:#2b4d7c;
	color: white;	
}

#home_counseling_desc {
	height: 135px;
	border-right-style:dashed; 
	border-right-width:1px; 
	padding:10px 10px 10px 10px;
}

#home_seminars {
	float:left;
	width: 305px;
}

#home_seminars_link {
	height:70px;
	width:305px;
	background:#2f85b5;
	color: white;	
}

#home_seminars_desc {
	height: 135px;
	border-right-style:dashed; 
	border-right-width:1px; 
	padding:10px 10px 10px 10px;
}

#home_resources {
	float:left;
	width: 305px;
}

#home_resources_link {
	height:70px;
	width:305px;
	background:#62aedd;
	color:#fff;	
}

#home_resources_desc {
	padding:10px 10px 10px 10px;
}


.home_hdr_phrase {
	float:right; 
	margin-top:10px; 
	margin-right:100px;
	width:300px;
	font-family:Verdana; 
    color:black;
	font-size:12pt; 
	padding:3px;
}

.home_catchphrase a {
	color: black;	
	text-decoration: none;
}

.home_catchphrase a:hover {
    font-color: white;
    background: black;
	text-decoration: underline;
}

.announce1 {
    clear: both; 
    position: relative; 
    left: 210px; 
    top: 100px; 
	font-family: Tahoma;
	font-size: 13px;
    width: 440px;
    background: yellow;
    border: 3px solid black;
    padding-left: 2em;  
    padding-right: 2em; 
    z-index: 4;
}

.announce1 a {
	font-family: Tahoma;
	font-size: 13px;
}

.announce1 a:hover {
	font-size: 14px;
}

#logo {
	padding: 10px 0px 0px 10px;
	height: 100px;
}

#nav {
	height: 35px;
    width:100%;  
	line-height:normal;
	font-size: 100%;
	float:right;
	background:#44475a;
}

#nav ul {
    width:100%;
	text-align:right;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0px 0px 0px 0px;
	list-style:none;
	float:right;
}

#nav li {
    display:inline;
}

#nav a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #b0c5fc;
	text-decoration: underline;
}

/******************* Main Content *******************/
#maincontent_container {
    min-height:100%;
}
/********************** Header **********************/

#header {
	background: #44475a;
	height:35px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align:left;
	width: 100%;
}

#header_nav {
    width:100%;
	line-height:normal;
	font-size: 100%;
	float:left;
    text-align:right;
}

#header_nav ul {
	padding: 10px 0px 0px 0px;
	list-style:none;
	float:right;
	margin-right: 1em;
    text-align:right;
}

#header_nav li {
	display:inline;
	margin:0px;
	padding:0px;
	padding-left: 8px;
	float:left;
}

#header_nav a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#header_nav a:hover {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	background: #44475a;
	text-decoration: underline;
}

.desc_link {
	font-family: Tahoma;
	font-size: 13px;
    font-weight: bold;
}

/************************ Footer **********************/

#footer {
    left:0%;
    width: 100%;
	background: #44475a;
	height:35px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align:left;
}

#footernav {
    width:100%;
	line-height:normal;
	font-size: 100%;
	float:left;
    bottom:1px;
}

#footernav ul {
    width:100%;
	padding: 10px 0px 0px 0px;  
	list-style:none;
	margin:0px;
}

#footernav li {
	display:inline;
	margin:0px;
	padding:0px;
	padding-left: 8px;
	float:left;
}

#footernav a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#footernav a:hover {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: white;
	background: #44475a;
	text-decoration: underline;
}

#copyright {
    width:100%;
	font-size:7.5pt;
	text-align:center;
    position:relative;
    bottom:0px;
	padding:1px;
}

/***** Misc **********************/

a {
    color: black;
    font-size: 13pt; 
	text-decoration: underline;
}

a:hover {
    font-size: 14pt;
	color: white;
    background: black;
    font-weight: bold;
	text-decoration: underline;
}

h1 {
	clear: left;
	font-size: 18pt;
	font-family:Times New Roman;
    color: black;
	padding: 4px 0px 4px 0px;
	margin-top:6px;
	margin-bottom:3px;
    text-align:center;
}

h3 {
	clear: left;
	font-size: 12pt;
	color: black;  
	padding: 0px 0px 0px 0px;
	margin-top:2px;
	margin-bottom:1px;
}

h4 {
	clear: left;
	font-size: 110%;
	color: #182066;  
	border-bottom: 2px solid #efefef;
	padding: 4px 0px 4px 0px;
	margin-top:10px;
	margin-bottom:1px;
}

td {
	font-family: Verdana;
	font-size: 12px;
	color:#232323;
    padding:2px;
}

li {
    padding:5px;
    margin-left:30px;
}

.home_link {
	padding:40px 0px 0px 10px; 
	font-family:Verdana; 
	font-size:14pt;
}

.home_link a {
	color: white;	
	text-decoration: none;
}

.home_link a:hover {
    color: white;
    background: black;
    font-size: 16pt;
	text-decoration: underline;
}

.p {
	margin-bottom:6px;
}

.nav-arrow {
	margin:0;
	padding:2px 2px 2px 0;
	margin-bottom: 7px;
}

.nav-arrow  li {
	margin:0;
	padding:0px 0px 0px 3px;
	display:block;
	list-style-type:none;
}

.nav-arrow  a:link, .nav-arrow  a:visited {
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	padding: 0 12px 2px 10px;
	text-decoration:none;
	color: #2b4d7b;  /*2f85b6*/
}

/* any hover */ 
.nav-arrow  a:hover {
	color: #2b4d7b; /* 2b4d7b*/

}

.active  a:link, .active  a:visited, .active a:hover {
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	padding: 0px 12px 2px 10px;
	text-decoration:none;
	color: #2b4d7b;
}

.active  a:link.active, .active  a:visited.active, .active  a:hover {
	color: #2f85b6;
}

.box-container
{
	background:#87CEFA; 
    color:#232323; 
    font-family:Verdana;
    font-size:12px;
}  

.box-container a 
{
	color:#2b4d7b; 
}

.box-container a:hover
{
	color:#fff;
}

.box-title
{
	height:18px; 
	background:#44475a; /* #2b4d7c; */
    color: White; 
    font-family:Times New Roman; 
    font-size:11pt;
	font-weight:bold; 
	text-align:center; 
	padding:5px;
}

.box-title a
{
	color:#fff;
}

.box-title a:hover
{
	color:#2f85b6;
}

.box-content
{
    border-bottom: dotted 1px #44475a;
    border-left: dotted 1px #44475a;
    border-right: dotted 1px #44475a;
    padding:2px;
    color:#232323;                 
    font-family:Verdana;
    font-size:12px;
}

.box-content a 
{
	color:#2b4d7b;
}

.box-content a:hover
{
	color:#fff;
	font-family:Arial;
}
