/* Default CSS Stylesheet for a new Web Application project */

/* New main nav  */

#navcontainer {
border-bottom: 2px solid #00467a;
margin-bottom:5px;
height:30px;
}

ul#navlist {
margin-left: 0;
padding-left: 0;
padding-top:5px;
white-space: nowrap;
}

#navlist li {
display: inline;
list-style-type: none;
FONT-WEIGHT: bold;
font-size:16px;
}

#navlist a { 
padding: 3px 10px; 
text-decoration: none;
}

#navlist a:visited {
color: #00467a;
background-color: #ffffff;
text-decoration: none;
}

#navlist a:link { 
color: #00467a;
background-color: #ffffff;
text-decoration: none;
}

#navlist a:hover {
color: #dec664;
background-color: #ffffff;
text-decoration: none;
}


/* New Side Nav */

#Sidenavcontainer { 
width: 175px; 
}

#Sidenavcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
FONT-WEIGHT: bold;
font-size:14px;
color: #ffffff;
text-decoration: none;
}

#Sidenavcontainer a
{
display: block;
padding: 3px;
width: 169px;
background-color: #00467a;
border-bottom: 1px solid #ffffff;
FONT-WEIGHT: bold;
font-size:14px;
color: #ffffff;
text-decoration: none;
}

#Sidenavcontainer a:link
{
color: #ffffff;
text-decoration: none;
FONT-WEIGHT: bold;
font-size:14px;
text-decoration: none;
}

#Sidenavcontainer a:visited
{
background-color: #00467a;
color: #ffffff;
FONT-WEIGHT: bold;
font-size:14px;
text-decoration: none;
}

#Sidenavcontainer a:hover
{
background-color: #dec664;
color: #ffffff;
FONT-WEIGHT: bold;
font-size:14px;
text-decoration: none;
}
	
	
	
	
	
	
	/* Old main nav */
		
	#MainNav A	{	
    FONT-WEIGHT: bold;
	text-decoration:	none;
	color:	#072f67;
	}	
	
#MainNav A:hover	{	
	text-decoration:	underline;
	color:	#0077d4;
	}
#MainNav A:active	{	
	text-decoration:	underline;
	color:	#0077d4;
	}
	
	/* Global Styles */
td  {
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
	}

A	{	
	text-decoration:	underline;
	color:	#00467a;
	}	
A:hover	{	
	text-decoration:	underline;
	color:	#dec664;
	}
	
/*  Jon's updates */

#homeBox {	
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
	color:	#ffffff;
	padding:10px;
	width:205px;
	margin: 0px 5px 0px 0px;
	background-color:#dec664;
	}	
	
#homeBox a {	
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
	color:	#ffffff;
	}	
	
/*  ID Styles */

#GlobalNav A	{	
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
	text-decoration:	none;
    FONT-SIZE: 11;
	color:	#072f67;
	}	
	
#GlobalNav A:hover	{	
	text-decoration:	underline;
	color:	#0077d4;
	}
	
#GlobalNav A:active	{	
	text-decoration:	underline;
	color:	#0077d4;
	}


#SubNav td{
    FONT-SIZE: 12;
    FONT-WEIGHT: bold;
	background: #ccccff;
	border: 1px solid #072f67;
	}
	
#SubNav a {
    FONT-WEIGHT: bold;
	line-height:12px;
	text-decoration: none;
	border: 1px solid #ccccff;
	display: block;
	color:	#072f67;
	padding: 5px 5px 5px 5px;
	}
	
#SubNav a:hover	{	
	text-decoration:	underline;
	background: #0077d4;
	border: 1px solid #0077d4;
	color:	#ffffff;
	}

TH, THEAD, TFOOT
{
    COLOR: #003366;
}

body	{	
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 13px;
	color:	#000000;
}

ol {	
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 9px;
	color:	#000000;
	line-height:normal;
	list-style-position:outside;
}

H1	{	
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
	color:	#00467a;
}
		
H2	{	
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
	color:	#00467a;
	}	
		
H3	{	
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
	color:	#00467a;
	}	
		
H4	{	
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 9px;
	color:	#000000;
	}	
	
H5	{	
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 14px;
	color:	#ffffff;
	}	
		
DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	10;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

/* Class Styles */

#GlobalFooter {
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
	color:	#000000;
	border-top: 2px solid #00467a;
	margin-top:5px;
	height:30px;
	padding-top:10px;
	text-align:center;
	}
	
.donation A	{	
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
	text-decoration:	none;
    FONT-SIZE: 12;
	color:	#green;
	}	
.donation A:hover	{	
	text-decoration:	underline;
	color:	#0077d4;
	}
.img_right {
	float:right;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-right: 0px;	
	
}

[if IE] .quickfacts{
	background-image: url(images/CNS_QuickFacts-bak.jpg);
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	height: 640px;
	width: 430px;
	padding-left: 70px;
	padding-right: 80px;

	padding-top: 50px;
	
}

.quickfacts{
	background-image: url(images/CNS_QuickFacts-bak.jpg);
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	height: 640px;
	width: 430px;
	padding-left: 70px;
	padding-right: 80px;

	padding-top: 20px;
	
}
 .quickfacts h1{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	color:	#00467a;
	display: block;
	border-bottom-style: solid;
	border-bottom-color: #00467a;
	border-bottom-width: medium;
	line-height: 42px;
	width: 330px;
	}
.quickfacts h2{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	color:	#00467a;
	line-height: 5px;
}
.quickfacts p{
	display: block;
	position: relative;
	top: -8px;
	font-weight: bolder;
	width: 330px;
	line-height: 20px;

}

.PhysiciansAdvantage{
	background-image: url(images/CNS_PhysiciansAdvantage-bak.jpg);
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	height: 864px;
	width: 432px;
	padding-left: 30px;
	padding-right: 100px;
	padding-top: 50px;	
}
 .PhysiciansAdvantage h1{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	color:	#00467a;
	display: block;
	border-bottom-style: solid;
	border-bottom-color: #00467a;
	border-bottom-width: medium;
	line-height: 42px;
	width: 300px;
	}
.PhysiciansAdvantage h2{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	color:	#00467a;
	line-height: 5px;
}
.PhysiciansAdvantage p{
	display: block;
	position: relative;
	top: -8px;
	font-weight: bolder;
	width: 330px;
	line-height: 20px;
}
