/* CSS Document */

/************************************************/
/* layout styles 									*/
/************************************************/

/* Admin page layouts */

#adminmainpageholder
{
	padding: 0px;
	width: 775px;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#admintopofpage
{
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 775px;
	overflow: auto;
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 0px;
	top: 0px;
	background-image: url(/get_images/admin/admintopbackground.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #5E3636;
}

#adminmenuarea
{
	font-size: 12px;
	font-style: normal;
	color: #000000;
	vertical-align: middle;
	height: 20px;
	width: 775px;
	position: absolute;
	z-index: 15;
	left: 0px;
	top: 80px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F7F6C6;
}

#adminmainbody
{
	position: absolute;
	z-index: 20;
	width: 775px;
	left: 0px;
	top: 120px;
}

#adminfooter
{
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	clear: both;
	width: 775px;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F7F6C6;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../get_images/admin/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 40px;
}

#adminmenuholdingarea {
	position: static;
	height: 300px;
}

/* Main page layouts */

#mainpageholder
{
	padding: 0px;
	width: 975px;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#topofpage
{
	margin: 0px;
	padding: 5px;
	height: 214px;
	width: 975px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 0px;
	top: 0px;
	background-image: url(/get_images/layout/top_title.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}

#newsletter
{
	margin: 0px;
	padding: 0px;
	height: 82px;
	width: 200px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 70;
	left: 775px;
	top: 44px;
	background-color: #712C78;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../get_images/layout/newsletterback.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#menuarea
{
	font-size: 16px;
	font-style: normal;
	color: #000000;
	vertical-align: middle;
	height: 25px;
	width: 700px;
	position: absolute;
	z-index: 30;
	left: 152px;
	top: 172px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

#mainbody
{
	position: absolute;
	z-index: 20;
	width: 975px;
	left: 0px;
	top: 165px;
	background-image: url(/get_images/layout/main_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 715px;
}

#footer
{
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#menuholdingarea {
	position: static;
	height: 700px;
	display: none;
}

#centerarea
{
	z-index: 25;
	width: 555px;
	position: absolute;
	left: 210px;
	top: 207px;
	overflow: visible;
}
#centerareabody
{
}
#centerareabodyspacer
{
	margin: 0px;
	padding: 0px;
	float: right;
	height: 464px;
	width: 1px;
}

#leftarea
{
	z-index: 25;
	height: 464px;
	width: 170px;
	position: absolute;
	left: 20px;
	top: 190px;
	overflow: hidden;
}
#leftareabottom
{
	z-index: 25;
	width: 170px;
	position: absolute;
	left: 20px;
	top: 675px;
	overflow: visible;
}

#rightarea
{
	z-index: 25;
	height: 464px;
	width: 170px;
	position: absolute;
	left: 775px;
	top: 190px;
	overflow: hidden;
}
#rightareabottom
{
	z-index: 25;
	width: 170px;
	position: absolute;
	left: 775px;
	top: 675px;
	overflow: visible;
}



/************************************************/
/* end layout styles 							*/
/************************************************/

/************************************************/
/* global layout styles 						*/
/************************************************/
html, body{
	background-color: #FFFFFF;
}
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}

ul, ol, li
{
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 10px;
}

/************************************************/
/* end global layout styles 					*/
/************************************************/




/************************************************/
/* text styles 									*/
/************************************************/

body {
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a, a:link, a:visited
{
	color: #000000;;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #836788;
	text-decoration: underline;
}

.leftnav a, .leftnav a:link, .leftnav a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.leftnav a:hover, .leftnav a:active
{
	color: #7B9FC1;
	text-decoration: underline;
}
.leftnav form
{
	background-color: #2F3583;
}

input, textarea{
	font-family: Arial, Helvetica, sans-serif;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #3F1445;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #3F1445;
}

.adminmaintitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #5E3636;
}

.adminsubtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #5E3636;
}
.fadedtext{
	color: #999999;
}

.breadcrumbs
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}
.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited
{
	color: #999999;;
	text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:active
{
	color: #000000;
	text-decoration: underline;
}

.top_nav_menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-top: 2px;
}
.top_nav_menu a, .top_nav_menu a:link, .top_nav_menu a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 20px;
}
.top_nav_menu a:hover, .top_nav_menu a:active
{
	color: #FFFFFF;
	text-decoration: underline;
	margin-right: 20px;
}

#newsletter input
{
	font-size: 10px;
	color: #000000;
}

/************************************************/
/* end text styles 								*/
/************************************************/


/************************************************/
/* area and box styles 								*/
/************************************************/


.paneltitleblock
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	background-color: #B22416;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #FFFFFF;
	display: block;
}
.panelmainblock
{
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F8CCC7;
	border-right-color: #F8CCC7;
	border-bottom-color: #F8CCC7;
	border-left-color: #F8CCC7;
	font-size: 85%;
}
.panelmainblock a, .panelmainblock a:link, .panelmainblock a:visited
{
	color: #B22416;
	text-decoration: underline;
}
.panelmainblock a:hover, .panelmainblock a:active
{
	color: #FF0000;
	text-decoration: underline;
}

.homepaneldark
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #2F3583;
}
.homepaneldark .text, .homepanellight .text
{
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.homepaneldark .title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #7B9FC1;
}
.homepanellight
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #7B9FC1;
}
.homepanellight .title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #2F3583;
}
.homepaneldark a, .homepaneldark a:link, .homepaneldark a:visited, .homepanellight a, .homepanellight a:link, .homepanellight a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.homepaneldark a:hover, .homepaneldark a:active, .homepanellight a:hover, .homepanellight a:active
{
	color: #FF0000;
	text-decoration: underline;
}

