@charset "UTF-8";
/* CSS Document */


/*body*/ {
	background-image:url(../images/bg3.jpg);
	background-position:0 -100;
	background-repeat:no-repeat;
	background-color:#000000;
	background-attachment:scroll;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}

body {
	background-image:url(../images/bgGreyBlack.gif);
	background-repeat:repeat;
	background-color:#000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}

.oneColLiqCtrHdr #container {
	width: 850px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:center;

}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align:center;
	height:90px;
	background-image:url(../images/HeaderBackArc.png);
	background-repeat:no-repeat;
	background-position:center;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border:#00FF00;
	min-height:500px;
}
h2
{
color: #CCCCCC;
margin-bottom:0;
display:block;
background-image:url(../images/H3BackArc.png);
background-repeat:no-repeat;
background-position:bottom;
font-family: "Myriad Pro", Helvetica, Verdana, Arial, sans-serif;
}

.oneColLiqCtrHdr #mainContent p
{
color:#FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:none;
} 
.oneColLiqCtrHdr #footer p 
{
	font-family:"Myriad Pro", Helvetica, Verdana, Arial, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#666666;
	font-size:9px;
	text-align:center;
}
div.NavBlock
{
width:250px;
height:200px;
float:left;
margin:9px;
background:#333333;
text-align: left; /* this overrides the text-align: center on the body element. */
display:block;
}

div.NavBlock a:hover
{
color:#FFCC00;
text-decoration:underline;
}

div.NavBlockLogo
{
width:250px;
height:200px;
float:left;
margin:9px;
background-image:url(../images/logosBG.png);
background-repeat:no-repeat;
text-align: left; /* this overrides the text-align: center on the body element. */
display:block;
}
div.NavBlockLogo:hover
{
background-image:url(../images/logosBG.png);
background-position:0 -205px;
display:block;
}
div.NavBlockLogo a
{
display:block; 
height:175px;
font-size:0px;
border:none;
}

div.NavBlockLogo h3
{
	font-family:"Myriad Pro", Helvetica, Verdana, Arial, sans-serif;
	color:#FFFFFF;
	background:#990000;
	background-image:url(../images/HeaderBacks3.png);
	background-repeat:no-repeat;
	background-position:right top;
	display:block;
	margin:0;
	padding:5px 0px 5px 7px;
	font-size:16px;
	border-bottom:#000000 2px solid;
	text-transform:lowercase;
}

div.NavBlockWeb
{
	width:250px;
	height:200px;
	float:left;
	margin:9px;
	background-image:url(../images/WebBG.jpg);
	background-repeat:no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
	display:block;
}
div.NavBlockWeb a
{
display:block; 
height:175px;
font-size:0px;
border:none;
}
div.NavBlockWeb:hover
{
background-image:url(../images/WebBG.jpg);
background-position:0 -200px;
display:block;
}

div.NavBlockWeb h3
{
	color:#FFFFFF;
	font-family:"Myriad Pro", Helvetica, Verdana, Arial, sans-serif;
	background:#990000;
	background-image:url(../images/HeaderBacks3.png);
	background-repeat:no-repeat;
	background-position:right top;
	display:block;
	margin:0;
	padding:5px 0px 5px 7px;
	font-size:16px;
	border-bottom:#000000 2px solid;
	text-transform:lowercase;
}

div.NavBlockPrint
{
	width:250px;
	height:200px;
	float:left;
	margin:9px;
	background-image:url(../images/PrintBG.jpg);
	background-repeat:no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
	display:block;
}

div.NavBlockPrint a
{
display:block; 
height:175px;
font-size:0px;
border:none;
}

div.NavBlockPrint:hover
{
background-image:url(../images/PrintBG.jpg);
background-position:0 -200px;
display:block;
}

div.NavBlockPrint h3
{
	color:#FFFFFF;
	font-family:"Myriad Pro", Helvetica, Verdana, Arial, sans-serif;
	background:#990000;	
	background-image:url(../images/HeaderBacks3.png);
	background-repeat:no-repeat;
	background-position:right top;
	display:block;
	margin:0;
	padding:5px 0px 5px 7px;
	font-size:16px;
	border-bottom:#000000 2px solid;
	text-transform:lowercase;
}

