html {
    margin: 0px auto;
    width: 100%;
    height: 100%;
}

body {
    font-size: 12px;
    margin: 0px auto;
    width: 100%;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    height: 100%;
    background-color: #e7e1d8;
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
    padding: 0px;
}

img {
	border:0;
}

.MainDiv {
	margin: 0px;
}

.MainTable {
    width: 800px;
    margin: 0 auto;
}

a {
	text-decoration:underline;
	color:#5f5e5e;
}

a:hover {
	color:#2a2925;
}

form {
	padding:0;
	margin:0;
}

h2 {
	padding:0;
	margin:0;
	font-size:18px;
	font-weight:normal;
	color:#ec5400;
}

ul li {
	/*margin:3px;*/
}

.invisible  {
	visibility: hidden;
	display: none;
}

.visible {
	visibility: visible;
	display: block;
}

.tableMaxHeight {
	Height: 100%;
}

.tableHeader
{
    background-color: #EEF415;
    color:#000000;
    font-weight:bold;
}

.errorString
{
    color:#FF0000;
    font-weight: bold;
}

.SmallText {
    font-size:8pt;
}

/************************************************************************
*
*	default.aspx
*
************************************************************************/

.HeaderColumnStyle {
	vertical-align:top;
	width: 800px;
	position:relative;
}

.header {
	position: relative;
}

.header table{
	height: 97px;
}

.header td {
	vertical-align: middle;
}

.header .logo {
	padding-left: 22px;
}

.header .t,
.header .b {
	text-align: right;
}

.header .b {
	padding-right: 28px;
}

.header .t {
	padding-right: 30px;
	color: #fff;
	vertical-align: bottom;
}

.header .f {
	background-image: url(images/main-top.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 800px;
	height: 12px;
}

#logo {
	height:60px;
	width:100%;
	display:table-cell;
	vertical-align:middle;
	padding:0px 0px 0px 34px;
}

.iconsBar {
	position:relative;
	top:0;
}

.iconsBar ul {
	position:absolute;
	top:14px;
	right:20px;
	padding:0;
	margin:0;
	list-style:none;
}

.iconsBar ul li {
	float:right;
	margin:0px 7px;
}

#banner {
	width:100%;
	text-align:center;
}

#contacts {
	width:100%;
	padding:10px 0px 0px 10px;
}

#email, #phone {
	display:inline;
	margin:0px 0px 0px 20px;
}

.LeftColumnStyle {
	height: 100%; 
	background-color:#fff;
	padding: 0;
	width:0px;
	display:none;
}

.Home .LeftColumnStyle {
	width:0px;
	display:none;
}

.ContentColumnStyle {
	background-color:#fff;
	vertical-align:top;
	height:100%;
}

.ContentColumnStyle a {
	text-decoration:none;
	color: #524c32;
}

/*.htmlBlock*/

