/* CSS Document */
/* COLORS:

light purple d3cedb

footer bg eceaef

*/

* {

	margin: 0;

	padding: 0

}

html {

	margin: 0;

	padding: 0;

}

body {

	margin: 0 auto;

	background: #d3cedb url(../images/body-bg.jpg) repeat-x top left;

	text-align: center;

	font-family:  'times new roman', times, serif;

	font-size: 13px;

	color: #000;

}





/* -------------------------------------------------------------- containers */



#container {

	padding: 0;

	margin: 0 auto;

	/*position: relative;*/

	text-align: left;

	width: 960px;

	background: #fff;

}

#header {

	margin: 0 auto;

	padding: 0;

	width: 960px;

	background: #fff;

	float: left;

	position: relative;

}

#header #logo {

	padding: 16px 0 16px 16px;

	width: 198px;

	float: left;

}

#header img {

	border: none;

}



#header #tagLine {

	padding: 10px 0 0 29px;

	margin: 0;

	width: 550px;

	float: left;

}



#header #tagLine img {

	position: absolute;

	left: 239px;

	top: 70px;

}



#header #logo h1 {

	margin: 0;

	text-indent: -9999em;

	display: block;

	background-repeat: no-repeat;

	background-color: transparent; 

}

#header #logo h1 a {

	display: block;

	width: 213px;

	height: 70px;

	overflow: hidden;

	border-bottom: none;

	background: url(../images/logo.gif) no-repeat;

}



#Main {

	margin: 0 0 0 0;

	padding-top: 0;

	padding-bottom: 50px;

	background: #fff;

	float: left;

	width: 960px;

}

#Main div.contentInner {

    margin: 0;

	padding: 0;

}



#SideBox {

	padding: 15px 0px 20px 30px;

	margin: 0;

	width: 142px;

	background: #fff;

	float: left;

}

#SideBox h3 {

	margin: 7px 0 0 0;
	
	font-size: 13px;

}

#SideBox ul {

	margin: 2px 0 0 8px;
	list-style: none;
	font-size: 11px;

}

#SideBox ul li {

	padding: 0;

	margin: 1px 0 0 0;

	line-height:11px;

}

#SideBox ul li a {

	text-decoration: none;

}

#SideBox ul li a:hover {

	text-decoration: underline;

}





#Content {

	margin: 0 0 0 40px;

	width: 710px;

	float: left;

}







#Content img {

	border: none;

}



#homeContentSecondary {

	padding: 50px 0 0 0;

	clear: both;

}



div.transBox {

	padding: 0 20px 20px 20px;

	float: left;

	width: 300px;

	background-image: url(../images/box-bg.png);

	background-repeat: repeat;

}









#sidebar {

	margin: 0;

	padding: 0;

	width: 202px;

	text-align: left;

	float: left;

	line-height: 1.6em;

	color: #fff;

	background: #222c35;

}

#sidebar h2 {

	margin: 15px 0 15px 10px;

	font-size: 18px;

	font-weight: normal;

	letter-spacing: 1px;

	text-transform: none;

	color: #eee;

}

#sidebar ul {

	margin: 0;

	padding: 0;

	list-style-type: none;

	border: none;

}

#sidebar li {

	margin: 0;

	padding: 0;

	border-bottom: none;

	/*display: block;*/

}

#sidebar li a {

	padding: 9px 5px 10px 10px;

	display: block;

	/*background: #1e2225 url(../images/services-menu-bg.jpg) no-repeat top left;

	background: #1e2225;*/

	color: #ccc;

	text-decoration: none; 

	border-bottom: 1px solid #666;

	font-size: 13px;

	font-weight: normal;

	height: 22px;

}

#sidebar li a:hover {

	background-image: none;

	background-color: #3d444a;

	/*background: #2f3539 url(../images/services-menu-bg-hover.jpg) no-repeat top left;*/

	text-decoration: none;

	color: #fff;

}

#sidebar li.active a {



	/*background: #415465;*/

	background: #edf2f6;

	font-weight: normal;

	color: #000;

}



div#PageTitle {

	height: 60px;

	clear: both;

	float: left;

}



#footer {

	padding: 20px 50px 10px 50px;

	margin: 0;

	text-align: center;

	clear: both;

	float: left;

	color: #aaa;

	font-size: 12px;

	background: #eceaef;

	width: 860px;

	font-family: Arial, Helvetica, sans-serif;

}

#footer  p a {

	font-size: 11px;

}

