/*
HTML AND BODY TAGS
*/

html {overflow: hidden; padding:0; margin:0;} 

body {width:100%; height:100%; margin:0;overflow:hidden;}

a:focus { outline-style: none;}

object { outline-style: none;}

table {border: 0; border-collapse: collapse; float:left;}

th {text-align: left;}

td {vertical-align: top; padding: 0;}

img {border: 0;}

form {margin: 0;}

input, select, textarea {padding: 0; margin: 0;}

input.radio {margin-bottom: -2px;}

p, td, th, li, div, input, textarea {font-family:Arial, sans-serif;color:#000000;font-size:12px;}

p {margin:0;}

h1 { font-size:20px;font-weight:bold;margin:0;padding:0 0 15px; }

h2 {margin:0; font-size:14px}

h3 {margin:0;}

a {}

a:hover {}

#content a { color:#333333;text-decoration:underline;}

#content a:hover { color:#EE2846;text-decoration:underline;}

ul {margin:0;padding:0;}

li {list-style-type: none;margin:0;padding:0;}

hr {height:1px;border-top:none;border-left:none;border-right:none;/*change next three to suit design*/border-bottom:1px solid #ff0000;margin:16px 0px 16px 0px;*margin:8px 0px 9px 0px;}


#page-body {
position:relative;
width:100%;
height:100%;
}


/*
BACKGROUND IMAGE FULL SCREEN & ROTATOR
*/

.slideshow, .single {
	float:left;
	position: absolute!important;
	z-index:-99;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;

}
 div.slideshow img{
	z-index:-99;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
div.single img { 
	z-index:-99;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block }
.slideshow img { display: none }
.slideshow img.first { display: block }

/*
DIV STYLES
*/

div {
	float:left;
}

div#site_holder {
	margin:72px 0 0 0;
	padding:0;
	height:2000px;
	width:100%;	
}
div#mainWrap {
	float:left;
	height:100%;
}
/* header */
div#mainheading {
	display:inline;
	float:right;
	left:620px;
	margin:0;
	position:absolute;
	width:312px;
	z-index:99;
}
div#mainheading h1 {
	font-size:40px;
	text-align:right;
	line-height:37px;	
}
div#menu {
	z-index:999;
	position: absolute;
	top: 0px;
	left: 0px;}
	
	
div#menu a{}

div#menu a:hover{}
	

ul.menu {
	display:block;
	height:20px;
	left:238px;
	position:absolute;
	top:0px;
}
.nav_main {
	background-image: url(../../template_images/linkbg.png);
	background-repeat: repeat;
	background-position: left top;
	display: block;
	height: 24px;
	width: 220px;
	margin-bottom: 3px;
	text-align: right;
	font-size: 22px;
	color: #7f7f7f;
	padding: 0 10px 0 5px;
	text-decoration: none;
	
}
.nav_main_active {
	background-image: url(../../template_images/linkbg_hvr.png);
	background-repeat: repeat;
	background-position: left top;
	display: block;
	height: 24px;
	width: 220px;
	margin-bottom: 3px;
	text-align: right;
	font-size: 22px;
	color: #000;
	padding: 0 10px 0 5px;
	text-decoration: none;
	
}

