.form input.text, .form select, .form textarea {
	border: 1px solid #cecece;
}

.form td {
	padding: 3px;
}

.form {
	width: 100%;
}

.form input.radio, .form input.checkbox {
	position: relative;
	top: 1px;
	margin-right: 5px;
}

.form tr.button td {
	padding-top: 15px;
}

.form input.text, .form select {
	padding: 2px;
}

.form input.text{
    width: 350px;
}

.form textarea{
    width: 354px;
    height: 100px;
}


#questionsCont{
    margin: 20px 0 0 0;
}

.faqTitle{
    cursor: pointer;
    text-decoration: underline;
}
.faqTitle:hover{
    text-decoration: none;
}
.faqInner{
    margin: 0 0 0 20px;
    display: none;
}

#childPagesPrev{
    width: 100%;
}

#childPagesPrev .childPagePrevItem{
    margin: 10px 0;
    width: 100%;
}

span.selected{
    text-decoration: underline;
}

div#breadCrumbs{
    margin: 0 0 10px 10px;
}

.content .news{
    margin: 0 0 30px 0;
}
.content .news .date{
    font-weight:bold;
    color:#937808;
}

.content img{
	margin: 0 10px;
	border: 1px solid black;
}

#albumsCont{
    float: left;
    width: 95%;
}
#albumsCont .album{
    float: left;
    width: 200px;
    height: 210px;
    
}
#albumsCont .album{
    text-align: center;
}

#photosCont{
    float: left;
    width: 95%;
}
#photosCont .photo{
    float: left;
    width: 200px;
    height: 210px;
    
}
#photosCont .photo{
    text-align: center;
}

#pag{
    text-align: center;
    font-size: 12px;
    margin: 0 0 5px 0;
}

#pag a{
    margin: 0 5px;
}

#videosCont .video{
    margin: 0 0 20px 0;
}

#videosCont .video h4{
    font-size: 14px;
}

ul#subPages{
    text-align: left;
}
ul#subPages li{
    display: block;
    list-style: disc;
}
ul#subPages li a{
    color: #af6919;
    font-weight: bold;
    font-size: 14px;
}

.news h4 a{
    color: #5c5c5c;
    font-size: 13px;
}

.news.item h1{
    color: #5c5c5c;
    font-size: 16px;
}

.news.item .date{
    text-align: right;
}

.pageSection a{
    color: #5c5c5c;
}

.pageItem .pageSection{
    margin: 0 0 0 20px;
}

.letters{
    text-align: center;
    font-size: 14px;
}
.letters a{
    font-weight: bold;
    color: #5c5c5c;
}

#terms{
    margin: 20px 0 0 0;
}

#terms .term{
    margin: 0 0 10px 0;
}

#terms .term p{
    margin: 0 0 0 10px;
}

.content a{
    color: #000000;
}

.content .inner_text h3{
    font-size: 14px;
}

#flash{
    position: absolute;
    top: 67px;
    left: 43px;
}

.newsPages{
    float: left; 
    width: 100%;
}

.newsPages .prev{
    float: left; 
    width: 48%; 
    text-align: left;
    border: 0px solid red;
}

.newsPages .next{
    float: left; 
    width: 48%; 
    text-align: right;
    border: 0px solid red;
}

.newsPages .prev a, .newsPages .next a{
	 color:#937808;
	 font-size:11px;
	 font-weight: bold;
}

#subBlock{
    width: 400px;
}
#subBlock .row{
    width: 100%;
    float: left;
    margin: 5px 0;
    border: 0px solid red;
}
#subBlock .row .left{
    width: 80px;
    float: left;
}
#subBlock .row .right{
    float: left;
}

.handyButton{
    cursor: pointer;
}

div.h3grad{
    height: 25px;
    background-image: url("/images/h3grad.jpg");
    background-repeat: repeat-x;
}

.archiveYear h2.year{
    
}

.archiveYear{
    margin: 0 0 20px 0;
}
.months{
    float: left;
    width: 100%;
}
.months .month{
    float: left;
    width: 16%;
    margin-bottom: 5px;
}

.photoImage img{
    border: 1px solid black;
    padding: 2px;
}

#dictionary, #dictionary td{
    border: 1px solid #CCC;
}

#dictionary{
    width: 100%;
}

#dictionary td.name{
    width: 100px;
}

#dictionary td.name, #dictionary td.desc{
    padding-left: 5px;
}

#dictionary td{
    height: 20px;
}

#errList li{
    list-style-type: disc;
    text-decoration: none;
    margin: 0 0 0 25px;
}

#stocksTable td {
    text-align: center;
}

#container {
    padding-bottom: 10px !important;
}
