﻿body {
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	margin: 10px;
	padding: 0px;
	background: url(../../images/bg_SeattleScore.gif);
	color:#232323;
}

#container {
	width: 715px;
	/* \width: 735px;
	w\idth: 715px; */
	margin: 10px 10px 0px 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	background: #fff; 
}

/***** Home Page (default.aspx)**********************/
#home_banner {
	background: #fff url(../../images/home_banner2.jpg) no-repeat;
	height:279px;
}

#home_logo {
	padding: 20px 0px 0px 20px;
	width: 250px;
	height: 100px;
	float:left;
}

#home_content {
	
}

#home_counseling {
	float:left;
	width: 238px;
}

#home_counseling_link {
	height:82px;
	width:238px;
	background:#2b4d7c;
	color:#fff;	
}

#home_counseling_link a {
	color:#fff;	
	text-decoration:none;
}

#home_counseling_link a:hover {
	color:#b0c5fc;	
	text-decoration:none;
}

#home_counseling_desc {
	height: 135px;
	border-right-style:dashed; 
	border-right-width:1px; 
	padding:10px 10px 10px 10px;
}

#home_workshops {
	float:left;
	width: 238px;
}

#home_workshops_link {
	height:82px;
	width:238px;
	background:#2f85b5;
	color:#fff;	
}

#home_workshops_link a {
	color:#fff;	
	text-decoration:none;
}

#home_workshops_link a:hover {
	color:#b0c5fc;	
	text-decoration:none;
}

#home_workshops_desc {
	height: 135px;
	border-right-style:dashed; 
	border-right-width:1px; 
	padding:10px 10px 10px 10px;
}

#home_resources {
	float:left;
	width: 238px;
}

#home_resources_link {
	height:82px;
	width:239px;
	background:#62aedd;
	color:#fff;	
}

#home_resources_link a {
	color:#fff;	
	text-decoration:none;
}

#home_resources_link a:hover {
	color: #b0c5fc;
	text-decoration: none;
}

#home_resources_desc {
	padding:10px 10px 10px 10px;
}

.home_link {
	padding:55px 0px 0px 10px; 
	font-family:Verdana; 
	font-size:13pt;
}

#home_catchphrase {
	float:right; 
	margin-top:180px; 
	margin-right:8px;
	width:300px;
	font-family:Verdana; 
	font-size:13pt; 
	color:#fff;
	padding:3px;
}

#home_catchphrase a 
{
	color:#000;	
	text-decoration:none;
}

#home_catchphrase a:hover {
	color: #2f85b6;
	text-decoration: none;
}

/***** Header **********************/
#logo {
	padding: 20px 0px 0px 20px;
	width: 250px;
	height: 100px;
}

#nav {
	height: 35px;
	width:auto;
	line-height:normal;
	font-size: 100%;
	float:right;
	background: #44475a;
}

#nav ul {
	width: 450px;
	text-align:right;
	margin-top: 10px;
	margin-left: auto;
	margin-right: 10px;
	padding: 0px 0px 0px 0px;
	list-style:none;
	float:right;
}

#nav li {
	display:inline;
	margin:0;
	padding:0;
	padding-left: 10px;
}

#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;
}

#users {
	padding: 0px;
	float: left; 
	text-align: left;
	color: #fff;
	font-size: 10px;
	height: 30px;
}

#users p {
	margin: 5px 0px 5px 10px;
}

#users a {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

#users a:hover {
	font-size: 10px;
	color: #b0c5fc;	
}

.memberlogin img {
	vertical-align: middle;
}


#banner {
	background: #fff url(../../images/banner2.jpg) no-repeat;
	height:130px;
}

/***** Main Content *******************/
#maincontent_container {
	
}
/* Side Bar */
#sidebar {	
	float: left;
	width: 215px;
	height: auto;
	margin: 10px;
	background: #fff;
}

#upcoming_workshops tr{
	width:200px;
	font-family: Tahoma;
	font-size: 11px;
}

#upcoming_workshops td {
	vertical-align:top;
}

/* Content */
#content {	
	float: left;
	margin: 10px 10px 10px 0;
	width:455px;
	height:auto;
}

/***** Footer **********************/
#footer {
	background: #44475a;
	height:35px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align:right;
	width: 715px;
}

#footernav {
	width:auto;
	line-height:normal;
	font-size: 100%;
	float:right;
}

#footernav ul {
	width: 714px;
	padding: 10px 0px 0px 0px;
	list-style:none;
	float:left;
	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: #fff;
	text-decoration: none;
}

#footernav a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #b0c5fc;
	text-decoration: underline;
}
#copyright {
	text-align:center;
	font-size:7.5pt;
	padding:5px;
}
/***** Misc **********************/
a {
	color: #2f85b6;
	text-decoration: none;
}

a:hover {
	color: #2b4d7b;
	text-decoration: none;
}

h1 {
	clear: left;
	font-size: 14pt;
	font-family:Times New Roman;
	color: #4f5487; 
	text-transform: capitalize;
	padding: 4px 0px 4px 0px;
	margin-top:6px;
	margin-bottom:3px;
	text-transform:uppercase;
}
h4 {
	clear: left;
	font-size: 110%;
	color: #182066;  
	text-transform: capitalize;
	border-bottom: 2px solid #efefef;
	padding: 4px 0px 4px 0px;
	margin-top:10px;
	margin-bottom:0px;
}

td {
	font-family: Verdana;
	font-size: 12px;
	color:#232323;
}

.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*/
	/*background: url(../../images/arrow.gif) no-repeat left;*/
}

/* any hover */ 
.nav-arrow  a:hover {
	color: #2b4d7b; /* 2b4d7b*/
	background:url(../../images/arrow_hover.gif) no-repeat left;
}

.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;
	background:url(../../images/arrow_hover.gif) no-repeat left;
	
}

.active  a:link.active, .active  a:visited.active, .active  a:hover {
	color: #2f85b6;
	background:	url(../../images/arrow_hover.gif) no-repeat left;
	

}

/*** mini shopping cart *************/

.cartitems {
	font-size: 10px;
}

.cartitems ul {
	margin:0px;
	list-style:none;
}

.cartitems li {
	border-bottom: 1px dotted #777;
	padding: 2px 2px 8px 0px;
}

#minicart {
	margin-bottom: 0px;
	
	padding: 6px;
	
}

#minicart a {
	text-decoration: none;
}

.cart-left {
	text-align: left;
	margin-bottom: 5px;
}

.cart-left img {
	vertical-align: middle;
}

.cart-right {
	text-align: right;
	text-decoration: none;
}

.cart-right img {
	vertical-align: middle;
}



.appointment tr{
    vertical-align:top;
}
        
.box-container
{
	background:#a1c5e0;   /* #cddeec;*/
	font-family:Arial; 
}  

.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:10pt;
	font-weight:bold; 
	text-transform: uppercase; 
	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;
    font-family:Arial;
}

.box-content a 
{
	color:#2b4d7b;
	font-family:Arial;
}

.box-content a:hover
{
	color:#fff;
	font-family:Arial;
}