/*Written by Peter Michaels Allen (www.PeterMichaelsAllen.com */
/* Date created: May 12th, 2008 - Peter Michaels Allen */
/* Date modified: June 4, 2008 - Peter Michaels Allen */


body {
	background-image: url(_resources/background/header_background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
}
html {
	min-width: 720px;
	background-repeat: repeat-x;
	background-position: center 215px;
	background-image: url(_resources/background/body_gradient.jpg);
	background-color: #E5F9FF;
}

/* ~STYLING CONTROL START~ */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 145%;
	color: #333333;
	margin-bottom: 3%;
	margin-top: 5px;
	font-weight: 800;
	font-variant: small-caps;
	padding: 5px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #99CCCC;
	display: block;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	color: #333333;
	margin-bottom: 3%;
	margin-top: 5px;
	font-weight: 800;
	font-variant: small-caps;
	padding: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CC9966;
	text-align: left;
	display: block;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
	color: #333333;
	margin-top: 15px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
	padding-bottom: 5px;
	line-height: 120%;
	display: block;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: lighter;
	font-size: 90%;
	text-align: center;
	display: block;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-variant: small-caps;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-size: 95%;
	margin-left: 3%;
	display: block;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 110%;
	line-height: 120%;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 140%;
}
#column_index2 p {
	margin-left: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
#background_body {
	background-image: url(_resources/background/body_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #E5F9FF;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* ~STYLING CONTROL END~ */


/* --- Header Start --- */
#container_header {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(_resources/_images/logo.png);
	background-repeat: no-repeat;
	background-position: center -5px;
	height: 200px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	position: relative;
}
#container_header #contactInformation {
	float: right;
	width: 250px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: right;
	position: relative;
}

#contactInformation {
	float: right;
	height: 100px;
	width: 100px;
	clear: right;
	position: fixed;
}
#container_header #contactInformation p {
	font-size: 85%;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
}
/* --- Header End --- */

/* --- Navigation Start --- */
#nav {
	text-align: center;
	margin-bottom: 15px;
	padding-top: 10px;
	cursor: default;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	font-size: 110%;
	line-height: 120%;
	font-variant: small-caps;
	margin-top: 10px;
	height: 30px;
}
#nav a:link {
	color: #000000;
	text-align: center;
	text-decoration: none;
	cursor: default;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#nav a:visited {
	color: #000000;
	text-align: center;
	text-decoration: none;
	cursor: default;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#nav a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#nav a:active {
	color: #000000;
	text-align: center;
	text-decoration: none;
	cursor: default;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

/* This container holds the rules for the columns in both the index and subpages */
.container_columns {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	clear: both;
}
#container_columnLeft {
	width: 650px;
	float: left;
	margin-bottom: 3%;
}
.column_index1 {
	width: 650px;
	text-align: left;
	float: left;
	margin-bottom: 2%;
}
#column_index2 {
	float: left;
	width: 290px;
	margin-left: 35px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
}
.column_index3 {
	width: 315px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	margin-top: 10px;
}
#columnEndRight {
	margin-right: 0px;
	margin-left: 5px;
}
.container_columns #container_columnLeft #columnEndLeft p {
}
.templateColumnRight {
	float: left;
	width: 250px;
	margin-left: 15px;
	padding-left: 10px;
}
.container_columns #pastartists {
	text-align: center;
}
.container_columns #pastartists h3 {
	text-align: left;
}
.container_columns #pastartists a {
	font-variant: small-caps;
}
.container_columns #pastartists img {
	border: 1px solid #000000;
	margin-bottom: 10px;
}
.templateColumnLeft {
	float: left;
	width: 700px;
}
.imageFloatLeft {
	border: thin solid #333333;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imageFloatRight {
	border: thin solid #333333;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.imageFloatNone {
	border: thin solid #333333;
}
.imageFloatNoneCenter {
	border: thin solid #333333;
	text-align: center;
}
#googleMap {
	float: right;
	background-color: #CCCCCC;
	padding: 3px;
	border: 2px solid #333333;
}
/* --- Template/Sub Page Column Control End --- */

/* --- Footer Start --- */
#footer {
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 90%;
	line-height: 95%;
	background-color: #F9F9F9;
	color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
	text-align: center;
	padding-top: 20px;
	float: left;
	margin-top: 80px;
}
/* --- Footer End --- */
