/****************************************** text styles ***************************************/
a:hover {
    text-decoration: underline;
}

h1,h2,h3,p,a {
    font-family: arial;
    color: #fff;
}

p {
	font-size: 12px;
	margin-bottom: 12px;
}

h1, h2 {
    font-size: 24px;
    font-weight: bold;
}

#services {
    font-size: 17px;
    margin: 0 0 30px 0;
}

em {
	font-weight: bold;
}

p.links {
	font-size: 18px;
}
/****************************************** layout ***************************************/

body {
    background: url('/assets/images/lines.gif') center top repeat;
}

#header {
    width: 873px;
    margin: 0 auto;
    background: #fff;
    padding: 27px 0 7px 7px;
}

#bannerWrap {
    background: url('/assets/images/linesWideLight.gif') center top repeat;
    text-align: center;
	height: 328px;
}

#bannerPic {
    width: 880px;
	height: 328px;
    margin: 0 auto;
}

/************************* nav *********************/

#navWrap {
    background: url('/assets/images/linesWideDark.gif') center top repeat;
}

#navWrap ul {
    width: 880px;
    margin: 0 auto;
    background: #fff;
}

#navWrap ul li {
    display: block;
    float: left;
    padding: 5px 8px 32px 8px;
    text-align: center;
}

#navWrap ul li.cur {
    background: url('/assets/images/lines.gif') center top repeat;
}

#navWrap ul li a {
    font-family: georgia;
    font-size: 30px;
    text-transform: uppercase;
}

#navWrap ul li.cur a {
    color: #fff;
}

.red {
    width: 253px;
}

.red a {
    color: #c5092d;
}

.green {
    width: 167px;
}

.green a {
    color: #09c700;
}

.orange {
    width: 163px;
}

.orange a {
    color: #f09800;
}

/************************* main *********************/

#main {
    width: 873px;
    margin: 0 auto;
    padding: 20px 0 20px 7px;
}

#left {
    width: 562px;
	margin-right: 20px;
    float: left;
}

#right {
    width: 291px;
    float: left;
}

.line {
    border-left: 4px solid #fff;
    padding-left: 8px;
    margin: 0 0 12px 0;
}

/************************* homeapge *********************/

#agents {
    position: relative;
    bottom: 10px;
}

#agentText {
    font-size: 12px;
}

#newsWrap {
    min-height:170px;
      height:auto !important;
      height:170px;
}

.nItem {
    margin: 0 0 20px 0;
}

#main .nDate, .nItem h3  {
    font-size: 12px;
    margin: 0 0 13px 0;
    color: #fff;
}

.nItem p {
    font-size: 12px;
    color: #7a7a7a;
}

#nNext {
    font-size: 12px;
    display: block;
    width: 103px;
    text-align: right;
    float: right;
}

#nPrev {
    font-size: 12px;
    display: block;
    width: 103px;
    text-align: left;
    float: left;
}

#us {
    display: block;
    position: absolute;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0px 6px 29px;
    margin-bottom: 20px;
    width: auto;
    height: 16px;
    right: 0px;
    background: #f37023 url('/assets/images/ourLogo.gif') 3px 3px no-repeat;
}

#us:hover {
    text-decoration: none;
	cursor: pointer;
}

#us span {
	display: block;
}

/************************* roster *********************/

#artistList {
	display: inline-block;
	width:  950px;
}

#artistList li {
	display: block;
	float:  left;
	margin-right: 15px;
	color: #4f4f4f;
	font-size: 24px;
}

#artistList a {
	color: #4f4f4f;
}

#artistList.noneSelected li, #artistList.noneSelected a {
	color: #fff;
}

#artistList .cur a {
	color: #fff;
}

.dmfArtistRelationship {
	font-size: 18px;
}

.artistLinks {
	font-size: 18px;
}

/************************* festival *********************/

#left.festival {
    width: 582px;
    float: left;
}

#right.festival {
    width: 243px;
    float: right;
}

#festivalInfo {
	width: 100%;;
}

#festivalInfo h2 {
	
	line-height: 32px;
}

#festivalInfo p {
	font-size: 18px;
	line-height: 28px;
}

#festivalInfo img {
	float: right;
}

#festivalPhoto {
	float: right;
}

/************************* contact *********************/

#contact p {
	font-size: 16px;
}