.htmlBlock {
	padding: 0 30px 15px;
	background-color: #eeecdf;
	background-image: url(images/content-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	clear:both;
}

.htmlBlock h1 {
	padding: 10px 0 0;
	margin: 0;
	border-bottom: 1px solid #d1c6b4;
	line-height: normal;
	font-size: 26px;
	color: #5c5c5c;
	font-weight: normal;
}

.htmlBlock .text {
	text-indent: 0px;
	/*text-indent: 10px;*/
	line-height: 17px;
	color: #303030;
	border-top: 1px solid #f3f0e6;
}

.htmlBlock .text p {
	margin: 0;
	padding: 10px 0 0;
}

.imageBlock {
	//float:left;
/*	width:416px; */
}

.imageBlock table {
/*	border-top: 1px solid #ababab;*/
}

.imageBlock .l {
	text-align: center;
	vertical-align: middle;
	background-image: url(images/imageBlock-l-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #3e91c3;
}

.imageBlock .r {
	width: 362px;
}

.infoBlock {
	background-color: #eeecdf;
	padding-bottom: 10px;
}

.infoBlock td {
	vertical-align: middle;
}

.infoBlock table {
	margin: 0 auto;
}

.infoBlock .delim {
	width: 25px;
}

.infoBlock .item span {
	margin: 2px 0;
	//margin: 0 0;
}

.infoBlock .item h5 {
	margin: 0;
	padding: 0;
}

.infoBlock .big .item {
	height: 93px;
	width: 230px;
	background-image: url(images/block-big-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding: 0;
}

.infoBlock .big .item h5 {
	color: #1b628d;
	font-size: 15px;
	line-height: 21px !important;
}

.infoBlock .small .item {
	height: 62px;
	width: 230px;
	background-image: url(images/block-small-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding: 0;
}

.infoBlock .small .item h5 {
	color: #303030;
	font-size: 15px;
	line-height: 21px !important;
}

.RightColumnStyle {
	background-color:#fff;
	height:100%;
	padding:0;
	width:0px;
	display:none;
}

.Home .RightColumnStyle {
	width:0px;
	display:none;
}

.newsTitle {
}

.FooterColumnStyle {
	padding: 0 0 12px;
	background-image:url(images/footer-bg.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

#footer {
	padding: 15px 20px 5px;
	border-top: 1px solid #d5cbbb;
	background-color: #fff;
	font-size: 11px;
	line-height: 17px;
	color: #666;
}

#footer a {
	color: #1071ac;
	font-size: 11px;
}

#footer .r {
	text-align: right;
}

.footerMenu {
	padding:0;
	margin:0;
	list-style:none;
	float:right;
}

.footerMenu li {
	float:left;
	padding:0px 10px;
	border-right:1px solid #a2a19f;
}

.footerMenu li.last {
	border:0;
}

.footerMenu li a {
	color:#e64900;
	text-decoration:underline;
}

.footerMenu li a:hover {
	color:#2d2d2d;
	text-decoration:none;
}

.copyright {
	font-size:11px;
	color:#7b7b7b;
}

.copyright a {
	color:#2d2d2d;
	font-size:11px;
}

/************************************************************************
*
*	LoginPage
*
************************************************************************/

.LoginPage
{
    /*height: 100%;*/
    padding: auto auto auto auto;
}

.LoginPageTable
{
    background-color: #FFFFFF;
    border: solid 1px #524c32;
    /*margin: auto auto auto auto;*/
}

/************************************************************************
*
*	Top Menu
*
************************************************************************/
.RadMenu_
{
	text-align: center;
	margin: 0;
}
div>/**/.RadMenu_
{
	width: 100%;
}

.RadMenu_ .rmItem
{
	font-size: 12px !important;
	margin: 0px auto !important;
	border: 0 !important;
	/*display: table !important;*/
}

.RadMenu_ .rmLink {
	padding-top: 1px !important;
	text-decoration: none;
	/*color: #FFFFCC !important;*/
	font-size: 12px !important;
	padding: 0px !important;
}

.RadMenu_ .rmText {
	padding: 7px 10px 5px 0 !important;
	cursor: pointer;
	margin-left: 10px;
	/*height: 29px;*/
}

.RadMenu_ .rmHorizontal .rmItem
{
	border-right:1px solid #dadada !important;
	margin: 0px;
	padding: 0 12px;
}

.RadMenu_ .rmHorizontal .rmLast
{
	border-right:0px solid #353535 !important;
}

/*The css class of menu itself*/
.TopMenuMainCSS {
	background-color: #fff;
	position: relative;
}

.RadMenu_ .rmRootGroup {
	margin: 0px auto !important;
	border: 0 !important;
	display: inline-block !important;
	position: relative;
	top: -5px;
}

.RadMenu_ .rmLevel1 {
}

.RadMenu_ .rmVertical .rmLink:hover {
}

.RadMenu_ .rmLink:hover, .RadMenu_ .rmFocused, .RadMenu_ .rmExpanded 
{
	background-color:#FFFFFF !important;
	color:#333333 !important;
}

.RadMenu_ .rmHorizontal .rmLink
{
	text-decoration: none;
	color: #505050;
	padding-left: 10px;
	height: 29px;
}

.RadMenu_ .rmHorizontal .rmLink:hover {
	background-image: url(images/menu-bg-l.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

.RadMenu_ .rmHorizontal .rmLink:hover .rmText {
	background-image: url(images/menu-bg-r.jpg);
	background-position: right 0;
	background-repeat: no-repeat;
	color: #fff;
}

.RadMenu_ .rmSlide .rmLink
{
	color: #333333 !important;
}

.RadMenu_ .rmHorizontal .rmFirst {
}

.RadMenu_ .rmHorizontal .rmLast {
}

.RadMenu_ .rmVertical .rmItem
{
	min-width: 100px !important;
	text-align: left !important;
	margin: 0px !important;
	border: 0px !important;
}

.RadMenu_ .rmVertical .rmLink {
	margin: 0px !important;
}

.RadMenu_ .rmVertical .rmLink:hover {
	margin: 0px !important;
	background-image: url(images/menu-bg.jpg) !important;
	background-repeat: repeat-x !important;
	background-position: left !important;
}

.RadMenu_ .rmVertical .rmLink:hover .rmText {
	background: none !important;
}

.RadMenu_ .rmVertical .rmLast .rmLink {
	margin: 0px !important;
}	


.RadMenu_ .rmExpandDown 
{
/*
	background-image: url(images/topmenu/arrow_d.gif) !important;
	background-position: 95% center !important;
	background-repeat: no-repeat !important;
*/
}

.RadMenu_ .rmExpandRight
{
	background-image: url(images/topmenu/arrow_r.gif) !important;
	background-position: right !important;
	background-repeat: no-repeat !important;
}

.RadMenu_ .rmExpandLeft
{
	background-image: url(images/topmenu/arrow_l.gif) !important;
	background-position: right !important;
	background-repeat: no-repeat !important;
}
.RadMenu_ .rmExpanded {
}

.RadMenu_ .rmSlide
{
	/*height: 25px !important;*/
	color: #333333 !important;
	/*left: 14px !important;*/
}

.RadMenu_ .rmGroup
{
	background-color: #FFFFFF !important;
/*	border: 1px solid #828282 !important;*/
	padding-bottom: 0px !important;
}
/****************************************************************************
*
*	Side menu
*
****************************************************************************/

.SideMenuMainCSS 
{
	text-align: left;
}
.SideMenuMainCSS .rmRootGroup
{
	background: #F0EBE7;
	border: #cc9933 1px solid;
	width: 100%;
}

.SideMenuMainCSS .rmItem {
	font-size: 11px;
	color: #2d2d2d;
	width: 150px;
}

.SideMenuMainCSS .rmItem .rmLink:hover {
	background-image:url(images/menu-bg-a.jpg);
	background-repeat:repeat-x;
}

.SideMenuMainCSS .rmLink {
	text-decoration: none;
	color: #2d2d2d;
}


.SideMenuMainCSS .rmText {
	padding: 5px 10px 5px 10px;
}

.SideMenuMainCSS .rmItem .rmText:hover {
	color: #fff;
}

.SideMenuMainCSS .rmExpandRight
{
	background-image: url(images/topmenu/arrow_r.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.SideMenuMainCSS .rmExpandLeft
{
	background-image: url(images/topmenu/arrow_l.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.SideMenuMainCSS .rmExpanded {
}

.SideMenuMainCSS .rmSlide {
}

.SideMenuMainCSS .rmGroup
{
	background: #F0EBE7;
	border: #cc9933 1px solid;
	padding: 3px;
}

/****************************************************************************
*
*	SLIDER
*
****************************************************************************/

#sliderC {
	width: 100%;
}

#slider {
	margin: 0px auto;
	height: 229px;
	width: 912px;
	position: relative;
}

#slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#slider ul li {
	float: left;
	display: block;
	padding:0;
	margin:0;
}

#slider ul li span {
	display: block;
	overflow: hidden;
	height: 229px;
	width: 66px;
}

#slider ul li span img.full {
	display: none;
}

#slider ul li span img.preview {
	cursor: pointer;
	position: absolute;
	border-right: 1px solid #939393;
}

#slider ul li span#slide1 {
	width: 778px;
}

#slider ul li span#slide1 img.full {
	display: block;
}

#slider ul li span#slide1 img.preview {
	display: none;
}

