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

body  {
	font: 100%  Helvetica,Verdana, Arial, sans-serif;
	background-image: url(bg1.jpg);
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
.twoColFixRtHdr #container { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixRtHdr #header { 
	margin: 0;
	background-image:url(WrapperTopBg.png);
    background-repeat: no-repeat;
	height: 200px;
	text-align: center;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	margin: 0;
	float: right; /* since this element is floated, a width must be given */
	width: 484px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 5px;
}


.overview{
	margin-left: 45px;
	margin-right: 40px;
	}

.twoColFixRtHdr #mainContent { 
	margin: 0;
	padding-top: 20px;
	padding-left: 2px;
	width: 486px;
} 

.twoColFixRtHdr #mainContent p{
    padding-left: 42px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 20px;
	text-align: justify;
}

.twoColFixRtHdr #mainContent img{
    padding: 0 29px; 
}

.twoColFixRtHdr #footer { 
	margin: 0;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 145px;
	text-align: center;
	background-image: url(WrapperBottomBg.png); 	
} 

#footer li{
	margin: 0;
	display: block;
    list-style-type: none;
	float: left;
	/*border-left: 1px solid;
	border-color: #8d8b8c;*/
	width: 50px;
}

#footer a:link{
    margin: 0;
    color: #8d8b8c;
	text-decoration: none;
	font-size: 10px;
}

#footer a:visited{
    margin: 0;
	color: #8d8b8c;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

#footer a:hover{
    margin: 0;
	color: #6f6d6e;
	text-decoration: none;
	font-size: 10px;
}

#footer a:active{
    margin: 0;
	color: #6f6d6e;
	text-decoration: none;
	font-size: 10px;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 60px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin: 0;
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	margin: 0;
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	margin: 0;
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#midcon{
margin: 0;
background-image:url(WrapperMidBg.png);
background-repeat: repeat-y;
}



#featurePod{
margin: 0;
height: 420px;
text-align: center;
background-image:url(WrapperMidBg.png);
background-repeat: repeat-y;
}



.workitem{
margin: 0;
text-align: center;
background-image:url(WrapperMidBg.png);
background-repeat: repeat-y;
}

.workitem img{
border-color:#f6f6f6;
border-style: solid;
border-width: 10px;
}

.workitem object{
border-color:#f6f6f6;
border-style: solid;
border-width: 10px;
}

.workitem .po{
border-style:none;
border-width: 10px;
}


.sub_nav{
margin: 0;
height: 48px;
text-align:center;
background-image:url(WrapperMidBg.png);
background-repeat: repeat-y;
}


.sub_nav ul{
margin: 0;
list-style-type:none;
height: 48px;
padding-right: 28px;
}

.sub_nav li{
display:inline;
float: right;
}




p{
margin: 0;
color:#8d8b8c;
font-family: Helvetica,Verdana, Arial, sans-serif;
font-size: 17px;
line-height: 1.5em;
}

h1{
margin: 0;
color:#8d8b8c;
font-family: Helvetica,Verdana, Arial, sans-serif;
text-transform: uppercase;
}


/* Navigation bar */
ul#nav_main{ list-style-type:none;
margin-top:0;
position:relative;
width: 880px;
height: 51px;
}

#nav_main li{
display:inline;
float: left;
}

a img{
border: none;
}

h5{
margin: 0;
font-family: georgia,serif;
color: #FCC0CE;
font-size: 50px;
font-style: italic;
letter-spacing: -1.8pt;
word-spacing: 0.8pt;
line-height: 1.1;
}


.oi{
font-weight:bold;
color: #fcc0ce;
line-height: 1.2;
}

.oi2{
font-weight:bold;
color: #3f3f3f;
line-height: 1.2;
}

.twoColFixRtHdr #gallery { 
	margin: 0;
	padding-top: 20px;
	width: 954px;
} 

.twoColFixRtHdr #gallery p{
    padding-left: 42px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify;
}

#gallery ul{
margin: 0;
list-style-type:none;
}

#gallery li{
display:inline;
padding-right:11px;
}


.oi3{
font-weight:bold;
color: #a4a4a4;
}

/*.worknav{
margin: 0;
padding: 0;
background-image:url(WrapperMidBg.png);
background-repeat: repeat-y;
padding-bottom: 20px;
}


.worknav ul{
margin: 0;
padding: 0;
list-style-type:none;
display:inline;
}

.worknav li{
Padding: 0;
display: inline;
float: right;
}*/

a:link{color: #fcc0ce; text-decoration: none; font-weight:bold;}
a:active{color: #fcc0ce; text-decoration: none; font-weight:bold;}
a:visited{color: #fcc0ce; text-decoration: none; font-weight:bold;}
