/* DESTREZA SITE V2 */

/* css Zen Garden submission 020 - 'Friendly Beaches' by Sophie G - www.sophie-g.net */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */

/* old site colors: #990000 = dark red; #EFE1BC = parchment; #333399 (actually: #2122B0 ) = blue; #8EE409 = green; #E8B775 = parchment borders; #D6D2C8 = gray */
/* #FFD800 = yellow */

/* -----------------Background----------------- */
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	font-family:  Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
}

#container {
	background-color: #EFE1BC; /* parchment */
	border: 1px solid #E8B775; /* darker parchment */
	padding: 0px;
	margin: 0px;
}

/* -----------------Page Header----------------- */
#logo p.lo {
	position: absolute;
	right: 12px;
	top: 0px;
	width: 150px;
	height: 150px;
	background-image: url(images/logo_2in_wb.gif);
	background-repeat: no-repeat;
}
#pageHeader {
	background-color: #990000; /* red */
}
#pageHeader p.ti {
	height: 50px;
	margin: 15px 0px 0px 0px;
	padding: 6px 20px 2px 6px;
	text-align: left;
	font-size: 200%;
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	background-position: 0% 0px;
	background-color: #990000; /* red */
}
#quote h1 {
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 3px 3px;
	text-align: center;
	
	font-size: 120%;
	color: #FFFFFF;
	background-color: #990000; /* red */
}
#objective p.ob {
	height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 3px 20px 6px 6px;
	text-align: left;
	
	font-size: 100%;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 50% 100%; 
	background-color: #000000;	
}
#objective p.p1 span {
	display: block;
	padding: 3px;
}
/* -----------------Menu Alt----------------- Reg menu in style3 page */
#linkList {
	top: 170px;
	font-size: 100%;	
	position: absolute;
	right: 20px;
	width: 150px;
	border: 2px solid #333399; /* blue */
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF; /* was light blue #CCCCCC*/
}
#linkList h3 {
	color: #000066;
}
#linkList ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
} 
#linkList li {
	padding: 1px 2px 1px 2px; /* top right bottom left */
	margin-bottom: 0px;
}
#linkList li:hover {
	padding: 0px 1px 0px 1px;
	border: 1px dotted #333399;
	background-color: #EFE1BC;
}
#linkList li.li2 {
	padding: 1px 2px 1px 15px;
	font-size: 90%;
	margin-bottom: 0px;
}
#linkList li.li2:hover {
	padding: 0px 1px 0px 14px;
	font-size: 90%;
	border: 1px dotted #333399;
	background-color: #EFE1BC; /* was darker blue A4ACB3 */
}
#linkList a:link, #linkList a:visited {
	padding-left: 2px;
	font-weight: bold;
	color: #333399;
}
#linkList a:hover, #linkList a:active {
	padding-left: 2px;
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}
/* -----------------Footer----------------- */
#footer {
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 15px 0px 3px 0px; /* top right bottom left */
	font-size: 80%;
	
}
/* -----------------Content----------------- */
strong {font-weight: bold;}
b {font-weight: normal;} /* Meant to work with the colors */
p {padding: 1px 5px 5px 5px;}
a {text-decoration: underline;
	color: #333399;}
.sm {font-size: 80%;}
.js {text-align: justify;}
.qt {padding: 10px 20px 2px 60px;}
		/* ----------Text Colors----------- */
.rd {color: #990000;} /* red */
.bl {color: #333399;} /* blue */
.wh {color: #FFFFFF;} /* white */
.bk {color: #000000;} /* black */
		/* ----------Headers----------- */
h1 {font-size: 175%;
	font-weight: bold;
	color: #990000;
	font-variant: small-caps;
	background-color: #FFFFFF;
	border-bottom: 1px solid #990000;
	padding: 5px 30px 1px 2px;
	text-align: left;}
h2 {font-size: 175%;
	font-weight: bold;
	color: #333399;
	font-variant: small-caps;
	background-color: #FFFFFF;
	border-bottom: 1px solid #333399;
	margin: 0px;
	padding: 5px 30px 1px 2px;
	text-align: left;}	
h3 {font-size: 150%;
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;}
h4 {font-size: 125%;
	font-weight: bold;
	color: #990000;
	font-variant: small-caps;}
h5 {font-size: 100%;
	font-weight: bold;
	color: #333399;
	font-variant: small-caps;}
/* -----------------Content Areas----------------- */
#content {
	top: 160px;
	margin: 20px 14em 20px 2em; /* top right bottom left */
	padding: 0px 5px 5px 5px;
	background-color: #FFFFFF;
	border: 1px solid #E8B775;
}
#content p:first-letter, #content1 p span:first-letter {
	color: #990000;
	font-size: 130%;
	font-weight: bold;
	margin: 0px 2px 0px 0px;
}
#contentLong, #contentLeft, #contentLeft2, #contentRight1, #contentRight2 {
	border: 2px solid #FFFFFF;
	padding: 0px 0px 0px 0px;
}
#contentLong {
	margin: 10px 2em 10px 2em;
}
#contentLeft {
	top: 160px;
	margin: 20px 1em 20px 2em;
	padding: 0px 5px 5px 5px;
	background-color: #FFFFFF;
	border: 1px solid #E8B775;
	float: left;
	width: 45%;
}
#contentRight1 {
	margin: 20px 1em 20px 0em;
	float: left;
	width: 30%
}
#contentRight2 {
	margin: 15px 2em 10px 37%;
}
#contentLeft2 {
	margin: 10px 14em 10px 2em;
}