#slider .overlay-l {
	position: absolute;
	height: 229px;
	width: 8px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/overlay-l.png);
}

#slider .overlay-r {
	position: absolute;
	right: 0;
	height: 229px;
	width: 8px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/overlay-r.png);
}

#imagesBlock {
	padding-left:15px;
}

/****************************************************************************
*
*	FormBuilder
*
****************************************************************************/

.FormBuilderContainer {
	background-color: #eeecdf;
	padding: 0 30px 15px;
}

.FormBuilder
{
}

.FormBuilder textarea,
.FormBuilder input {
	width: 300px;
}

.FormBuilder td
{
    text-align:left;
    vertical-align: top;
    padding: 3px;
}

.FormBuilder_Item
{
}

.FormBuilder_LeftCoulmn
{
	color: #303030;
	width: 100px;
}

.FormBuilder_RightCoulmn
{
}
 
.FormBuilder_CenterCoulmn
{
}

.FormBuilderSubmitButton {
	padding-left: 108px;
}

.FormBuilderSubmitButton input {
	width: auto;
}

.ErrorMessage {
	padding: 3px 0 3px 108px;
	color: #52be0a;
}

.CAPTCHAContainer
{
}

.CAPTCHAInstructions
{
}

.CAPTCHAImage
{
}

.CAPTCHAInstructions2
{
}