div.NavBlock a
{
color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
}

div.NavBlockQuote
{
width:785px;
height:auto;
float:left;
margin:9px;
background:#333333;
text-align: left; /* this overrides the text-align: center on the body element. */
display:block;
}
div.NavBlockQuote:hover
{
background:#003366;
}

div.NavBlock:hover
{
background:#430202;
}

div.NavBlock h3
{
	color:#FFFFFF;
	font-family:"Myriad Pro", Helvetica, Verdana, Arial, sans-serif;
	background:#990000;
	background-image:url(../images/HeaderBacks3.png);
	background-repeat:no-repeat;
	background-position:right top;
	display:block;
	margin:0;
	padding:5px 0px 5px 7px;
	font-size:16px;
	border-bottom:#000000 2px solid;
	text-transform:lowercase;
}

div.NavBlockQuote h3
{
	color:#FFFFFF;
	font-family:"Myriad Pro", Helvetica, Verdana, Arial, sans-serif;
	background:#990000;
	background-image:url(../images/HeaderBacks3.png);
	background-repeat:no-repeat;
	background-position:right top;
	display:block;
	margin:0;
	padding:5px 0px 5px 7px;
	font-size:16px;
	border-bottom:#0f273f 2px solid;
	text-transform:lowercase;
	
}
div.NavBlock p
{
color:#999999;
padding:9px;
font-size:11px;
line-height:16px;
font-family:"Myriad Pro", Helvetica, Verdana, Arial, sans-serif;
}

div.NavBlock ul
{
color:#999999;
padding:9px;
font-size:11px;
line-height:13px;
margin-top: -20px;
margin-left: 10px;
}

.NavBlockQuote p
{
color:#999999;
font-family:"Myriad Pro", Helvetica, Verdana, Arial, sans-serif;
padding-left:9px;
font-size:11px;
}
td
{
color:#CCCCCC;
font-family:"Myriad Pro", Helvetica, Verdana, Arial, sans-serif;
padding-left:9px;
font-size:11px;
}
ul
{
color:#CCCCCC;
font-family:"Myriad Pro", Helvetica, Verdana, Arial, sans-serif;
padding-left:9px;
font-size:12px;
list-style-type:disc;
margin-left:40px;
}
div.NavBlockTextPage
{
width:785px;
height:auto;
float:left;
margin:9px;
background:#333333;
text-align: left; /* this overrides the text-align: center on the body element. */
display:block;
}
/*div.NavBlockTextPage:hover
{
background:#430202;
}
*/
div.NavBlockTextPage p
{
color:#999999;
font-family:"Myriad Pro", Helvetica, Verdana, Arial, sans-serif;
padding:9px 9px 9px 15px;
font-size:12px;
line-height:18px;
width:700px;
margin-left:15px;
}
div.NavBlockTextPage h3
{
	color:#FFFFFF;
	font-family:"Myriad Pro", Helvetica, Verdana, Arial, sans-serif;
	background:#990000;
	background-image:url(../images/HeaderBacks3.png);
	background-repeat:no-repeat;
	background-position:right top;
	display:block;
	margin:0;
	padding:5px 0px 5px 7px;
	font-size:16px;
	border-bottom:#000000 2px solid;
	text-transform:lowercase;
}
div.NavBlockTextPage a
{
color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
}
div.NavBlockTextPage a:hover
{
color:#FFCC00;
text-decoration:underline;
}
div.Portfolio
{
float:left;
width: 90%;
height:275px;
/*border-color:#990000;*/
border-color:#666666;
margin:15px;
padding: 10px 10px 25px 10px;
border-style:solid;
border-width:0 0 1px 0;
position:relative;
}

div.PortfolioText
{
font-family:"Myriad Pro", Helvetica, Verdana, Arial, sans-serif;
color:#CCCCCC;
font-size:12px;
float:right;
line-height:13px;
display:block;
height:100px;
position:absolute;
top:120px;
left:500px;
}