
body
{
    font-family: Calibri, Tahoma, Arial, Sans-Serif;
	font-size: .75em;
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3
{
    color: rgb(64,91,102);
}

h1
{
    font-size: 1.5em;
    font-weight: normal;
}

h2
{
    font-size: 1.2em;
    font-weight: bold;
}

h3
{
    font-size: 1em;
    font-weight: bold;
}

.PageContainer
{
    
    margin: 0px;
    padding: 0px;
}

.Content
{
    margin: auto;
    width: 1080px;
}

.Header
{
    margin-top: 0px;
    margin-bottom: 25px;
}

.Header #Logo
{
	float: left;
}

.Header #Psyche
{
	color: rgb(64,91,102);
	font-size: 2.3em;
	font-weight: normal;
}

.Header #Knowledge
{
	color: rgb(64,91,102);
	font-size: 1.3em;
	font-weight: normal;
	font-style: italic;
	margin-top: -30px;
}

#InlineImage
{
	float: left;
	margin: 0px 10px 10px 0px;
}

.ClearFloats
{
	clear: both;
}

.MainBody
{
    margin: auto;
}

.Footer
{
    margin-top: 10px;
    border-top: solid 1px;
    border-top-color: rgb(64,91,102);
    padding: 5px;
}
.Footer p
{
    margin: 0px;
    padding: 0px;
}

.Footer .left
{
    float: left;
}

.Footer .right
{
    float: right;
}

ul.TopNav
{ 
    list-style: none;
    margin: 0px;
	display: inline;
}

ul.TopNav li
{
	display: block;
	width: 7em;
	float: right;
	margin: 70px 20px 15px 20px;
	text-align: center;
}

ul.TopNav a
{
    font-size: 1.2em;
    font-weight: normal;
    padding: 5px 15px 5px 15px;
    color: rgb(64,91,102);
    text-decoration: none;
}

ul.TopNav a:hover
{
    border-bottom: solid 2px;
    border-bottom-color: rgb(64,91,102);
}

ul.TopNav a.Selected
{
    border-bottom: solid 2px;
    border-bottom-color: rgb(64,91,102);
}

.ImageBackground1
{
    background-image: url('../images/image1.jpg');
    background-position: left;
    background-repeat: no-repeat;
    height: 720px;
    width: 1080px
}

.ImageBackground2
{
    background-image: url('../images/image2.jpg');
    background-position: left;
    background-repeat: no-repeat;
    height: 720px;
    width: 1080px
}

.ImageBackground3
{
    background-image: url('../images/image3.jpg');
    background-position: left;
    background-repeat: no-repeat;
    height: 720px;
    width: 1080px
}

.ImageBackground4
{
    background-image: url('../images/image4.jpg');
    background-position: left;
    background-repeat: no-repeat;
    height: 720px;
    width: 1080px
}

.ImageBackground5
{
    background-image: url('../images/image5.jpg');
    background-position: left;
    background-repeat: no-repeat;
    height: 720px;
    width: 1080px
}

.TransparentBox
{
    background-color: White;
    opacity: 0.8;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    height: 720px;
    width: 600px;
    overflow: auto;
}

.PageText
{
    padding: 5px;
    
}

ul.PortfolioImageList
{ 
    list-style: none;
    margin: 0px;
	display: inline;
}

ul.PortfolioImageList li
{
	display: block;
	width: 200px;
	float: left;
	margin: 5px;
	text-align: center;
}

ul.PortfolioImageList a
{
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    border: 0px;
}

ul.PortfolioImageList a img
{
    border: 0px;
}

ul.PortfolioImageList a:hover
{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.g-recaptcha
{
    display: block;
    margin: 5px;
    margin-left: 160px;
}


.EmailQuery label
{
    display: block;
	width: 150px;
	float: left;
	margin: 5px;
}

.EmailQuery input
{
    display: block;
	width: 250px;
	margin: 5px;
}

.EmailQuery textarea
{
    display: block;
	margin: 5px;
}

.EmailQuery input:focus
{
    border: solid 2px;
    border-color: rgb(64,91,102);
}

.EmailQuery textarea:focus
{
    border: solid 2px;
    border-color: rgb(64,91,102);
}

.EmailQuery #Send
{
    margin-left: 160px;
}

#Loading
{
    margin-left: 160px;
}

.Width25
{
    display: inline-block;
	width: 50px;
}

#FormErrors
{
    color: Red;
    font-weight: bold;   
}

#Thumbnails img
{
    width: 135px;
    margin: 3px;
	border: 0px;
}