.CAPTCHATextBox
{
}

/****************************************************************************
*
*	Image Gallery
*
****************************************************************************/
.page {
    /*border: 1px solid black;*/
}

.breadcrumbs {
    font-size: 11px;
    font-weight: bold;
    background-color: #DCDCDC;
    padding: 3px;
}

.menu {
    background-color: #DCDCDC;
}

.footer {
    font-size: 11px;
}

.error {
    color: red;
    font-weight: bold;
    cursor: pointer;
}


/* 2 ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#admin-albums, #admin-photos {
	background-image: url(../../images/photogallery/body-repeat.gif);
	position: relative;
	/*width: 686px;*/
	padding: 0px 10px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

/* 2.2 ALBUMS PAGE */

#albums {
	background-image: url(../../images/photogallery/body-repeat-photo.gif);
	padding: 0px 10px;
	padding-bottom: 40px;
	/*width: 686px;*/
}

.view {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*width: 750;*/
    margin-bottom: 20px;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
    margin-top: 20px;
}

.item {
	padding: 10px 10px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

#photos, #details, #admin-details {
	background-image: url(../../images/photogallery/body-repeat-photo.gif);
	padding: 0;
	/*width: 760px;*/
}

.buttonbar {
	background-image: url(../../images/photogallery/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	/*width: 744px;*/
	height: 33px;
	text-align: center;
}

.buttonbar-top {
	background-image: url(../../images/photogallery/photonav-top-bg.gif);
}

#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}


/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}


/* Photo Border for All Pages Except the Albums Page */

