/******************************/
/*** Define Baseline values ***/
/******************************/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: sans-serif;
/*  font-size: 1em; */
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  outline: none;
}
body {
/*	font-size:1em; */
 	font-size:100%;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	line-height: 1.3em;
	margin: 1em;
	background-color:#FFF;
}
.printonly {
	display:none;
}
a, a:link, a:active, a:visited {
	color: #335EA8;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
.accessible {
	display:block;
	position:absolute;
	top:-40000px;
}

.clear {
	clear:both;
}
img{
border: none;
}
#content img{
 margin: 8px;
}
/******************************/
/******* Define Layout ********/
/******************************/
#container {
	width:771px;
}
#wrapper{float:right; width:100%;margin-left:-300px}
#content{margin-left:300px}
#navigation{float:left;width:300px}
#extra{float:left;clear:left;width:300px}
#footer{clear:both;width:761px;}

/******************************/
/***** Define Structure  ******/
/******************************/

#header {
	width:100%;
	height:117px;
	background: #ffffff url(/includes/images/logoline.jpg) repeat-x 0 0;
}
#logo {
	height:57px;
	background: transparent url(/includes/images/logoright.jpg) no-repeat top right;
}
#pagehead {
	background: transparent url(/includes/images/circletitle.jpg) no-repeat 3px 9px;
	height: 40px;
	margin-top:14px;
	position:relative;
}
.pagetitle {
	height:40px;
	padding-top:.8em;
	background-repeat:no-repeat;
	background-position: 28px 0;
}
.pagetitle h1 {
	position:absolute;
	left:-4000px;
}

#pagehead h2 {
	font-family: "Times New Roman", "New Century Schoolbook", Times, serif;
	font-size:20px;
	font-style: italic;
	color:#ce2835;
	line-height:20px;
}



#pagehead h2 em {
	font-family: "Times New Roman", "New Century Schoolbook", Times, serif !important;
}
#footer {
	height:45px;
	padding-top:12px;
	background: #ffffff url(/includes/images/logoline.jpg) repeat-x 0 -30px;
	text-align:right;
	font-size:.7em;
}
#footer * a {
	color:#000000 !important;
	font-size:1.2em !important;
	font-weight:bold;
}
/******************************/
/******* Define Left Nav ******/
/******************************/
#navigation ul {
	list-style-type:none;
	margin-left:35px;
}
#navigation ul li {
	display:inline;
}
.navlink {
	display:block;
	width:180px;
	height:30px;
	background-repeat:no-repeat;
	background-position: 20px 0;
	border:1px solid #ffffff;
}

.navbullet {
	display:block;
	width:25px;
	height:14px;
	margin-top:13px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position: 10px -14px;
	background-image: url(/includes/images/circles3.jpg);
}
.navlink:hover .navbullet {
	background-position: 10px -29px;
}
.navlink:active .navbullet {
	background-position: 10px -44px;
}
.navname {
	display:block;
	position:absolute;
	left:-4000px;
}
/* set in js */

.homelink {
	display:block;
	height:40px;
	width:100%;
	background-repeat:no-repeat;
	background-position: 28px 0;
	text-decoration:none !important;
}
.homelink .homedot {
	display:block;
	float:left;
	width:27px;
	height:35px;
	background-repeat:no-repeat;
	background-position: -27px 10px;
	background-image: url(/includes/images/circlehome.jpg);
	text-decoration:none !important;
}
.homelink:hover .homedot {
	/* background-image: url(/includes/images/blackdot.jpg); */
	background-position: 4px 10px;
}
#home_home {
	background-image: url(/includes/images/h_home.png);
}
/*#home_home:hover {
	background-image: url(/includes/images/home_black.png);
}*/
#home_services {
	background-image: url(/includes/images/h_services.png);
}
/*#home_services:hover {
	background-image: url(/includes/images/services_black.png);
}*/
#home_about {
	background-image: url(/includes/images/h_about.png);
}
/*#home_about:hover {
	background-image: url(/includes/images/about_black.png);
}*/
#home_news {
	background-image: url(/includes/images/h_news.png);
}
/*#home_news:hover {
	background-image: url(/includes/images/news_black.png);
}*/
#home_fans {
	background-image: url(/includes/images/h_fans.png);
}
/*#home_fans:hover {
	background-image: url(/includes/images/fans_black.png);
}*/
#home_tips {
	background-image: url(/includes/images/h_tips.png);
}
/*#home_tips:hover {
	background-image: url(/includes/images/tips_black.png);
}*/
#home_ask {
	background-image: url(/includes/images/h_ask.png);
}
/*#home_ask:hover {
	background-image: url(/includes/images/ask_black.png);
}*/
#home_ps {
	background-image: url(/includes/images/h_ps.png);
}
/*#home_ps:hover {
	background-image: url(/includes/images/ps_black.png);
	background-position: 38px 10px;
}*/
#pstag {
	float: right;
	width:196px;
	margin: -30px 0px 0px -5px;
	font-family: "Times New Roman", "New Century Schoolbook", Times, serif;
	font-size:.9em;
	font-style: italic;
	color:#ce2835;
	line-height:95%;

}

