/* For PHP Portfolio
/*~~~~~~~~~~~~~~~~~~~~ */

/* ********************************************************************** */
/*                              tag styles                                */
/* ********************************************************************** */
body {
	margin: 0;
	padding: 0;
	background: #CCCC99 url(../images/bgPattern.gif) repeat; 
	text-align: center;
	}
img {
	border: none;
	}
p {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em /*15px*/;
	color: #006666;
	}
#contentHeader h2 {
	margin: 8px 10px 0 0;
	padding: 0 0 0 10px;
	float: left;
	color: #006666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	}
#content p.description {
	margin: 15px 0 7px 0;
	font-weight: bold;
	}
#content p.launch {
	font-size: 11px;
	line-height: 13px;
	}
#content p.launch a {
	font-size: 11px;
	color: #CC0099;
	text-decoration: none;
	}
#content p.launch a:hover {
	color: #CC0099;
	font-variant: small-caps;
	}
#copyright p {
	margin: 0;
	padding: 10px 0 0.75em 0;
	color: #006666;
	font-size: 11px;
	}
#copyright span {
	margin: 0;
	padding: 0 0.3em 0 0.3em;
	}
#identity {
	margin: 0 0 1.5em 0;
	padding: 0;
	}
#masterhead h1 {
	margin: 0; 
	padding: 0;
	}
/* navBar from index page */
#navBar {
	margin: 0;
	padding: 2.5em 0 2em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0099;
	letter-spacing: .1em;
	}
#navBar span {
	font-weight: bold;
	}
#navBar a {
	padding: 0 1em 0 1em;
	color: #CC0099;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #E0E0BA;
	}
#navBar a:hover {
	color: #CC0099;
	text-decoration: none;
	border: 1px solid #CC0099;
	}
#navigation {
	color: #CC0099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
#subNavigation {
	color: #CC0099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#subNavigation div.quote {
	margin: 6em 0 0 0;
	padding: 0 0 0 0.2em;
	}
#subNavigation div.quote02 {
	margin: 14em 0 0 0;
	padding: 0;
	}
#subNavigation div.quote p {
	font-size: 11px;
	}
#subNavigation img.quote {
	margin: 23em 0 0 0;
	padding: 0 0 0 0.2em;
	}
#subNavigation #myMenu ul li span.current {
	text-decoration: none;
	color: #006666;
	}
#subNavigation ul li span.current {
	color: #006666;
	font-size: 11px;
	border-bottom: none;
	border-top: none;
	}
#subNavigation ul li a.current {
	color: #006666;
	font-size: 11px;
	border-bottom: none;
	border-top: none;
	}
#subNavigation li a {
	color: #CC0099;
	font-size: 11px;
	text-decoration: none;
	}

#subNavigation li a:hover {
	text-decoration: underline;
	}
 
/* ********************************************************************** */
/*                               Contact Form                             */
/* ********************************************************************** */
#contact {
	margin: 0;
	padding: 0;
	}
table.contactForm {
	margin: 0;
	padding: 0;
	width: 460px;
	border: 0;
	}
table.contactForm td.message {
	margin: 0;
	padding: 0.5em 0 0.75em 0;
	height: 25px;
	text-align: center;
	}
table.contactForm span.errortext {
	color: #CC0099;
    }
table.contactForm td.titles {
	width: 30%;
	margin: 0;
	padding: 0 0 0.5em 0;
	vertical-align: top;
	}
table.contactForm td.titles p {
	margin: 0;
	padding: 0;
	}
table.contactForm td.fields {
	width: 70%;
	margin: 0;
	padding: 0 0 0.5em 0;
	vertical-align: top;
	}
table.contactForm td.submitBtn {
	height: 21px;
	margin: 0;
	padding: 1em 0 0 0;
	vertical-align: top;
	}
#confirmation {
	margin: 0;
	padding: 4em 0 0 0;
	width: 579px;
	text-align: center;
	}
#confirmation p.title {
	padding: 0 0 1em 0;
	font-size: 14px;
	font-weight: bold;
	}
/************************** contact02.php ******************************/
#contactform {
	margin: 2em 0 0 1.25em;
	padding: 0;
	}
#contactusform {
	margin: 0;
	width: 580px;
	}
#contactusform td {
	margin: 0;
	padding: 0 0 0.5em 0;
	}
#contactusform label {
	font-weight: bold;
	}
#contactusform span.warning {
	color: #CC0099;
	}
#email, #lname, #name, #reference {
	width: 220px;
	}
#message {
	width: 515px;
	height: 125px;
	}
/***********************************************************************/
/*                             LINKS                                   */
/***********************************************************************/

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #006666;
	text-decoration: none;
	}
a:hover {
	color: #CC0099;
	text-decoration: none;
	}
a.underline {
	text-decoration: underline;
	}
a:hover.underline {
	text-decoration: none;
	}
