﻿/*
	Author: Tammy Jo Carpenter
	Date: 11/20/09
	Filename: main.css
*/

body                   {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	background-color: #036;
	width: 80%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a {
	color: #003366;
}
a:hover{
	text-decoration:none;
}

#container 			   {
	padding: 0;
	border: 2px solid #999;
	width: 100%;
	min-width: 800px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
}

#head                  {
	width: 100%;
	height: 100px;
	overflow: hidden;
	background-image: url(images/bgd_head_300_new.JPG);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFF;
	text-align: left;
	padding-left: 0px;
	min-width: 790px;
}

#links                 {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#links ul              {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#links li              {
	float: left;
	font-size: 14px;
	color: white;
	text-align: center;
	width: 100%;
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#links a               {display: block; color: white; text-decoration: none;
                        background: url(images/left.jpg) no-repeat 0% 50%; padding: 4px 15px}
#links a:hover         {
	color: #CCC;
}

#mainContent           {
	width: 100%;
	min-width: 800px;
	padding-bottom: 10px;
	background-image: url(images/bgd_content_new.JPG);
	background-repeat: no-repeat;
	background-position: right top;
}

#leftColumn            {
	width: 16%;
	float: left;
	font-size: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 6px;
}

#rightColumn           {
	width: 80%;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: small;
	float: left;
	padding-right: 5px;
	padding-left: 10px;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
}
#rightColumn h1        {
	font-size: x-large;
	text-align: left;
	letter-spacing: 2px;
	margin-top: 20px;
	margin-bottom: 0px;
	color: #003366;
	font-variant: normal;
}
#rightColumn h3 {
	color: #CCC;
	text-align: center;
	background-image: url(images/h3_right.jpg);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
#rightColumn h3 a               {
	display: block;
	text-decoration: underline;
	padding: 4px 15px;
	background: url(images/h3_left.jpg) no-repeat 0% 50%;
}
#rightColumn h3 a:hover               {
	display: block;
	padding: 4px 15px;
	background: url(images/h3_left.jpg) no-repeat 0% 50%;
	text-decoration: none;
}
						
#rightColumn p         {
	text-align: left;
	margin-bottom: 0px;
	font-size: small;
}
.pedegree {
	border: thin solid #000;
}
.photo {
	border: thin solid #000;
}


#footer                {
	clear: left;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	padding: 5px 0px 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
}

#footer ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#footer li {
	display: inline;
}
#footer a {
	text-decoration: none;
	padding: 5px;
	color: #003366;
}
#footer a:hover {
	text-decoration: underline;
}
.ReverseText {
	color: #CCC;
	text-align: center;
}
.portfolio img{
	border: thin solid #999;
	padding: 2px;
}
#rImage {
	border: thin solid #000;
	}