.nav_main:hover {color: #000;text-decoration: none;background: url(../../template_images/linkbg_hvr.png) repeat left top;
}
.nav_sub_item {
	color:#FFF;
	font-size:15px;
	text-decoration: none;
	text-align: right;
	display:block;
	width:220px;
	height:21px;
	padding: 3px 10px 0 5px;
	margin:0 0 3px 0;
	background-image: url(../../template_images/sublinkbg.png);
	background-repeat: repeat;
	background-position: left top;
}
.nav_sub_item_active {
	color:#FFF;
	font-size:15px;
	text-decoration: none;
	text-align: right;
	display:block;
	width:220px;
	height:21px;
	padding: 3px 10px 0 5px;
	margin:0 0 3px 0;
	background-image: url(../../template_images/sublinkbg_hvr.png);
	background-repeat: repeat;
	background-position: left top;
}
.nav_sub_item:hover {
	text-decoration: none;
	background-image: url(../../template_images/sublinkbg_hvr.png);
	background-repeat: repeat;
	background-position: left top;
}
.nav_sub2_item {
	color:#000;
	font-size:15px;
	text-decoration: none;
	text-align: right;
	display:block;
	width:220px;
	height:21px;
	padding: 3px 10px 0 5px;
	margin:0 0 3px 0;
	background-image: url(../../template_images/linkbg.png);
	background-repeat: repeat;
	background-position: left top;
}
.nav_sub2_item_active {
	color:#000000;
	font-size:15px;
	text-decoration: none;
	text-align: right;
	display:block;
	width:220px;
	height:21px;
	padding: 3px 10px 0 5px;
	margin:0 0 3px 0;
	background-image: url(../../template_images/linkbg_hvr.png);
	background-repeat: repeat;
	background-position: left top;
	font-weight: bold;
}
.nav_sub2_item:hover {
	text-decoration: none;
	background-image: url(../../template_images/linkbg_hvr.png);
	background-repeat: repeat;
	background-position: left top;
}
.nav_sub3_item {
	color:#999;
	font-size:15px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	display:block;
	width:220px;
	height:21px;
	padding: 3px 10px 0 5px;
	margin:0 0 3px 0;
	background-image: url(../../template_images/linkbg_hvr.png);
	background-repeat: repeat;
	background-position: left top;
}
.nav_sub3_item_active {
	color:#000;
	font-size:15px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	display:block;
	width:220px;
	height:21px;
	padding: 3px 10px 0 5px;
	margin:0 0 3px 0;
	background-image: url(../../template_images/linkbg_hvr.png);
	background-repeat: repeat;
	background-position: left top;
	font-weight: bold;
}
.nav_sub3_item:hover {
	color:#000;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../../template_images/linkbg_hvr.png);
	background-repeat: repeat;
	background-position: left top;
}

ul.categoryitems li a {
	width:195px;
	font-weight:normal;
	color:#000; 
	background-color: #FFFFFF;
	background-color: #FFFFFF;
}
div#submenu {
	position:absolute;
	top:428px;
	font-weight:bold;
	text-align:right;
	clear:both;
	margin:0;
	width:235px;
}
div#submenu ul{
	margin:0 0 15px 0;
	padding:0;
}
div#submenu li{
	margin:0;
	padding:0px 0;
	clear:both;	
}
div#submenu a {
	color:#333;
	text-decoration:none;

}
div#submenu a:hover {
	color:#999;
	text-decoration:none;

}

.more {
	color: #FF0033;
	font-style: italic;
	color: #FF0033;
}
.more a {
	color: #FF0033;
	font-style: italic;
	color: #FF0033;
}

.grey {
	color:#666;	
	font-style: italic;
}

/* slogan */
p.slogan {
	clear:both;
	color:#EE2846;
	font-size:29px;
	font-style:italic;
	left:790px;
	padding:0;
	position:relative;
	text-align:right;
	top:475px;
	z-index:200;
}
#logo {
	width:235px;
	height:105px;
	display:block;
	position:absolute;
	top:519px;
}
table.htmtableborders tr td {
	width:160px;
	padding:0 15px 10px 0;

}
/* site wraps */

#leftWrap {
	width:360px;
	display:inline;
	float:left;
	z-index:999;
	position: relative;
}
#innerWrap {
	float:right;
	width:548px;
	height:519px;
	margin:0;
	display:inline;
	position:absolute;
	left:476px;
	overflow:hidden;
	z-index:999;
}
#content {
	background:none repeat scroll 0 0 #FFFFFF;
	height:530px;
	margin:0 0 3px;
	padding:10px;
	width:528px;
	overflow:hidden;
}
.content_left {
	width:250px;
	float:left;
	padding:0 20px 0 0 ;

}
ul#siteMap  li{
	padding:0;
	margin:0;
	list-style:square;
	

}
.content_right {
	width:250px;
	float:left;

}
#content li{
	padding:0 0 5px 0;
}

#innerWrap p {
	margin:0 0 10px 0;
	line-height:18px;
}

#innerWrap ul, #innerWrap ol {
	padding-left:20px;
}

#innerWrap li {
	list-style:disc;
}
#innerWrap h2 {
	font-size:12px;
	margin:0;
	padding:0 0 15px 0;
	font-weight: bold;
}

/* content */
.content {
	width:265px;
	margin:0 20px;
	padding:0;
	display:inline;
}
.content h3 {
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:10px 0 10px;
}
.content p {
	line-height:15px;
}
.content .more {
	color:#C45152;
	font-style:italic;
	padding-top:25px;
}
.content .pages {
	font-style:italic;
	line-height:1px;
	/*padding-bottom:70px;*/
}
.content .pages span{
	color:#C45152;
}
.print {
	background:url("template_images/linkbg.png") repeat-x scroll 0 0 transparent;
	display:inline;
	float:left;
	height:30px;
	line-height:30px;
	width:548px;
}

