﻿body
{
	background-color:#c0c0c0;
}

#main
{
	width:1000px;
	font-family:Georgia;
	margin:auto;
	background:#f6d0e7 url('/content/images/master-lowerright.png') 0 0 no-repeat;
    background-position:right bottom;
    border:solid 1px #666;
    border-bottom-width:3px;
    border-top-width:0px;
}

#page
{
	min-height:500px;
}


#top-navigation
{
    position:relative;
	/*float:right;
	width:648px;
    margin-top:10px;
    */
    top:10px;
    left:352px;
	height:47px;
	z-index:20;
}

#top-navigation ul
{
	margin:0px;
	padding:0px;
}

#top-navigation ul li
{
    background:transparent none repeat scroll 0 0;
	float:left;
	margin:0px;
	padding:0px;
}

#top-navigation ul li a
{
	display:block;
	text-decoration:none;
	position:relative;
	height:47px;
	text-decoration:none;
	
}

#top-navigation a.home
{
    background:transparent url(/content/images/top-navigation-home.png) no-repeat scroll 0 0;
    width:65px;
}

#top-navigation a.services
{
    background:transparent url(/content/images/top-navigation-services.png) no-repeat scroll 0 0;
    width:83px;
}

#top-navigation a.contactus
{
    background:transparent url(/content/images/top-navigation-contactus.png) no-repeat scroll 0 0;
    width:102px;
}

#top-navigation a.about
{
    background:transparent url(/content/images/top-navigation-about.png) no-repeat scroll 0 0;
    width:70px;
}

#top-navigation a.blog
{
    background:transparent url(/content/images/top-navigation-blog.png) no-repeat scroll 0 0;
    width:64px;
}

#top-navigation a.photos
{
    background:transparent url(/content/images/top-navigation-photos.png) no-repeat scroll 0 0;
    width:69px;
}

#top-navigation a.affiliations
{
    background:transparent url(/content/images/top-navigation-affiliations.png) no-repeat scroll 0 0;
    width:98px;
}

#top-navigation a.accolades
{
    background:transparent url(/content/images/top-navigation-accolades.png) no-repeat scroll 0 0;
    width:97px;
}
 
#footer
{
    
	font-size:12px;
	margin:20px 0px 10px 20px;
	color:#000000;
	line-height:16px;
}

 

#footer .social-media
{
    margin-left:470px;
    margin-top:-15px;
}

 

.logo
{
    margin-bottom:-250px; 
    position:relative;
    top:-50px;
    left:0px;
    width:384px;
    height:314px;
    
}

.clear
{
	clear:both;
}

a, a.visited
{
    font-family:Tahoma;
    color:#ec1bc2;
}

h1
{
    font-size:18px;
    margin:12px 0px;
}

h2
{
    margin:8px 0px;
}

h1, h2, strong
{
    font-weight:bold;
}

.spotlight
{
    color:#d42a89;
    font-weight:bold;
}

.field-validation-error
{
    background-color:#fff;
    padding:3px;
    color:#dd0000;
    font-size:10px;
}


/* JQuery UI */

.ui-dialog-titlebar
{
}

.ui-dialog
{
    font-family:Georgia;
	background-color:#fff;
	font-size:14px;
	border:solid 2px #f5458c;
}

.ui-dialog-title
{
    text-align:center;
    background-color:#f5458c;
    color:#fff;
    display:block;
    padding:5px;
}

.ui-widget-overlay
{
	opacity:0.8;
	background-color:#3a3a3a;
	filter:alpha(opacity=80);
	position:absolute;
	top:0px;
	left:0px;
}

.ui-dialog-content
{
    padding:0px 5px;
    text-align:center;
    line-height:20px;
}

.ui-icon-closethick
{
    display:block;
    position:relative;
    top:100px;
    text-align:center;
    font-size:16px;
}

/* End JQuery UI