/*These general styles apply to elements across the ENTIRE site*/
html * { font-family:Verdana, Arial, Helvetica, sans-serif; color:#696978; }
*{padding:0;margin:0;}
body{text-align:center;}
A{text-decoration:none;}
A:hover{text-decoration:underline;}
IMG{border:none;}
.fontCasing{text-transform:uppercase;}
.wrapper{text-align:left;margin-right:auto;margin-left:auto;width:580px;height:60em;}
.wrapper .canvas{width:580px;float:left;display:inline;margin-top:5px;margin-bottom:20px;border-top:2px solid #cccccc;border-bottom:1px solid #cccccc;border-right:5px solid #cccccc;border-left:6px solid #cccccc;}

/*This is the Whole Site .NAVIGATION, .BANNER, General .CONTENT and .TEXTAREA Styling*/
.wrapper .canvas .banner{float:left;display:inline;width:572px;border-right:5px solid #f8b221;}
.wrapper .canvas .banner H1{display:none;}
.wrapper .canvas .banner IMG{margin:0 0 0 220px;}

.wrapper .canvas .navigation{float:left;display:inline;min-height:28.2em;width:136px;padding-bottom: 20px;border-right:6px solid #cccccc;}
.wrapper .canvas .navigation A{font-family:Arial, verdana, helvetica, sans-serif;text-decoration:none;color:#862303;}
.wrapper .canvas .navigation A strong {color:#862303;}
.wrapper .canvas .navigation UL{list-style-type:none;}
.wrapper .canvas .navigation .topLinks LI{margin-left:15px;}
.wrapper .canvas .navigation .topLinks LI A{font-size:85%;color:#862303;}
.wrapper .canvas .navigation .subLinks LI{margin-left:10px;margin-top:5px;min-height:1.2em;}
.wrapper .canvas .navigation .subLinks .lastSubLink{margin-bottom:5px;}
.wrapper .canvas .navigation .subLinks LI A{font-weight:bold;font-size:70%;color:#666666;display:block;}
.wrapper .canvas .navigation .subLinks LI A:hover{color:#862303;}
.wrapper .canvas .navigation .subLinks LI.heading {font-family:Arial, verdana, helvetica, sans-serif;font-weight:bold;font-size:115%;color:#862303;display:block;}
.wrapper .canvas .navigation .subLinks LI.heading a { color:#862303; }

.wrapper .canvas .content{width:430px;min-height:26em;float:left;display:inline;border-right:5px solid #f8b221;}
.wrapper .canvas .content H2{margin:0 0 10px 36px;font-size:90%;}
.wrapper .canvas .content .hr{height:5px;margin:0 0 10px 50px;width:382px;background-color:#f8b221;}
.wrapper .canvas .content .textArea .hr { margin-left: 15px; }
.wrapper .canvas .content .textArea{
	width:293px;
	float:left;
	display:inline;
	margin-right:0px;
}
.wrapper .canvas .content div.textArea{
	width:257px;
	padding-left: 36px;
	font-size:80%;
}
.wrapper .canvas .content .textArea .clientLink{text-decoration:none;color:#ffa500;}
.wrapper .canvas .content .textArea P{width:250px;margin:0 0 20px 0;color:#696978;}
.wrapper .canvas .content .textArea UL{list-style-type:none;}
.wrapper .canvas .content .textArea A{display:block;margin:0 0 0 0px;color:#ffa500;}
.wrapper .canvas .content .textArea .textBlack{color:#000;}
.wrapper .canvas .content .textArea H3{font-size:110%;color:#696978;margin:0 0 5px 0;}
.wrapper .canvas .content .textArea H4{font-size:110%;color:#f8b221;margin:0 0 5px 0; font-family:Verdana, Arial, Helvetica, sans-serif;}
.wrapper .canvas .content .textArea .bottomLinks{margin-bottom:10px;}
.wrapper .canvas .content .imageArea{float:left;display:inline;width:85px;}
.wrapper .canvas .content .imageArea .circImages{margin:0 0 10px 25px;}

.wrapper .canvas .notePad{position:relative;z-index:5;margin-left:-3px;margin-top:10px;}

/*Home Page*/
.canvas .homePage .navigation{min-height:28.7em;}

/*Clients Page*/
.canvas .clientsPage .navigation{min-height:42.1em;}
.canvas .clientsPage .content .textArea UL LI{background:url("../images/listbulletgrey.jpg") 0px 6px no-repeat;color:#696978;}
.canvas .clientsPage .content .textArea UL LI P{margin-left:7px;}

/*Profile Page*/
.canvas .profilePage .navigation{min-height:29.6em;}

/*Julia Page*/
.canvas .juliaPage .navigation{min-height:30.4em;}

/*Vanderlande Page*/
.canvas .vanderlandePage .navigation{min-height:29em;}

/*Austique Page*/
.canvas .austiquePage .navigation{min-height:30.5em;}

/*Connolly Page*/
.canvas .connollyPage .navigation{min-height:39em;}

/*Designer Page*/
.canvas .designerPage .navigation{min-height:29.1em;}

/*Ellipse Page*/
.canvas .ellipsePage .navigation{min-height:40.5em;}

/*Michel Page*/
.canvas .michelPage .navigation{min-height:41.5em;}

/*Thomas Lyte Page*/
.canvas .thomaslytePage .navigation{min-height:46em;}
.canvas .thomaslytePage .content .textArea P EM{
	color:#000000;
}
.canvas .thomaslytePage .content .textArea P EM SPAN{margin-top:5px;color:#696978;}

/*Wilbur Page*/
.canvas .willburPage .navigation{min-height:38.6em;}





body .wrapper{ width:970px; }
body .wrapper .canvas{width:970px;}
body .wrapper .canvas .banner { width: 962px; }
body .wrapper .canvas .navigation { width:246px; }
body .wrapper .canvas .content{ width:710px; }
body .wrapper .canvas .content .hr{ width: 660px; }
body .wrapper .canvas .content .textArea { width: 537px !important; }
body .wrapper .canvas .content .textArea p { width: 500px !important; }

body .wrapper .canvas .content .imageArea{ float:left; display:inline; width:85px; }
