/* CSS Document */

body,
   html {
   margin:0;
   padding:0;
   color:#000;
   background:white;
   text-align: center;
	}
a {
	color: #000000;
	text-decoration: none;
}	
	
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}

ul {
	list-style-position: outside;
	margin-left: 30px;
	}
li {
	margin-top: 1em;
	}
#wrap{
	width: 900px;
	background: white;
	text-align: left;
	margin: 0px auto 0px auto;		
	}
	
#header{
	background:white;
	height: 80px;
	position: float;

}
#topLogo{
	float:left;
	text-align: right;	
	}

#topMenu{
	float:right;
	text-align: right;
	font-family: Arial;
	font-size: 12px;
}		

#topMenu ul {
	 margin:10px;
	 padding:0;
	 }
	 
#topMenu li {
	display:inline;
	margin:0;
	padding:0;
	}	

#nav{
	text-align:center;
	background:#000;
	height:23px;
	
}
 #nav ul {
	 margin:0;
	 padding:0;
	 list-style:none;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
	}
	
#main {
	float:left;
	width:330px;
	height:400px;
	background:white;
	padding: 5px;
	 }
	 
#contentRight{
	float:right;
	width: 540px;
	height:400px;
	padding: 5px 5px 5px 5px;
	 background:white;
	font-family: Arial;
	font-size: 12px;
	overflow: auto;
	color: #000000;
	text-align: justify;	
	}
#ContentRightWide{
	float:right;
	width: 545px;
	height:419px;
	padding: 5px;
	background:white;
	font-family: Arial;
	font-size: 12px;
	overflow: auto;
	color: #000000;
	text-align: justify;
	}
#CharityRightWide{
	float:right;
	width: 545px;
	height:500px;
	padding: 5px;
	background:white;
	font-family: Arial;
	font-size: 12px;
	overflow: auto;
	color: #000000;
	text-align: justify;
	}	
#CollectionMain{
	float:right;
	width: 100%;
	height:425px;
	padding: 5px;
	background:white;
	font-family: Arial;
	font-size: 12px;
	overflow: auto;
	color: #000000;
	border:0px;
	white-space: nowrap;
	}	
#CThumbnails {
	float:right;
	width:100%;
	height:inherit;
	background:white;
	padding: 5px;
	margin-top:0px;
	clear:both;
	text-align: center;	
	 }	
#CImage {
	width:auto;
	height:600px;
	float:right;
	background:white;
	padding: 5px;
	margin-top:0px;
	margin:0px;	
	text-align: center;	
	overflow: auto;	
	 }
	 
#CImgCenter {
	width:200px;
	height:600px;
	float:right;
	background:white;
	padding: 5px;
	margin-top:0px;
	margin:0px;	
	text-align:justify;		
	 }	 
#CLeft {
	width:250px;
	height:auto;
	float:left;
	background:white;
	padding: 5px;
	margin-top:0px;
	margin:0px;	
	text-align: center;		
	 }	 
#CDesc {
	width:auto;
	height:auto;
	float:center;
	background:white;
	padding: 5px;
	margin-top:0px;
	margin:0px;	
	text-align: center;
	margin-top:30px;
	 }
#CollectionsMenuBar{
	position:fixed
	width: 30%;
	height:20px;
	padding: 5px;
	color: #000000;
	text-align: left;
	padding: 5px 5px 5px 5px;
	}	
#RightTopBar{
	float:right;
	width: 550px;
	height:1px;
	padding: 5px;
	color: #000000;
	text-align: left;
	}
#MainRightTopBar{
	float:right;
	width: 274px;
	height:1px;
	padding: 5px 5px 5px 5px;
	color: #000000;
	text-align: left;	
	}	
ul.circle {list-style-type:circle}	
#Splash {
	 float:left;
	 width:600px;
	 padding: 5px 5px 0px 0px;
	 background:white;
	 }

#RightMenu{
	float:right;
	width: 274px;
	height:480px;
	padding: 5px 5px 5px 5px;
	background:white;
	font-family: Arial;
	font-size: 12px;
	overflow: auto;
	color: #000000;
	text-align: left;	
	}
#MainMenuRight{
	float:right;
	width: 274px;
	height:400px;
	padding: 5px 5px 5px 5px;	
	background:white;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: right;	
	}		
title{
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	}	
#footer{
	height:inherit;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	clear:both;
	background:white;
	text-align:center;
	padding: 10px;
}

.Header {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.quote {
	font-family: Arial;
	font-style: italic;
		font-weight: bold;
}
.subHeader {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}


table.main {
	border-width: 1px;
	border-spacing: ;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: rgb(204, 204, 204);
}
table.main th {
	border-width: thin;
	padding: 5px;
	border-style: dashed;
	border-color: gray;
	background-color: #CCC;
	-moz-border-radius: ;
}
table.main td {
	border-width: thin;
	padding: 5px;
	border-style: dashed;
	border-color: gray;
	background-color: white;
	font-family: Arial;
	font-size: 12px;	
	
}

.bodyText {
	font-family: Arial;
	font-size: 12px;
	text-align:left;
}

.normal a{
	color: white;
	text-decoration: none;
	border:0;
	}
.form{
	border:1px;
	width:auto;}
	
#scLeft {
	float:left;
	height:500px;
	background:white;
	padding: 5px;
	 }
#scRight {
	float:right;
	height:500px;
	background:white;
	padding: 5px;
	 }	 

#contactUsRight1 {
	float:right;
	width:320px;
	background:white;
	padding: 5px;
	margin-top:15px;
	 }	
#contactUsRight2 {
	width:200;
	float:left;
	background:white;
	padding: 5px;
	 }	 
	 
#redAlert {
	color: red !important;	 
	}
