/***
Here we go, a nice style sheet for our positioning and styling...
***/
* {
	padding:0;
	margin:0;
	border:0;
	}
body {
	border-bottom: 0;
	background-color: #F6F6F6;
	font-family: Arial, Helvetica, sans-serif;
	color: #2F4F4F;
	font-size: small;
   }
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
p{
	margin-bottom: 10px;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* this outerwrap owes its existence to my desire for a drop shadow - the lucky thing!*/
#outerwrap
{
	margin: 0 auto;
	margin-top: 0px;
	width: 940px;
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.topshadow
{
	margin: 0 auto;
	width: 940px;
	padding: 0;
	border: 0;
	margin-bottom: -5px;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	margin-top: 5px;
	text-align: left;
	background-color:#FFFFFF;
	padding: 0;
	position: relative;
	left: 0px;
	padding-bottom: 10px;
	
}
#wrapperindex {
	width: 900px;
	margin: 0 auto;
	margin-top: 5px;
	text-align: left;
	background-color:#FFFFFF;
	padding: 0;
	position: relative;
}

#rightbar	{
	width: 200px;
	float: right;
	background-color: white;
	padding: 20px;
}
#navbarpos {
	width:760px;
	position: relative;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
	border: 0;
	}
/* dropdown menu */
#dd
{   margin: 0;
    padding: 0;
	}

#dd li
{   margin: 0;
    padding: 0;
    list-style: none;
    float: left;
	 text-align: center;
    font: bold 12px Arial}

#dd li a.menu
{   display: block;
    text-align: center;
    background: #5970B2;
    /*padding: 4px 10px;*/
	 /*padding-right: 9px;*/
    margin: 0 1px 0 0;
    color: #FFF;
    width: 125px;
	position: relative;
    text-decoration: none}

#dd li a.menu:hover
{   background: #FF9900;
}

.submenu
{       border: 1px solid #5970B2;
	border-left: 2px solid #5970B2;
    visibility: hidden;
    position: absolute;
	 /*width:129px;*/
	width:100px;
    z-index: 3;
	 background-color: #FFFFCC;
	 text-decoration: none;
	}

    .submenu a, .submenu a:link
    {   display: block;
        font: 13px "trebuchet ms";
		  font-weight: bold;
        text-align: left;
        text-decoration: none;
        padding: 5px;
		  border-top: 1px solid black;
        color: black}
	
    .submenu a:hover
    {   
	 background: #AF4901;
        color: #FFF;
		  text-decoration: none;}

/* dropdown menu end*/

#topbar {
	width:760px;
	position: relative;
	margin: 0;
	padding: 0;
	_margin-top:-11px;
	}
#services {
	margin-right:260px;
	
}
#samples {
	margin-right:20px;
	/*border-right: 1px solid #FFCC33;*/
}
#servicesright {
	width: 260px;
	float: right;
	position:relative;
	
	margin-top: 0px;
	background-color: #ffffff;
	/*border: 3px groove gray;*/
}

#servicesright h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #AF9F01;
	border-bottom-color: #FFCC66;
	border-bottom-style: groove;
	border-bottom-width: thin;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	text-align: left;
}
#servicesright h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #AF9f01;
	border-bottom-color: #FFCC66;
	border-bottom-style: groove;
	border-bottom-width: thin;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}

#servicesright img {
	margin-left: 10px;
	margin-top:2px;
	margin-bottom:10px;
}
#servicesright h3 {
	background: #FFFFCC;
	border-left: brown solid 7px;
	/*border-right: brown solid 10px;*/
	border-top: brown solid 1px;
	border-bottom: brown solid 1px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	padding-left: 5px;
	color: #AF4901;
}
#servicesright p {
	/*border-left: brown solid 7px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: gray;
	margin-left: 20px;
	margin-right: 20px;
}
#servicesright img {
text-align: center;
margin-left: 20px;
}
.red {
	color: red;
	font-weight: bold;
	font-size: 18px;
	font-family: georgia, "trebuchet ms", Arial, Helvetica, sans-serif;
}
.sitelink, .sitelink a:link, .sitelink a:visited, .sitelink a:hover {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: Maroon;
}
.clear {clear:both;
		height:1px;
    	font-size:.001em;
		}
ul li {
	 list-style: none;
	 background: url(images/section-bullet.png) no-repeat left 6px;
	 padding-left: 12px;
}
ul li a,
ul li a:visited
 {
	color: #AF4901;
}
a:link {
	color: #0033CC;
	text-decoration: underline;
}
a:visited { color: #0000CC; } 
a:hover { color: blue; } 
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #AF4901;
	border-bottom-color: #FFCC66;
	border-bottom-style: groove;
	border-bottom-width: thin;
	margin-top: 1.5em;
	background-color: #FFFFFF;
}
h1 {
	font-family: georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	border-top: 1px solid #ececec;
	background-image: url(images/headerbg.jpg);
	background-position: bottom;
	font-size: 20px;
	/*color: #CC6600;*/
	color: #C57D05;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 0.5em;
	margin-top: 1em;
	position: relative;
	padding-top: 8px;
	padding-bottom: 14px;
	margin-bottom:10px;
}

