@charset "utf-8";
/* CSS Document */

/******************************************************************************

Main stylesheet for the new Chris McIntosh Design site, 2007/08
www.chrismcintoshdesign.com

Styling for specific sections of the site is contained is separate css files
in the directory "/styles"

Copyright 2007 Chris McIntosh
chris@chrismcintoshdesign.com

******************************************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;

}

h1 {
	text-align: right;
	background-color: #cccccc;
	color: #000000;
	font-size: 1.4em;
	font-weight: normal;
	background-image: url("/pix/wedge.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 15px 0px 0px;
	padding-top: 0.2em;
	padding-right: 0.4em;
	padding-bottom: 0.2em;
	padding-left: 215px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0b0b0;

}

h2 {
	color: #FF6600;
	font-size: 1.3em;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #666666;
}

a{
}
a:link {

}
a:visited {

}
a:active {

}
a:hover {
	color: #FF0000;
	text-decoration: none;


}

hr {
	background-color: #cccccc;
	color: #cccccc;
	border: none;
	height: 0.4em;
	width: 100%;
	margin: 0em 0px;
	padding: 0px;

}

/*-----------------------------------------------------------------------------
	CUSTOM CLASSES AND IDS
	
	Styles are in roughly the same order in which they appear
	in the page code.
	
-----------------------------------------------------------------------------*/

#branding {
	text-align: left;
	vertical-align: top;
	height: 170px;



}

#topLine {
	background-color: #5f5f5f;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;



}

#featurePanel { /* Main pictorial panel at the top of each page. See also separate css files in the "/styles" folder */
	background-color: #c2c2c2;
	height: 120px;

}

#nameBar {
	height: 36px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url("/pix/nameBar_bg.gif");
	text-align: left;
	vertical-align: top;





}


#nav {
	background-color: #a0a0a0;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	background-image: url("/pix/logoSmall.gif");
	background-repeat: no-repeat;
	background-position: center bottom;





}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;


}

#nav li {
	margin: 0px;
	padding-top: 0.4em;
	padding-right: 1.2em;
	padding-bottom: 0.4em;
	padding-left: 16px;
	background-color: #6d6d6d;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A0A0A0;


}

#nav a {
	text-decoration: none;


}

#nav a:link {
	color: #FFFFFF;


}
#nav a:visited {
	color: #FFFFFF;


}
#nav a:active {
	color: #FFCC00;


}
#nav a:hover {
	color: #FFCC00;


}

#nav .submenu {
	background-color: #5F5F5F;
	font-size: 0.8em;



}

#content {
	text-align: center;
	vertical-align: top;


}

#wrapper {
	width: 85%;
	max-width: 65em;
	text-align: left;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	padding: 0px;


}
.breadcrumbs {
	font-size: 0.8em;
	margin: 4px 0px 0px;
	padding: 0px;
	color: #aaaaaa;
	text-align: right;



}
.breadcrumbs a {
	color: #9999bb;
	text-decoration: none;
}
.breadcrumbs a:link {
	color: #9999bb;
}
.breadcrumbs a:visited {
	color: #bb9999;
}
.breadcrumbs a:active {
	color: #bb9999;
}
.breadcrumbs a:hover {
	color: #FF0000;
}
.featureTable1 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #bbbbbb;
	border-left-color: #bbbbbb;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;




}

.featureTable1 TH {
	background-color: #dddddd;
	font-weight: bold;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #bbbbbb;
	border-bottom-color: #bbbbbb;


}
.featureTable1 TD {
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #bbbbbb;
	border-bottom-color: #bbbbbb;


}

.featureTable2 {



}
.featureTable2 TH {
	background-color: #d5d5d5;
	font-weight: bold;
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 1em;
	color: #000000;
	font-size: 0.8em;
	border: 1px solid #bbbbbb;




}
.featureTable2 TD {
	font-size: 0.8em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	padding: 1.0em;
	border: 1px solid #D5D5D5;





}
.featureTable2 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.4em;




}
.featureTable2 li {
	margin: 0.6em 0px 0px;


}

.tinyText {
	font-size: 0.7em;
	color: #aaaaaa;
	text-align: center;



}

.smaller {
	font-size: 0.9em;
	color: #999999;
}
.samplesTable {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;


}
.samplesTable tr {

}
.samplesTable th {

}
.samplesTable td {
	text-align: left;
	vertical-align: top;
	padding: 1.2em 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;


}

.floatLeft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

#pageTopLink {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;

}
#pageTopLink a {
	text-decoration: none;

}
#pageTopLink a:link {
	color: #5C98DA;

}
#pageTopLink a:visited {
	color: #5C98DA;

}
#pageTopLink a:active {
	color: #FF0000;

}
#pageTopLink a:hover {
	color: #FF0000;

}

#footerlinks {
	font-size: 0.8em;
	text-align: center;
	color: #999999;

}
#footerlinks a{
	text-decoration: none;
}

#footerlinks a:link {
	color: #5C98DA;

}
#footerlinks a:visited {
	color: #B061E0;

}
#footerlinks a:active {
	color: #FF0000;

}
#footerlinks a:hover {
	color: #FF0000;

}

#footer {
	font-size: 0.7em;
	color: #888888;
	text-align: center;


}

.FeatureTable1 label {
font-size: small;
float:left;
font-weight:bold;
width:15em;
}

.FeatureTable1 span {
font-size: small;
}

.FeatureTable1 textarea {
width: 350px;
height: 150px
}

.center {
text-align: center;
margin:0 auto;
}