#footer span {

	padding-right: 28px;

	padding-top: 8px;

	margin-bottom: 2px;

	float: right;

	line-height: normal;

	color: #485c6e;

	font-size: 10px;

}

#footer span a {

	color: #485c6e;

	font-size: 10px;

}





/* ---------------------------------------------------------------------------

	=headers

--------------------------------------------------------------------------- */



h1 {

	margin: 0;

	padding: 5px 0 15px 0px;

	font-size: 18px;

	font-family: sans-serif;

	font-weight: normal;

	font-style: italic;

	color: #000;

}

h2 {

	margin: 25px 0 10px 0;

	font-size: 150%;

	font-family: "Helvetica Neue", "Trebuchet MS", Helvetica, Arial, sans-serif;

	font-weight: normal;

	text-align: left;

	color: #000;

}

h3 {

	font-size: 120%;

	font-family: "Helvetica Neue", "Trebuchet MS", Helvetica, Arial, sans-serif;

}

#container #header #tagLine h2 {

	margin: 0;

	padding: 22px 0 0 2px;

	color: #000;

	line-height: 1.05em;

	font-size: 16px;

	font-style: italic;

	font-weight: bold;

	font-family: "Times New Roman", Times, serif;

}

h3 {

}

div.transBox h3 {

	font-size: 15px;

}





/* --------------------------------------------- Link styles */



a 							{color: #000; text-decoration: underline;}

a:visited 					{color: #000;}

a:hover 					{color: #000;}







/* ---------------------------------------------- paragraphs */



p {

	margin: .5em 0 1em 0;

	line-height: 1.2em;

}

#homeContentSecondary p {

	margin: 0;

	padding: 0;

	font-weight: bold;

	font-size: 13px;

}

#homeContentSecondary p span {

	font-size: 15px;

}

#footer p {

	margin: 4px 0 10px 0;

}





/* ---------------------------------------------------------------------------

	=lists

--------------------------------------------------------------------------- */



dl {

	margin-bottom: 25px;

}

dt {

	margin-bottom: 2px;

	font-size: 110%;

	font-weight: bold;

	color: #000;

}

dd {

	margin-bottom: 15px;

}

ul, ol {

	margin: 15px 0 20px 18px;

	font-family: Arial, Helvetica, sans-serif;

}

li {

	margin-bottom: 4px;

}

ul.bullets {

	margin-left: 15px;

}

ul.bullets li {

	margin: 0 0 .6em 0;

	padding: 0 0 0 22px;

	background: url(../images/bullet-oval.gif) no-repeat 0 .3em;

	list-style: none;

}





/* ------------------------------------------------------ misc */



img {

	border: 1px solid #000;

}

div.alphaList {

	margin: 6px 0 12px 0;

}

div.alphaList a {

	padding: 0 4px 0 0;

	font-family: Arial, sans-serif;

}





/* ------------------------------------------------------ navigation */





#navcontainer {

	margin: 0 0 0 0;

	padding: 0;

	background: url(../images/menu-bg.jpg) repeat-x;

	float: left;

	width: 100%;

}

#navcontainer ul {

	margin: 0 0 0 0;
	list-style-type: none;
	text-align: center;
	padding: 8px 0 0 0;
	position: relative;
	height: 32px;

}

#navcontainer li {

	display: inline;

	text-align: center;

	margin: 0 3px;

}

#navcontainer li a {

	padding: 1px 3px;

	color: #fff;

	text-decoration: none;

	text-transform: uppercase;

	font-size: 12px;

	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;

}

#navcontainer li a:hover {

	color: #fff;

	text-decoration: underline;

}





/* --------------------------------------------------------------- tables */





#Content table.artCategory {

}

#Content table.artCategory td {

	padding: 3px;

}

#Content table.artCategory td a img {

	border: 1px solid #000;

}



table.artistList {

	margin-top: 10px;

}

table.artistList td {

	padding: 3px 3px 8px 3px;

	vertical-align: top;

}

table.artistList td.cellTitle {

	font-weight: bold;

	width: 100px;

	color: #e3d5c7;

}



#Content table.artistImages {

}

#Content table.artistImages td {

	padding: 3px 3px 12px 3px;

	vertical-align: top;

}

#Content table.artistImages td img {

	border: 1px solid #000;

}



table.ResourcesContent {

	width: 725px;

}

table.ResourcesContent td.ResourcesMainContent {

	padding-right: 20px;

	width: 550px;

}

table.ResourcesContent td.AdsContent {

	width: 125px;

}