h2 {
	font-family: georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	border-top: 1px solid #ececec;
	background-image: url(images/headerbg.jpg);
	background-position: bottom;
	font-size: 20px;
	/*color: #CC6600;*/
	color: #C57D05;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 0.5em;
	margin-top: 1em;
	position: relative;
	padding-top: 8px;
	padding-bottom: 14px;
}
h4	{
	font-family: georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #AF4901;
	position: relative;
	text-align: center;
	background-image: url(images/headerbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 18px;
}
h6 {
	font-family: georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C57D05;
	margin-left: 25px;
	font-weight: normal;
}
.samplebox {
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	margin-left: 20px;
	
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	background-image: url(images/h4bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 30px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;	
}
#servicesright .samplebox {
	margin-right: 20px;
}
.samplebox h2,
.samplebox h1 {
		font-family: georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #C57D05;
	position: relative;
	text-align: center;
	background-image: url(images/headerbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin:0;
	padding:0;
	border-top:0;
	padding-top: 8px;
	padding-bottom: 18px;
	margin-bottom: 10px;
}
.samplebox h3 {
	font-family: georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #C57D05;
	margin-left:20px;
	margin-top:20px;
}
#line {
	margin-top:10px;
	border-bottom-color: #FFCC66;
	border-bottom-style: groove;
	border-bottom-width: 3px;
}
#navbar {
	width:638px;
	position: relative;
	background: url(images/navbg.jpg) repeat-x bottom;
	padding: 0;
	border: 0;
	color: white;
	border-right: 1px solid #f1f1f1;
	height: 35px;
	line-height: 35px;
	}
.navtext {
		font-family: "lucida sans", "Bitstream Vera Sans", arial, helvetica;
		font-size: 14px;
		font-weight: bold;
		padding-left: 15px;
		color: yellow;
		text-decoration: none;
		margin-right: 10px;
		text-transform: capitalize;
		text-align: center;
		margin-bottom: 0;
	}
.navtext a:link, .navtext a:visited {
		color: #fff;
		padding-left: 10px;
		text-decoration: none;
}
.navtext a:hover {
		color: #0086ac;
		padding-left: 10px;
		text-decoration: none;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#bottombar{
	background-image: url(images/footerbg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 940px;
	margin: 0 auto;
	padding-top: 8px;
	text-align: center;
	color: white;
	background-color: #f4f4f4;
	height: 50px;
}
#footer{
	background-image: url(images/shadow.jpg);
	background-position: bottom;
	background-repeat: repeat-y;
	width: 940px;
	margin: 0 auto;
	padding-top: 8px;
	text-align: center;
	color: #8b0000;
	background-color: #ddd8d5;
}
#footertext {
	width: 900px;
	background-color: #ddd8d5;
	margin: 0 auto;
	padding-top: 20px;	
	font-family: "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-image: url(images/footertextbg.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #e6e6e6;
}

.foottext a {
	color: yellow;
}
.girlpicture {
	float: right;
	margin-top: 10px;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #AF4901;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
	margin-left: 40px;
	margin-right: 100px;
	margin-top: 1.5em;
}
p{
	font-size: 12px;
}
.text {
	margin-left: 40px;
	margin-right: 25px;
	/*font-weight: bold;*/
	color: #2F4F4F;
	/*text-align: justify;*/
}
.text2 {
	margin-left: 25px;
	margin-right: 25px;

	/*font-weight: bold;*/
	color: #2F4F4F;
	text-align: justify;
}
/*#text {background-color:#FFFFFF;
		margin: 0;
		padding: 0;
		}*/

.textquote {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: small;
	border: 1px dotted #fad493;
	margin-left: 40px;
	margin-right: 30px;
	padding: 10px;
	margin-top: 1em;
	background: #fef8eb;
	position: relative;
	color: #f4a460;
}
.italicsquote {
	font-style: italic;
	color: #c57d05;
	font-family: arial, "trebuchet ms", georgia, "Palatino Linotype";
	font-weight: normal;
	line-height: 1.5em;
}
.quote {
	font-family: "Palatino Linotype";
	font-size: large;
	color: Maroon;
	
}
.bigquote {
	font-size: 20px;
	color: #ffa07a;
}
.picturefloat {
	float: right;
	margin-right: 25px;
	margin-left: 5px;
	margin-top: 5px;
}
.picleft {
	float: left;
	margin-right: 25px;
	margin-left: 20px;

	display: block;
}
.sampletext {
	float: left;
	height: 100%;
	display: block;
	width: 500px
}


.loud {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border-bottom-color: #FFFFFF;
	border-bottom-style: none;
	border-bottom-width: thin;
	color: #000000;
	font-weight: bold;
}
.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid gray;
	background-color: #FFF8DC;
	color: #000000;
	margin-left: 40px;
}
.inputbox :focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	border: 1px solid gray;
	background-color: yellow;
	color: #000000;
	font-weight: bold;
	margin-left: 3em;
}
.formbox {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-left: 40px;
	margin-top: 5px;
}
.gobutton {
	color:black;
	border-top: 1px solid #DCDCDC;
border-bottom: 3px solid silver;
border-left: 1px solid silver;
border-right: 2px solid silver;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
.gobutton .hover {
	color:black;
	border-top: 1px solid #DCDCDC;
border-bottom: 1px solid silver;
border-left: 1px solid silver;
border-right: 1px solid silver;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
table {
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 10px;
	color: #4f4f4f;
}
td {
	padding: 5px;
}
.cmspicture {
	float: right;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 10px;
	position: relative;
}
.philipslogo {
	margin: 20px 20px 15px 25px;
}
.stephenslogo {
	float: left;
	margin: 0px 10px 15px 20px;
}