/*

CSS for berkshiretechman.com

*/

body {
	padding-top: 10px;
	background: white url(psycho.jpg);
}

#bodyoutline {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: 1px solid black;
}

/* Start of banner section */

.banner {
	margin: 0;
	padding: 0;
	height: 151px;
	border-bottom: 0 solid black;
}

.banner img {
	width: 800px;
	border-bottom: 0px solid black;
}

#subbanner {
	height: 7px;
	padding: 0;
	margin: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: url(tagline-fade.jpg) repeat-y right;
}

/* End of banner section */

/* Start of navigation menu section */

#navigation-menu {
	clear: both;  /* clears any left or right float in effect */
	float: left;
	width: 110px;
}

#navigation-menu ul {
	clear: left;
	float: left;
	margin: 0 10px 4px 0px;
	padding:0;
}

#navigation-menu ul li {
	list-style: none;
	margin: 0 0 1px 0;
	padding: 0;
}

#navigation-menu ul li a {
	display: block;
	margin: 0;
	padding: 3px 5px;
	text-align: center;
	background-image: url(bluebutton.jpg);
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #0b295a;
	text-decoration: none;
	line-height: 1.3em;
}

#navigation-menu a:active {
	color: white;
}

#navigation-menu a:hover {
	color: white;
	background: #6a93d4;
}

/* End of navigation menu section */

/* Start of content section */

h1 {
	font-family: geneva, verdana, arial;
	font-size: 14pt;
	padding-left: 20px;
	margin: 5px 0 0 0;
	color: #104ba9;
}

h2 {
	font-family: geneva, verdana, arial;
	font-size: 10pt;
	padding-left: 20px;
	margin: 0px 0 0 0;
}

#bodycontent {
	border: 0px solid black;
}

#bodycontent p {
	font-family: geneva, verdana, arial;
	font-size: 10pt;
	color: black;
	text-align: left;
	margin: 0px 0 0 0;
	padding: 10px 20px 5px 20px;
}

#specialties {
	border: 0px solid black;
	margin: 0 0 10px 0;
}

.specialties-image-left {
	float: left;
	margin: 2px 0 0 -13px;
}

.specialties-image-left img {
	height: 100px;
}

.specialties-table {
	float: left;
	padding: 2px 8px 0 8px;
	color: #052e6e;
	font-family: georgia, times;
	font-size: 11pt;
	margin-left: 10px;
}

.specialties-table th {
	padding: 5px 5px 5px 5px;
	font-size: 13pt;
	text-align: left;
	color: black;
}

.specright {
	text-align: center;
	padding: 0 10px 0 10px;
}

.specleft {
	text-align: center;
	padding: 0 10px 0 10px;
}

.specialties-image-right {
	float: right;
	margin: 2px 2px 0 0;
}

.specialties-image-right img {
	height: 100px;
}

.contact-image-right {
	float: right;
	margin: 2px 2px 0 0;
}

.contact-image-right img {
	height: 200px;
}

.pseudo-header {
	font-weight: bold;
}

.serviceimage {
	float: right;
	height: 100px;
	width: 100px;
	margin: 10px 1px 0 0;
}


/* Start of "problems list" section */

/* Two-column formatting */

.colmask {
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
}

.colright,
.colleft {
	float:left;
	width:100%;
}

.problems-left,
.problems-right {
	padding:0 0 1em 0;
	margin: 0 2px 2px 2px;
}

.problems-left {
	float:left;
	width:45%;			/* left column content width */
}

.problems-right {
	float:right;
	width:51%;			/* right column content width */
}

/* End of two-column formatting */

ul.problem-list {
	list-style: none;
	font-family: geneva, verdana, arial;
	font-size: 10pt;
	text-decoration: none;
	margin-top: 6px;
}

ul.problem-list a {
	text-decoration: none;
	color: #104ba9;
}

ul.problem-list a:hover {
	font-weight: bold;
}

ul.prob-list-left {
	text-align: right;
	padding-left: 10px;
}

ul.prob-list-right {
	text-align: left;
	padding-left: 10px;
}

/* End of "problems list" section */

/* Contact Us table styles */

table.contacttable {
	font-family: geneva, verdana, arial;
	font-size: 10pt;
	color: black;
	text-align: left;
	padding: 0 0 10px 10px;
	margin: 20px 0 0 0;
}

#contactdata {
	padding-left: 10px;
}

#contactdata a:hover {
	color: #227C6D;
}

#tightrow {
	line-height: 1.0em;
}

/* End of Contact Us styles */

/* About styles */

#AboutPhoto {		/* Formatting for photo plus caption */
	float: right;
	margin: 10px 1px;
}

#AboutPhoto img {	/* Formatting for photo, only */
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

#AboutPhoto p {	/* Formatting for caption, only */
	font-style: italic;
	font-family: times;
	font-size: 10pt;
	text-align: center;
	padding-top: 0;
}

#resume {
	padding: 0 20px 0 20px;
}

#resume p {
	margin: 0;
	padding-top: 5px;
	font-family: times;
	font-size: 12pt;
	
}

#resume h3 {
	margin: 10px 0 0 0;
	color: #104ba9;
	font-family: times;
	font-size: 13pt;
}

#resume ul {
	margin-top: 5px;
	font-family: times;
	font-size: 12pt;
}

#resume li {
	padding-bottom: 5pt;
}

/* End of About styles */
	
/* Start of Bottom Menu styles */

#bottom-menu {
	float: left:
}

#bottom-menu ul {
	list-style-type: none;
	margin: 5px 0 10px 250px;
	padding: 0;
}

#bottom-menu a {
	padding: 0.2em 0.4em;
}

#bottom-menu a:hover {
	color: #227C6D;
}

#bottom-menu li {
	display: inline;
}

/* End of Bottom Menu styles */

#btm-footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background: #ccc;
	border-top: 1px solid black;
}

#btm-footer p {
	text-align: center;
	font-family: arial;
	font-size: 8pt;
	padding: 2px;
	margin: 0;
}

