/* These are basic styles for the Online Portfolio project */

/* --( Common Elements )-------------------- */
body {
	margin: 0;
	color: #000;
	background: #c4d4a0;
	text-align: center;	/* centers content for IE5/Win */
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
}
html>body { /* be nice to Opera */
	font-size: small;
}

code {
	border: 1px solid #999;
	background: #eee;
	padding: 0 1px;
	font-size: 120%;
}

p {
	padding: 0;
	margin: 1em 0 1em 5px;
}

h2 {
	margin: 5px 0 10px 0;
	font: 170% "Times New Roman", "Times", Serif;
	letter-spacing: -1px;
}

h3 {
	font: normal 115% "Verdana", Sans-Serif;
	letter-spacing: -1px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 20px 0 -5px 0;
}

a {
	text-decoration: underline;
}

a:link, a:visited {
	color: #4682b4;
	background: transparent;
}

a:hover {
	color: #25445f;
}

acronym {
	cursor: help;
}



/* contains all the content of the page  */
#container {
	margin: 0 auto 5px auto;	/* centers content for all "modern" browsers */
	text-align: left;
	width: 700px;
	background: #fff;
	border-left: 2px solid #456;
	border-right: 2px solid #456;
}


/* --( Header/Banner Elements )-------------------- */

#header {
	margin: 0;
	background: #dae0d2 url("../i/head101.jpg") no-repeat;
	height: 80px;
	border-top: 5px solid #a4b991;
}

#header h1 {
	margin: 20px 0 0 10px;
	font: normal 290%/110% "Times New Roman", "Serif";
	letter-spacing: -2px;
}

/* --( Top Navigation Elements )-------------------- */

#topNav {
	border-top: 2px solid #456;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url("../i/menuBK2.jpg") repeat-x top;
}

#topNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#topNav li {
	float: left;
	font-size: 110%;
}

#topNav a, #topNav a:visited {
	display: block;
	padding: 5px 7px;
	text-decoration: none;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: transparent;
}

/* Commented Backslash Hack hides rule from IE5-Mac */
#topNav a {float: none;}
  /* End IE5-Mac hack  */

#topNav a:hover {
	background: #d5e2e3 url("../i/menuBK.jpg") repeat-x top;
	border-bottom-color: #000;
	border-right-color: #000;
}

#topNav p#mDesc {
	color: #000;
	clear: left;
	margin: 0;
	padding: 3px 0 5px 6px;
	background: transparent;
	font: normal 80%/100% "Verdana", Sans-Serif;
}

/* NOTE: highlighted tab styles hardcoded on the HTML pages */

/* --( Main Page styles )----------- */
#main {
	margin: 10px 0 0 0;
	padding: 0 15px;
	clear: left;
	background: #fff;
	float: left;
	width: 465px; /* for IE5/Win */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 435px;
}

html>body #main { /* be nice to Opera */
	width: 435px;
}

#main p, #main ul {
	font: normal 90%/150% "Verdana", Sans-Serif;
}

#main h2 {
	padding-left: 6px;
	border-bottom: 1px solid #b3c0a3;
}




/* --( Sidebar Menu styles )----------------- */

#sidebar {
	float: right;
	margin: 10px 5px 10px 0;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 0 15px;
	background: #ebeee8;
	font: normal 100% Tahoma, "Verdana", Sans-Serif;
	width: 215px; /* for IE5/Win */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 185px;
}

html>body #sidebar { /* be nice to Opera */
	width: 185px;
}

#sidebar p.sectionHeader {
	font: 110% "Times New Roman", Times, Serif;
	border: 1px solid #999;
	padding: 2px 5px;
	background: #dfd;
}

#sidebar ul {
	padding: 0;
	margin: 0 0 10px 0;
}

#sidebar ul ul {
	margin: 0 0 2px 20px;
	padding: 2px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	line-height: 100%;
}

#sidebar li {
	margin-left: 25px;
	list-style: circle;
	line-height: 140%;
}

#sidebar a {
	text-decoration: none;
}

/* --( Footer Styles )---------------------------------- */

#footer {
	clear: both;
	padding: 8px 0;
	background: #dae0d2 url("../i/footerBK.jpg") repeat-x top;
	border-top: 2px solid #456;
	border-bottom: 2px solid #456;
	font: normal 80% "Verdana", "Sans-Serif";
	text-align: center;
}

#footer p {
	margin: 0;
}


/* --( Contact Form styles )------------------------- */

#frmContact table {
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #bbb;
	background: #eee;
}

#frmContact table td, form table th {
  padding:5px 10px;
  border-bottom:1px dotted #bbb;
  font-weight:normal;
  font-size: 90%;
  text-transform: lowercase;
}
  
#frmContact label {
	font-weight: bold;
}

input, textarea, select{
  margin: 1px 0;
  font: 100%/120% "courier new", monaco, monospace;
}

input#btnSubmit {
	font-weight: bold;
	font-size: 100%;
	padding: 2px 0;
}