@charset "utf-8";
/* CSS Document */

/*Common Colors*/
/*
Dark Grey: 636363
Light Grey: E4E4E4
BORDER Grey: C4C4C4
Goldish: 9D6A2A
*/


body {
	padding:0px;
	margin:0px;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}

body li {
	color: #369;
	margin-left:-14px;
	border-left:thin solid #CCC;
	margin-bottom:6px;
	list-style:square;
}

#listtext {
	color:#333;
	padding-left:4px;
	display:block;
	
}

body a {
	color:#369;
	text-decoration:none;
	border-bottom:#369 thin dotted;
	padding:0px;
}

body a:hover {
	color:#369;
	text-decoration:none;
	border-bottom:none;
}

#HeaderDiv {
	background: url(images/headerBG.jpg);
	height:120px;
	width:100%;
	margin: auto;
	vertical-align:top;
	position:relative;
}

#HeaderContains {
	background:url(images/clouds.jpg) no-repeat;
}

#footerText {
	width:960px;
	margin:auto;
	margin-top:28px;
	font-size:11px;
	
	border-top: thin dotted #999; 
	background:url(images/footerBG.png) top repeat-x;
}

#footerText a {
	color:#369;
	text-decoration:none;
	border-bottom:#369 thin dotted;
	padding:0px;
}

#footerText a:hover {
	color:#369;
	text-decoration:none;
	border-bottom:none;
}

#MyFooter {
	height: auto;
	position: fixed;
	width:100%;
	bottom: 0;
	background:url(images/footerbg.png) repeat-y bottom;
}

#ButtonText {
	display: table-cell;
}

#TopButtons {
	background:url(images/smallGrad.png) bottom repeat-x #E4E4E4;
	color:#636363;
	border-bottom:#C4C4C4 thin solid;
	border-top:#C4C4C4 thin solid;
	font-size: 11px;
	padding: 4px;
	max-height:20px;
	
}

#TopButtons td {
	border-right:#C4C4C4 thin solid;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:12px;
	padding-left:12px;
	cursor:pointer;
	z-index:10;
}

#TopButtons td:hover {
	border-right:#C4C4C4 thin solid;
	background-color:#C4C4C4;
	color:#000;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:12px;
	padding-left:12px;
	z-index:12;
}

.killborder {
	border-right: none !important;
}

.ImHere {
	color:#9D6A2A !important;
	background-color:none !important;
	font-weight:bold !important;
	cursor: default !important;
}

.ImHere:hover {
	color:9D6A2A !important;
	font-weight:bold !important;
	background-color:#E4E4E4 !important;
}

#MyBody {
	margin: auto;
	width:960px;
	height:100%;
	position:relative;
	padding:8px;

}

#mainHolder {
	min-height:400px;
	
}

.MainButton {
	color:#666;
	border-bottom:#CCC thin solid;
	cursor:pointer;
	height:32px;
	font-size:11px;
	background: url(images/smallLi.png) no-repeat left bottom;
	padding-left:27px;
	vertical-align:bottom;
	padding-bottom:2px;
	font-weight:bold;
}

.MainButton:hover {
	color: #960;
	border-bottom:#CCC thin solid;

}

#PhotoFrame {
	background-color: #F2F2F2 ;/*#E4E4E4*/
	padding:6px;
	border: #CCC thin solid;
	position:relative;
}

#PhotoFrameText {
	padding:4px;
	font-size:10px;
	color:#369;
}

form fieldset{
	
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color: #999;/*#657887*/
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
		
	margin:10px 10px 10px 0px;
	width:350px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
}

form fieldset legend{	
	background-color:none;
	
	border-width:0px 1px;
	border-style:solid;
	border-color:#999;
	
	color: #666;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	letter-spacing:1px;
		
	padding:2px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;
	
}
	 
form fieldset legend img{
	padding:0px 5px 0px 5px;	
}

label{
	font-size:90%;
	
	display:block;
	float:left;
	width:100px;
	text-align:right;
	margin:10px 5px 0px 0px;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:90%;
	color: #666;
	border-bottom: thin dotted #999;
	padding:0px 6px 6px 6px;
	background:url(images/H2bg.png) bottom repeat-x;
	letter-spacing:.5px;
}

h2 span {
	font-size:small;
	font-weight:normal;
}
