/*****************************************/
/*                                       */
/*     The Glenmont Group CSS Document   */
/*            glenmont.css	             */
/*  by Atlantic BT - www.atlanticbt.com  */
/*                                       */
/*****************************************/

/************************/
/*  Main Body Styles    */
/************************/

/*html, body, div {
	margin: 0 auto 0 auto;
	padding: 0;
}*/

body {
	background: #FF8C3B url(../images/bg_orange.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 12px; 							
	color: #6A6A6A;
	text-align: center;
}

div, td {
	font-size: 12px;
	text-align: left;
	z-index: 300;
}


#top {
	background-color: #fff;
	text-align: right;
	padding-right: 15px;
}


#nav {
	margin-top: 46px;
}

#footer {
	margin-top: 15px;
	background: #fff url(../images/bg_footer.gif) repeat-y;
}


.line_vert {
	background: url(../images/bg_linevert.gif);
	width: 5px;
}

#welcome {
	background: #EFEFEF url(../images/bg_grey.gif) repeat-y;
	padding: 5px 8px 5px 8px;
	margin: 0;
}
	#welcome p { height: auto; }

#index_links {
	padding: 5px 8px 5px 8px;
	background: #fff url(../images/bg_white.gif) repeat-y;
}

#top_pad {
	padding-top: 10px;
}

.white_bg {
	background-color: #fff;
}

#main_bg {
	position: relative; left: 0; top: 0;
	background: #fff url(../images/bg_mainbg.gif) repeat-y;
}

.inner_pad {
	padding-left: 5px;
}

.inner_body {
	padding: 15px 25px 0 8px;
	width: 425px;
	line-height: 150%;
	background: #fff;
}

.inner_image {
	padding: 5px 5px 5px 8px;
}

.inner_right {
	padding: 28px 15px 0 5px;
	line-height: 150%;
}

a#print-link {
	float: left; display: inline;
	background: url(/images/printButton.png) no-repeat 0 0;
	width: 16px; height: 16px;
	text-indent: -9999em;
}

/************************/
/*    Text Styles       */
/************************/

a, a:visited {
	color: #6A6A6A;
	text-decoration: underline;
}

a:hover {
	color: #F58220;
	text-decoration: none;
}

.orange_title {
	text-transform: uppercase;
	color: #F58220;
	font-weight: bold;
	font-size: 13px;
}

.black_large, h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1em;
	margin: 5px 0 0 0;
	padding: 0;
	font-weight:normal;
}

.blue {
	color: #5C788E;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 0 0 12px;
}
	.blue a { 
		display: block;
		/* margin: -45px 0 0; */
	}

.footer_address {
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
	color: #6A6A6A;
	padding: 8px 12px 12px 0;
	font-weight: bold;
}

.about {
	font-size: 10px;
	padding: 0 12px 8px 0;
}

.icons a {
	display: block; 
	height: 24px;
	width: 80px;
}

.icons li {
	background: url(../images/bg_twitter.png) no-repeat;
	float: left;
	display: inline;
	margin: 0 6px 0 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	}
	.icons li.facebook {
		background-image: url(../images/bg_facebook.png);
	}

.icons ul {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
	}

/************************/
/*Programming Styles    */
/************************/

input {
	border: 1px solid #BABABA;
	background-color: #F4F4F4;
}
	#top input { margin-bottom: 0; }
	
	#uploadForm table td { padding: 4px; }
	
	#yes, #no { margin-bottom: 0; margin-right: 4px; border: 0; width: auto; background: none; }
	
	#sendform {
			float: right;
			text-align: center; height: auto;
			background: none; padding: 0 30px 1px 25px;
			border: 0;
			width: 100px;
			font-size: 100%;
			color: #ee6e14;
			text-transform: uppercase; 
			font-weight: bold;
			border: 1px solid #ee6e14;
			border-bottom: 2px solid #ee6e14;
		}

/* from editor */
.image-left { float: left; display: inline; margin: 0 10px 10px 0; }
.image-right { float: right; display: inline; margin: 0 0 10px 10px; }
.image-center { display: block; }
.image-mid-left { float: left; display: inline; margin: 10px 10px 10px 0; }
.image-mid-right { float: right; display: inline; margin: 10px 0 10px 10px; }
.note { font-size: 90%; font-style: italic; }
.font-8pt { font-size: 8pt; }
.font-10pt { font-size: 10pt; }
.font-12pt { font-size: 12pt; }
.font-14pt { font-size: 14pt; }

.font-family-arial { font-family: Arial, Helvetica, sans-serif; }
.font-family-times { font-family: "Times New Roman", Times, serif; }
.font-family-georgia { font-family: Georgia, "Times New Roman", Times, serif; }
.font-family-verdana { font-family: Verdana, Arial, Helvetica, sans-serif; }
.font-family-verdana { font-family: Tahoma, Arial, sans-serif; }

iframe#contentone {border: none; width: 375px; height: 480px; }