				
body {
	font-family:tahoma;
	font-size:0.75em;
	color: #ffffff;
	text-align: left;
	margin: 0px;
	padding:0px;
	background-color: #6D6D71;
	background-image:none;
	background-repeat:no-repeat;
	background-position:0 0;
}

body.col-SM div#subcol {
	width:200px;
}
body.col-SM div#maincol {
	width:840px;
	overflow-x:hidden;
}
body.col-SM div#wrap { width:860px; }
	
#uberContainer {
	margin: 30px 0px 40px 80px;
	padding: 0px;
	width: 860px;
	background-image:none;background-repeat:repeat-y;background-position:0 0;
	border-style:solid;border-width: 0px;
}

#content{
	background-image:none;background-repeat:repeat-y;background-position:0 0;
	background-color: none;
}
	
.clear {
	clear: both;
	}
	
.clearing {
	clear: both;
	line-height: 0;
	height: 0;
	font-size:1px;
	}

.hide {
	display: none;
	}
	
img {
	border-style:solid;border-width: 1px;
	border-color: #c6c6c6;
	margin:0px;
	padding:0px;
	display:block;
	
	}

div#headertop img, div#headertop h1 {
	margin:0px;
	position:absolute;
	top:20px; left:20px;;
}
	
div#headertop img {
	border: 0;
}

div#headertop h1 {
	font-family:tahoma;font-size:1.4em;
	color: #ffffff;
}


	


div#headertop {
	width:860px;
	height:78px;
	position:relative;
	border-style:solid;border-width: 0px 0px 1px 0px;
	border-color: #ffffff;
}

div#header {
	margin:  0px 0px 60px 0px;
	background-image:none;background-repeat:no-repeat;background-position:bottom right;
	background-color: none;
	color: #CCCCCC;
}


/* SUBCOL */

#subcol{
	margin:  0px 10px 0px 0px;
	background-image:none;background-repeat:no-repeat;background-position:0 0;
	border-style:solid;border-width: 0px;
	font-family:tahoma;font-size:1.0em;font-weight:normal;
	border-color: #333333;
	color: #CCCCCC;
	background-color: none;
	margin-bottom:40px;
}

#subcolContent {
	color: #CCCCCC;
	padding:  0px 0px 40px 0px;
	height:400px;
	
}

html>body 	#subcolContent {
height:auto;
min-height:400px;
}

#subcolContent h2 {
	margin:0px;	
	margin-bottom: 18px;
}

#subcolContent h2.homepage {
	margin-bottom: 24px;
}

p.intro{
	font-family:tahoma;font-size:1em;font-style:normal;font-weight:bold;
}

/* table */
table.td table.th {
	vertical-align:top;
}

table.info {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	margin-bottom:12px;
	background-color: #333333;
	color:#CCCCCC;
}

table.info th {
	font-family:tahoma;font-size:1.0em;font-weight:bold;
}

table.info td, table.info th  {
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	padding:2px;	
}

table#contactform td, table#contactform th {
	padding:2px;
}



/* MAINCOL */

#maincol{
	border-style:solid;border-width: 0px;
	border-color: #333333
}

#maincolContent {
	margin: 0px 0px 40px 0px;
	padding: 10px;
	height:400px;
	}
	
html>body 	#maincolContent {
	height:auto;
	min-height:400px;
	}
	
#maincolContent ul a {
	display: block;
	}

.contentNarrow{
	width: 80%;
}

/* Links */
.linkentry {
	margin-bottom:12px;
	padding-left:12px;
}

.linkentry h3 {
	color:#ffffff;
	margin-top:8px;
	margin-bottom:4px
}

.linkentry p {
	margin-top:0px;
	margin-bottom:2px
}

.linkentry p span {
	font-weight:bold;
	color:#000000;
}

/* TITLES */
	
h1 {
	font-family:tahoma;font-size:1.3em;
	text-transform: uppercase;
	letter-spacing: 15px;
	color: #CCCCCC;
	padding: 0px;
	}
	
