/* this particular version layout will not work in IE/Win Strict Mode 
   it can be made to work in IE strict with the use of CSS expressions
	 to calculate the required height of the 2 absolute positioned divs
*/
/********** main css ***********/
html, body
{
    margin: 0px 0px 0px 0px;
    height: 100%;
    font-family: arial,helvetica, verdana,sans-serif;
    font-size: 12px;
    background-color: Black;
    background-image: url(/images/bg_main.jpg);
    background-repeat: repeat-y;
    background-position: center;
    text-align: center; /* IE quirky center */
    padding-left: 0;
    color: #FFFFFF;
}

a
{
    color: #FFFFFF;
    text-decoration: none;
}
a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

img
{
    border: 0px;
}

/* heading tags */


h1
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
}

h2
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
}

h3
{
    text-align: left;
    font-size: 9pt;
    font-weight: normal;
    padding: 3px;
    text-align: left;
    line-height: 16px;
    color: #FFF;
    margin: 0;
    border-bottom: solid 1px #666;
}
h4
{
    font-size: 11px;
}



/***********  site structure ****************/


#main_wrapper
{
    position: relative;
    width: 1044px; /*border:solid 1px #000000;*/
    background-image: url(/images/bg_main2.jpg);
    background-repeat: no-repeat;
    top: 0;
    left: 0px;
}

#center_wrapper
{
    position: relative;
    width: 990px;
    top: 10px;
    left: 0px;
    min-height: 550px;
    height: 100%;
}


