/* this particular version layout will not work in IE/Win Strict Mode 
	1   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
{
    font-family: arial,helvetica, verdana,sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #000000;
    text-align: center; /* IE quirky center */
    border: solid 1px black;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-image: url(/images/bg_main.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 100%;
}

a
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #000000;
    text-decoration: underline;
}
a:visited
{
    color: #000000;
    text-decoration: none;
}
a:link
{
    color: #000000;
    text-decoration: none;
}


img
{
    border: 0px;
}

/* heading tags */


h1
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}

h2
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}

h3
{
    text-align: left;
    font-size: 9pt;
    font-weight: normal;
    padding: 3px;
    text-align: left;
    line-height: 16px;
    color: #666;
    margin: 0;
    border-bottom: solid 1px #666;
}
h4
{
    font-size: 11px;
}


/***********  site structure ****************/

#main_wrapper
{
    position: relative;
    width: 900px; /*border:solid 1px #000000;*/
    height: 100%;
    top: 0px;
}

#center_wrapper
{
    position: relative;
    width: 900px; /*border:solid 1px #cc0000; 	background-color:yellow;*/
}

#nav_wrapper
{
    position: relative;
    width: 900px;
    text-align: left;
    top: 0;
    margin-bottom: 20px;
    z-index: 30;
    border:solid 1px transparent;
}
#top_buttons
{
    position: absolute;
    width: 208px;
    height:51px;
    left: 600px;
    top:0px;
}
#btn_facebook
{
    position: absolute;
    left: 0px;
    margin-top: 0px;
}
#btn_twitter
{
    position: absolute;
    left: 104px;
    margin-top: 0px;
}
#logo
{
    margin-top: 40px;
}
#nav
{
    position: relative;
    width: 900px;
    height: 40px;
    background-image: url(   '/images/bg_nav.jpg' );
    background-repeat: no-repeat;
    margin-top: 10px;
    z-index: 30;
}

/*#navHeader
{
    //background-image:url(/images/bg_nav_top.gif);
    position: absolute;
    background-repeat: no-repeat;
    z-index: 5;
    height: 0px; //background-color:Yellow;
}*/
#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: 150px;
    bottom: 0px;
    height: 0px;
}

/************ Content Page CSS **************/

#sub_content_top
{
    width: 900px;
}

#sub_content_middle
{
    position: relative;
    background-image: url(/images/sub_content_middle.gif);
    background-repeat: repeat-y;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    width: 900px;
}
#sub_content_bottom
{
    position: relative;
    width: 900px;
}

#subnav_rotator
{
    position: absolute;
    bottom: 10px;
    z-index: 91;
    left: 10px;
    width: 130px;
    height: 70px;
}

#subNav
{
    position: absolute;
    width: 146px;
    left: 10px;
    float: left;
    z-index: 9;
}

#subNavHeader
{
    width: 146px;
}

#subNavBody
{
    width: 146px;
    text-align:right;
}

#subNavBody2
{
    width: 146px;
    text-align:right;
}

#subNavbody_inner
{
    z-index: 9;
}

#subNavbody_inner2
{
    z-index: 9;
    margin-right:20px;
}


#subNavFooter
{
}

/********* End Content Area **/
#SubNavText
{
    line-height: 23px;
    text-decoration: none;
    text-align: right;
    color: #ffffff;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 146px;
}

.subNavText
{
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    color: #ffffff;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 146px;
}

a.subNavText:LINK
{
    text-decoration: none;
    text-align: right;
    color: #ffffff;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 146px;
}

a.subNavText:HOVER
{
    text-decoration: underline;
    text-align: right;
    color: #ffffff;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 146px;
}

a.subNavText:VISITED
{
    text-align: right;
    color: #FFFFFF;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 146px;
}

#header
{
    height: 184px;
}
#content_middle_wrapper
{
    margin-left: 159px;
    padding-left: 0px;
}
#content_middle
{
    position: relative;
    min-height: 329px;
}

#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: 790px;
    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: 900px; /*background-color:green;*/
}

#footer_line
{
    padding: 10px 0px 20px 0px;
}

#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 */
    margin: 0px;
    width: 900px;
    background-image: url(/images/bg_footer.jpg);
    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: 900px;
    height: 85px;
    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;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-family: arial,helvetica, verdana,sans-serif;
    font-size: 9px;
    width: 900px;
    top: -64px;
}
#login_wrapper
{
    padding:10px 0px 0px 20px;
    color:White;
}
#copyright a:link, a:visited
{
    color: #ffffff;
}
#fnLogo
{
    position: absolute;
    left: 850px;
    top: 0px;
    visibility: hidden;
}


/******* Homepage Layout ************/