h2 {
	font-family:tahoma;font-size:1.0em;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding: 0 0 5px 0;
	color: #CCCCCC;
	}
	
h3 {
	margin: 5px 0 5px 0;
	margin:0px;
	padding:0px;
	font-family:tahoma;font-size:0.9em;
	}

h4{
	font-family:tahoma;font-size:1.1em;font-style:normal;
}
	
h3.newslink {
	text-transform: none;
}

#subcol h3 {
	color: #CCCCCC;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: normal;	
	}

/* TEXT LINKS */
	
a {
	color: #ffffff;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	}
	
a.previous {
	border-left: 1px solid #333333;
	font-family: tahoma;
	font-size: 0.9em;
	text-transform: uppercase;
	margin: 0 40px 2px 0;
	padding: 0 0 0 5px;
	background-image:none;background-repeat:no-repeat;background-position:0 50%;
}
	
a.next {
	border-right: 1px solid #333333;
	font-family: tahoma;
	font-size: 0.9em;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	padding: 0 5px 0 0;
	background-image:none;background-repeat:no-repeat;background-position:100% 50%;
}


/* LISTS */

ul#mainNav {
	position:relative;
	list-style-type: none;
	margin: 12px 0 0 0;
	padding: 0;
	font-family:tahoma;font-size:0.9em;
}
	
ul#mainNav li {
	display: inline;
	margin: 0;
	padding: 0;
	background-image:none;background-repeat:no-repeat;background-position:0 50%;
}

ul#mainNav a {
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0px 8px 0px 12px;
	border-style:solid;border-width: 0px 0px 0px 1px;
	border-color: #ffffff;
	color: #ffffff;
	background-color: none;
}

	
ul#mainNav li.start a{
	border-left: 0px;
	padding-left: 1px;
	
}

ul#mainNav a.highlight {
	color: #ffffff;
	background-image:none;background-repeat:no-repeat;background-position:0 50%;
	background-color: none;
}
	
ul#mainNav a:hover{
	color: #000000;
	background-image:none;background-repeat:no-repeat;background-position:0 50%;
	background-color: none;
}
	
ul#subNav {
	list-style-type: none;
	margin: 12px 0 0px 0px;
	padding: 0;
	font-family:tahoma;font-size:0.9em;
	position:absolute;
	top:1em; left:6.5em;;
	width:860px;
}
	
ul#subNav li {
	
	float: left;
	margin-left:1px;
	padding: 0px 8px 0px 12px;
	border-style:solid;border-width: 0px 0px 0px 1px;
	border-color: #ffffff;
}

ul#subNav li.first {
	padding: 0 8px 0 0px;
	border: 0px;
	margin:0px;
}
	
ul#subNav a {
	text-transform: uppercase;
	letter-spacing: 1px;
	border-left: 0;
	padding:0px;
	margin-right: 5px;
	color: #ffffff;
}
	
ul#subNav a:hover {
	color: #000000;
}
	
ul#subNav a.highlight {
	color: #000000;
}
	
/* GALLERY */

/* photo galleries */
table.galleryImages td {
	text-align:center;
	vertical-align:top;
	width:130px;
	
}

table.galleryImages td.galleryPhoto {
	padding:4px;
	overflow:hidden;
	
}

table.galleryImages td.galleryCaption, table.galleryImages td.galleryName {
	text-align:center;
	vertical-align:top;
}

table.galleryImages td.first {
	padding-left:0px;
}

table.galleryImages td.last {
	padding-right:0px;
}

table.galleryImages td h3 {
	margin:0px;
	padding:2px;
}


	table.galleryImages td.galleryPhoto img {
	margin-top:2px;
	margin-bottom:0px;
	}
	table.galleryImages tr.first td.galleryPhoto img {
		margin-top:0;
	}
	

	