.sidepanelheading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	height: 20px;
	width: 150px;
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 125px;
	margin-left: 10px;
}
.sidepanelheading a, .sidepanelheading a:link, .sidepanelheading a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}
.sidepanelheading a:hover, .sidepanelheading a:active
{
	color: #836788;
	text-decoration: underline;
}

.sidepanelbody
{
	width: 150px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.sidepanelbody a, .sidepanelbody a:link, .sidepanelbody a:visited
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.sidepanelbody a:hover, .sidepanelbody a:active
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.testimonial
{
	margin: 0px;
	width: 170px;
	background-image: url(/get_images/layout/testimonial_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
.testimonial div
{
	background-image: url(/get_images/layout/testimonial_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	width: 140px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.testimonial div div
{
	font-family: Arial, Helvetica, sans-serif;
	color: #3F1445;
	text-decoration: none;
	background-image: none;
	margin: 0px;
	font-size: 12px;
	font-style: italic;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}
.testimonialtext
{
	font-family: Arial, Helvetica, sans-serif;
	color: #3F1445;
	text-decoration: none;
	background-image: none;
	margin: 0px;
	font-size: 12px;
	font-style: italic;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}



/************************************************/
/* end area and box styles 						*/
/************************************************/






/************************************************/
/* button styles 								*/
/************************************************/

.adminbutton{
	background-color: #F7F6C6;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 2px solid #8A871C;
}

.mainbutton{
	background-color: #785E7C;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #CCCCCC;
}


/************************************************/
/* end button styles 							*/
/************************************************/



/************************************************/
/* common styles 								*/
/************************************************/

.leftalign
{
    text-align: left;
}
.rightalign
{
    text-align: right;
}
.floatleft
{
	clear: left;
	float: left;
}
.floatright
{
	clear: right;
	float: right;
}

.nomargin
{
	margin: 0px;
}

/* layout classes */
#nlsmenuholding
{
	z-index: 200;
	left: 0px;
	position: absolute;
	top: 0px;
	background-color: blue;
}
.cachearea
{
	display: none;
}

.cleardiv
{
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 1px;
	line-height: 1%;
	overflow: hidden;
	clip: rect(auto,auto,1px,auto);
}

/* indented sections */

.indent10
{
    padding-left: 10px;
}

/* nowrap for table cell */
.tablenowrap
{
    white-space: nowrap;
}


/* spacer blocks */
.spacer5
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 5px;
    width: 5px;
    font-size: 1%;
}
.spacer10
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 10px;
    width: 10px;
    font-size: 1%;
}
.spacer15
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 15px;
    width: 15px;
    font-size: 1%;
}
.spacer20
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 20px;
    width: 20px;
    font-size: 1%;
}
.spacer30
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 30px;
    width: 20px;
    font-size: 1%;
}
.spacer40
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 40px;
    width: 20px;
    font-size: 1%;
}
.spacer50
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 50px;
    width: 20px;
    font-size: 1%;
}
.spacer200
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 200px;
    width: 20px;
    font-size: 1%;
}
.spacer400v
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 400px;
    width: 1px;
    font-size: 1%;
}

/************************************************/
/* end common styles 							*/
/************************************************/