.navon .navbullet {
	background-position: 10px 0px !important;
}

#nav_home {
	background-image: url(/includes/images/smhome_gray.png);
}
#nav_home:hover {
	background-image: url(/includes/images/smhome.png) !important;
}

#nav_home:active {
	background-image: url(/includes/images/smhome_black.png) !important;
}
#nav_homevisited {
	background-image: url(/includes/images/smhome_visited.png);
}
#nav_services {
	background-image: url(/includes/images/smservices_gray.png);
}
#nav_services:hover {
	background-image: url(/includes/images/smservices.png) !important;
}
#nav_services:active {
	background-image: url(/includes/images/smservices_black.png) !important;
}
#nav_servicesvisited {
	background-image: url(/includes/images/smservices_visited.png);
}
#nav_about {
	background-image: url(/includes/images/smabout_gray.png);
}
#nav_about:hover {
	background-image: url(/includes/images/smabout.png) !important;
}
#nav_about:active {
	background-image: url(/includes/images/smabout_black.png) !important;
}
#nav_aboutvisited {
	background-image: url(/includes/images/smabout_visited.png);
}
#nav_fab {
	background-image: url(/includes/images/smfans_gray.png);
}
#nav_fab:hover {
	background-image: url(/includes/images/smfans.png) !important;
}
#nav_fab:active {
	background-image: url(/includes/images/smfans_black.png) !important;
}
#nav_fabvisited {
	background-image: url(/includes/images/smfans_visited.png);
}

#nav_news {
	background-image: url(/includes/images/smnews_gray.png);
}
#nav_news:hover {
	background-image: url(/includes/images/smnews.png) !important;
}
#nav_news:active {
	background-image: url(/includes/images/smnews_black.png) !important;
}
#nav_newsvisited {
	background-image: url(/includes/images/smnews_visited.png);
}
#nav_fans  {
	background-image: url(/includes/images/smfans_gray.png);
}
#nav_fans:hover  {
	background-image: url(/includes/images/smfans.png) !important;
}
#nav_fans:active  {
	background-image: url(/includes/images/smfans_black.png) !important;
}
#nav_fansvisited  {
	background-image: url(/includes/images/smfans_visited.png);
}
#nav_tips {
	background-image: url(/includes/images/smtips_gray.png);
}
#nav_tips:hover {
	background-image: url(/includes/images/smtips.png) !important;
}
#nav_tips:active {
	background-image: url(/includes/images/smtips_black.png) !important;
}
#nav_tipsvisited {
	background-image: url(/includes/images/smtips_visited.png);
}
#nav_ask {
	background-image: url(/includes/images/smask_gray.png);
}
#nav_ask:hover {
	background-image: url(/includes/images/smask.png) !important;
}
#nav_ask:active {
	background-image: url(/includes/images/smask_black.png) !important;
}
#nav_askvisited {
	background-image: url(/includes/images/smask_visited.png);
}
#nav_ps {
	background-image: url(/includes/images/smps_gray.png);
	background-position: 20px 4px !important;
}
#nav_ps:hover {
	background-image: url(/includes/images/smps.png) !important;
	background-position: 20px 4px !important;
}
#nav_ps:active {
	background-image: url(/includes/images/smps_black.png) !important;
	background-position: 20px 4px !important;
}
#nav_psvisited {
	background-image: url(/includes/images/smps_visited.png);
	background-position: 20px 4px !important;
}

