﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: Black;
    background-image: url('../images/main/bg3.jpg')
}

h1
{
    color: #003260;
    font-size: 18px;
}

h3
{
    color: #003260;
}

h2
{
    color: #003260;
}

#news h2
{
    color: Black;
}

.container_1000
{
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    background-color: #A0A0A0;
}

.grid_1000,
.grid_1000_divider
{
    position: relative;
    width: 1000px;
    display: inline;
    float: left;
}

.grid_1000_divider
{
    font-size: 1px;
    background-color: #912642;
    height: 3px;
    border-top-color: White;
    border-top-width: 3px;
    border-top-style: solid;
    border-bottom-color: White;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.grid_1000_spaced
{
    position: relative;
    width: 992px;
    display: inline;
    float: left;
    margin-left: 4px;
    margin-right: 4px;
}

.grid_700
{
    position: relative;
    width: 692px;
    display: inline;
    float: left;
    margin-left: 4px;
    margin-right: 4px;
}

.grid_300,
.grid_300_right,
.grid_300_rightb
{
    position: relative;
    width: 292px;
    display: inline;
    float: left;
    margin-left: 4px;
    margin-right: 4px;
}

.grid_300_right
{
    text-align: right;
}

.grid_300_rightb
{
    width: 287px;
    border-left-color: #CCCCCC;
    border-left-style: dashed;
    border-left-width: 1px;
    text-align: right;
    padding-left: 4px;
}

.event_box_spaced
{
    position: relative;
    width: 700px;
    display: inline;
    float: left;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 10px;
    border-color: #912642;
    border-style: solid;
    border-width: 3px;
    padding: 3px;
}

.event_cost
{
    text-align: right;
    color: #003260;
    font-size: 18px;
}

.event_center_head
{
    text-align: center;
    color: #003260;
    font-size: 18px;
    font-weight: bold;
}

.event_footer
{
    position: relative;
    width: 600px;
    display: inline;
    float: left;
    margin-left: 200px;
    margin-right: 200px;
    text-align: center;
    color: #003260;
    font-size: 18px;
    font-weight: bold;
}

.event_item_head
{
    color: #18445C;
    font-weight: bold;
}

#side-image 
{
    position: absolute;
    right: 0px;
}

#news
{
    min-height: 300px;
}

#Rotate
{
    position: relative;
    width: 1000px;
    height: 236px;
    left: 0px;
    top: 0px;
    background-color: #878787;
}

#banner
{
    height: 141px;
    background-color: White;
    background-image: url('../images/main/header.jpg');
    background-repeat: no-repeat;
}

.banner-slide
{
    position: relative;
}

.banner-slide-head
{
    position: absolute;
    top: 30px;
    left: 10px;
    width: 367px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.banner-slide-text
{
    position: absolute;
    top: 90px;
    left: 10px;
    width: 367px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.img-noborder
{
    border-width: 0px;
    border-style: none;
}

#logo-img
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.ban-info
{
    color: #4A7F9D;
    font-size: 20px;
    position: absolute;
}

#phone
{
    top: 110px;
    left: 10px;
}

#email
{
    top: 45px;
    right: 10px;
}

#strap
{
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 35px;
    left: 250px;
    width: 440px;
    color: #4A7F9D;
}

#menu
{
    height: 30px;
    background-color: White;
    
}

#menu ul
{
    position: relative;
    float: left;
    list-style-type:none;
    margin: 0px 0px 0px 0px;
    left: 40px;
}

.menunotselected
{
    color: #003260;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    float: left;
    text-decoration: none;
    text-align: center;
    /*background-color: #18445C;*/
    margin: 0px 1px 0px 1px;
    height: 31px;
    width: 135px;
    padding-top: 10px;
}

.menuselected
{
    color: #003260;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    float: left;
    text-decoration: none;
    text-align: center;
    /*background-color: #1FA2EC; */
    margin: 0px 1px 0px 1px;
    height: 31px;
    width: 135px;
    padding-top: 10px;
}


.menuselected a:link, .menuselected a:visited, .menuselected a:active, .menuselected a:hover, .menunotselected a:link, .menunotselected a:visited, .menunotselected a:active, .menunotselected a:hover
{
    text-decoration: none;
    color: #003260;
}



#menu a:hover
{
    color: #912642;
}

#footer a:link, #footer a:visited, #footer a:active
{
    text-decoration: none;
    color: black;
}

#footer a:hover
{
    color: #912642;
    text-decoration: none;
}

.news-link a:link, .news-link a:visited, .news-link a:active
{
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: #18445C;
}

.news-link a:hover
{
    font-weight: bold;
    color: #18445C;
    text-decoration: none;
}

#main
{
    min-height: 400px;
    background-color:  white;
    background-image:url('../images/main/watermark.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
}

#contact-icons
{
    position: absolute;
    right: 0px;
    width: 160px;
    height: 60px;

}

#footer-icons
{
    position: absolute;
    right: 0px;
    width: 250px;
    height: 60px;

}

#twitter
{
    position: absolute;
    right: 10px;
    top: 20px;
}

#facebook
{
    position: absolute;
    right: 55px;
    top: 21px;
}

#instagram
{
    position: absolute;
    right: 100px;
    top: 20px;
}

#footer
{
    position: relative;
    height: 65px;
    color: black;
    border-top-width: 2px;
    border-top-color: White;
    border-top-style: solid;
    background-image: url('../images/main/footer_bg.jpg')
}

#footerlinks
{
    color: black;
    position: absolute;
    top: 37px;
    left: 30px;
    font-size: 14px;
}

#footercopy
{
    position: absolute;
    top: 15px;
    right: 10px;
}

#footercopy2
{
    position: absolute;
    top: 25px;
    right: 10px;
}

#srv-lst ul
{
    position: relative;
    float: left;
    list-style-type:none;
    margin: 15px 0px 0px 0px;
    left: -41px;
} 

#srv-lst li
{
    text-decoration: none;
    margin: 0px 1px 0px 0px;
} 

#srv-lst-head
{
    color: White;
    background-color: #1FA2EC;
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 4px;
    width: 270px;
}

.srv-lst-items
{
    color: Black;
    background-color: #EEEEEE;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 234px;
    border-bottom-style: dashed;
    border-bottom-color: Gray;
    border-bottom-width: 1px;
}

.srv-lst-items-selected
{
    color: Black;
    background-color: #FBF790;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 234px;
    border-bottom-style: dashed;
    border-bottom-color: Gray;
    border-bottom-width: 1px;
}

.srv-img
{
    float: right;
    border-width: 1px;
    border-color: Gray;
    border-style: none;
    padding: 2px;
    margin: 2px;
}

#main a:link, #main a:visited, #main a:active
{
    color: #912642;
    text-decoration: none;
}

#main a:hover
{
    color: #18445C;
    text-decoration: none;
}

#srv-lst-head a:link, #srv-lst-head a:visited, #srv-lst-head a:active
{
    color: White;
    text-decoration: none;
    background-color: #1FA2EC;
}

#srv-lst-head a:hover
{
    color: #EEEEEE;
    text-decoration: none;
    background-color: #1FA2EC;
}

.srv-lst-items a:link, .srv-lst-items a:visited, .srv-lst-items a:active, .srv-lst-items-selected a:link, .srv-lst-items-selected a:visited, .srv-lst-items-selected a:active
{
    text-decoration: none;
    color: #18445C;
    font-size: 14px;
    font-weight: bold;
}

.srv-lst-items a:hover, .srv-lst-items-selected a:hover
{
    text-decoration: none;
    color: #1FA2EC;
    font-weight: bold;
}

.srv-lst-items-selected a:active
{
    background-color: #FBF790;
}

.srv-lst-items a:active
{
    background-color: #EEEEEE;
}

.home-srv a:link, .home-srv a:visited, .home-srv a:active
{
    text-decoration: none;
    background-color: White;
    color: #777777;
}

.home-srv a:hover
{
    text-decoration: underline;
    background-color: White;
    color: #777777;
}

.formheading
{
    display:inline-block;
    *display: inline;
    zoom: 1;
    width: 100px;
    height: 25px;
}

.formheadingm
{
    display:inline-block;
    *display: inline;
    zoom: 1;
    width: 100px;
    height: 150px;
    vertical-align: top;
}

.formheadingm2
{
    display:inline-block;
    *display: inline;
    zoom: 1;
    width: 100px;
    height: 75px;
    vertical-align: top;
}
.formfield
{
    display:inline;
    width: 200px;
    height: 25px;
}

.slide
{
    position: absolute;
    top: 0px;
    left: 0px;
}

#myslider
{
    position:relative;
    width:1000px;
    height:236px;
    left: 0px;
    top: 0px;
}

#myslider ul, #myslider li
{
	margin:0;
	padding:0;
	list-style:none;
}

#myslider li
{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:1000px;
    height:236px;
    margin:0;
	overflow:hidden; 
}

#bob
{
    position: relative;
    width: 1000px;
    height: 236px;
    left: 0px;
    top: 0px;
}

.contact-lnk
{
    font-weight: bold;
    font-size: 14px;
}

.contact-lnk a:link
{
    text-decoration: underline;
    color: Black;
    background-color: White;
}

.contact-lnk a:visited
{
    text-decoration: underline;
    color: Black;
    background-color: White;
}

.contact-lnk a:active
{
    text-decoration: underline;
    color: Black;
    background-color: White;
    font-size: 14px;
}

.contact-lnk a:hover
{
    color: Gray;
}

.grid_700 li
{
    margin-bottom: 10px;
}

#twitter img
{
    border-width: 0px;
}

#linkedin
{
    position: absolute;
    bottom: 5px;
    right: 10px;
}

#linkedin img
{
    border-width: 0px;
}

.marginleft
{
    margin: 0px 0px 0px 40px;
}

.GalleryImage
{
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-style: none;
}

.LinksGallery
{
    margin: 10px 0px 0px 0px;
    text-align: center;
    display: inline-block;
}

.LinksGallery img
{
    margin: 10px 3px 10px 3px;
    border-style: solid;
    border-width: 3px;
    border-color: Black;
}

.LinksGallery p
{
    margin: 0px 0px 0px 0px;
}

.LinksGalleryItem
{
   padding: 0px 0px 0px 0px;
   margin: 10px auto 0px auto; 
   text-align: center;
   display: inline-block; 
}

.footer-space 
{
    height: 115px;
    width: 980px;
    display: inline-block; 
   
}

#tag-section
{
    background-color: white;
    height: 30px;
    padding-top: 10px;
}

.tag-line
{
    color: #912642;
    font-size: 20px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    
}

