@charset "UTF-8";
body  {
	background: #FFFFFF;
	margin: 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 */
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 100%;
}
@media screen {
/* offsetting the entire ul down */
* html ul.corr { /* IE6 */
position: relative; 
top: .5em;
}
*:first-child+html ul.corr { /* IE7 */
position: relative; 
top: .5em;
}

/* offsetting each li back up*/
* html ul.corr li { /* IE6 */
vertical-align: top; 
position: relative; 
top: -.5em;
}
*:first-child+html ul.corr li { /* IE7 */
vertical-align: top; 
position: relative; 
top: -.5em;
}
}

/*------header styles start here------*/
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/main/shadow_1px.png) repeat-y center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #CCCCCC;
	text-align: left;
}
.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	height: 83px;
	border-top: 12px solid #003468;
	position: relative;
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
} 
.twoColFixLtHdr #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 0.9em;
	height: 83px;
	text-indent: -1000em;
}
.logo {
	position: absolute;
	top: 0px;
}
#header ul {
	list-style: none;
	position: absolute;
	float: left;
	margin: 0px;
	padding: 0px 34px 0px 0px;
	right: 0px;
	bottom: 0px;
	border-bottom: 1px solid #D7C100;
}
#header li {
	text-align: center;
	width: 109px;
	float: left;
	font-size: 1em;
	font-weight: bold;
	display: block;
	border-bottom: 4px;
	padding: 6px 0;
	height: 1.1em;
}
#header li a:link, #header li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-decoration: none;
	color: #666;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 0px;
}
#header li a:hover, #header li a:active {
	border-bottom: 4px solid #D7C100;
	padding-bottom: 2px;
	color: #003468;
	}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #003468;
	cursor: default;
	padding-bottom: 2px;
	color: #620460;
	border-bottom: 4px solid #D7C100;
	}
/*------header styles end here------*/

/*------main content styles start here------*/
.twoColFixLtHdr #mainContent {
	padding: 16px 34px 34px 0px;
	width: 510px;
	position: relative;
	right: 10px;
	float: right;
	text-align: left;
} 
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.07em;
	color: #003468;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.7em;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #620460;
	letter-spacing: 0.1em;
}
#mainContent ul {
	font-size: 0.75em;
	list-style: disc;
	line-height: 2em;
	color: #D7C100;
}
#mainContent  #textnarrow {
	width: 330px;
}
#mainContent #bulleted {
	margin-top: 34px;
}
.imgright {
	position: absolute;
	right: 0px;
}
.h1bold {
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
}
/*------main content styles end here------*/

/*------portfolio styles start here------*/
#summary {
	width: 500px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#summary p {
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
#sumtitle {
	width: 380px;
	float: left;
	margin-bottom: 10px;
	height: 24px;
}
.titlecaps {
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
}
#prevnext {
	float: right;
	width: 120px;
	padding: 0px;
	text-align: right;
	margin-bottom: 16px;
	height: 18px;
}
#prevnext a:link, #prevnext a:visited {
	color: #003468;
	font-weight: bold;
	text-decoration: none;
}
#prevnext a:hover, #prevnext a:active {
	color: #620460
;
	}
#overview {
	width: 198px;
	float: left;
	margin-right: 0px;
	padding-right: 20px;
	border-right: 1px solid #B2B2B2;
	height: 95px;
}
.colleft {
	float: left;
	margin-top: 5px;
}
.colright {
	float: right;
	margin-top: 5px;
}
#servicelist {
	margin-left: 236px;
	height: 90px;
}
.summarybold {
	font-weight: bold;
}
/*------portfolio styles end here------*/

/*------sidebar_nav styles start here------*/
.twoColFixLtHdr #container #sidebar {
	width: 170px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	background: left;
	height: 469px;
}
#sidebar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #620460;
	text-align: right;
	border-bottom: 2px dotted #9AB6CB;
	line-height: 1.5em;
	font-size: 1.37em;
	letter-spacing: 0.1em;
	font-weight: 100;
}
#sidebar ul {
	list-style: none;
	text-decoration: none;
	padding-top: 0px;
}
#sidebar li a:link, #sidebar li a:visited {
	color: #666;
	display: block;
	width: 128px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0.1em;
	list-style: none;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.3em;
	margin-top: 20px;
}
#sidebar li a:hover, #sidebar li a:active {
	color: #D7C100;
	}

#sidebar li a.current, #sidebar li a.current:hover, #sidebar li a.current:active {
	color: #003468;
	cursor: default;
}
/*-----------subnavigation starts here-------------*/
#sidebar ul ul {
	margin-left: -40px;
}
#sidebar ul ul a:link, #sidebar ul ul a:visited {
	color: #003468;
	margin-bottom: 0px;
	display: block;
	margin-top: 10px;
	font-weight: normal;
	width: 128px;
	list-style: none;
	text-transform: none;
	text-align: right;
}  
#sidebar ul ul a:hover {
	color: #D7C100;
}
/*------sidebar_nav styles end here------*/

/*------footer styles start here------*/
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.63em;
	color: #FFFFFF;
	letter-spacing: 0.15em;
	font-weight: normal;
}
.twoColFixLtHdr #footer {
	background: #620460;
	text-align: center;
	margin-right: 0.63em;
	margin-left: 10px;
	width: 780px;
	height: 32px;
	display: block;
}
/*------footer styles end here------*/

/*------class styles start here------*/
.goldbullet {
	font-weight: bolder;
	color: #D7C100;
}
.bodybold {
	font-weight: bold;
	color: #620460;
}
.prevnext {
	text-transform: none;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.endtag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #003468;
	margin-top: 24px;
	font-weight: bold;
	word-spacing: 0.1em;
	border-top: 2px dotted #9AB6CB;
	padding-top: 15px;
	margin-bottom: 1px;
}
.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. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	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 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*------class styles end here------*/
.award {
	font-weight: bold;
	color: #666;
	text-transform: none;
}
#copyright {
	width: 148px;
	position: relative;
	top: 10px;
	left: 20px;
}
#copyright p {
	font-size: 0.58em;
	border-top: 2px dotted #9AB6CB;
	padding-top: 5px;
	font-style: italic;
	line-height: 1.4em;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #620460;
}
.listgray {
	color: #666;
}
s

