﻿/* General CSS */

body 
{
    line-height:160%;
	background: url(images/background.gif) repeat-x scroll top;
background-color:#3A53A4;
    font-family:Arial,Helvetica,sans-serif;
}

p,li
{
    color:#5A5A5A;
    font-size:12pt;
}

a
{
    color:#5A5A5A;
}

.linklist
{
    font-weight:bold;
    list-style-image : url('../images/arrowbutton.jpg');
}

.stratford
{
padding:30px 0 0 5px;
}

.stratford a, .stratford a:visited
{
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:80px;
color:#ffffff;
text-decoration:none;
}

h1
{
    font-size:24px;
    padding:30px 0 0 10px;
    margin-bottom:10px;
    color:#ffffff;
}

h2
{
    font-size:18px;
    padding-bottom:0;
}

h3
{
    font-size:16px;
    padding:0;
    margin:0;
}

.backbutton
{
    color:#0000ff;
    font-weight:bold;
    text-align:center;
}

#container
{
    position: relative; 
    margin-left: auto; 
    margin-right: auto; 
    width: 940px; 
    top: 7px;
    left: 0px;
}

#content
{
    float:left;
    background-color:#ffffff;
    border:solid 1px #000000;
    padding:10px;
}

#imageMenu
{
margin-bottom:100px;
}

/* END OF GENERAL CSS */

/* HEADER CSS CLASSES */

#header
{
    position:inherit;
    height:120px;   
}

#header > #contact
{
    position:absolute;
    right:10px;
    top:110px;
    line-height:100%;
    text-align:right;
    font-size:22px;
    min-height:35px;
    height:90px;
    z-index:20;
    width: 550px;
	color:#000000;
}

#header > #email
{
    position:absolute;
    right:10px;
    top:133px;
    line-height:100%;
    text-align:right;
    font-size:14px;
    min-height:35px;
    height:36px;
    z-index:30;
    width: 550px;
color:#000000;
}

#email > a
{
text-decoration:none;
color:#000000;
}

#header > #social
{
	position:absolute;
	left:10px;
	top:113px;
}

#social > a
{
	text-decoration:none;
}

#header .contact > a
{
    color:#000000;
}

/* END OF HEADER CSS */

/* BLOG INDEX CSS */

.preview
{
	position:relative;
}

.featured_image
{
	border: #000000 solid 1px;
	padding: 3px;
	float: left;
	margin: 0 8px 14px 0;
}

h2 a
{
	color:#000000;
	text-decoration:none;
}

h2 a:visited
{
	color:#000000;
	text-decoration:none;
}

.blog-date
{
position:absolute;
top:12px;
right:10px;
}

.blog-date span
{
font-size:8pt;
}

.readmore
{
	float:right;
}

/* END BLOG INDEX SECTION */

/* MAIN PAGE CSS */

/* TOGGLE BUTTON */

#toggle
{
    position:absolute;
    color:#ffffff;
    font-weight:bolder;
    font-size:12px;
    top:162px;
    right:9px;
    z-index:50;
}

#toggle > a
{
    color:#ffffff;
}

/* END TOGGLE BUTTON */

#text > h1
{  
    padding:0;
    color:#000000;
}

#text
{
    float:left;
    margin:0 0 10px 10px;
    top:0px; 
    width:700px;
    z-index:15;
}

/* END OF MAIN CSS */

.smallImage
{
    float:right;
	height: 278px;
}

.faqImage
{
    float:right;
}

/*for the office image in contact us*/
#small_logo
{
    vertical-align:middle;
}

.largeQuote
{
    text-align:center;
    font-size:larger;
    font-style:italic;
    font-weight:bolder;
}

.photo
{
    padding:3px;
    border:solid 1px #c0c0c0;
    float:right;
    left:0px; 
    top:0px; 
    z-index:15; 
    background-color:#ffffff; 
}

.profile
{
    padding-top:20px;
    min-height:260px;
}

/* GOOGLE MAP CSS */

.googlemap
{   
    margin: 10px 0 5px 0;
    padding:3px;
    border:solid 1px #c0c0c0;
    float:right;
    left:0px; 
    top:0px; 
    width:400px;
    z-index:15; 
    background-color:#ffffff; 
}

#saddr
{
    text-transform:uppercase;
}

/* END OF GOOGLE MAP CSS */

/* BLOG SIDE BAR CSS */

#blogpreview
{
	/*float:left;
	width:190px;*/
	margin-top:10px;
}

.blogsidebar
{
line-height:90%;
}

.blogsidebar a
{
	font-size:10px;
	font-weight:bold;
}

.blogsidebar small
{
	font-size:9px;
float:right;
}

.blogsidebar span
{
float:right;
}

.blogsidebar p
{
margin-top:15px;
font-size:10px;
}

/* END OF BLOG SIDE BAR */

/* CONTACT TABLE CSS */

#contactTable
{
    width:100%;
}

#contactTable input{
    width:300px;
}

#contactTable textarea
{
    width:99%;
}

.errorField
{
    color:Red;
    font-weight:bold;
}

/* END OF CONTAC TABLE CSS */

/* CONTACT POPUP CSS */

#logo
{
    float:right; 
    margin-top:15px; 
    width:215px; 
    height:200px; 
    z-index:15; 
    margin-right:20px; 
    text-align: right
}

/* END OF CONTACT POP UP CSS */

/* FOOTER CSS */

#footer
{
    position:relative;
    float:left;
    width:100%;
    background:url(images/blue-repeater.png) repeat;
}

#footer p
{
    text-align:center;
    font-size:12px;
    font-weight:bold;
    line-height:15px;
    margin:0;
    padding:10px 0 10px 0;
    color:#ffffff;
}


#footer p > a
{
    color:#ffffff;
}

.smallText
{
    font-size:9px;
}

#copyright
{
    float:left;
    color:#ffffff;
    background-color:#000000; 
    text-align:center;
    font-size:12px;
    width:100%;
}

/* END OF FOOTER CSS */

/* MFIT LINK */

#mfit
{
    background-color:#000000;
    text-align:right;
    padding-right:10px;
    font-size:9px;
}