/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

/* top right bottom left */

.thumbnail img{
border: 0px #ffffff;
margin: 0 0px 0px 0;
}
.thumbnail:hover{
background-color: transparent;
}
.thumbnail:hover img{
border: 0px #ffffff;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000000;
padding: 0px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.staticimage{ /*CSS for static enlarged image*/
position: absolute;
visibility: visible;
top: 0px;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 0;
}


table.menu	{
	position: absolute;
	border: 1px #BB8F49;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
z-index:100; filter:alpha(opacity=96);-moz-opacity:0.96;opacity: 0.96;
}


#mainmenu	{
	position:absolute;
left:132px;
top:109px

}


table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #201000; /* Must be the same as tdBgColor in the menu_script.js */
	border: 1px #BB8F49;
	padding: 8px 16px 8px 16px;
	font:normal 12px Verdana;
	white-space: nowrap;
}
/* top right bottom left */

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {

	background: #000000 url(images/canvasbg3.jpg) repeat-y;
position:absolute;
}
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

input, textarea {
	background: #9abfd6;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

h1, h2, h3, h4, h5, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	letter-spacing: 0px;
	font-size: 1.6em;
}

h2 {
	letter-spacing: 0px;
	font-size: 1.8em;
font-weight: normal;
}


/*h3=Pricing Heading*/

h3 {
	letter-spacing: 0px;
	font-size: 1.3em;
font-style: italic;
font-weight: bold;
}

h4 {
	letter-spacing: 0px;
	font-size: 1.3em;
}

h5 {
	letter-spacing: 0px;
	font-size: 1em;
	color: #BB8F49;
}

h6 {
	letter-spacing: 0px;
	font-size: .9em;
}



p, ol, ul {
	margin-bottom: 1em;
	line-height: 150%;
}

p.faculty {
		line-height: 120%;
		text-align: right;
		font-size: 10px;
		color: #0f3553;
}


a {
	color: #ffffff;
}

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

img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}

img.center {
	float: center;
	margin: 4px 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	position:absolute;
left:110px;
top:-20px}

/* top right bottom left */

#header a {
	float: left;
	width: 880px;
	height: 82px;
	margin: 0 0 0 2px;
	padding: 0 0 0 0;
	background: #000000 url(images/img02.jpg) no-repeat;
	color: #000000;
}


#logo {
	float: left;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 3em;
	color: #9abfd6;
}

#logo p {
	padding: 69px 0 0 7px;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #199DD2;
}

#logo a {
	text-decoration: none;
	color: #9abfd6;
}

#menu {
position:absolute;
left:21px;
top:129px
}

#menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

/* top right bottom left */

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 88px;
	height: 30px;
	margin: 0 0 0 0;
	padding: 6px 0 0 0;
	background: transparent url(images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

#menu a:hover, #menu .current_page_item a {
	background: #120900 url(images/img04.gif) no-repeat;
color: #E7B872;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
}

/* Content */

#content {
	position:absolute;
left:130px;
top:163px;
width:880px;
}

.post {
	margin-bottom: 15px;
	background: #000000 url(images/img05.gif) no-repeat;
	color: #ffffff;
}

.post a {
	color: #ffcc66;
	text-decoration: none;
}

.post a:hover {
	color: #e22f22;
	text-decoration: none;
}

/* top right bottom left */

.post .title { 
	margin: 0px;
	padding: 0px 0px 8px 0px;
color: #C99D56;
}

.post .title a {
	text-decoration: none;
	color: #C99D56;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
}

/* top right bottom left */

.post .entry {
	padding: 20px 20px 20px 20px;
}


/* space between images on landing pages... also add borders to all images, etc.*/
.post .entry img{
	padding: 4px;

}



/* top right bottom left */

.post .entry li {text-indent: 0px;
margin: 0px 0px 0px 10px;
}

.post .links {
	margin: 0;
	padding: 10px 30px 50px 20px;
	background: url(images/img06.gif) no-repeat left bottom;
	border-top: 0px solid #ffffff;
}

.post .links a {
	padding-left: 10px;
	background: url(images/img08.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

post .weblinks {
	padding-left: 10px;
	background: url(images/img08.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.post .links a:hover {
	color: #FFFFFF;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 175px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
}

.sidebar li ul {
}

.sidebar li li {
	padding: 6px 0 6px 10px;
	background: url(images/img08.gif) no-repeat 0 12px;
	border-bottom: 1px solid #005d95;
}

.sidebar li li a {
	text-decoration: none;
	color: #69bade;
}

.sidebar li li a:hover {
	color: #ffffff;
}

.sidebar li h2 {
	padding-top: 20px;
	color: #69bade ;
}

#horizline {
	width: 478px;
	height: 1px;
	background: #fff;
	}

/* Left Sidebar */

#leftbar {
position:absolute;
left:30px;
top:250px;

}

/* Right Sidebar */

#rightbar {
	position:absolute;
left:800px; top:150px;
}

#registernow {
	position:absolute;
left:800px; top:150px
}

#registernow p {
	text-align: left;
	padding-left: 0px;
	color: ffffff;
}

#cmep {
	position:absolute;
left:800px; top:335px;
}

/* Search */

#searchform {
	padding-top: 20px;
	text-align: right;
}

#searchform br {
	display: none;
}

#searchform input {
	margin-bottom: 5px;
}

#searchform #s {
	width: 190px;
}

/* Calendar */

#calendar_wrap {
	padding-left: 10px;
}

#calendar_wrap table {
	width: 180px;
	text-align: center;
	border-collapse: collapse;
}

#calendar_wrap tfoot {
	font-weight: bold;
}

#calendar_wrap tfoot a {
	text-decoration: none;
}

#calendar_wrap #prev {
	text-align: left;
}

#calendar_wrap #next {
	text-align: right;
}

#calendar_wrap tbody {
	border-bottom: 1px solid #9abfd6;
	border-right: 1px solid #9abfd6;
}

#calendar_wrap tbody td {
	padding: 3px 0;
	border-top: 1px solid #9abfd6;
	border-left: 1px solid #9abfd6;
}

#calendar_wrap tbody td a {
	font-weight: bold;wr
}

/* Footer */


#footer{
	background: transparent
	color: transparent;
	margin: -8px 0px 15px;
	padding: 0px;
}

/* top right bottom left */

#footer p{
	font:10px Verdana, Helvetica, sans-serif;
	margin:0;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
}
#footer a {
font:12px Verdana, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bold;
	color:#c99d56;
	}
	
#footer a:hover {
	color: #ffffff;
}
