@import url('./menu.css');

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blickquote, th, td 
{margin: 0; padding : 0;}

/*Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 
{font-size: 100%;}

/* Removes list-style from lists */
ol, ul
{list-style:none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style:normal;}

/* Removes borders */
table
{border-collapse: collapse; border-spacing: 0;}

/* Removes border from fieldset and img */
fieldset, img
{border: 0;}

/* Left-aligns text in caption and th */
caption, th
{text-align: left;}

/* Removes quotation marks from q */
q:before, q:after
{content: '';}


body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/oxfordbggrad.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align:center;
	margin: 0px;
	padding: 0px;
	
}

div#branding {
	position: relative;
	height: 95px;
	width: 802px;
	border-bottom: solid #0a5542 1px;
}

div#branding blockquote {
	position: absolute;
	left: 500px;
	top: 55px;
	width: 239px;
	height: 20px;
	background: transparent url(images/servestag.gif) no-repeat;
	text-indent:-9999px;
	}
div#branding p#number {
	float: right;
	margin-top: 50px;
	margin-right: 28px;
	margin-left: 0px;
	font-size: 16px;
	color: #963D94;
	font-family: Arial, "Times New Roman", Times, serif;


}
div#nav_main {
	position: absolute;
	top: -44px;
	left: -162px;
	height: 100%;
	width: 161px;
	background: #0a5542;
}

div#footer {
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: -169px;
	width: 800px;
	height: 35px;

}


h1 {
	position:absolute;
	left: 7px;
	top: 0px;
	width: 161px;
	height: 73px;
	background: transparent url(images/logo.gif) no-repeat;
	text-indent:-9999px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	color: #963D94;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 20px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #963D94;
	line-height: 12px;
	margin-left: 30px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin-left: 30px;
	margin-right: 10px;
	margin-top: 20px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	
}

.footerLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 5px;

}

.footerRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0A5542;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 5px;

}
.bottom {
	background:url(images/tablebgbtm.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 800px;

}

.pictures {
	border: solid 1px #0a5542; 
	float:right;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.servicespictures {
	border: solid 1px #0a5542; 
	float:right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-left: 30px;
	margin-right: 50px;
	margin-bottom: 10px;
	
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993399;
	text-decoration: underline;
}
a:link {color: #993399;}
a:visited {color: #993399;}
a:hover {color: #cc99cc;}
a:active {color: #ACBECF;}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 52px;
	margin-right: 100px;
	margin-bottom: 10px;
	list-style-type: disc;	
	list-style:outside;
	line-height: 16px;
	margin-bottom: 10px;
}

#nav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 10px 4px 10px 15px;
	list-style-type: none;	
	margin-bottom: 18px;
}

#nav li {
	padding-bottom:4px;
}

a.nav {
	text-decoration: none;
}
a.nav:link {color: #FFFFFF;}
a.nav:visited {color: #FFFFFF;}
a.nav:hover {color: #9cbe9f;}
a.nav:active {color: #FFFFFF;}

a.foot {
	text-decoration: none;
	font-size:9px;
}
a.foot:link {color: #0a5542;}
a.foot:visited {color: #0a5542;}
a.foot:hover {color: #9cbe9f;}
a.foot:active {color: #0a5542;}