﻿/*****CSS RESET*******/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {  margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/*Body*/
body { background-image: url('Images/bg.gif'); background-color: #000; font-family: Verdana; font-size: 100.01%; color: #fff; }

/*fonts*/
a:link {

	color:  #4c463b;
	
	}

a:active {
	
	color:  #4c463b;
		}
	
a:hover {
	color:#6B4E3F;
	}
	
p {
	font-size: 14px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 1em 0 1em 0;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4c463b;
}
	
h2 {
	font-size: 16px;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4c463b;
	padding-top: 15px;
}
	
h3 {
	font-size: 12px;
	font-weight:bold;
	line-height: 22px;
	font-family: georgia;
	color: #4c463b;
}
	

h5 {
	font-size: 11px;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif
}

img {
	border-color: #fefcfc;
	border-style: solid;
	border-width: 2px;
	margin-bottom: 10px;
	margin-right: 8px;
	float:left;
}


/*main content holder*/
#container { margin: 0 auto; margin-top: 15px; width: 1000px; min-height: 600px; background-color: #000; }
/*minheight breaks in ie6 a conditional should be applied*/
#mainContainer { float: left; width: 1000px; min-height: 600px; background-color: #000; }
/* header */
#header{width: 1000px; height:60px;margin-left:90px;margin-top:20px;}
#header h1{font-family:Tahoma; font-weight:bold; color:#fff; font-size:160%;margin-bottom:0px; line-height:20px}
#header h2{font-family:Tahoma; font-weight:bold; color:#55ca4a; font-size:95%;margin-top:0px; margin-left:40px}
#headerContact{text-align:center;width:300px; float:right; margin-top:-50px;margin-right:120px;}
#headerContact h4{margin-bottom:10px;}
#headerContact h5{margin-bottom:10px;color: #0072bc;font-size:100%;}
.headerFree{color:Red; }
/* navigation */
#navigation ul{list-style: none; padding-left:30px;}
#navigation li {float: left;}
#navigation li a{ background: url(images/navbtn.jpg); background-repeat:no-repeat; height: 39px; width: 117px; display: block; color: #fff; font-size:80%; text-decoration: none; text-align: center; font-weight:bold; padding-top:12px;}
#navigation li a:hover{background: url(images/navbtn.jpg); background-repeat:no-repeat; height: 39px;width: 117px; display: block; color: #0072bc; font-size:80%; text-decoration: none; text-align: center; font-weight:bold; padding-top:12px}
#navigation  .active a {background: url(images/navbtn.jpg); background-repeat:no-repeat; height: 39px; width: 117px; display: block; color: #0072bc; font-size:80%; text-decoration: none; text-align: center; font-weight:bold; padding-top:12px;}
/* Hide from IE5-Mac \*/
#navigation li a {float: none}
/* End hide */

/* footer */
#footer {float:left; background-color:#000; text-align: center; font-size: 70%; height: 50px; width: 1000px; margin: 0 auto;}
#footer ul {margin: 0; padding: 5px; list-style: none;}
#footer li {display: inline;}
#footer li a {display : inline; height: 20px; padding: 0px 5px 0 5px; text-align: center; text-decoration: none; text-transform: uppercase; font-weight: bold;color:#fff;}
#footer li a:hover{color: #0072bc;}
#footer .active {color: #0072bc;}
#footer h3{color: #55ca4a; font-size: 90%;}

/* content panels */
.full{float:left; width:980px; margin: 10px;}
.halfleft{float:left; width:480px; margin: 10px;}
.halfright{float:right; width:480px; margin: 10px;}

.thirdleft{float:left; width:680px; margin: 10px;}
.quarterright{float:right; width:280px; margin: 10px;}
.quarterleft{float:right; width:280px; margin: 10px;}
.thirdright{float:right; width:680px; margin: 10px;}

#services{float:right; width:480px; margin: 10px; height:760px; background-image: url(Images/notepad.jpg); background-repeat:no-repeat}
#services ul {float:left; padding-left:30px; padding-top:65px; list-style: none;}

#services li {
background: url(Images/bullet.png) 0 center no-repeat;
 color: #000;
 font-family: Tahoma;
 font-size: .95em;
 font-weight: bold;
 line-height: 2em;
 padding-left: 35px;
}
 
.servicesNote
{float:left; width:450px; height:600px; margin-left:20px; margin-top:4px; background-image: url(Images/bpad.png); background-repeat:no-repeat;}
 
.servicesNote p{color:#000;line-height:18px; font-size:14px; margin: 1em 0 1em 0; padding-left:70px;padding-top:15px;}
.servicePadding{margin:5px;padding:5px; width:380px;}
.servicePadding a {color:#8B4513; margin-top:20px; font-weight:700; font-size:12px;}
.servicePadding a:hover, #footer .active a {color: #e8f0f5; margin-top:20px; font-weight:700; font-size:12px;}


#corkBoard
{width:680px; height:520px; background-image: url(Images/Corkboard.jpg); background-repeat:no-repeat}

#form {
	width: 650px;
	border: 2px solid #4C463B;
	padding: 10px;
	margin-top: 1em;
}
#form td{padding:5px;}

#form  a:link,form a:visited {
	color: #4C463B;
	font-size: 10px;
}
#form strong{ margin: 0 0 5px 10px;}
#form a:hover, #form a:active {
	color: #fff;
}
fieldset strong{}
fieldset p {
	color: #4C463B;
	font-size: 10px;
}
fieldset, fieldset:visited {
	border: 1px solid #fff;
	padding: 1em;
	position: relative;
	margin: 0px 0px 10px;
}

fieldset:hover {
	border: 1px solid #4C463B;
}

legend {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

#page{}
#page h3{color:#55ca4a; margin-bottom:0px;}
#page p{margin-top:2px;}


#portfolio{width:960px; padding:10px;}
#portfolio td {padding:10px 5px 10px 5px; vertical-align:top;}
#portfolio h3 {color:#55ca4a;}
#portfolio h5 {color:#0072bc;margin-bottom:0px;}
#portfolio a {color:#0072bc;font-size:80%;margin-top:2px;margin-bottom:0px;}
#portfolio p {margin-top:2px;margin-bottom:0px;}

#clients{}
#clients h3{color:#0072bc;font-size:120%}
#clients h5{color: #55ca4a;margin-left:20px;}