#extra {
	margin-top:50px;
	margin-bottom:20px;
}
#extra address,
#homeextra address {
	margin-left:45px;
	display:block;
	text-align:left;
	line-height: 1.3em;
	font-size: .8em;
}
#homeextra address {
	font-family: Arial, Tahoma, Geneva, sans-serif;
	margin-top:33px;
}
#espan {
	background: #ffffff url(/includes/images/email.png) no-repeat 0 2px;
}
/******************************/
/**** Define Content Tags *****/
/******************************/
#content {
	font-size: 13px;
	font-family: Arial, Tahoma, Geneva, sans-serif;
}
#content acronym {
	border-bottom:1px dotted #000000;
}
#content cite {
	font-style:italic;
	font-family: "Times New Roman", "New Century Schoolbook", Times, serif;
	font-size: .8em;
	color:#ce2835;
}
#content code {
	font-family: 'Courier New', Courier, Courier6, monospace;
}

#content em {
   font-style:italic;
}
#content samp {
	font-family:monospace;
}
#content strong {
	font-weight:bold;
}
#content var {
	font-family: 'Courier New', Courier, Courier6, monospace;
	font-weight:bold;
}

#content h1 {
	font-size: 16px;
	font-weight:bold;
	margin: 12px 0 12px 0;
	clear:left;
}

#homecontent h1 {
	margin-top:23px;
        margin-bottom: 5px;
	font-family: "Times New Roman", "New Century Schoolbook", Times, serif;
	font-size:18px;
	font-style: italic;
	font-weight: bold;
	color:#ce2835;
}
#content h2 {
	
	font-family: "Times New Roman", "New Century Schoolbook", Times, serif;
	font-size: 15px;
	font-style: italic;
	color:#ce2835;
	margin: 10px 0 10px 0;
}

#content h3 {
	font-size: 12px;
	font-weight:bold;
	margin: 8px 0 8px 0;
}
.mag {
text-transform: uppercase;
font-size: 10px;
}
.mag_issue{
font-weight: bold;
}
#content h4,
.c1,
.c2,
.c3,
.c4 {
	font-size: 12px;
	font-weight:bold;
}
.c1,
.c2,
.c3,
.c4 {
	font-family: "Times New Roman", "New Century Schoolbook", Times, serif !important;
	line-height:1.5em;
	margin-bottom:6px;
	color:#ce2835;
}
#homecontent p {
	margin-bottom:7px;
	font-size:.8em;
	font-family: Arial, Tahoma,Geneva,sans-serif;
}
#homecontent em {
	color:#ce2835;
}
#content h4 {
margin: 5px 0 5px 0;
}
em.whohoo {color:#ce2835;}
#content p,
#content ul,
#content ol,
#content dl,
#content table {
	margin-bottom:7px;
}
#content blockquote {
	margin-top:17px;
	padding-left:24px;
	font-family: "Times New Roman", "New Century Schoolbook", Times, serif !important;
	font-size:1.1em !important;
	background: transparent url(/includes/images/startquote.jpg) no-repeat top left;
	width:410px;
}
.endquote {
	background: transparent url(/includes/images/endquote.jpg) no-repeat 0 3px;
	width:24px;
	padding-left:3px;
}
.attrib {
	font-family: "Times New Roman", "New Century Schoolbook", Times, serif !important;
	font-size:.9em !important;
	color:#ce2736;
	text-align:right;
	width:450px;
}
.attrib span {
	font-family: "Times New Roman", "New Century Schoolbook", Times, serif !important;
	font-style:italic;
}
.circlelist {
	list-style-type: circle;
	margin-left:10px;
}
#content ul,
#content ol {
	list-style-position:inside;
}
#content ul li ul {
	margin-bottom:3px !important;
}
#content ul li ul li {
	margin-left:2em !important;
}
.emaddress {
	display:none;
}
#content * b {
	font-weight:bold;
}
#content * i {
	font-style:italic;
}
/******************************/
/**** Define Form Layouts *****/
/******************************/
#formtop {
	display:none;
}
.formcontainer {
	padding-top:20px;
	width:450px;
}
.formcontainer * input,
.formcontainer * textarea,
.formcontainer * select {
	border:1px solid #273354;
	color: #000000;
}
.formcontainer select {
	padding:2px 1px;
	height:20px;
	font-size:90%;
	width:90%;
}
.formcontainer dl {
	margin:6px 0px;
}
.formcontainer dt {
	display:block;
	width:160px;
	float:left;
	text-align:right;
	margin-top:10px;
	padding-top:3px;
	clear:both;
}
.formcontainer dd {
	display:block;
	width:235px;
	margin-top:10px;
	margin-left:10px;
	float:left;
}

