﻿#imageSlideshowHolder{

		
		position:relative;	/* Never change this value */
		background-repeat:no-repeat;
		
	}
	.imageInGallery{		
		width:245px;
		height:450px;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	
	
	#imageSlideshowHolder img{
	}


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

html {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	font-weight: normal;
	text-decoration: none;
	color: #488bfa;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

form {
	margin: 0;
	padding: 0;
	color: #e6e0e0;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	color: #e6e0e0;
}

h2 {
	margin: 0;
	padding: 0;
	color: #e6e0e0;
	vertical-align:top;
}

h1 {
	margin: 0;
	padding: 0;
	color: #414141;
	font-size:12px;
	font-weight:normal;

}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	color: #e6e0e0;	
	text-align: center;


}

#wrapper {
	text-align: center;
	margin: auto;
	width: 1224px;
}


#header {
	height: 498px;
	background-image:url('images/topbg.jpg');
	background-repeat:no-repeat;
	position:relative;
	
}
#header2 {
	height: 250px;
	background-image:url('images/topbg.jpg');
	background-repeat:no-repeat;
	position:relative;
	
}
#container {
	padding-left:130px;
	padding-right:130px;
}
.container {
	padding-left:130px;
	padding-right:130px;
}


#header h1
	display: block;
}
#nav {
	margin-top: 7px;
}
#nav img {
	float: left;
}

.menu{
width: 961px;
height:58px;
overflow: hidden;
background-image:url('images/menubg.jpg');
}

.lefttop{
width: 281px;
height:13px;
overflow: hidden;
background-image:url('images/logintop.jpg');
background-repeat:no-repeat;
}
.leftmid{
width: 281px;
overflow: hidden;
background-image:url('images/leftbody.jpg');
background-repeat:repeat;
text-align: center;
}
.leftbot{
width: 281px;
height:13px;
overflow: hidden;
background-image:url('images/leftbottom.jpg');
}
.righttop{
width: 674px;
height:13px;
overflow: hidden;
background-image:url('images/righttop.jpg');
background-repeat:no-repeat;
}
.rightmid{
width: 674px;
overflow: hidden;
background-image:url('images/rightmid.jpg');
background-repeat:repeat
}
.rightbot{
width: 674px;
height:13px;
overflow: hidden;
background-image:url('images/rightbot.jpg');
background-repeat:no-repeat;
}
.righttop2{
width: 960px;
height:13px;
overflow: hidden;
background-image:url('images/righttop2.jpg');
background-repeat:no-repeat;
}
.rightmid2{
width: 960px;
overflow: hidden;
background-image:url('images/rightmid2.jpg');
background-repeat:repeat
}
.rightbot2{
width: 960px;
height:13px;
overflow: hidden;
background-image:url('images/rightbot2.jpg');
background-repeat:no-repeat;
}

#menu {
	text-align:center;
	width:100%;
}
#menu a {
	font-weight:normal;
	color: #5C5C5C;
}


#menu a:visited {
	font-weight:normal;
}


.topheader{
	width: 961px;
	height:333px;
	overflow: hidden;
	background-image:url('images/tophead.jpg');
	text-align:center;
}
.topheader2{
	width: 961px;
	height:70px;
	overflow: hidden;
	background-image:url('images/tophead.jpg');
	text-align:center;
}

#leftcontainer {	float:left;	width:281px;}
	


#photo {
	float: left;
	width: 624px;
}
#photo div {
	border: 1px solid #D8D8D8;
	padding: 2px;
}
#photo img {
	display: block;
}



#body {
	background-image:url('images/midbg.jpg');

}

#middlebody {
	background-image:url('images/midbg.jpg');
	overflow:hidden;

}
#bottom {
	background-image:url('images/bottombg.jpg');

}

#body-left {
	float: left;
	width: 408px;
}
#body-bio {
	width: 100%;
}

#body-right {
	float: right;
	width: 330px;
}
#body-top {
	width: 100%;
}


#body-left ul.plussbullets {
	margin-top: 45px;
	margin-left: 25px;
	padding: 0;
	font-weight: bold;
}
#body-left ul.plussbullets li {
	background: top left url(images/bullet_plus.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}

#body p {
	margin: 0.3em 0;
}

#body h2 {
	margin: 0.3em 0;
}

#body-right p {
	margin-right: 2em;
}


#gallery img {
	float: left;
}

#footer {
	color: #FFFFFF;
	background: #42453D url(images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
}
#footer p {
	margin: 0;
	padding: 0;
}

.errorMsg {
	color: red;
	width: 100%;
	text-align: left;
	font-size: 8pt;
}

.successMessage{
	color: green;
	font-size:  11pt;
}