@charset utf-8;
/*Style Sheet for ADS, Alexandria Domestic Services, LLC * Created by Hunterdon Business Services, LLC 908-638-1166 www.HunterdonBiz.com*/
body  {
	font: medium "Trebuchet MS", sans-serif;
	background: #FFFFFF url(../images/bckgrnd.gif);
	margin: 0;
	padding: 5px 0px;
	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: #000000;
}

#webhead {
	background: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: thick outset #2B98CF;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#mainContent  {
	background: #EBF3FA;
	border-bottom: thin solid #999999;
	margin-top: 0px;
}

#mainContent  h2  {
	font-size: large;
	color: #000000;
	text-align: left;
	font-style: normal;
	margin-left: 10px;
}

#mainContent h6 {
	font: normal small Trebuchet MS, Arial;
	color: #999999;
	border-bottom: thin solid #999999;
	padding-bottom: 10px;
	margin: 0px;
	text-align: left;
}

#mainContent  p  {
	text-align: left;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	font: medium "Trebuchet MS", sans-serif;
}

#mainContent2  {
	background: url(../images/bg_right_white.gif) repeat;
	width: auto;
	height: 100%;
	float: left;
}

#header {
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	width: 100%;
	background: url(../images/bckgrnd.gif) repeat;
	height: 35px;
} 
#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 */
}

/*----------------------------navigation bar-------------------------------------------*/
#nav_wrap    {
	display: block;
	font: normal small Arial, Helvetica, sans-serif;
	height: 45px;
	background: #EBF3FA url(../images/grad_nav.gif) repeat;
	padding: 0px;
	width: 100%;
	text-align: center;
}

#nav_wrap  ul    {
	list-style: none;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 80px;
	font: bolder medium Trebuchet MS, sans-serif;
	color: #333333;
}

#nav_wrap  li    {
	display: inline;
	width: 100px;
	background: url(../images/grad_nav.gif) no-repeat;
}

#nav_wrap a
    {
	text-decoration: none;
	vertical-align: middle;
	display: block;
	width: 100px;
	font-size: 0.85em;
	text-align: center;
	float: left;
	font-weight: bold;
	color: #000000;
	height: 28px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
}
h3 {
	color: #BE1E2D;
	text-align: left;
	padding: 10px 10px 0px;
}


#nav_wrap a:hover   {
	color: #B92428;
	;
}

/*----------------------------supporting navigation bar-------------------------------------------*/
#nav_wrap2 {
	margin-bottom: 5px;
	display: block;
	margin-top: 4px;
}

#nav_wrap2  ul    {
	display: inline;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 3px;
	font: normal medium Arial, Helvetica, sans-serif;
}

#nav_wrap2  li    { 
	display: inline; 
}

#nav_wrap2 a
    {
	text-decoration: none;
	display: inline;
	font-size: 0.8em;
	text-align: center;
	background: url(file:///H|/My%20Web%20Sites/images/gradient%20img.psd);
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#nav_wrap2 a:hover   { 
	color: #B953A1; 
}

#sidebar1 {
	float: right;
	background-color: #FFFFFF;
	border-left-color: #000000;
	text-align: left;
	font-size: small;
	line-height: 100%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	width: 170px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	margin-top: 50px;
	margin-left: 20px;
}

#sidebar1  h3  {
	font-size: medium;
	color: #CE160A;
	line-height: normal;
}

#sidebar1  tablenav  {
	font-family: Trebuchet MS
	, Arial;
	font-size: x-small;
}

#sidebar2 {
	float: right;
	width: 125px;
	border-top-width: 6px;
	border-right-width: thin;
	border-bottom-width: 6px;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #ececec;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 6px;
	height: auto;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: normal;
	text-align: center;
}

#footer  {
	background:#FFFFFF;
	clear: both;
	vertical-align: bottom;
	margin: 0 auto;
	text-align: center;
	border-top: thin solid #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
} 

#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 */
	color: black;
}

#footer  ul  {
	text-align: center;
	display: inline;
	font: bold small Arial, Helvetica, sans-serif;
	color: #2B87CF;
}

#footer img { margin-right: 65px; }

#footer  li  {
	font-weight: bolder;
	color: #438EC8;
	display: inline;
}

#footer  #valid  {
	position: absolute;
	left: 591px;
	top: 18px;
	visibility: visible;
}

#footer  a  {
	color: #2B87CF;
	text-decoration: none;
	padding-bottom: 15px;
	display: inline;
}

#footer li a:hover {
	color: #000000;
	font-weight: bold;
}

#footer   a:visited  {
	color: #2B87CF;
	text-decoration: none;
	padding-bottom: 15px;
	display: inline;
}

#footer #cssvalid {
	position: absolute;
	left: 685px;
	top: 18px;
	visibility: visible;
}

#footer img { margin-right: 65px; }

.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;
}

.navitem {
	font-family: Trebuchet MS, Arial;
	font-size: small;
	line-height: normal;
	color: #0000FF;
	text-align: left;
	font-style: normal;
}

.linkpic {
	text-align: left;
	margin: 0px;
	padding-bottom: 10px;
}

.img_main {
	vertical-align: top;
	margin: 0px;
	float: left;
	background: url(../images/transparent_album_background.gif) no-repeat;
	border: thin none #CE160A;
}

.ppic {
	height: 135px;
	vertical-align: middle;
}

.link { color: #0000FF; }


ul {
	font-size: medium;
	text-decoration: none;
	text-align: left;
	margin-left: 200px;
}

a:link { color: #0000FF; }

a:visited { color: #990066; }

a:active {
	text-decoration: none;
	border-style: none;
}

h1 {
	color: #2E87CF;
	text-align: center;
	font: bold normal x-large/normal "Trebuchet MS", sans-serif;
	margin-right: 4;
	margin-bottom: 0;
	margin-left: 4;
}
.bold { font-weight: bold; }


#mainContent li {
	list-style: url(../images/x-bullet.gif);
	line-height: normal;
}

#quote {
	margin-right: 40px;
	margin-left: 40px;
	font-style: italic;
	font-size: small;
	border: thin solid #2b87cf;
	background: #FFFFFF;
}
.signature {
	text-align: right;
	padding-right: 25px;
	font: medium;
}


#textRight {
	float: right;
	width: 460px;
	text-align: left;
	padding: 10px;
	clear: right;
	margin-left: 15px;
}

#leftText {
	width: 245px;
	clear: left;
	text-align: left;
	padding: 10px;
	float: left;
}

.blurb { clear: both; }