#mainContentArea_wrapper
{
    position: relative;
}
#subMainContentArea_wrapper
{
    position: relative;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
}

#newCenterWrapper
{
    position: relative;
    min-height: 344px;
}
#callout_rotator
{
    position: relative;
    left: 0px;
    top: 0px;
    width: 900px;
    height: 344px;
    padding: 0px 0px 0px 0px;
}

#welcomeRotator_wrapper
{
    position: relative;
    float: left;
    width: 620px; 
    height: 327px;/*border:solid 2px #cc0000;*/
    background-image:url(/images/rotator_bg.jpg);
    padding-top:7px;
    padding-left:7px
    
}

#welcomeRotator
{
    position: absolute;
    width: 622px; 
    height:336px;
    left:5px;
    top:20px;/*border:solid 2px #cc0000;*/
}

#home_rotators_wrapper
{
    position: relative;
    padding-bottom: 0px;
    width: 900px;
    text-align: left;
    height: 226px;
}
#home_video_wrapper
{
    width: 326px;
    height: 219px;
    background-image: url(/images/video_border.jpg);
    background-repeat: no-repeat;
}
#home_video
{
    position: absolute;
    padding-bottom: 0px;
    left: 2px;
    top: 7px;
    width: 314px;
    height: 210px;
}


#homeCalloutRotator1
{
    position: absolute;
    padding-bottom: 0px;
    left: 346px;
    top: 0px;
    width: 326px;
    height: 220px;
}

#homeCalloutRotator2
{
    position: absolute;
    top: 0px;
    left: 692px;
    padding-bottom: 0px;
    width: 208px;
    height: 220px;
}
#subCallout_wrapper
{
    position: relative;
    left: 0px;
    top: 20px;
    width: 900px;
    min-height: 170px;
    height: 220px;
}

#callout1
{
    position: absolute;
    left: 0px;
    top: 0px;
}

#callout2
{
    position: absolute;
    left: 228px;
    top: 0px;
}

#callout3
{
    position: absolute;
    left: 455px;
    top: 0px;
}

#callout4
{
    position: absolute;
    left: 687px;
    top: 0px;
}
#callout5
{
    position: absolute;
    left: 612px;
    top: 0px;
}
#callout6
{
    position: absolute;
    left: 765px;
    top: 0px;
}

/************** content area ****************/
#contentArea_wrapper
{
    position: relative;
    width: 900px;
    min-height: 329px;
}

#contentArea_top
{
    position: relative;
    height: 16px;
    top: 0px;
    left: 0px;
    padding: 0;
    margin: 0;
}
#contentArea
{
    position: relative;
    background-image: url(/images/contentArea_bg.png);
    background-repeat: repeat-y;
    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: 37px;
    color: #666666;
    background-color: #FFFFFF;
    font-size: 22px;
    padding: 20px 0px 0px 20px;
    left: -50;
    text-align: left;
}

#subPageEventHeader
{
    font-weight: bold;
    font-size: 18px;
}

#subPageWrapper
{
    position: relative;
    margin-left: 0px;
    left: 0; /*border:solid 1px #000000;*/
}

/*Rounded Corners CSS */
.b1, .b2, .b3, .b4
{
    font-size: 1px;
    overflow: hidden;
    display: block;
}
.b1
{
    height: 1px;
    background: #FFFFFF;
    margin: 0 5px;
}
.b2
{
    height: 1px;
    background: #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    margin: 0 3px;
}
.b3
{
    height: 1px;
    background: #000000;
    border-right: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    margin: 0 2px;
}
.b4
{
    height: 1px;
    background: #00000;
    border-right: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    margin: 0 1px;
}
/* LEFT NAV ROUNDED BORDER */
.b5, .b6, .b7, .b8
{
    font-size: 1px;
    overflow: hidden;
    display: block;
}
.b5
{
    height: 1px;
    background: #FFFFFF;
    margin: 0 5px;
}
.b6
{
    height: 1px;
    background: #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    margin: 0 3px;
}
.b7
{
    height: 1px;
    background: #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    margin: 0 2px;
}
.b8
{
    height: 1px;
    background: #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    margin: 0 1px;
}

.content_wrapper
{
    position: relative;
    padding-top: 0px;
    margin-left: 0px;
    text-align: left;
}
/*.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 20px 20px;
    left: 20;
    min-height: 329px;
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;
}
#iframe_content_wrapper
{
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;
    width: 696px;
}
#iframe_content_text
{
    padding: 10px 20px 20px 20px;
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;
    width: 656px;
    min-height: 100%;
}
#subPageContent
{
    padding: 0px 0px 0px 0px;
    text-align: left;
    vertical-align: top;
    width: 824px;
    min-height: 329px;
}


/************** Events Page ****************/

