/* Zero out margin and padding */
@import url(undohtml.css);

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #E8EEEC;
	padding-top: 0px;
	padding-bottom: 10px;
}

/* Text Color */
h1, h2, h2.pageTitle, h3,
#main strong, #main dl dt { 
	color: #0000AA;
}

/* Sizing */
h1 { font-size: 150%; }
h2 { font-size: 120%; }

/* Layout & Panel Positioning*/
#frameLayout {
	position: relative;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 800px;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	border-top-width: 0;
}
#frameLayout div {
}

#header {
	height: auto;
	background-color: white;
	padding-bottom: 0px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #EBEFF2;
}
#header p.logo {
	width: auto;
	text-align: center;
}
#header p.logo a {
	color: black;
	font-weight: bold;
}
#header p.logo img {
	vertical-align: top;
}


/* frameMain around main, footer, subfooter */
#frameMain {
	padding: 20px 0 10px 0;
	width: 100%;
	position: relative;
	background-image: url(../images/ShellMar_Consulting_Bg01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #4A6EAB;
}
#main {
	margin-top: 0px;
	margin-bottom: 0.0em;
	margin-left: 15px;
	margin-right: 20px;
	width: 575px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
#footer {
	margin-top: 10px;
	margin-bottom: 0.0em;
	margin-left: 10px;
	margin-right: 20px;
	padding: 10px 0 0px 0;
	height: auto;
	font-size: 85%;
	position: relative;
	width: 580px;
}

#navPanel {
	width: 180px;
	padding-top: 10px;
	position: absolute;
	top: 20px;
	right: 15px;
	background-image: url(../images/Nav_Panel_Top_Bgr_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Navigation Panel */
#navPanel ul.nav {
	width: auto;
	background-color: #0000AA;
	border-top: 0px solid #C0C0C0;
	background-image: url(../images/PageTitle_Bgr_Top_01.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#navPanel ul.nav li {
	width: 180px;
	padding: 0px 0;
	border-bottom: 0px solid #C0C0C0;
	background-image: none;
	background-repeat: repeat-x;
	background-position: center center;
}
#navPanel li#contact {
	border-bottom: 0px solid #C0C0C0;
}
#navPanel ul.nav li a {
	color: #F0F0F0;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 12px 50%;
	width: 160px;
	display: block;
}
#navPanel ul.nav li a:hover {
	text-decoration: underline;
}

/* Main: content area */
#main {
}

#main h2 {
	margin-top: 2.00em;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 1.00em;
	width: auto;
	background-color: #DDE2E8;
	padding: 10px;
	background-image: url(../images/H2_Bgr_Top_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main h2.first {
	margin-top: 0.00em;
}
#main h2.pageTitle {
	margin-top: 0em;
	margin-bottom: 2em;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	text-align: right;
	width: auto;
	font-weight: bold;
	font-size: 120%;
	background-color: #0000AA;
	color: #F0F0F0;
	background-image: url(../images/PageTitle_Bgr_Top_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#main h3 {
	margin-top: 2.00em;
	margin-left: 20px;
	margin-right: 20px;
}

#main p {
	margin: 0.00em 20px 1.00em 20px;
	line-height: 1.50;
}
#main p.first {
	margin-top: 1.00em;
}

#main strong {
}

#main ol {
	margin-left: 4.00em;
	margin-right: 4.00em;
}
#main ol li {
	margin: 0.75em 0 0.75em 1.00em;
	list-style-type: decimal;
}

#main ul {
	margin-left: 2.00em;
	margin-right: 2.00em;
}
#main ul li {
	margin: 0.75em 0 0.75em 1.00em;
	list-style-position: outside;
	list-style-image: url(../images/nav_bullet_red_1.gif);
	list-style-type: square;
}

#main a {
	color: blue;
	text-decoration: underline;
}

/* Home Page */

/* Testimonials */
#main blockquote {
	margin-top: 1.00em;
	margin-bottom: 3.00em;
}
#main blockquote p {
	margin-bottom: 0.25em;
}

#main blockquote cite {
	margin-left: 2.00em;
	display: block;
}

/* SubFooter Panel */
#footer {
}
#footer p {
	width: auto;
	text-align: center;
}
#footer p.contactInfo {
	font-size: 120%;
	padding: 2px;
	margin: 0px 0px 2.00em 0px;
	font-weight: bold;
	line-height: 2.00;
	text-align: center;
}
#footer p.contactInfo a {
	color: black;
} 
#footer p.contactInfo a:hover {
	color: blue;
	text-decoration: underline;
} 
#footer p.copyright {
	margin-bottom: 20px;
} 
#footer p.designCredit a {
	font-size: 90%;
	color: #6F6F6F;
}
#footer p.designCredit a:hover {
	color: blue;
	text-decoration: underline;
}
#footer img.callCard {
	position: absolute;
	top: -82px;
	left: -46px;
	z-index: 100;
}

span.pdf {
	font-family: "Courier New", Courier, mono;
	font-size: 100%;
	color: #9A2420;
	font-weight: bold;
}

/* Image placement */
img.topLeft {
	float: left;
	padding: 0 10px 10px 0;
}
img.topRight {
	float: right;
	padding: 0 0 10px 10px;
	clear: right;
}
img.relRight {
	position: absolute;
	right: 20px;
}
.clearFix {
	clear: both;
}
.fixHeight {
	height: 300px;
}


/* Portfolio Page */
#main div.citationNote {
	border: 1px solid #DDE2E8;
	padding: 10px;
	clear: both;
	margin: 1.00em 20px 2.00em 20px;
	background-color: #FFFFFF;
	width: 512px;
}
#main div.citationNote img {
}
#main div.citationNote p {
	margin-left: 0.00em;
	margin-top: 0.00em;
}
#main div.citationNote h2 {
	margin-left: 0.00em;
	margin-top: 0.00em;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: none;
}

#navPanel div.note {
	border: 1px solid #0000AA;
	padding: 5px;
	clear: both;
	margin: 3.00em 0px 3.00em 0px;
	background-color: #FFFFFF;
	font-size: 9pt;
}

#main table.notes {
	border: 1px solid #0000AA;
	background-color: #FFFFFF;
	margin: 0 20px 0 20px;
	margin-top: 2.00em;
}
#main table.notes tr.title td {
	background-color: #0000AA;
	padding: 10px;
	text-align: center;
	width: 100%;
	vertical-align: middle;
	background-image: url(../images/PageTitle_Bgr_Top_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main table.notes tr.title td h2 {
	background-color: transparent;
	background-image: none;
	color: #FFFFFF;
	padding: 0px;
}

#main table.notes th, main table.notes td {
	width: 50%;
}
#main table.notes th.left, #main table.notes td.left {
	border-right: 1px solid #0000AA;
}
#main table.notes th {
	padding: 10px;
	text-align: left;
}
#main table.notes td {
	vertical-align: top;
}
#main table.notes h2 {
	margin: 0;
}
#main table.notes h3 {
	margin: 0;
}
#main table.notes {
}

#main table.twoCol {
	width: 80%;
	margin: 0 auto 2.00em auto;
}
#main table.twoCol td {
	width: auto;
	vertical-align: top;
}

#main .services p {
	margin-left: 30px;
	margin-bottom: 0.50em;
}

.imgCard {
	margin-top: 2.00em;
}
