/* General specs -------------------------------------*/

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	background: #C7C7C7 url(images/cont_bg.gif) center top repeat-y;

}

#wrapper {
	margin:0;
	padding:0;
	width: 950px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#bluebg {
	background: url(images/topbanner.jpg) 1px 0 no-repeat;
	border-bottom: solid 1px #526372;
	width: 100%;
	height: 111px;
	margin: 0;
	padding:0;
}

.name {
	float: left;
	margin: 35px 0 0 28px;
}

/* Navigation menu specs -------------------------------------*/

#globalNav {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

#globalNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 100%;
	background: #94A8AD;
}

#globalNav li {
	float: left;
	background: #94A8AD url(images/button.png) right top repeat-x;
}

#globalNav ul a {
	margin: 0;
	display: block;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 10px 5px 10px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87%;
	font-variant: small-caps;
	text-decoration: none;
	text-align: center;
	background: #94A8AD url(images/button.png) left top repeat-x;
}

#globalNav li.lastlink a {
	border-right: 1px solid #000;
}

/* Drop down menu-----------------------------*/

#globalNav li ul {
	position: absolute;
	width: 140px;
	left: -999em;
}

#globalNav li:hover ul {
	left: auto;
}

#globalNav li ul a {
	border-right: 1px solid #000;
	width: 139px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#globalNav li a:hover {
	text-decoration: none;
	background-position: 0 -97.5px;
}

#globalNav li.hit a {
	background: #94A8AD url(images/button.png) left top repeat-x;
	background-position: 0 -97.5px;
}

#globalNav li.lastlinkhit a {
	background: #94A8AD url(images/button.png) left top repeat-x;
	background-position: 0 -97.5px;
	border-right: 1px solid #000;
}

/* General links specs -------------------------------------*/

a:link {
	color: #052e45;
	text-decoration: underline;
	border:none;
}

a:visited {
	color: #C64214;
	text-decoration: underline;
}

a:hover {
	color: #052e45;
	text-decoration: none;
}

/* Main content specs -------------------------------------*/

#content {
	margin: 0px 28px 10px 28px;
	padding: 0;
	padding-top: 10px;
	text-align: left;
	clear: both;
}

p {
	font-size: .8em;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

.resumelist {
	padding: 0;
}

.statement {
	line-height: 18px;
	padding-bottom: 20px;
}

.article {
	line-height: 18px;
	padding-bottom: 20px;
}

.quoteind {
	line-height: 19px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-indent: 30px;
	font-size: 100%;
}

.quote {
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 30px;
	padding-top: 0px;
}

.quotename {
	font-style: italic;
	text-indent: 30px;
}

.quotebor {
	border-top: 1px dotted #666;
}

.instr {
	font-size: 80%;
	color: #666;
	text-align: center;
}


h1 {
	margin: 5px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #052e45;
	text-align: left;
}

.articletitle {
	color: #8F4E03;
}

h2 {
	margin: 7px 0 7px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #052e45;
	text-align: left;
}

h3 {
	margin: 7px 0 13px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 600;
	color: #052e45;
	text-align: left;
} 

.Bold {
	font-weight:bold;
}

.Italic {
	font-style: oblique;
	font-weight: bold;
}

/*Next button specs---------------*/

#smallnav {
	margin: 0;
	padding: 0;
}

#smallnav ul {
	margin: 0;
	padding: 0;
}

#smallnav li {
	list-style: none;
	float: left;
	background: url(images/small_bt.png) left top no-repeat;
}

#smallnav a {
	display: block;
	margin: 0px;
	margin-bottom: 10px;
	padding: 4px 0 0 6px;
	width: 65px;
	height: 20px;
	font-size: .7em;
	text-decoration: none;
	color: #2A2B2B;
}

#smallnav li.last a {
	background: url(images/last_bta.png) 45px 3px no-repeat;
}


#smallnav li.last a:hover {
	background: url(images/last_bth.png) 45px 3px no-repeat;
	color: #000;
}

#smallnav li.browse a {
	background: url(images/brws_bta.png) 45px 3px no-repeat;
}

#smallnav li.browse a:hover {
	background: url(images/brws_bth.png) 45px 3px no-repeat;
	color: #000;
}

#smallnav li.next a {
	background: url(images/next_bta.png) 45px 3px no-repeat;
}

#smallnav li.next a:hover {
	background: url(images/next_bth.png) 45px 3px no-repeat;
	color: #000;
}

/* Footer specs -------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	clear: both;
}

#footer p {
	border-top: 1px dashed #666;
	margin: 0 28px 0 28px;
	padding: 10px 5px 10px 5px;
	text-align: center;
	font-size: 70%;
	color: #666666;
}

/* General table specs -------------------------------------*/

table {
	padding: 2px;
	width: 70%;
	float: left;
	font-size: 85%;
}

/* Image divs specs -------------------------------------*/

div.thumb {
	position: relative;
	margin: 0;
	margin-right: 25px;
	margin-bottom: 10px;
	padding: 0;
	float:left;
	text-align: left;
}

div.thumb p {
	text-align: left;
	margin: 0;
	margin-top: 4px;
	line-height: 14px;
}

.border, .contactpic {
	border: 1px solid #666;
	padding: 7px;
}

.contactpic {
	float: right;
	margin: 0 0 10px 0;
	width: 200px;
}

.technique {
	font-size: 88%;
}

.ClickDetail {
	font-size: 85%;
}

.BigPainting {
	clear: both;
	border: 1px solid #000;
	padding: 7px;
}

.PaintInfo {
	margin-top: 8px;
	background: #ccc;
	line-height: 14px;
	padding: 10px;
}

/* NEWS PAGE -- Row specs ---------------------------------*/

.row1 {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.row2 {
	margin: 0;
	padding: 0;
}

.row1 p {
	font-style:italic;
	font-weight: bold;
	font-size: .9em;
	padding: 7px;
}

.row2 p {
	padding: 7px;
}

/* LINKS PAGE -- Row specs ---------------------------------*/

#right {
	float: right;
	width: 49%;
	overflow: hidden;
	margin-bottom: 10px;
}

#right p {
	padding: 10px 15px 10px 38px;
	background: url(images/busppl.png) 7px 10px no-repeat;	

}

#left {
	float: left;
	width: 49%;
	overflow: hidden;
	margin-bottom: 10px;
}

#left p {
	padding: 10px 15px 10px 38px;
	background: url(images/artppl.png) 7px 10px no-repeat;
}

#wrapP {
	background: url(images/links_bg.gif) no-repeat;
}

/* CONTACT PAGE -- Specs ---------------------------------*/

#contact.rowC {
	clear: both;
	padding-top: 3px;
}

#contact.rowC span.label {
	float: left;
	width: 80px;
	text-align: right;
	font-size: 85%;
	padding-right: 8px;
}

#contact.rowC span.forma {
	float:left;
	width: 40%;
	text-align: left;
	font-size: 85%;
}

em {
	font-weight: bold;
	color: #CC3300;
}

/* Portrait specs-------------------------------------*/

.portrait {
	float: left;
	border: #000 1px solid;
	margin: 0 10px 3px 0;
	padding: 7px;
}

.articleicon {
	float: right;
	border:none;
}