#print_page {
	font-family:Arial, sans-serif;
	color:#000000;
	font-size:12px;
}

.print a {
	color:#000000;
	font-size:10px;
	font-weight:bold;
	line-height:30px;
	padding:0 5px;
	text-decoration:none;
	display:none;
	}
.print a:hover{ 
	color:#666666;
	}

.icon {
	bottom:4px;
	display:inline;
	float:right;
	left:-7px;
	position:relative;
	z-index:100;
}

.menu_list {	
	clear:both;
	text-align:right;
}
.menu_head {

	text-transform:uppercase;
	margin:0 0 0 -50px;
	display:inline;
	position:relative;
	cursor:pointer;
	float:left;
	color:#fff;
    font-weight:bold;
	width:200px;
	
}
.menu_body {
	display:none;	
}

.foot-L { 
bottom:3px;
color:#FFFFFF;
font-size:10px;
padding:0 0 0 2px;
position:fixed;
right:2px;
width:200px;
}

.foot-L a {color: #fff;}
.foot-L a:hover {color: #FF0000;}


#footerWrap {
	width:100%;
	background:#313A43 url(../../template_images/footerbg.jpg) repeat-x;
	padding:0;
	margin:0;
} 
#qlink {
	display:inline;
	color:#000;
	background:#fff;
	width:800px;
	margin:0 0 0 150px;
	
	padding:0;
	font-weight:normal;
	float:left;
}
ul.qlinks {
	width:180px;
	float:left;
	margin:0;
	padding:0 5px 0 0;
}
ul.qlinks li {	
	color:#000;
	list-style-type:none;
	padding:5px 0 0;	
}
ul.qlinks li a {
	color:#000;	
	margin:0;
	padding:0;
	font-size:12px;
	text-decoration:none;
}
/* contact/feedback */
div.contact_col1 {
	width:120px;
	height:18px;/*22px;*/
	padding-top:4px;
	margin:3px 0px 3px 0px;
}

div.contact_col2 {
	width:220px;
	margin:3px 0px 3px 0px;
}

div.contact_col2 input {
	width:212px;/*216px;*/
	height:17px;/*18px;*/
	padding:1px 2px 0px 2px;
	*margin-top:-1px;
}

div.contact_col2 textarea {
	width:212px;/*216px;*/
	height:200px;
	padding:0px 2px 0px 2px;
}


/* help */
div#search {
	width:100%;
	margin-bottom:20px;
}

input.field_search {
	width:200px;
	height:16px;
	*margin-top:-1px;
	color:#000000;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-right:none;
	padding-top:3px;
	padding-left:3px;
}

div#help_content {
    width:100%;
    margin-top:20px;
    *margin-top:15px;
}

div#back {
	padding-bottom:2px;
}

div#filerow {
	width:540px;/*570px;*/
	height:24px;/*31px;*/
	padding:7px 15px 0px 15px;
	background-image:url(../../template_images/filerow_bg.gif);
	background-repeat:repeat-x;
	font-weight:bold;
}

div#filerowalt {
	width:540px;/*570px;*/
	height:24px;/*31px;*/
	padding:7px 15px 0px 15px;
	background-image:url(../../template_images/filerowalt_bg.gif);
	background-repeat:repeat-x;
}

div#filerowalt a, div#filerow a {
	font-weight:bold;
}

div.help_topten_holder {
	width:100%;
	margin-top:40px;
	*margin-top:20px;
}   

div.help_topten_holder h2 {
	color:#ffffff;
}

div.help_topten_holder p {
	margin:0px;
}

div.help_topten_holder hr, div#search hr {
	color:#000;
	background-color:#000;
	height:1px;
	border-bottom:1px dotted #ffffff;
	border-top:none;
	border-left:none;
	border-right:none;
	margin:3px 0px 3px 0px;
	*margin:0px 0px 0px 0px;
	padding:0px 0px -5px 0px;
}

div.topten_qs {
	width:100%;
}

div.question {
	width:540px;/*570px;*/
	height:24px;/*31px;*/
	padding:7px 15px 0px 15px;
	background-color:#ffffff;
	border-bottom:1px dotted #000000;
	font-weight:bold;
}
div.question a {
	color:#000000;
}

div.help_answer {
	width:540px;/*570px;*/
	padding:7px 15px 0px 15px;
	background-color:#ffffff;
}  

div.help_answer p {
	color:#000000;
}


/* Newly added */