.photo-frame .topx-- {
	background-image: url(../../images/photogallery/frame-topx--.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}
.photo-frame .top-x- {
	background-image: url(../../images/photogallery/frame-top-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .top--x {
	background-image: url(../../images/photogallery/frame-top--x.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}

.photo-frame .midx-- {
	background-image: url(../../images/photogallery/frame-midx--.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}
.photo-frame .mid--x {
	background-image: url(../../images/photogallery/frame-mid--x.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}

.photo-frame .botx-- {
	background-image: url(../../images/photogallery/frame-botx--.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: top;
}
.photo-frame .bot-x- {
	background-image: url(../../images/photogallery/frame-bot-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .bot--x {
	background-image: url(../../images/photogallery/frame-bot--x.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: bottom;
}


/* Photo Border for the Album Page */

.album-frame .topx----,
.album-frame .top----x,
.album-frame .botx----,
.album-frame .bot----x {
	height: 14px;
	width: 14px;
}

.album-frame .top-x--- {
	background-image: url(../../images/photogallery/album-tstretch.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 14px;
	width: auto;
}
.album-frame .top--x-- {
	background-image: url(../../images/photogallery/album-tstretch.gif);
	background-repeat: repeat-x;
	height: 14px;
	width: auto;
}
.album-frame .top---x- {
	background-image: url(../../images/photogallery/album-tstretch.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 14px;
	width: auto;
}

.album-frame .mtpx---- {
	background-image: url(../../images/photogallery/album-lstretch.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 14px;
}
.album-frame .mtp----x {
	background-image: url(../../images/photogallery/album-rstretch.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 14px;
}

.album-frame .midx---- {
	background-image: url(../../images/photogallery/album-lstretch.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 14px;
}
.album-frame .mid----x {
	background-image: url(../../images/photogallery/album-rstretch.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 14px;
}

.album-frame .mbtx---- {
	background-image: url(../../images/photogallery/album-lstretch.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 14px;
}
.album-frame .mbt----x {
	background-image: url(../../images/photogallery/album-rstretch.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 14px;
}

.album-frame .bot-x--- {
	background-image: url(../../images/photogallery/album-bstretch.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 14px;
	width: auto;
}
.album-frame .bot--x-- {
	background-image: url(../../images/photogallery/album-bstretch.gif);
	background-repeat: repeat-x;
	height: 14px;
	width: auto;
}
.album-frame .bot---x- {
	background-image: url(../../images/photogallery/album-bstretch.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 14px;
	width: auto;
}
/**********************************************************************
*
*	Blog
*
************************************************************************/
/* -------------------------- */
/* Page Sections              */
/* -------------------------- */

.page
{
    width: 100%;
    margin: auto;
}
.main
{
    width: 430px;
    float: left;
    text-align: left;
}
.sidebar
{
    width: 130px;
    float: right;
    background: #eee;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

/* -------------------------- */
/* Posts                      */
/* -------------------------- */

.post
{
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
}
.postDate
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: #336699;
    background: #eee;
}
.postTitle
{
    font-weight: bold;
    font-size: 12pt;
    color: #c60;
    padding-top: 10px;
    padding-bottom: 10px;
}
.postMessage
{
    padding-bottom: 5px;
}
.postFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Comments                   */
/* -------------------------- */

.comment
{
    border-bottom: dotted 1px #ccc;
    background: #f5f5f5;
    margin-bottom: 10px;
}
.commentMessage
{
    font-size: 8pt;
    padding: 10px 4px 10px 4px;
}
.commentMessage BLOCKQUOTE
{
    font-size: 8pt;
    padding: 5px 5px 5px 5px;
    margin: 10px 5px 0px 10px;
    border: 1px dashed #ccc;
    background-color: #fff;
}
.commentFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Trackbacks                 */
/* -------------------------- */

.trackback
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}

/* -------------------------- */
/* Sidebar                    */
/* -------------------------- */

.sidebarHeading
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    margin: 0px 0 10px 0;
    color: #999;
    border-top: dotted 1px #ccc;
}
.sidebarText
{
    padding-bottom: 10px;
}

/* -------------------------- */
/* Profile                    */
/* -------------------------- */

.profile
{
    font-size: 7pt;
    margin-top: 10px;
    padding-bottom: 10px;
}
.profile A
{
    font-family: Arial, Verdana;
    text-transform: uppercase;
}

/* -------------------------- */
/* Various Forms              */
/* -------------------------- */

.forms
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}
.formsHeader
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}
.formsError
{
    color: red;
    font-weight: bold;
}
.formsValid
{
    color: green;
    font-weight: bold;
}
.formsLabel
{
    font-size: 8pt;
    color: #888888;
    margin-top: 2px;
    margin-bottom: 2px;
}

/*******************************************************
*
* Search control 
*
*********************************************************/
/*Main search division tag*/
.SearchDiv
{
}

/*textbox in search control*/
.SearchTextBox
{
}

/*Search button*/
.SearchButton
{
}

/*******************************************************
*
* Search Result control 
*
*********************************************************/
/*Content for the whole control*/
.SearchResultMain
{
	padding-top: 10px;
}

/*Textbox for search result*/
.SearchResultTextBox
{
}

/*search button*/
.SearchResultButton
{
}

/*Search results container*/
.SearchResultList
{
	padding-top: 20px;	
	padding-bottom: 20px;	
}

/*search results found string*/
.SearchResultsFound
{
}

/*search results item container*/
.SearchResultItemContainer
{
	padding-top: 10px;
	padding-bottom: 10px;	
}

/*search results item header*/
.SearchResultItemHeader, .SearchResultItemHeader A
{
	color: #000000;
}

/*the content of search result item*/
.SearchResultItemDescription
{
}

/* -------------------------- */
/* Miscellaneous              */
/* -------------------------- */

.button
{
    font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    cursor: hand;
    border: solid 1px #808080;
    background: url(images/buttonback.gif) center;
    padding: 1px 1px 1px 1px;
}
.highlight
{
    color: #000000;
    background-color: #ffff66;
}

/*****************************
*
*	Image Rotator 
*
******************************/
.ImageRotatorWrapper
{
	/*width: 300px;*/
	height: 250px;
	float:left;
	/*position: relative;*/
}
.RadRotator
{
}
.rrRelativeWrapper
{
}
.rrClipRegion
{
}
.ImageRotatorImage
{

}
.ImageRotatorImage img
{
	/*visibility: hidden;*/
}
/******************************
*
*	Calendar Period
*
*******************************/

.CalendarPeriodTable
{
}

.CalendarPeriodContainer
{
}

.CalendarPeriodEventContainer
{
}

.CalendarPeriodEventHeadline
{
}

.CalendarPeriodEventDate
{
}

.CalendarPeriodEventTime
{
}

.CalendarPeriodEventDesciption
{
}

/******************************
*
*	Menu Sub Pages
*
*******************************/

.MenuSubPages
{
}

.MenuSubPagesSelectedItem
{
}

/********************************

       Article manager

*********************************/

.SingleHeadlineWrapper {
	margin:7px 0px 0px 0px;
}

.ArticleHeadline a {
}

.ArticleDate,.ArticleAuthor {
	font-size:11px;
	color:#a2a19f;
	padding:3px;
}

.ArticleSummary {
	text-decoration:none;
}

.ArticleSummary a {
	font-weight:normal;
	text-decoration:none;
}

/********************************

RadMenu_Telerik



.RadMenu_Telerik {
	position:absolute !important;
	width:auto !important;
	display:table-cell !important;
	height:60px !important;
	vertical-align:middle !important;
	border:1px dashed #ff0000;
}

.rmItem {
	width:auto !important;
}

*********************************/

/* ------------Fixs------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }  /* for IE/Mac */

#sliderWrapper {width:100%;	position:relative;}
#sliderWrapper .leftBlock {
/*	border:1px dashed #ff0000;*/
	position:absolute;
	height:229px;
	width:12px;
	top:0px;
	left:0px;
	background-image:url(images/overlay-l.png);
/*	background-color:#ff0000;*/
	background-position:top left;
	background-repeat:no-repeat;
	z-index:100;
}
#sliderWrapper .rightBlock {
/*	border:1px dashed #ff0000;*/
	position:absolute;
	height:229px;
	width:8px;
	top:0px;
	right:3px;
	background-image:url(images/overlay-r.png);
/*	background-color:#ff0000;*/
	background-position:top left;
	background-repeat:no-repeat;
	z-index:100;
}

#sliderWrapper {width:100%}
#sliderWrapper #sliderbox { width:979px;height: 229px;position:relative;margin: 0px auto }
#sliderWrapper #sliderbox ul { list-style: none;margin: 0;padding: 0; }
#sliderWrapper #sliderbox ul li {list-style:none;float:left;display:block;padding:0;margin:0;position:relative;}
#sliderWrapper #sliderbox .tabstrip {width:66px;height:229px;}
#sliderWrapper #sliderbox .imgcontent {display:none;}
#sliderWrapper #sliderbox .activetab {width:844px;height:229px;}

#sliderWrapper #sliderbox .activetab img {float:left;}
#sliderWrapper #sliderbox #slidingstrip {float:right;}
#sliderWrapper #slidingcontent {float:right;}

#sliderWrapper .tabstrip {position:relative;z-index:1;}
#sliderWrapper .imgstrip {cursor:pointer;}

#sliderWrapper #tab0 {display:none;position:absolute;top:0;z-index:10;}
#sliderWrapper #slidingtab {float:right;position:relative;z-index:100;}
#sliderWrapper #sliderbox #contentWrapper {overflow:hidden;float:right;}
.rrRelativeWrapper {position:static !important;}
.rrClipRegion {position:static !important;}
.rrItemsList {position:static !important;}
.servicesWrapper .formList {padding-right:10px;}
.listWrapper {padding:0 30px 15px;}
.formCaption span {margin-top:10px;color:#303030;}
.formDescription {height:150px;padding:0 30px 15px;vertical-align:top;color:#303030;}
.servicesWrapper, .planViewWrapper {background: #EEECDF;}
.planViewWrapper {width:100%}

.planViewWrapper .formList {vertical-align:top;padding:0 0 0 30px;}
.planViewWrapper .ZipCodeWrapper {padding: 0 0 0 10px;}
.planViewWrapper .ZipCodeWrapper td {padding:0 4px 0 0; vertical-align:middle;}
.planViewWrapper .ZipCodeWrapper .formButton input {padding:0;}
.planViewWrapper .ZipCodeWrapper .formControl input {border:1px solid #999; width:50px;}
.planViewWrapper .ZipCodeWrapper .formLabel {padding:0 1px 0 0 !important;}
.planViewWrapper .formEdit {padding:10px 0 10px 30px;}

.rcbSlide {z-index:9999 !important;}

.ZipCodeEditor .formLabel {font-size:12px;}

.enrollment-wrap { padding: 10px;}
.enrollment-table { width: 100%; min-height: 100px;}
.enrollment-lable { text-align: right; font-weight: bold; }
.enrollment-lable span { }
.enrollment-value {}
.enrollment-text { width: 90%; }
.enrollment-attorneylist { width: 50%; vertical-align: top; border-left:1px solid #D1C6B4; padding-left: 10px;}
.enrollment-attorneylist span { font-weight: bold;}
.enrollment-submit { text-align: right; }
.enrollment-confirmation { padding: 20px 0px;}

.style4, .style5 {color: #000 !important;}