﻿body
{
    background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px;
	font-size: 1em;
	margin: 0px 0px 0px 30px;
}

h1
{
    font-size: 160%;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    color: #000;
}
h2
{
    font-size: 130%;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
    color: #4D4D4D;
}
h3
{
    font-size: 110%;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    color: #4D4D4D;
}
h4
{
    font-size: 100%;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    color: #000;
}

p
{
    font-size: 1em;
    line-height: 1.4em;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
}
li
{
    padding-bottom: 8px;
}

a, a:visited
{
    color: #00aeef;
    text-decoration: none;
}
a:hover
{
    color: #00aeef;
    text-decoration: underline;
}

h2 a, h2 a:visited
{
    color: #00aeef;
    text-decoration: none;
    font-weight: bold;
    font-size: 90%;
}
h2 a:hover
{
    color: #00aeef;
    text-decoration: underline;
    font-weight: bold;
    font-size: 90%;
}

sup
{
    font-size: 60%;
    line-height: 60%;
}


#SiteContainer
{
    width: 960px;
    text-align: left;
    color: #4D4D4D;
    position: relative;
    z-index: 1;
    /*border: solid 1px transparent;*/
}
#Background
{
    position: absolute;
    top: 0px;
    right: -100px;
    background-image: url(images/web.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: 660px;
    height: 878px;
    z-index: 1;
}
#Header
{
    position: relative;
    height: 140px;
    width: auto;
    background-color: #fff;
}
#SuperLinks
{
    position: absolute;
    right: 20px;
    top: 70px;
    text-align: right;
    font-size: 76%;
    z-index: 10;
}
#SuperLinks a, #SuperLinks a:visited
{
    color: #00aeef;
    text-decoration: none;
}
#SuperLinks a:hover
{
    color: #00aeef;
    text-decoration: underline;
}
#Logo
{
    position: absolute;
    left: 20px;
    top: 30px;
    width: 259px; 
    height: 126px; 
}
#PrimaryNavigation
{
    position: relative;
    z-index: 10;
    font-size: 76%;
}
#PrimaryNavigation_Left
{
    height: 35px;
    overflow: hidden;
}
#PrimaryNavigation_Left ul
{
    margin: 0px;
    padding: 0px;
}
#PrimaryNavigation_Left li
{
    display: block;
    float: left;
    margin: 10px 5px 0px 5px;
}
#PrimaryNavigation_Left a, #PrimaryNavigation_Left a:visited
{
    color: #fff;
    text-decoration: none;
    border: solid 1px transparent;
    padding: 2px 20px;
}
#PrimaryNavigation_Left a:hover
{
    color: #fff;
    text-decoration: none;
    border: solid 1px #333333;
    padding: 2px 20px;
    background-image: url(images/pNavHover_Left.png);
    background-repeat: repeat-x;
}

#PrimaryNavigation_Left a.active
{
    color: #fff;
    text-decoration: none;
    border: solid 1px #333333;
    background-image: url(images/pNavHover_Left.png);
    background-repeat: repeat-x;
    padding: 2px 20px;
}

#PrimaryNavigation_Right
{
    height: 35px;
    overflow: hidden;
}
#PrimaryNavigation_Right ul
{
    margin: 0px;
    padding: 0px;
}
#PrimaryNavigation_Right li
{
    display: block;
    margin: 10px 5px 0px 5px;
}
#PrimaryNavigation_Right a, #PrimaryNavigation_Right a:visited
{
    color: #fff;
    text-decoration: none;
    border: solid 1px transparent;
    padding: 2px 20px;
}
#PrimaryNavigation_Right a:hover
{
    color: #fff;
    text-decoration: none;
    border: solid 1px #04b6f9;
    padding: 2px 20px;
    background-image: url(images/pNavHover_Right.png);
    background-repeat: repeat-x;
}

#Body
{
    position: relative;
    z-index: 10;
}

#HomeContent
{
    position: relative;
    z-index: 10;
    background-image: url(images/bgDefault.png);
    background-repeat: no-repeat;
    width: 960px;
    height: 300px;
    margin-top: 30px;
}
#HomeContent p
{
    font-size: 100%;
    line-height: 140%;
}
#HomeContent .Left
{
    float: left;
    width: 580px;
    padding: 33px 0px 0px 25px;
}
#HomeContent .Right
{
    text-align: center;
    padding-top: 25px;
    position: relative;
    max-width: 350px;
    overflow: hidden;
}

#ProjectRotator
{
    position: absolute;
    z-index: 15;
    top: 37px;
    left: 46px;
    width: 259px;
    height: 195px;
}

#HomeNews
{
    position: relative;
    z-index: 10;
    background-image: url(images/bgHomeNews.png);
    background-repeat: no-repeat;
    width: 960px;
    height: 35px;
    margin-top: 30px;
    overflow: hidden;
    font-size: 76%;
}
.TicketDate
{
    font-style: italic;
}
.NewFlash
{
    font-style: italic;
}

#FeaturedArticles
{
    margin-top: 30px;
    padding: 0px 20px 0px 20px;
}
.FeaturedArticle
{
    float: left;
    width: 280px;
    margin-right: 26px;
    margin-bottom: 30px;
}
.FeaturedArticle p
{
    font-size: 76%;
}

#SubPage
{
    position: relative;
    z-index: 10;
    width: 960px;
    margin-top: 30px;
}
#SubPageContentHeaderArea
{
    background-image: url(images/bgSubPageHeader.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 960px;
    height: 120px;
    overflow: hidden;
}

.HeaderPadding
{
    position: relative;
    z-index: 30;
    padding: 20px 20px 20px 20px;
}
.ContentPadding
{
    padding: 0px 20px 10px 20px;
}

#SubPageContent
{
    background-image: url(images/bgSubPageContent.png);
    background-repeat: repeat-y;
    background-position: top center;
    width: 960px;
    height: auto;
    position: relative;
    z-index: 20;
}
#SubPageContentFooter
{
    background-image: url(images/bgSubPageFooter.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 960px;
    height: 10px;
    margin-bottom: 30px;
}

#AboutEC
{
    position: relative;
    z-index: 10;
    background-image: url(images/bgAbout.png);
    background-repeat: no-repeat;
    width: 960px;
    height: 265px;
    overflow: hidden;
    font-size: 76%;
}
#AboutEC ul
{
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 25px;
}
#AboutEC li
{
    margin: 0px;
    padding: 0px 0px 3px 0px;
}

#FindUs
{
    position: absolute;
    top: 140px;
    right: 50px;
    width: 260px;
    height: 32px;
}
#FindUs ul
{
    margin: 0px;
    padding: 0px;
}
#FindUs li
{
    display: block;
    float: left;
    margin: 0px 5px 0px 0px;
}
#ShareUs
{
    position: absolute;
    top: 180px;
    right: 50px;
    width: 260px;
    height: 32px;
}
#ShareUs ul
{
    margin: 0px;
    padding: 0px;
}
#ShareUs li
{
    display: block;
    float: left;
    margin: 0px 5px 0px 0px;
}

.Inner
{
    padding: 20px;
}


#SiteFooter
{
    position: relative;
    z-index: 10;
    margin-top: 30px;
    width: 960px;
    font-size: 76%;
}
#SiteFooter ul
{
    margin: 0px;
    padding: 0px;
}
#SiteFooter li
{
    display: block;
    float: left;
    margin: 0px 20px 0px 20px;
}

#pageAboutImage
{
    position: absolute;
    z-index: 20;
    right: 20px;
    top: -60px;
}
#pageSpecialtiesImage
{
    position: absolute;
    z-index: 20;
    right: 30px;
    top: -100px;
}
#pageContactImage
{
    position: absolute;
    z-index: 20;
    right: 30px;
    top: -80px;
}


.GalleryImage
{
    font-size: 76%;
    margin-top: 30px;
}
.sf_photoListSimple
{
    padding: 0px;
    margin: 0px;
}
.sf_photoListSimple ul
{
    padding: 0px;
    margin: 0px;
}
.sf_photoListSimple li
{
    padding: 0px;
    margin: 0px 0px 2em;
    float: left;
    width: 306px;
    text-align: center;
    list-style-type:none;
}
.sf_photoListSimple dd
{
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-weight: normal;
}
.sf_photoListSimple img
{
    padding: 0px;
}

.sf_photoListSimple a img
{
	border-width:0;
}

/*Eugene: fix problem with h2 on blog and news*/
h1.sf_postTitle
{
    font-size: 160%;
    margin: 0px 0px 10px 0px;
}
h2.sf_postTitle
{
	margin-bottom:0px;
	margin-top:0px;
	font-size: 130%;
}

h2.sf_newsTitle
{
    font-size: 130% !important;
	margin-bottom:0px !important;
	margin-top:0px !important;
	padding-top: 20px !important;
}

/*END Eugene: fix problem with h2 on blog and news*/

p.sf_postDate, p.sf_postAuthor, p.sf_newsDate
{
    font-style: italic;
    font-size: 90% !important;
}

p.sf_postContent
{
    padding-bottom: 10px;
}

img.right
{
    float: right;
    padding: 0px 0px 10px 15px;
}
img.left
{
    float: left;
    padding: 0px 15px 10px 0px;
}

img.left5
{
    float: left;
    padding: 0px 15px 5px 0px;
}

.WebSpider1
{
    position: absolute;
    right: 70px;
    top: 150px;
}