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


html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}

a {outline: none;}

table {
	border-collapse: collapse;

}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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 */
	color: #000000;
}

.oneColElsCtr #container {
	width: 760px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;

}
.oneColElsCtr #smBanner a {padding: 0;
	margin: 0}
	
.oneColElsCtr #smBanner { 
	background: #ff9933; 
	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. */
	margin: 0 auto;
	border-bottom:4px solid #99CCCC;
} 
.oneColElsCtr #smBanner 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 */
}


.oneColElsCtr #container p {background-color: #fff}


.oneColElsCtr #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #353551;
	background-color: #ffffff;
	height: 100%;
	position: relative;
	background-color: #fff;	
	padding: 2em;
	


}


.oneColElsCtr #mainContent ul.cv {
	padding: 1em 3em;
	background-color: #fff;
	padding-left: 3em; 
}

.oneColElsCtr #mainContent h3, li {list-style-type:disc;
	line-height: 180%;
	
	
}

.oneColElsCtr #container #mainContent h3 {padding: .5em 0;}

.oneColElsCtr #mainContent p {line-height: 150%;}

.bold {font-weight: bold;}
.italic {font-style: italic;}


p.cvLink a{padding: 1em 1em .5em 0;
	display: block;
	
}



.cvLink a:link {
	color: #7a8f88;
	text-decoration: none;
}


.cvLink a:visited {
	color: #7a8f88;
	text-decoration: none;
}


.cvLink a:hover {
	color: #c2d4ce;
	text-decoration: none;
	background: none;

}

.contact {padding-bottom: 4em;
	padding-left: 3em;}


/*---------------BEGIN NAVIGATION STYLES SPLASH PORTAL ------------------*/

#container #intNav {
	background: #fff;;
	border-bottom: 1px solid #c2d4ce;
	border-top: 1px solid #c2d4ce;
	padding: 2px;
	
}

	
#container #intNav ul{
	font: normal 75% Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	
}
#container #intNav ul li {
	display: inline;
	border-left: 1px solid #c2d4ce;
}

#container #intNav a {
	padding: 3px 10px;
	display: inline;
}

#container #intNav ul li a:link {font-style: normal;
	color: #7a8f88;
	text-decoration: none;
	
	}
#container #intNav ul li a:visited {font-style: normal;
	color: #7a8f88;
	text-decoration: none;
	
	}
#container #intNav ul li a:hover {font-style: normal;
	color: #fff;
	text-decoration: none;
	background: #c2d4ce;
	}

#container #intNav li.first{
	border-left: 0;
	padding-left: .5em;
	
}

#containerSplash #intNav li.last{
	border-right: 1px solid #7a8f88;


}
/*---------------END NAVIGATION STYLES SPLASH PORTAL ------------------*/



/*-------------------STYLES FOR BIO PAGE -----------------------*/
.oneColElsCtr #containerBio {
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background-color: #fff;
	background-image: url(../artbyrt_images/horizBioBnr.gif);
	background-repeat: no-repeat;
	background-position: right 690px;
}




.oneColElsCtr #mainContentBio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #353551;
	height: 60em;
	position: relative;
	padding: 3em;
	background-image: url(../artbyrt_images/vertBioBnr.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

#text {margin-left: 20em;

}

.oneColElsCtr #mainContentBio #text p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: italic;
	font-weight: normal;
	color: #353551;
	padding: 1em;
	line-height: 180%;


}




#containerBio #intNav {
	background: #fff;;
	border-bottom: 1px solid #c2d4ce;
	border-top: 1px solid #c2d4ce;
	padding: 2px;
}

	
#containerBio #intNav ul{
	font: normal 75% Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	display: inline;
	
}
#containerBio #intNav ul li {
	display: inline;
	border-left: 1px solid #c2d4ce;
}

#containerBio #intNav a {
	padding: 3px 10px;
	display: inline;
}

#containerBio #intNav ul li a:link {font-style: normal;
	color: #7a8f88;
	text-decoration: none;
	
	}
#containerBio #intNav ul li a:visited {font-style: normal;
	color: #7a8f88;
	text-decoration: none;
	
	}
#containerBio #intNav ul li a:hover {font-style: normal;
	color: #fff;
	text-decoration: none;
	background: #c2d4ce;
	}

#containerBio #intNav li.first{
	border-left: 0;
	padding-left: .5em;
	
}

#containerBio #intNav li.last{
	border-right: 1px solid #7a8f88;


}

.oneColElsCtr #containerBio #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	position: relative;

}	 

/* ----------------------------------------END STYLES FOR BIO PAGE -----------------------*/


a {padding: 3px;
	}
	

a:link {font-style: italic;
	color: #353551;
	text-decoration: none;
	}
a:visited {font-style: italic;
	color: #693e3e;
	text-decoration: none;
	}
a:hover {font-style: italic;
	color: #c2d4ce;
	text-decoration: none;
	}

	 
.oneColElsCtr #container #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	position: relative;

}	 
.oneColElsCtr #container #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-size: 90%;
	color: #7a8f88;
	background-color: #ddd;
	

}

.oneColElsCtr #containerBio #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-size: 90%;
	color: #7a8f88;
	background-color: #ddd;
	

}
	 	 

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

