/* Css reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{ background:transparent; border:0; font-size:100%; margin:0; outline:0; padding:0; vertical-align:baseline; }
ul{ list-style:none; }
ol{margin-left: 56px;}
blockquote,q{ quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none; }
:focus{ outline:0; }
ins{ text-decoration:none; }
del{ text-decoration:line-through; }
table{ border-collapse:collapse; border-spacing:0; }
label{ cursor:pointer; }
div{font-size:13px;}
/* General */
a,
a:visited{ cursor:pointer; text-decoration:none; }
a:focus,
a:hover{ text-decoration:underline; color: #999; }
/*html{ height:100%;  }*/

body {
	background-color: #fff;
	color: #999;
	margin: 0;
	padding: 0;
	outline-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#shell {
	/*margin: auto;*/
	text-align: left;
	width: 1000px;
	margin-left: 20px;
	margin-top: 0px;
	padding: 0px;	
	/*background-color:#FFFFCC;*/
}	
h1{
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #999;
}
h2{
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #999;

}
h1 a, h1 a:hover, h1 a:visited {color: #999;
text-decoration:none;
}
#vertMenu{
	padding: 0;
	margin: 0;
	height: 100%;
	/*background-color: #00FFFF;*/
	
}
ul{
	padding: 0px;
	PADDING-BOTTOM: 10PX;
	/*background-color: #393939;*/
	margin: 0;
}
#vertMenu li{
	/*background-color: #CCCCCC;*/
	list-style-image:none;
	list-style-position:outside;	
	list-style-type:none;
	margin-bottom: 5px;
	margin-top:5px;
	text-align:left;
	font-size: 14px;
}
#vertMenu li a{
	/*background-color:transparent;*/
	color: #999;
	text-decoration:none;
}
#vertMenu li a:hover{
	color: #666666;
	
}
.highlight{
	color: #666;
	
}
a:hover .highlight{
	text-decoration:underline;
}
#highlight2{
	color: #666;
	padding-left: 30px;
	font-size: 13px;
	
	
}
a:hover #highlight2{
	text-decoration:underline;
}
a:focus { outline: none; 
}
#navigation{
	padding: 0;
	margin: 0;
	/*font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #fff;*/
}
#navigation p{
	float: left;
	padding: 0;
	margin: 0;
}
#navigation ul{
	float: left;
}
.clearIt {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0px; /*for IE*/
}
#firefox-bug-fix {
	display:table-row;	
}
.columns {
	display: table-cell;
	vertical-align: top;
}
#c1, .c1 {
	/*background-color: #326698;*/
	width: 240px;
	min-width: 240px;
	margin: 0;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 0px;
	
	
}
#c2, .c2 {
	font-size: 22px;
	width: 100%;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	text-align:left;
	padding-top: 78px;
}

#c2 a, .c2 a{	
	text-decoration:none;
}
#c2 a:hover, .c2 a:hover{
	/*color: #6b7066;*/
	text-decoration:none;
}
/*Outer container*/
/*slideShowCont*/
#galleryImages{
	height: 710px;
/*	width: 800px; for scrollable add this*/
	overflow:hidden;
	text-align: center;
}
/*styles to center next previous buttons*/	
.nextPrevBox{
	width:100%;
	margin-top: 10px;
	margin-bottom:8px;
}

.nextPrevBox ul {
	position:relative;
	left:50%;
	float:left;
	padding:0;
	margin:0;
}
.nextPrevBox ul  li {
	text-align: left;
	position:relative;
	right:50%;
	float:left;
}
.nextPrevBox ul  li a{	
}
#galleryText{
	margin-top: 7px;
	display: none;
}
#galleryThumbs{
	margin-top: 7px;
	padding: 0px;
}
