/* Style sheet */

/* stylistic elements */

body {
	margin: 10px 0 0 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #333;
	text-align: center;
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	scrollbar-face-color: #333366;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-shadow-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #FFF;
}

strong {
	font-size: 9pt;
	font-weight: bold;
	color: #000;
}

h1 {
	margin: 5px 0 0 20px;
	padding: 0;
	font-size: 11pt;
	font-weight: bold;
	color: #000;
	text-align: left;
}

h2 {
	margin: 0 auto;
	padding: 0;
	font-size: 14pt;
	font-weight: bold;
	color: #333366;
	text-align: left;
}

#titlebar h2 {
	margin: 6px 13px 0 0;
	font-size: 9px;
	font-weight: bold;
	color: #333366;
	text-align: right;
}

h3 {
	margin: 5px 0 0 20px;
	padding: 0;
	font-size: 9pt;
	font-weight: bold;
	color: #333366;
	text-align: left;
}

h4 {
	margin: 15px 0 -10px 20px;
	padding: 0;
	font-size: 9pt;
	font-weight: bold;
	color: #333366;
	text-align: left;
}

p {
	margin: 10px 50px 5px 20px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-align: justify;
}

#projects1 p {
	margin: 5px 50px 5px 20px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-align: justify;
}

#nav p {
	margin: 0;
	padding: 3px 0 3px 0;
	font-size: 8px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}

#office1 p {
	margin: 5px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-align: justify;
}

.cent {
	text-align: center;
}

b {
	font-weight: bold;
}

b.lined {
	font-weight: bold;
	text-decoration: underline;
}

form {
	margin: 0 auto;
	padding: 0 auto;
}

input {
	margin: 0 auto;
	padding: 1px;
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	background: #FFF;
	color: #000;
 	border-right-width: 1px;
  border-right-color: #0e3951;
  border-right-style: solid;
 	border-top-width: 1px;
  border-top-color: #0e3951;
  border-top-style: solid;
 	border-left-width: 1px;
  border-left-color: #0e3951;
  border-left-style: solid;
 	border-bottom-width: 1px;
  border-bottom-color: #0e3951;
  border-bottom-style: solid;
}

textarea {
	margin: 0;
	padding: 1px;
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	background: #FFF;
	color: #000;
 	border-right-width: 1px;
  border-right-color: #0e3951;
  border-right-style: solid;
 	border-top-width: 1px;
  border-top-color: #0e3951;
  border-top-style: solid;
 	border-left-width: 1px;
  border-left-color: #0e3951;
  border-left-style: solid;
 	border-bottom-width: 1px;
  border-bottom-color: #0e3951;
  border-bottom-style: solid;
}

select {
	margin: 0;
	padding: 1px;
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	background: #FFF;
	color: #000;
 	border-right-width: 1px;
  border-right-color: #0e3951;
  border-right-style: solid;
 	border-top-width: 1px;
  border-top-color: #0e3951;
  border-top-style: solid;
 	border-left-width: 1px;
  border-left-color: #0e3951;
  border-left-style: solid;
 	border-bottom-width: 1px;
  border-bottom-color: #0e3951;
  border-bottom-style: solid;
}

img {
	margin: 0 auto;
	padding: 0;
	border: 0;
	align: left;
}

em {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-style: normal;
}

#home1 li {
	margin: 0 auto;
	padding: 0;
	font-size: 8pt;
	text-align: left;
	line-height: 17px;
	color: #666;
}

li {
	margin: 0 auto;
	padding: 0;
	font-size: 8pt;
	text-align: left;
	color: #666;
}

ul {
	margin: 0 50px 0 0;
	padding: 0 0 0 50px;
	font-size: 8pt;
	text-align: left;
	list-style-type: square;
	color: #666;
}

#left ul {
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 8pt;
	text-align: left;
	color: #666;
}

#left ul li {
	margin: 0 0 2px 0;
	list-style-image: url(images/arrow_light.jpg);
}

#left ul ul li {
	list-style-image: url(images/arrow_light2.jpg);
	color: #999;
}

iframe {
	overflow-x: hidden;
	overflow-y: scroll;
}

table {
	margin: 10px 0 5px 20px;
	padding: 0;
	font-size: 9px;
	font-weight: normal;
	color: #666;
	text-align: left;
}

/* divs */


#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: center;
}

#container {
	float: left;
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#main {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: center;
 	border-right-width: 1px;
  border-right-color: #0e3951;
  border-right-style: solid;
 	border-top-width: 1px;
  border-top-color: #0e3951;
  border-top-style: solid;
 	border-left-width: 1px;
  border-left-color: #0e3951;
  border-left-style: solid;
 	border-bottom-width: 1px;
  border-bottom-color: #0e3951;
  border-bottom-style: solid;
}

#logo {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	height: 70px;
	width: 207px;
	text-align: left;
	background: #FFF;
}

#nav {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	height: 19px;
	width: 693px;
	text-align: left;
	background: #000;
}

