/** 2014-08-01 **/

#site-wrapper{
	border: 1px solid #9B9A7A;
    margin: 10px auto;
    width: 995px;
}
	
/*.main-content {
	}

div.right-col-layout div.main-content{
	float: left;
	width: 625px;
	padding: 0 30px 30px; 
	}
*/
.three-col-layout, .no-sidebar-layout, .no-leftnav-layout, .full-page-layout {
	padding-top: 10px;
	width:100%;
}
	
.three-col-layout .content{
	width: 440px;
	float: left;
	padding: 0 15px 15px; 
	}	

.three-col-layout .right-column {
	padding: 0 0 0 35px;
	float: left;
}	

.right-column .content {
	width: auto;
}

.no-sidebar-layout .content{
	margin: 0 15px 0 215px; 
	}	

.no-sidebar-layout .addthis{
	margin-bottom: 0;
	}
	
.no-leftnav-layout .content{
	margin: 0 0 0 15px;
	width: 650px;
	float: left;
	}
	
.full-page-layout .content{
	margin: 0 15px;
	
	}	

.no-leftnav-layout .addthis{
	margin-bottom: 0;
	}
	
	
.right-column {
	float: right;
	padding: 0 0 0 35px;
	width: 275px;
	}
	
.left-column {
	float: left;
	padding:10px;
	width: 190px;
	}
	
.footer-container {
	clear: both;
	}
	
/* Utility Links */

.utility-links {
	text-align: right;
}

.utility-links ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
.utility-links ul li{
	display: inline;
	border-right: solid 1px #000;
	padding: 0 5px;
	}
	
.utility-links ul li.last{
	border-right: none;
	}
	
/* Page Options*/

.page-options{
	text-align: right;
	padding: 0 10px 10px;
}

.page-options ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}

.page-options ul li{
	display: inline;
	border-right: solid 1px #000;
	padding: 0 5px;
	}

.page-options ul li.last{
	border-right: none;}
	
/* Main Navigation */
ul.main-nav{
	list-style-type:none;
	margin:0;
	padding:0;
	display: table;
	width: 100%;
	}

ul.main-nav li{
	display: inline;
    text-align: center;
	display: table-cell;
}

ul.main-nav li.last{
	border-right: none;
}
	
/* Footer Style */

.footer-container{
	text-align:center;
}
	
.footer-container ul.footer-links{
	list-style-type:none;
	margin:0;
	padding:0;
}

.footer-container ul.footer-links li{
	display: inline;
	border-right: solid 1px #000;
	padding: 0 5px;
}

.footer-container ul.footer-links li.last{
	border-right: none;
}

/* 
Responsive Layout
Last Edited: July 11, 2014
*/

/* Responsive Styles */
@media only screen and (max-width:767px) {/* MEDIA QUERY FOR PHONE/TABLET */

#site-wrapper{
	border: 1px solid #9B9A7A;
    margin: 0;
    width: 100%;
	box-sizing: border-box;
	}


.three-col-layout .content{
	width: 100%;
	padding: 15px; 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	}	

.three-col-layout .right-column {
	padding: 15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}	

.right-column .content {
	width: auto;
	padding: 15px;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.no-sidebar-layout .content{
	margin: 0 0 15px; 
	padding: 15px;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	}	

.no-sidebar-layout .addthis{
	margin-bottom: 0;
	}
	
.no-leftnav-layout .content{
	margin: 0 0 15px;
	padding: 15px;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	}
	
.full-page-layout .content{
	margin: 0 0 15px;
	padding: 15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	}	

.no-leftnav-layout .addthis{
	margin-bottom: 0;
	}
	
	
.right-column {
	padding: 15px;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	}
	
.left-column {
	padding:15px;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	}

.footer-container ul.footer-links:first-child li.last{
	border-right: solid 1px #000;
}
}