div.pager {
	color:#EE2846;
	float:left;
	width:100%;
	padding:10px 0 0 0;
	font-style:italic;
}
div.pager a {
	color:#666666;
	text-decoration:none;
}
.pagernew {

	background:url(../../template_images/linkbg.png) repeat-x;
	/* filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8; */
	/*margin:-58px 40px 0 206px;*/

	display:inline;
	float:left;

	left:476px;
	line-height:30px;
	margin-top:426px;
	position:absolute;
	width:532px;
}
.pagernew a {
	color:#000000;
	font-size:10px;
	font-weight:bold;
	line-height:30px;
	padding:0 5px;
	text-decoration:none;
}
.newsArchive {
	width: 420px; float: left;	
}
.date {
	float: left; 
	width: 420px;
	color: #000000; 
	font-size: 12px; 
	padding: 0 0 4px 0px!important; 
	margin: 0!important; 
	}

.newsHeading {
	margin: 4px 0 4px 0!important; 
	font-weight: bold; 
	font-size: 12px; 
	width: 420px; 
	float: left; 
	padding: 0!important; 
	color:#EE2846;
}
.newsItem {
	width: 520px; float: left;	
}
.newsItem a {
	color:#EE2846;
	text-decoration:none;
	
}
.newsItem a:hover {
	text-decoration:underline; }
.readmore {
	width: 420px;
	float: left;
background: url(../template_images/rightarrow.jpg) no-repeat right 70%;
	}
.readmore p {
	float: left; width: 420px;color: #000000; font-size: 12px; padding: 0 0 20px 0px; margin: 0; 
	}	

.newsContent {
	float: left; 
	width: 100%;
	color: #000000; 
	font-size: 12px; 
	padding: 0 0 4px 0px!important; 
	margin: 0!important; 
	}
	
	/* help */
	
#faqSearch {
	float:left;
	position:relative;
	text-align:right;
	top:-36px;
	width:100%;	
}
#faqSearch input[type=text]  {
	border:1px solid #CCCCCC;
	color:#666666;
	font-size:11px;
	height:11px;
	padding:5px;
	width:150px;
}
#faqSearch input[type=text]:focus {
	border:1px solid #999999
} 	

#faqSearch input[type=submit] {
	background:none repeat scroll 0 0 #CCCCCC;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	padding:4px;
}
#faqSearch input[type=submit]:hover {
	background:none repeat scroll 0 0 #666666;

}
	
 .questionsOff {
	float: left; 
	width: 510px;	
	margin-bottom: 5px;
}
.questionsOff p {
		width: 510px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
	font-weight: normal;
		margin: 0;
	padding: 0;

/*	margin: 0px 17px 18px 16px;
*/	line-height: 17px;
}
.questionsOff a {
	text-decoration: none;
	color: #000000;
}

.answer {
	width: 510px;
	float: left;
	padding: 0 0 5px 0;
}
.answer p {
	width: 510px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
	font-weight: normal;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 17px;
}
p.qnumber {
	clear: both;
	float: left;
	color: #000000;
	font-size: 12px;
	width: 20px;
	margin: 3px 0 8px 17px;
	padding: 0;
	position: relative;
	display: inline;
	cursor: pointer;	
}
p.answers {
	float: left;
	color: #EE2846;
	font-size: 12px;
	width: 500px;
	margin: 3px 0 8px 0;
	padding: 0;
	position: relative;
	display: inline;
	cursor: pointer;	
}
p.answers a  {
	
}
p.qnumberAns {
	clear: both;
	float: left;
	color: #000000;
	font-size: 12px;
	width: 20px;
	margin: 3px 0 0px 17px;
	padding: 0;
	position: relative;
	display: inline;
	cursor: pointer;	
}
p.answersAns {
	float: left;
	color: #fb92ba;
	font-size: 12px;
	width: 500px;
	margin: 3px 0 0px 0;
	padding: 0;
	position: relative;
	display: inline;
	cursor: pointer;	
}
p.qnumberQues {
	clear: both;
	float: left;
	color: #000000;
	font-size: 12px;
	width: 20px;
	margin: 0px 0 5px 17px;
	padding: 0;
	position: relative;
	display: inline;

/*	padding: 3px 0px 3px 15px;
*/}
p.answersQues {
	float: left;
	color: #000000;
	font-size: 12px;
	width: 500px;
	margin: 0px 0 5px 0;
	padding: 0;
	position: relative;
	display: inline;

/*	padding: 3px 10px 3px 0px;
*/
}
.helphrlink {
	clear: both;
	height:3px;
	border-bottom: 1px dotted #999;
	width: 510px;
	margin: 0 0 0 0px;
	*margin: 0 0 -10px 0px;
	padding: 0;
}
