@charset "utf-8";
/* CSS Document */
/*styles specific to site*/
body  {
	background-image: url(/themes/sms/images/bg.gif);
	background-repeat: repeat-x;
	background-color: #cfe0f7;
}
a:link {
	color:#163a75;
	text-decoration:none;
}
a:visited {
	color:#031c43;
	text-decoration:none;
}
a:hover {
	color:#bf2607;
	text-decoration:underline;
}
a:active {
	color:#781000;
	text-decoration:none;
}
a.tn:hover img { 
	border: 1px dashed #bf2607;
}
#container {
	background-image:url(/themes/sms/images/container_bg.gif);
	background-repeat:repeat;
}
/*join next buttons*/
/*#joinnextbox  {
}*/
#joinnow  {
	background-image: url(/themes/sms/images/join_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 66px;
	width: 269px;
	display: block;
}
#joinnow a, #joinnow a:link, #joinnow a:hover, #nextpage a, #nextpage a:link, #nextpage a:hover   {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
#joinnow a, #joinnow a:link, #joinnow a:hover  {
	height: 66px;
	width: 269px;
}
#joinnow a, #joinnow a:link  {
	background-image: url(/themes/sms/images/join_off.gif);
}
#joinnow a:hover  {
	background-image: url(/themes/sms/images/join_on.gif);
}
#nextpage  {
	background-image: url(/themes/sms/images/next_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 66px;
	width: 306px;
	display: block;
}
#nextpage a, #nextpage a:link, #nextpage a:hover  {
	height: 66px;
	width: 306px;
}
#nextpage a, #nextpage a:link  {
	background-image: url(/themes/sms/images/next_off.gif);
}
#nextpage a:hover  {
	background-image: url(/themes/sms/images/next_on.gif);
} 
/*subfooter*/
#subfooterbox  {
	width: 912px;
}
.sfjoinnow  {
	margin: 0px;
	height: 204px;
	width: 272px;
	float:left;
}
.sfsitelogo  {
	margin: 0px;
	height: 204px;
	width: 335px;
	float:left;
}
.sfnextpage  {
	float: right;
	margin: 0px;
	height: 204px;
	width: 305px;
}
/*welcome page*/
#welcomepgtext a:link {
	color: #032a68;
}
#welcomepgtext a:visited {
	color: #062d6c;
}
#welcomepgtext a:hover {
	color: #7a1501;
}
#welcomepgtext a:active {
	color: #031c43;
}
.welcomepgtxt2 {
	color: #7a1501;
}
#welcomepgtext h1 {
	color: #7a1501;
}
.bookmarkpg  {
	color: #4a7ca5;
}