.formtext {
	width: 100%;
	height:16px;
	padding:2px 1px;
}
.formradio {
	border:none !important;
}
.formarea {
	height:130px;
	padding:2px 1px;
	width:100%;
}
.listoptions {
	padding-left:13px;
	padding-top: 7px;
	padding-bottom: 6px;
}


/******************************/
/**** Define Table Layouts ****/
/******************************/
.tabledefault {
	 background-color:#ffffff;
	 width:100%;

}
.tabledefault thead {
	font-size:1.2em !important;
}
.tabledefault tfoot {
	font-size:0.8em !important;
	line-height:1.2em !important;
}
.tabledefault tbody td {
	color:#405580;
	background-color:#e6eeff;
	text-align:left;
	padding-right:1px;

}
.tabledefault thead th {
	text-align:center;
	font-weight:bold;
}
.tabledefault tbody th {
	text-align:left;

}
.tabledefault caption {
	font-weight:bold;
	font-size:1.2em;
}

.tabledefault * th,
.tabledefault * td {
	border:1px solid #405580;
}


/******************************/
/****  Services-Specific   ****/
/******************************/

#serviceblock {
	width:100%;

}
#servicemenu {
	width:140px;
	float:left;
}
#selectorg a {
	/* background-image: url(/includes/images/services_org.jpg); */
	background-image: url(/includes/images/serveorg.jpg);
}
#selectrel a {
	/* background-image: url(/includes/images/services_rel.jpg); */
	background-image: url(/includes/images/servereloc.jpg);
}

#selectlife a {
	/* background-image: url(/includes/images/services_life.jpg); */
	background-image: url(/includes/images/servelif.jpg);
}
.servicesitem a {
	display:block;
	height: 130px;
	width: 100%;
	background-repeat:no-repeat;
	background-position: -152px 0;
}
.servicesitem a:hover {
	background-position: 0 0;

}
.serviceon a {
	display:block;
	height: 130px;
	width: 100%;
	background-position: 0 0;
}
#servicetext {
	float:left;
	width:290px;
	padding-left:30px;
        background-color: #ffffff;
}
.servicedivs{
  background-color: #ffffff;
}

.servicelist {
	margin-left:2px;
	border-left:1px solid #ce2836;
    background-color:#ffffff;

}
.servicelist h3 {
	height:24px;
	line-height:24px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.8em !important;
	color:#ffffff;
	background-color:#ce2836;
	padding-left:4px;
}
.servicelist ul {
	margin-left:12px;
}
.servicelist * li {
	list-style-type:none;
	margin-bottom:0px;
	padding-left:14px;
	height:23px !important;
	background: #ffffff url(/includes/images/bulletbox.jpg) no-repeat 1px 6px;
}

/******************************/
/**** picture enhancements  ***/
/******************************/
.mainpic {
	position:relative;
	margin-left:1.5em;
}
.mainpic cite {
	line-height:.9em;
}
.smallcovers1 {
	float:left;
margin: 5px 5px 12px 0;
}
.date {
	margin-top:4px;
   	font-style:italic;
	font-size:.8em !important;
}
.pubslogos {
	margin-top:6px;
	margin-right: 8px;
	float:left;
}
.covers {
	margin:8px;
}
#coverdisplay {

}
#coverdisplay a {
	display:block;
	width:80px;
	height:100px;
	float:left;
	margin-left:6px;
	margin-bottom:6px;
}
#rotatetext {
	position:relative;
	height:40px;
	overflow:hidden;
}
#rotatetext div {
	height:40px;
	background-color:#ffffff;
/* 	position:absolute;
	left:0;
	top:0; */
	font-size:.8em;
	display: none;
}