#featuredEvents_wrapper
{
    position: relative;
    width: 715px;
    background-color: #FFFFFF;
    text-align: left;
    padding-left: 10px;
}

#featuredEvents_body
{
    position: relative;
    background-color: #A4A5A5;
}

.featuredEvents_table
{
    border: solid 1px #000000;
    padding-left: 10px;
}
#featuredEvents_image
{
    position: relative;
    height: 100%;
    width: 100%;
    float: left;
    padding: 10px 10px 10px 10px;
}

#featuredEvents_header
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}
#featuredEvents_dateTime
{
}

#featuredEvents_title
{
    font-size: 15px;
    color: #186B9C;
    text-shadow: 2px 2px 2px #9C3900;
    text-transform: uppercase;
}

#featuredEvents_desc
{
}
#featuredEvents_moreInfo
{
    padding-top: 10px;
}

.floatImageLeft
{
    float: left;
    padding-right: 15px;
}
.floatImageRight
{
    float: right;
    padding-right: 15px;
}

#events_wrapper
{
    position: relative;
    background-color: #FFFFFF;
}


#events_body
{
    position: relative;
    background-color: #FFFFFF;
    color: #000000;
    border-top: solid 1px #FFFFFF;
    text-align: left;
    padding: 20px 20px 20px 20px;
}

#noEventsMessage
{
    min-height: 329px;
}

#eventsText_Wrapper
{
    position: relative;
    min-height: 329px;
}

#events_header
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}
#events_date
{
    position: absolute;
    width: 150px;
}

#events_time
{
    position: relative;
    left: 160px;
}

#events_title
{
    position: relative;
    left: 160px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-shadow: 2px 2px 2px #9C3900;
    text-transform: uppercase;
}

#events_description
{
    position: relative;
    left: 160px;
    width: 503px;
}

#events_moreInfo
{
    position: relative;
    left: 160px;
    width: 403px;
    padding-bottom: 10px;
}

a.events_moreInfoLink
{
    color: #000000;
}
a.events_moreInfoLink:link, a.events_moreInfoLink:visited
{
    color: #000000;
}
.events_moreInfoLink:hover
{
    color: #000000;
    text-decoration: underline;
}

#eventsDetails_wrapper
{
    position: relative;
    min-height: 329px;
}

a.eventDetailsLinks, a.eventDetailsLinksa:links, .eventDetailsLinks:visited
{
    color: #000000;
    text-decoration: none;
}
a.eventDetailsLinks:hover
{
    color: #000000;
    text-decoration: underline;
}

/*contact Us  CSS*/
#contactus_wrapper
{
    position: relative;
    min-height: 329px;
    background-color: #FFFFFF;
}
/*evite CSS*/
#evite_wrapper
{
    position: relative;
    min-height: 329px;
    background-color: #FFFFFF;
}
/*photo Gallery CSS*/
#gallery_wrapper
{
    position: relative;
    min-height: 329px;
    background-color: #FFFFFF;
}

#photos_wrapper
{
    position: relative;
}

#addPhotos
{
    position: relative;
    height: 100%;
}
#addPhotos2
{
    position: relative;
}


#thumbRotatorDiv
{
    width: 720px;
    min-height: 100px;
    overflow: auto;
}

/*Current Series CSS*/
#fileCabinet_wrapper
{
    position: relative;
    min-height: 329px;
    background-color: #FFFFFF;
    text-align: left;
    padding: 20px 20px 20px 20px;
}

/*Current Series CSS*/
#currentSeries_wrapper
{
    position: relative;
    min-height: 329px;
    background-color: #FFFFFF;
    padding: 20px 20px 20px 20px;
}

/*Audio CSS*/

#audio_wrapper
{
    position: relative;
    min-height: 329px;
    text-align: left;
    padding: 20px 20px 20px 20px;
    margin-top: 0px;
}
#audioView_wrapper
{
    position: relative;
    min-height: 329px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 40px 20px 20px;
}
.audioList_table
{
    width: 340px;
}

.audioList_cell1
{
    width: 50px;
}
.audioList_cell2
{
}
/*Video CSS*/
#video_wrapper
{
    position: relative;
    min-height: 329px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}
#videoView_wrapper
{
    position: relative;
    min-height: 329px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}

.videoList_table
{
    width: 340px;
}
/*Prayer Request CSS*/
#prayerRequest_wrapper
{
    position: relative;
    min-height: 329px;
    background-color: #FFFFFF;
    padding: 0px 0px 10px 20px;
    text-align: left;
}

/*webcam CSS*/
#webcam_wrapper /*iframe width inherits this width in this class*/
{
    position: relative;
    min-height: 760px;
    width: 720px;
    background-color: #ffffff;
    text-align: left;
    padding: 0px 10px 0px 10px;
}

