/***********************************************/
/* master.css                                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	height: 100%;
}
body{
	color: #3A4E97;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: justify;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
p {
	text-align: center;
	margin: 10px 0px;
	padding: 0px;
}


a:link, a:visited, a:hover {
	color: #C6282D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C6282D;
	text-align: center;
}

h2{
	font-size: 114%;
	color: #3A4E97;
	text-align: center;
}

h3{
	color: #3A4E97;
	font-size: 13px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
	font-size: 100%;
	color: #334d55;
	text-align: justify;
}

h6{
 font-size: 90%;
 color: #9BA9D9;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial, sans-serif;
 color: #3A4E97;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin: auto;
	padding: 0px;
	width: 100%;
	text-align: center;
} 

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 47px;
	width: 769px;
}
#pagecont {
	width: 671px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#access {
	height: 37px;
	width: 769px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#access a{
	color: #FFFFFF;
	text-decoration: none;

}

#access a:hover{
	text-decoration: underline;

}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#content{
	width: 769px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


#main {
	margin: 0px 20px 0px 0px;
	position: relative;
}
#text {
	background: url(../img/text_bg.jpg) repeat-y;
	width: 405px;
	margin-top: 10px;
}
#text2 {
	background: url(../img/text_bg2.jpg) repeat-y;
	width: 560px;
	margin-top: 10px;
}
.textmargin {
	margin-right: 20px;
	margin-left: 12px;
}
textarea, input, select {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	color: #3A4E97;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.foot {
	font-size: 11px;
	color: #B7C0E3;
}

.whiteline {
	border-bottom: 1px solid #3A4E97;
	color: #CCCCCC;
}
/***********************************************/
/*Lightbox Styles                               */
/***********************************************/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/overlay.png", sizingMethod="scale");
	}
	#banner {
	background: #C92031;
	margin: 0px;
	padding: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
#banner p {
	text-align: center;
	font-size: 12px;
	color: #FFF;
}

#gallery {
	width: 100%;
}
#gallery img {
	border: 1px solid #3A4E97;
	margin: 5px 0px 5px 15px;
	
}