#nav_wrapper
{
    width: 975px;
    height: 105px;
    background-image: url(/images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
#nav
{
    position: relative;
    width: 975px;
    height: 20px;
    z-index: 90;
    border-top: solid 1px #ffffff;
}

#navBody
{
    position: absolute;
    top: 188px;
    width: 138px; /*background-color:yellow;*/
    bottom: 0px;
    padding-left: 10px;
    border-left: solid 1px #BF6B2A;
    border-right: solid 1px #BF6B2A;
    background-image: url(/images/bg_nav_bottom.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 3;
}


#navFooter
{
    position: absolute;
    width: 160px;
    bottom: 0px;
    height: 0px;
}

#subNav
{
}

#subNavHeader
{
}

#subNavBody
{
    position: absolute;
    width: 218px;
    left: 2px;
    top: 0px;
    bottom: 0px;
    background-image: url(/images/bg_subnav.jpg);
    min-height: 471px;
    height: auto !important;
    height: 471px;
    background-repeat: no-repeat;
    /*Needs to be less then the mainnav*/
    z-index: 10;
    text-align:left;
}

.subNavText
{
    text-align:left;
    margin-left:40px;

}


.hr
{
    padding:5px 0px 5px 0px;
   /* border-bottom:solid 1px #ffffff;*/
    margin-bottom:5px;
    
}

#subNavbody_inner
{
    position: relative; /*min-height:497px; 	height:auto !important; 	height:497px;*/
    width: 218px;
    padding-top: 20px;
    /*Needs to be less then the mainnav*/
    z-index: 10;
}
#subNavbody_inner2
{
    position: relative; /*min-height:497px; 	height:auto !important; 	height:497px;*/
    width: 150px;
    padding-top: 40px;
    /*Needs to be less then the mainnav*/
    z-index: 10;
}

#subNavFooter
{
    /*position:absolute; 	left:15px; 	bottom:0px; 	background-image:url(/images/subnav_bottom.jpg); 	background-repeat:no-repeat; 	width:130px; 	height:15px; 	z-index:90;*/
}
#sub_content_top
{
    position: relative;
    width: 991px;
    height: 20px;
}

#sub_content_middle
{
    position: relative;
    background-image: url(/images/sub_content_middle.jpg);
    background-repeat: repeat-y;
    min-height: 471px;
    height: auto !important;
    height: 471px;
    width: 991px;
    top: -10px;
}

#sub_content_bottom
{
    position: relative;
    width: 991px;
    height: 17px;
    left: 0px;
    bottom: 10px;
}
#header
{
    height: 224px;
}

#content_middle_wrapper
{
    position: relative;
    width: 754px;
    min-height: 497px;
    height: auto !important;
    height: 100%;
    left: 118px;
    background-image: url(/images/bg_content.jpg);
    background-position: top;
    background-repeat: no-repeat;
}
#content_top
{
    /*background-image:url(/images/content_top.jpg);     background-repeat :no-repeat;     width:776px; 	height:61px;*/
}
#content_middle
{
    position: relative;
    background-image: url(/images/content_middle.jpg);
    background-repeat: no-repeat;
    background-position: top;
    border-left: solid 2px #333333;
    border-right: solid 2px #333333;
    color: #ffffff;
    min-height: 497px;
    height: auto !important;
    height: 100%;
}

#content_middle_bottom
{
    position: relative;
    bottom: 0px;
}
#content_bottom
{
    background-image: url(/images/content_bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 776;
    height: 17px;
}
#content
{
    position: relative; /* to enable further positioned divs inside content area */
    width: 790px;
    left: 0px;
    text-align: left;
    z-index: 3;
}

#content_sub
{
    position: relative; /* to enable further positioned divs inside content area */
    width: 990px;
    background-image: url(/images/bg_main_sub.png);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #fcfefe;
    left: 0px;
    text-align: left;
    z-index: 1;
}

#footer_wrapper
{
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 991px; /*background-color:green;*/
}

#footer
{
    position: relative; /* to enable further positioned divs inside content area */
    z-index: 0; /* to make sure if long words overflow they show above the right column */
    padding: 0px;
    margin: 0px;
    width: 991px;
    height: 80px;
    left: 0px;
    top: 0px;
    text-align: left; /*background-color:Green; word-wrap:break-word;*/
}

#footer_sub
{
    position: relative; /* to enable further positioned divs inside content area */
    z-index: 600; /* to make sure if long words overflow they show above the right column */
    padding: 0px;
    margin: 0px;
    width: 990px;
    height: 117px;
    background-image: url(/images/bg_footer_sub.png);
    left: 0px;
    text-align: left; /*word-wrap:break-word;*/
}

#clientLogo
{
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
}
#copyright
{
    position: absolute;
    left: 200px;
    top: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: helvetica, verdana, arial, sans-serif;
    font-size: 9px;
}
#fnLogo
{
    position: absolute;
    left: 794px;
    top: 0px;
    visibility: hidden;
}

/******* Homepage Layout ************/

#mainContentArea_wrapper
{
    position: relative;
    width: 991px;
    height: 100%;
}

#subMainContentArea_wrapper
{
    position: relative;
    min-height: 489px;
    color:#FFFFFF;
}

#home_events_wrapper
{
    position: relative;
    background-image: url(/images/current_events.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 307px;
    left: 0px;
    height: 329px;
    float: right;
    margin-right: 0px;
}

#home_events_content
{
    padding: 50px 30px 0px 10px;
    height: 271px;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
}

#centerWrapper
{
    position: relative;
}

#home_large_rotator
{
    position:relative;
    width:991px;
    height:244px;
}
#home_small_rotator
{
    position:relative;
    width:387px;
    height:269px;
}
/*CALLOUTS*/
#callout_wrapper
{
    position: relative;
    left: 0px;
    width: 990px;
    min-height: 184px;
    height: auto !important;
    height: 184px;
}

#callout1
{
    position: absolute;
    left: 0px;
    top: 20px;
}

#callout2
{
    position: absolute;
    left: 200px;
    top: 20px;
}

#callout3
{
    position: absolute;
    left: 400px;
    top: 20px;
}

#callout4
{
    position: absolute;
    left: 600px;
    top: 20px;
}
#callout5
{
    position: absolute;
    left: 800px;
    top: 20px;
}

#indexCallout_events
{
    position: absolute;
    top: 10px;
    left: 18px;
}


#indexCallout_top
{
    position: relative;
    left: 0px;
    top: 0px;
    width: 991px;
    height: 244px;
    padding: 5px 0px 0px 0px;
}

#indexCallout_top_content
{
    position: relative;
    width: 624px;
    left: 0px;
    top: 0px; /*border:solid 2px #cc0000;*/
}

#indexCallout_lower_wrapper
{
    position: relative;
    left: 0px;
    top: 0px;
    width: 991px;
    height: 292px;
    padding: 5px 0px 0px 0px;
}
#indexCallout_lower1
{
    position: absolute;
    left: 0px;
    background-image: url(/images/rotator_left_borderonly.jpg);
    width: 389px;
    height: 291px;
    padding-top: 10px;
}
#indexCallout_lower2
{
    position: absolute;
    left: 403px;
    top:5px;
}
#indexCallout_lower3
{
    position: absolute;
    left: 705px;
    background-image: url( '/images/callout_visitorinfobg.jpg' );
    width: 286px;
    height: 292px;
}
#indexCallout_lower3_content
{
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    top: 30px;
    text-align: left;
    padding-left: 50px;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial,Helvetica, Verdana, MS Sans Serif;
}

/*ROTATORS */


#callout_rotator_bottom_content
{
    position: relative;
    float: left;
    width: 615px;
    left: 20px;
    top: 0px; /*border:solid 2px #cc0000;*/
}

#messaging_rotator
{
    position: relative;
    padding-bottom: 0px;
    height: 70px;
}

#callout_rotator
{
    position: relative;
    float: left;
    left: 20px;
    top: 0px;
    width: 990px;
    background-image: url(/images/welcome.gif);
    background-repeat: no-repeat;
    padding: 10px 0px 0px 0px;
}


/************** content area ****************/
#contentArea_wrapper
{
    position: relative;
    width: 991px;
    min-height: 309px;
}

#contentArea_top
{
    position: relative;
    height: 16px;
    top: 0px;
    left: 0px;
    padding: 0;
    margin: 0;
}
#contentArea
{
    position: relative;
    min-height: 329px;
    padding: 16px 20px 0px 20px;
    color: #666666;
}
#contentArea_bottom
{
    position: relative;
    height: 13px;
    top: 0px;
}

#calloutsSub
{
    position: relative;
}

#subPageHeaders
{
    position: relative;
    height: 33px;
    color: #FFFFFF;
    font-size: 22px;
    padding: 5px 0px 0px 20px;
    text-align: left;
}
.subPageHeaders
{
    position: relative;
    height: 33px;
    color: #FFFFFF;
    text-transform:uppercase;
    font-weight:bold;
    font-size:15px;
    text-align: left;
}
#subPageEventHeader
{
    font-weight: bold;
    font-size: 18px;
}

#subPageWrapper
{
    position: relative;
    margin-left: 0px;
    margin-right: 0px; /*width:769px;*/
    width: 100%; /*border-bottom:solid 2px #7C2255;*/ /*border:solid 1px #000000;*/
}

/*Rounded Corners CSS */
.b1, .b2, .b3, .b4
{
    font-size: 1px;
    overflow: hidden;
    display: block;
}
.b1
{
    height: 1px;
    background: #9B4864;
    margin: 0 5px;
}
.b2
{
    height: 1px;
    background: #9B4864;
    border-right: 2px solid #9B4864;
    border-left: 2px solid #9B4864;
    margin: 0 3px;
}
.b3
{
    height: 1px;
    background: #9B4864;
    border-right: 1px solid #9B4864;
    border-left: 1px solid #9B4864;
    margin: 0 2px;
}
.b4
{
    height: 1px;
    background: #9B4864;
    border-right: 1px solid #9B4864;
    border-left: 1px solid #9B4864;
    margin: 0 1px;
}
/* LEFT NAV ROUNDED BORDER */
.b5, .b6, .b7, .b8
{
    font-size: 1px;
    overflow: hidden;
    display: block;
}
.b5
{
    height: 1px;
    background: #333333;
    margin: 0 5px;
}
.b6
{
    height: 1px;
    background: #FFFFFF;
    border-right: 2px solid #333333;
    border-left: 2px solid #333333;
    margin: 0 3px;
}
.b7
{
    height: 1px;
    background: #FFFFFF;
    border-right: 1px solid #333333;
    border-left: 1px solid #333333;
    margin: 0 2px;
}
.b8
{
    height: 1px;
    background: #FFFFFF;
    border-right: 1px solid #333333;
    border-left: 1px solid #333333;
    margin: 0 1px;
}

.content_wrapper
{
    position: relative;
    padding-top: 0px;
    margin-left: 0px;
}
/*.content_wrapper
{
	position:relative;
    padding-left: 0px;
    background-image: url(/images/bg_backslice.jpg);
    border:solid 2px #000000;
    left:20px;
    width:945px;
}*/
#content
{
    position: relative; /* to enable further positioned divs inside content area */
    width: 954px;
    left: 0px;
    text-align: left;
    padding-top: 0px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}
.content_wrapper div
{
    margin-left: 0px;
    margin-top: 0px;
}
#content_text
{
    padding: 10px 20px 10px 20px;
    min-height: 471px;
    height: auto !important;
    height: 100%;
    color: #FFFFFF;
    text-align: left;
}

#subPageContent
{
    padding: 0px 0px 0px 0px;
    text-align: left;
    vertical-align: top;
    width: 780px;
    min-height: 434px;
}


/************** Events Page ****************/

#featuredEvents_wrapper
{
    position: relative;
    width: 735px;
    padding: 5px;
    margin-top: 0px;
}

#featuredEvents_body
{
    position: relative;
    /*background-color: #efefef;*/
    padding: 0px 0px 0px 0px;
    color: #000000;
}
#groupSubHeader
{
	display:none;
}
.featuredEvents_table
{
    /*border: solid 1px #000000;*/
    padding: 5px 5px 5px 5px;
}
#featuredEvents_image
{
    position: relative;
    height: 100%;
    width: 100%;
    float: left;
    padding: 10px 10px 10px 10px;
}
#featuredEvents_header, .featuredEvents_header
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 10px;
    display:none;
}
#featuredEvents_dateTime, .featuredEvents_dateTime
{
    padding-left: 10px;
    color:White;
}

#featuredEvents_title, .featuredEvents_title
{
    font-size: 15px;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px #9C3900;
    text-transform: uppercase;
    padding-left: 10px;
}

#featuredEvents_desc, .featuredEvents_desc
{
    padding-left: 10px;
    color:White;
}
#featuredEvents_moreInfo, .featuredEvents_moreInfo
{
    padding-top: 10px;
    padding-left: 10px;
    color:White;
}

.floatImageLeft
{
    float: left;
    padding-right: 15px;
}

#events_wrapper
{
    position: relative;
    text-align: left;
    padding: 20px 0px 20px 0px;
    margin-top: 0px;
}


#events_body
{
    position: relative;
    text-align: left;
    padding: 20px 0px 20px 0px;
    margin-top: 0px;
}

#noEventsMessage
{
    min-height: 471px;
    height: auto !important;
    height: 100%; /*background-color:#B56621;*/
}

#eventsText_Wrapper
{
    position: relative;
    /*width: 770px;*/
    min-height: 471px;
    padding-left:20px;
}

#events_header
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
}
#events_date
{
    position: absolute;
    width: 150px;
}

#events_time
{
    position: relative;
    left: 160px;
}

#events_title
{
    position: relative;
    /*left: 160px;*/
    padding-left:160px;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px #9C3900;
    text-transform: uppercase;
}
.eventTitle
{
    position: relative;
    /*left: 160px;*/
    padding-left:0px;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px #9C3900;
    text-transform: uppercase;
}
.eventmoreinfo
{
    position: relative;
    /*left: 160px;*/
    padding-left:0px;
    text-shadow: 2px 2px 2px #9C3900;
}
.eventdate
{
position: relative;
    /*left: 160px;*/
    padding-left:0px;
    text-shadow: 2px 2px 2px #9C3900;
}
#events_description
{
    position: relative;
    padding-left: 160px;
    padding-right:10px;
}
.events_description
{
    position: relative;
    left: 0px;
    width: 550px;
}
#events_moreInfo
{
    position: relative;
    left: 160px;
    width: 403px;
    padding-bottom: 10px;
    color: #FFFFFF;
}

a.events_moreInfoLink
{
    color: #FFFFFF;
}
a.events_moreInfoLink:link, a.events_moreInfoLink:visited
{
    color: #FFFFFF;
}
.events_moreInfoLink:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

#eventsDetails_wrapper
{
    position: relative;
    min-height: 434px;
    background-image: url(/images/bg_content_bottom.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 770px;
}

a.eventDetailsLinks, a.eventDetailsLinksa:links, .eventDetailsLinks:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
a.eventDetailsLinks:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

/*login*/
#login_wrapper
{
    position: absolute;
    height: 505px;
    text-align: left;
    margin-top: 5px;
    left: 27px;
    padding: 20px 20px 20px 50px;
    width: 860px;
}
/*photo Gallery CSS*/
#gallery_wrapper
{
    position: relative;
    min-height: 471px;
    height: auto !important;
    height: 100%;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}

#photos_wrapper
{
    position: relative;
    height: 100%;
}

#addPhotos
{
    position: relative;
    height: 100%;
}
#addPhotos2
{
    position: relative;
}


#thumbRotatorDiv
{
    width: 720px;
    min-height: 140px;
    overflow: auto;
}

/*Current Series CSS*/
#fileCabinet_wrapper
{
    position: relative;
    min-height: 471px;
    height: auto !important;
    height: 100%;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}

/*Current Series CSS*/
#currentSeries_wrapper
{
    position: relative;
    min-height: 471px;
    height: auto !important;
    height: 100%;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}

/*Audio CSS*/
#audio_wrapper
{
    position: relative;
    min-height: 471px;
    height: auto !important;
    height: 100%;
    text-align: left;
    padding: 20px 20px 20px 20px;
    margin-top: 0px;
}
#audioView_wrapper
{
    position: relative;
    min-height: 471px;
    height: auto !important;
    height: 100%;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}

.audioList_table
{
    width: 360px;
}

.audioList_cell1
{
    width: 128px;
}
.audioList_cell2
{
}
/*Prayer Request CSS*/
#prayerRequest_wrapper
{
    position: relative;
    min-height: 471px;
    height: auto !important;
    height: 100%;
    text-align: left;
    background-image: url(/images/content_middle.jpg);
    background-repeat: repeat-y;
    padding: 20px 20px 20px 20px;
    margin-top: 0px;
}

/*Video CSS*/
#video_wrapper
{
    position: relative;
    min-height: 471px;
    height: auto !important;
    height: 100%;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}
#videoView_wrapper
{
    position: relative;
    min-height: 471px;
    height: auto !important;
    height: 100%;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}


/*Location CSS*/
#location_wrapper /*iframe width inherits this width in this class*/
{
    position: relative;
    min-height: 471px;
    height: auto !important;
    height: 100%;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}
/*Home Events CSS*/

#home_events_wrapper
{
    position: relative;
    background-image: url(/images/announcements_callout.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 319px;
    left: 0px;
    height: 312px;
    margin-right: 0px;
}

.homeEventsCell
{
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: dotted thin white;
}

.homeEvents
{
    padding: 6px 6px 6px 6px;
    background-color: #FFFFFF;
    height: 292px;
    width: 215px;
    text-transform: uppercase;
}
.homeEventsDate
{
    font-size: 13px;
    padding-top: 5px;
    color: #006699;
    text-transform: uppercase;
    font-family: Arial,Helvetica, MS Sans Serif;
    color: White;
    font-weight: bold;
}

.homeEventsTitle
{
    font-size: 13px;
    text-decoration: underline;
    color: White;
}
.homeEventsTime
{
    font-size: 13px;
    font-family: Arial,Helvetica, MS Sans Serif;
    text-transform: lowercase;
    letter-spacing: .5px;
    color: White;
}

a.homeEventsLinks:LINK
{
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
}

a.homeEventsLinks:VISITED
{
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
}
a.homeEventsLinks:HOVER
{
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: underline;
}
a.homeEventsLinks
{
    font-size: 13px;
    color: #FFFFFF;
}

/******** blogs **********/

/* BEGIN BLOG CSS */

.blogTable
{
    width: 715px;
}
hr.blogLine
{
    height: 3px;
    border: solid 3px #bbbbbb;
}

#blog_comments
{
    position: relative;
}

#blog_wrapper
{
    padding-top: 10px;
    min-height: 471px;
    height: auto !important;
    height: 100%;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}
#blogEntry_wrapper
{
    padding-top: 10px;
    height: 100%;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}
#blogTitle
{
    position: relative;
}
#blog_date
{
    position: relative;
    float: left;
}

#blogDescription
{
    padding-bottom: 10px;
    padding-left: 10px;
    height: 100%;
}

#blogImage
{
    position: relative;
    float: left;
    height: 100%;
}

#blogFeed
{
    position: relative;
    padding-top: 15px; /*border: solid 1px blue;*/
}

#test_wrapper
{
    position: relative;
}

.commentHeader
{
    color: Red;
    font-size: 20px;
}

#overalldiv
{
    position: relative;
    height: 100%;
    border: solid 2px #000000;
}
#viewBlogLink
{
    position: relative;
    float: left;
    color: Red;
    width: 300px;
}
#blogEntries
{
    float: right;
    color: Red;
    padding-right: 30px;
    padding-bottom: 10px;
}
.blogTextLink
{
    font-size: 10px;
    color: #CC0000;
    font-weight: bold;
    padding-left:10px;
}

a.blogTextLink:Link
{
    font-size: 10px;
    color: #CC0000;
    text-decoration: underline;
    font-weight: bold;
}
a.blogTextLink:Hover
{
    font-size: 10px;
    color: #cc0000;
    text-decoration: underline;
    font-weight: bold;
}
a.blogTextLink:Visited
{
    font-size: 10px;
    color: #CC0000;
    text-decoration: underline;
    font-weight: bold;
}
.readMoreLink
{
    color: Red;
    font-size: 16px;
    text-decoration: underline;
}
a.readMoreLink:link, a.readMoreLink:visited
{
    color: Red;
    font-size: 16px;
    text-decoration: underline;
}

a.readMoreLink:hover
{
    color: Red;
    font-size: 16px;
    text-decoration: underline;
}

/******** admin **********/
#admin_wrapper
{
    position: relative;
    min-height: 450px;
}
#admin_SubNav
{
    position: absolute;
    top: 10px;
    left: 10px;
    height: 100%;
}

#admin_Content
{
    position: relative;
    top: 10px;
    padding: 10px 0px 20px 0px;
    left: 70px;
    width: 800px;
    text-align: left;
    height: 100%;
}

.admin_header_title
{
    display:none;
}
.admin_header_dropdown
{
    display:none;
}
.admin_subheader_title
{
    display:none
}
.admin_subheader_dropdown
{
    display:none;
}
.admin_callout_title
{
    display:none;
}
.admin_callout_dropdown
{
    display:none;
}
/*This hides the groups box*/
#admin_groups_dropdown
{
    display: block;
}
#Td1
{
    width:750px;
}
.index_moreinfoLink, a.index_moreinfoLink, a.index_moreinfoLink:link, a.index_moreinfoLink:visited
{
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
}

a.index_moreinfoLink:hover
{
    text-decoration: underline;
}


/*******  form elements ***********/

input[type=text], input[type=password]
{
    background-color: #FFFFFF;
    border: #7B7B64 1px solid;
    color: black;
    font-family: arial, verdana, ms sans serif;
    font-size: 8pt;
    font-weight: normal;
}


select
{
    background-color: #FFFFFF;
    border: #7B7B64 1px solid;
    border-color: #7B7B64;
    color: black;
    font-family: arial, verdana, ms sans serif;
    font-size: 8pt;
    font-weight: normal;
}

button
{
    font-family: arial, verdana, ms sans serif;
    font-size: 8pt;
    font-weight: normal;
}


/*******  form Pages ***********/

#form_wrapper
{
    position: relative;
    width: 548;
}
#form_content
{
    position: relative;
    width: 548px;
}
#form_input_wrapper
{
    position: relative;
    background-color: #d4f7ff;
    width: 510px;
    padding: 20px 20px 20px 20px;
}