/*Location CSS*/
#location_wrapper /*iframe width inherits this width in this class*/
{
    position: relative;
    min-height: 760px;
    width: 720px;
    background-color: #ffffff;
    text-align: left;
    padding: 0px 10px 0px 10px;
}
/*Home Events CSS*/

#home_events_wrapper
{
    position: absolute;
    background-image: url(/images/bg_events.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 277px;
    left: 624px;
    height: 334px;
    margin-right: 0px;
}

#home_events_content
{
    position: absolute;
    left: 15px;
    padding-right: 10px;
    padding-top: 20px;
    height: 291px;
    text-align: left;
    width: 200px;
    text-transform: uppercase;
}

.home_events_morelink, a.home_events_morelink:link, a.home_events_morelink:visited
{
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}
a.home_events_morelink:hover
{
    color: #000000;
    font-size: 12px;
    text-decoration: underline;
}
#home_events_morelink
{
    position: absolute;
    color: #000000;
    text-align: right;
    top: 318px;
    left: 250px;
}

.homeEvents_table
{
    width: 100%;
}

.homeEventsCell
{
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: solid 1px #000000;
}

.homeEvents
{
    padding: 6px 6px 6px 6px;
    background-color: #000000;
    height: 292px;
    width: 215px;
    text-transform: uppercase;
}
#homeEventsDateTime
{
    font-size: 13px;
    padding-top: 5px;
    text-transform: uppercase;
    font-family: arial,helvetica, verdana,sans-serif;
    color: Black;
    font-weight: bold;
}

#homeEventsTitle
{
    font-size: 13px;
    text-decoration: underline;
    color: Black;
    font-weight: bold;
    text-transform: uppercase;
}
#homeEvents_image
{
    height: 70px;
    width: 70px;
}
.homeEventsTime
{
    font-size: 13px;
    font-family: arial,helvetica, verdana,sans-serif;
    text-transform: lowercase;
    letter-spacing: .5px;
    color: Black;
}

.homeEventsDate
{

    padding-top:10px;

    font-size: 15px;
    font-family: arial,helvetica, verdana,sans-serif;
    text-transform: uppercase;
    color: Black;
    font-weight: bold;
}

.homeEventsLinks
{
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a.homeEventsLinks:LINK
{
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}

a.homeEventsLinks:VISITED
{
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}
a.homeEventsLinks:HOVER
{
    font-size: 11px;
    color: #000000;
    text-decoration: underline;
}
a.homeEventsLinks
{
    font-size: 11px;
    color: #000000;
}

/******** blogs **********/

/* BEGIN BLOG CSS */

.blogTable
{
    width: 645px;
}
hr.blogLine
{
    height: 3px;
    border: solid 3px #bbbbbb;
}

#blog_comments
{
    position: relative;
}

#blog_wrapper
{
    border-top: solid 1px #000000;
    padding-top: 10px;
    height: 100%;
    background-color: #FFFFFF;
    min-height: 329px;
    text-align: left;
}

#blogEntry_wrapper
{
    border-top: solid 1px #000000;
    padding-top: 10px;
    padding-left: 20px;
    height: 100%;
    background-color: #FFFFFF;
    text-align: left;
}

#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;
    width: 600px;
}

.commentHeader
{
    color: Red;
    font-size: 20px;
}

#overalldiv
{
    position: relative;
    height: 100%;
    border: solid 2px #000000;
}
#viewBlogLink
{
    position: relative;
    float: left;
    color: Red;
    width: 400px;
}
#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
{
    min-height: 500px;
}
#admin_SubNav
{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 180px;
}

#admin_Content
{
    position: relative;
    top: 7px;
    padding: 5px 0px 20px 0px;
    left: 50px;
    width: 730px;
    text-align: left;
    color: #ffffff;
}

.admin_header_title
{
    display:block;
}
.admin_header_dropdown
{
    display:block;
}
.admin_subheader_title
{
    display:block
}
.admin_subheader_dropdown
{
    display:none;
}
.admin_callout_title
{
    display:block;
}
.admin_callout_dropdown
{
    display:block;
}

/*This hides the groups box*/
#admin_groups_dropdown
{
    display: block;
}

#Td1
{
width:720px;
}
.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,helvetica, verdana,sans-serif;
    font-size: 8pt;
    font-weight: normal;
}

select
{
    background-color: #FFFFFF;
    border: #7B7B64 1px solid;
    border-color: #7B7B64;
    color: black;
    font-family: arial,helvetica, verdana,sans-serif;
    font-size: 8pt;
    font-weight: normal;
}

button
{
    font-family: arial,helvetica, verdana,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;
}