table.galleryImages h3 {
	
	border-style:solid;border-width: 0px;
	border-color: #666666;
	margin:0px;
	padding:0px;
	font-weight: normal;
	text-transform: uppercase;
	font-family:tahoma;font-size:0.9em;
	text-align:center;
	display:block;
}
/* Photo */
div#imageDetails{
	background-color: none;
	color: #CCCCCC;
}

p#imageTitle {
	font-weight:bold;
}

p#imageTitle .blank {
	display:none;
}

div#imageDetails h3 {
	float: left;
	margin: 0 0 5px 0;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
}

p.imageinfo, div.imageinfo {
	margin-bottom:2px;
	margin-top:2px;
	margin-left:0px;
	padding:0px;
	
}

p.imageinfo strong {
	display:inline;
	width:160px;
}


div#imageDetails div {
	margin-bottom:12px;
}

#imagePanel {
	margin: 20px 0 20px 0;
	}

#imagePanel h3 {
	margin: 0 0 5px 0;
	text-transform: capitalize;
	font-weight: normal;
}

#imagePanel {
	color: #CCCCCC;
	}
	
#imagePanel p {
	margin: 0 0 5px 0;
	}

/* FOOTER */
	
#footer {
	margin:  0px;
	padding:  0px 0px 10px 0px;
	border-style:solid;border-width: 1px 0px 0px 0px;
	border-color: #666666;
	color: #CCCCCC;
	background-image:none;background-repeat:no-repeat;background-position:0 0;
	font-family:tahoma;font-size:1.0em;font-weight:normal;
	background-color: none;
}
	
#footer ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	}
	
#footer li {
	display: inline;
	padding: 0 20px 0 0;
	}


/* home page */
div.homepage {
	width:640px;
}

div.homepageposition {
	border:0;
	margin:0;
	padding:0;
	margin-bottom:12px;
	
}

div.homepageposition#homepagepos2 {
	float:left;
	width:48%;
	clear:both;
	
}
div.homepageposition#homepagepos3 {
	float:right;
	width:48%;
}

div.homepageposition#homepagepos4 {
	clear:both;
}

div.homepageposition {
	margin:0;
	padding:0;
	margin-bottom:12px;
}

div.homepagesection {
	border:1px solid #333333;
	margin:0;
	padding:2px;
	margin-bottom:12px;
}

div.notitle {
	border:0px;
	padding:0px;
}

div.homepageposition h2 {
	margin:0px;
	display:block;
	background-color:#CCCCCC;
	color:#CCCCCC;
	padding:2px 4px 2px 4px;
	letter-spacing: 0px;
}

div.homepageposition h2 a, div.homepageposition h2 a:hover {
	color:#CCCCCC;
}

img.homepageimage {
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}

div.homepagearticle {
	clear:both;
	border:0;
	margin:0;
	padding:2px;
	margin-bottom:6px;
}

div.homepagesection  p {
	padding:2px;
}

div.homepagesection  p, div.homepagearticle p {
	margin:0;
	margin-top:4px;
}



/* inline images */


/* inline images */
	
.ArticleImageLeft {
	float:left;
	padding-right:4px;
	margin-bottom:4px;
}

.ArticleImageRight {
	float:right;
	padding-left:4px;
	margin-bottom:4px;
}

.caption {
	font-family:tahoma;font-size:1.0em;font-style:italic;
}



.more{
	background-image:none;background-repeat:no-repeat;background-position:0 50%;
}


div#cv h4 {
	float:left;
	width:120px;
	clear:both;
	border:0px;
	padding:0px;
	margin:2px 0px 2px 0px;
}

div#cv p {
	margin-left:120px;
	border:0px;
	padding:0px
}

div#cv p.normal{
	margin-left:0px;
}


div#paypal {
	margin-top:12px;
}

div#paypal p {
	margin-top:2px;
	margin-bottom:2px;
}

input#paymentAddButton, input#paymentViewButton {
	margin-top:4px;
	float:left;
	margin-right:2px;
}

select.paymentlink {
	font-size: 11px;
	border: 1px solid #333333;
	padding:0px;
}


