/*
 * theme based on Evergreenz by Phalkunz  -  http://phalkunz.com/
 */

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: arial, helvetica, verdana, sans-serif;
	line-height: 1.6em;
}

/*
 * Main layout
 */
#HeaderWrapper {
	background: white;
	text-align: center; /* IE hack */
    border-bottom: 1px solid #014096;
}

#Header {
	width: 960px;
	margin: 0 auto;
    padding:25px 0 5px 0;
	text-align: left;
}
#Header #social-links {
    float:right;
}

#BodyWrapper {
	text-align: left;
	min-height: 300px;
}

#Body {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0px 20px 30px 20px;
}

#Layout {
	padding-top: 30px;
}

#FooterWrapper {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#Footer {
	padding: 10px 20px 10px 20px;
}
/* end of Main layout */

/*
 * General styles
 */
a {
	text-decoration: none;
}

a img {
	border: none;
}

.clear {
	display: block;
	clear: both;
	height: 0px;
}
/* end of General styles */


/*
 * Testimonials / staff page
 */
div.Testimonial, div.StaffProfile {
    float:left;
    padding-right:20px;
    width:460px;
    padding-bottom:30px;
}
    div.Testimonial img.Image, div.StaffProfile img {
        display:block;
        float:left;
        margin-right:25px;
    }
    div.Testimonial span.Title, div.StaffProfile span.Name {
        display:block;
        font-size:1.3em;
        font-weight:bold;
        margin-top:0;
        padding-top:10px;
    }
    div.StaffProfile ul.BlogList {
        list-style-type:none;
    }
    div.Testimonial span.Quote, div.StaffProfile span.JobTitle {
        display:block;
        font-size:1.3em;
        font-style:italic;
        padding-top:10px;
    }
    div.StaffProfile span.BlogList {
        display:block;
        font-size:1.3em;
        font-style:italic;
        padding-top:10px;
        list-style-type:none;
    }
    div.Testimonial span.Description, div.StaffProfile span.Description {
        display:block;
        line-height:1.2em;
        padding-top:10px;
    }


/* end of Testimonials */


/*
 * Header
 */
#Header {
}
	#SiteLogo {
		float: left;
		margin-right: 10px;
	}
	#Header h1 {
		margin-top: 0;
		margin-top: 20px;
	}
	/*#TitleWrap {
		position: absolute;
		bottom: 0;
	}*/
	#SiteName {
		font-size: 35px;
		margin-bottom: -4px;
		font-family: arial, helvetica, verdana, sans-serif;
		letter-spacing: -3px;
	}
		#SiteName a {
			color: #000;
		}
	#TagLine {
		color: #004097;
		font-weight: normal;
        width:520px;
	}
		#TagLine span {
			font-family: Baskerville, Goergia, Times, "Times New Roman", serif;
			font-style: italic;
		}
/* end of Header */

/*
 * MainMenu
 */

#MainMenu {
	background: #014096 url(../slc-images/topnavBkgd.png);
	height: 38px;
}

	#MainMenu ul {
		margin: 0px auto;
		width: 960px;
		padding: 0;
		list-style: none;
		clear: both;
		font-size: 11px;
	}
	#MainMenu ul li {
		float: left;
	}
	#MainMenu a {
		display: block;
		color: #fff;
		font-weight: bold;
        height:16px;
        padding:11px 30px;
        font-size:1.25em;
	}
	#MainMenu a:hover {
        text-decoration:underline;
	}
	#MainMenu a.current, #MainMenu a.section {
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        background-color:#B9D9F7;
        background-image:none;
        border-color:#004097 #004097 #B9D9F7;
        border-style:solid;
        border-width:1px;
        color:#004097;
        margin-top:-3px;
        padding: 13px 29px 10px 29px;
	}
/* end of MainMenu */

/*
 * SubMenu
 */
#SubMenu {
    background-color:#B9D9F7;
}
	#SubMenu ul {
		margin: 0px auto;
		width: 960px;
		padding: 0;
		list-style: none;
		clear: both;
	}
	#SubMenu ul li {
		float: left;
	}
	#SubMenu ul li a {
        color: #004097;
		display: block;
		padding: 0 8px;
		margin-left: 3px;
		margin-right: 3px;
	}
	#SubMenu a:hover {
        text-decoration:underline;
	}
	#SubMenu a.section, #SubMenu a.section:hover, #SubMenu a.current, #SubMenu a.current:hover {
        text-decoration:none;
        color:white;
        background-color:#999;
    }
/* end of SubMenu */

/* Breadcrumbs */
#Breadcrumbs {
	font-size: 11px;
}
/* end of Breadcrumbs */

/* Body */
#Body {
	background: #fff url(../images/body_background.png) 0% 100% no-repeat;
	text-align: left;
	color: #333;
	padding-bottom: 20px;
}
	#Body a {
		color: #1B539F;
	}
	#Body a:hover {
		color: black;
        text-decoration:underline;
	}

#Content {
	margin-top: 20px;
}
    #Content img.right {
        float:right;
        padding-bottom:35px;
    }

/* end of Body */


/*
 * Content Headers
 */

h1.standalone {
    -moz-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
    background-color:#E6EBFF;
    padding:8px;
}

div#ContentHeader {
	background: #fff url(../images/header-bg.png) 0% 100% no-repeat;
    height:300px;
    margin-bottom:16px;
}

    div#ContentHeader h1.integrated {
        width:540px;
        padding:20px 0 0 20px;
        font-size:2.5em;
        line-height:1.2em;
    }
    div#ContentHeader div#ContentHeaderText {
        width:530px;
        padding-left:20px;
        font-size:1.15em;
        padding-right:10px;
    }
    div#ContentHeader img#ContentHeaderImage {
        float:right;
    }

/* end of Content Headers */


/*
 * Page Comment
 */
#PageComments_holder h4 {
	font-size: 1.2em;
	margin-bottom: 5px;
	color: #666;
}
#PageComments {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
	#PageComments li {
		padding: 5px 10px 5px 10px;
	}
	#PageComments li.even {
		background: #eee;
	}
#PageComments .actionLinks {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
	#PageComments .actionLinks li {
		display: inline;
		padding-left: 0;
		margin-left: 0;
	}

/* Footer */
#FooterWrapper {
    background-color:#E6EBFF;
    border-top:2px solid #9FA2AD;
    border-bottom:2px solid #9FA2AD;
    width:100%;
    clear:both;
}
	#Footer {
		text-align: left;
		font-size: 11px;
        width:960px;
        margin:0 auto;
	}
		#Footer a.Contact, #Footer a.GettingStarted {
			color: white;
			font-weight: bold;
            font-size:2em;
            display:block;
            width:139px;
            height:20px;
            padding:23px 0;
            border:2px solid #9FA2AD;
            background: #114C9B url(../images/contact-bg.png) repeat-x;
            float:right;
            margin-top:-39px;
            text-align:center;
            font-family:georgia,Times New Roman;
            margin-left:4px;
		}
        #Footer a.GettingStarted {
            width:195px;
            margin-left:0;
        }
		#Footer a.Contact:hover, #Footer a.GettingStarted:hover {
            text-decoration:underline;
        }
/* end of Footer */
