/* This style sheet definition is Copyright &copy; 2007 The Profile Surgery - All Rights Reserved 
The Profile Surgery is a trading name of Stuchbury Associates ltd http://stuchburyassociates.com */


/* Link Styles */
a.nav:link { color: #000000; text-decoration: none; }
a.nav:visited { color: #000000; text-decoration: none; }
a.nav:hover { color: #FFFFFF; text-decoration: underline; } /* C2D4D8 */
a.nav:active { color: #000000; text-decoration: none; }

a.bodylink:link { color: #000000; text-decoration: none; }
a.bodylink:visited { color: #000000; text-decoration: none; }
a.bodylink:hover { color: #C0C0C0; text-decoration: underline; }
a.bodylink:active { color: #000000; text-decoration: none; }

a.orangelink:link { color: #FA6821; text-decoration: none; }
a.orangelink:visited { color: #FA6821; text-decoration: none; }
a.orangelink:hover { color: #C0C0C0; text-decoration: underline; }
a.orangelink:active { color: #FA6821; text-decoration: none; }

a.greenlink:link { color: #0B4D27; text-decoration: none; }
a.greenlink:visited { color: #0B4D27; text-decoration: none; }
a.greenlink:hover { color: #C0C0C0; text-decoration: underline; }
a.greenlink:active { color: #0B4D27; text-decoration: none; }

a.greylink:link { color: #3D757B; text-decoration: none; }
a.greylink:visited { color: #3D757B; text-decoration: none; }
a.greylink:hover { color: #C0C0C0; text-decoration: underline; }
a.greylink:active { color: #3D757B; text-decoration: none; }

/* Tag Definitions */
h1 {
font-size:16px;
font-weight:bold;
color:#333333;
padding-left:5px;
padding-right:5px;
}

h2 {
font-size:14px;
font-weight:bold;
color:#333333;
padding-left:5px;
padding-right:5px;
}

body {
font-family: TrebuchetMS, Trebuchet MS, Verdana, Tahoma;
font-size:12px;
color:#444444;
margin:10px;
text-align:center;
}

/*Classes */

.box1 {
margin-left:auto;
margin-right:auto;
width:900px;
border-style:solid;
border-width:4px;
text-align:left;
border-color:#FA6821;
}

.navigation {
background-color:#FA6821;
margin-left:30px;
margin-right:30px;
padding:5px;
color:#000000;
text-align:center;
}

.text {
padding: 5px 20px 5px 20px;
line-height:160%
}

.testimonial {
border: dashed 2px #FA6821;
padding: 0px 8px 0px 8px;
}

.footer {
background-color:#FA6821;
padding: 5px 20px 2px 20px;
color:#000000;
text-align:center;
}