#white {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	height: 51px;
	width: 693px;
	text-align: left;
	background-color: #FFF;
	background-image: url(images/servicestab.jpg);
	background-repeat: no-repeat;
	background-position: 31% 100%;
}

#left {
	float: left;
	margin: 0 0 0 0;
	padding: 25px 0 0 11px;
	height: 360px;
	width: 176px;
	text-align: left;
	background: #e0e8ec;
 	border-right-width: 1px;
  border-right-color: #000;
  border-right-style: solid;
}

#titlebar {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	height: 23px;
	width: 712px;
	text-align: left;
	background: #fff2be;
}

#home1 {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	height: 362px;
	width: 492px;
	text-align: left;
	background: #FFF;
	overflow-y: scroll;
	overflow-x: hidden;
}

#projects1 {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	height: 362px;
	width: 492px;
	text-align: left;
	background: #FFF;
	overflow: auto;
}

#links1 {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	height: 362px;
	width: 492px;
	text-align: left;
	background: #FFF;
	overflow: auto;
}

#prof1 {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	height: 362px;
	width: 712px;
	text-align: left;
	background: #FFF;
	overflow: auto;
}

#office-orig {
	float: left;
	margin: 20px 0 0 20px;
	padding: 0;
	height: 140px;
	width: 200px;
	text-align: left;
	background: #F5F5F5;
}

#office1 {
	float: left;
	margin: 7px 0 0 20px;
	padding: 0;
	height: 55px;
	width: 460px;
	text-align: left;
	background: #F5F5F5;
}

#contact1 {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	height: 362px;
	width: 246Px;
	text-align: left;
	background: #FFF2BE;
	overflow: auto;
}

#contact2 {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 362px;
	width: 246Px;
	text-align: left;
	background: #FFF;
	overflow: auto;
}

#pic {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	height: 361px;
	width: 220px;
	text-align: left;
	background: #FFF;
	overflow: auto;
 	border-bottom-width: 1px;
  border-bottom-color: #FFF;
  border-bottom-style: solid;
}

#longblock {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	height: 362px;
	width: 712px;
	text-align: left;
	background: #FFF;
	overflow: auto;
}

#bottombar {
	float: left;
	margin: 0 0 0 0;
	padding: 4px 0 0 25px;
	height: 18px;
	width: 875px;
	font-size: 7.5pt;
	text-align: left;
	color: #FFF;
	background: #000;
	overflow: auto;
}

#logobottom {
	float: left;
	font-family: Arial;
	margin: 0 0 0 0;
	padding: 0;
	height: 50px;
	width: 450px;
	text-align: left;
	font-size: 7pt;
	color: #999;
}

#credits {
	float: left;
	font-family: Arial;
	margin: 5px 0 0 0;
	padding: 0;
	height: 50px;
	width: 450px;
	text-align: right;
	font-size: 7pt;
	color: #999;
}

#eXTReMe {
	float: left;
	font-family: Arial;
	margin: 0 0 0 0;
	padding: 0;
	height: 0;
	width: 50px;
	text-align: left;
	font-size: 7pt;
	color: #999;
	overflow: hidden;
}


/* links */


#credits a:link, #credits a:visited, #credits a:active {
	font-size: 7pt;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}

#credits a:hover {
	font-size: 7pt;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#nav a:link, #nav a:visited {
	padding: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#nav a:active, #nav a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background: #ffcc00;
}

#bottombar a:link, #bottombar a:visited {
	font-size: 7.5pt;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

#bottombar a:active, #bottombar a:hover {
	font-size: 7.5pt;
	font-weight: normal;
	color: #ffd108;
	text-decoration: none;
}

#left a:link, #left a:visited, #left a:active {
	font-size: 9px;
	font-weight: normal;
	color: #333366;
	text-decoration: none;
}

#left a:hover {
	font-size: 9px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#prof1 a:link, #prof1 a:visited, #prof1 a:active {
	font-size: 11px;
	font-weight: bold;
	color: #333366;
	text-decoration: underline;
}

#prof1 a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#titlebar a:link, #titlebar a:visited, #titlebar a:active {
	padding: 0 4px 0 0;
	font-size: 9px;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
 	border-right-width: 1px;
  border-right-color: #a69b71;
  border-right-style: solid;
}

#titlebar a:hover {
	font-size: 9px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
 	border-right-width: 1px;
  border-right-color: #a69b71;
  border-right-style: solid;
}

#links1 a:link, #links1 a:visited, #links1 a:active {
	font-size: 12px;
	font-weight: normal;
	color: #333366;
	text-decoration: underline;
}

#links1 a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#office1 a:link, #office1 a:visited, #office1 a:active {
	font-size: 11px;
	font-weight: normal;
	color: #333366;
	text-decoration: none;
}

#office1 a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

a:link, a:visited, a:active {
	font-size: 11px;
	font-weight: normal;
	color: #333366;
	text-decoration: underline;
}

a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
