IMG { 
	border: 0;
	margin: 0;
}

.byline, .comments, .tags, .submissions, .smallsocial A{font-size: 10px}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ccc;
	margin-top:0;
	font-size: 100%;
}

.red {
	color:#c00;
}

#main {
	margin: 0 auto;
	width: 1024px;
}

/*start header*/
#header {
	position: relative;
	/*width: 1024px;*/
	height: 183px;
	background: url(http://www.amramp.com/support/images/header-bg.gif) no-repeat;
	z-index: 999;
}

	#header IMG{
		margin: 0;
	}

	#header .logo {
		position: absolute;
		top: 40px;
		left: 20px;
	}

	#header .holiday {
		position: absolute;
		top: 40px;
		left: 700px;
	}
	
	#header .slogan {
		position: absolute;
		top: 99px;
		left: 225px;
		font-style: italic;
		font-size:18px;
	}
	
	#header .sloganbigger {
		font-size: 24px;
		}
	
	/*start top links*/
	#header .top-links {
		position: absolute;
		left: 20px;
		top: 136px;
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 15px;
	}
		#header .top-links li {														
			float: left;
			padding: 0 25px 0 18px;
		}


			#header .top-links li a {														
				color: #039;
				padding-left: 20px;
				background: url(http://www.amramp.com/support/images/top-links-item.png) no-repeat 0 0;
				text-decoration:none;
			}
				#header .top-links li a:hover {													
					text-decoration: underline;
					background: url(http://www.amramp.com/support/images/top-links-item-over.png) no-repeat 0 0 ;
					}


					
	/*start top navigation*/
	#header #top-nav {
		position: absolute;
		top: 166px;
		left: 0;
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 10px;
		z-index: 999;
	}
		#header #top-nav li {
			float:left;
			position: relative;
			padding:0 3px 0 0;
			text-align: center;
		}
		#header #top-nav .link1 {width: 116px;}
		#header #top-nav .link2 {width: 226px;}
		#header #top-nav .link3 {width: 133px;}
		#header #top-nav .link4 {width: 210px;}
		#header #top-nav .link5 {width: 168px;}
		#header #top-nav .link6 {width: 153px; margin-top: -2px} /*edited for larger A in font resizer*/
		#header #top-nav li a {
			color: #039;
			text-decoration: none;
		}
			#header #top-nav li:hover .drop, #header #top-nav li.hover .drop {
				display: block;
				position:absolute;
			}
	/*start top navigation 2nd level*/
		#header #top-nav li .drop {
			display: none;
			position: absolute;
			top: 10px;
			padding: 7px 0 0;
			width: 191px;
			left: 0;
			line-height:1.1em;
		}
			#header #top-nav li ul {
				float: left;
				list-style: none;
				padding: 0;
				margin: 0;
				font: 11px/12px Arial, Helvetica, sans-serif;
				color: #666;
				background: url(http://www.amramp.com/support/images/top-nav-drop-middle-bg.png) no-repeat;
				width: 191px;
			}
				#header #top-nav li ul li {
					width: 166px;
					padding: 0 0 5px 9px;
					margin: 7px 0 0 8px;
					display: inline;
					text-align: left;
					border-bottom: 2px solid #ccc;
				}

		#header #top-nav li ul .last {border: 0;}
		#header #top-nav li ul a {
			color: #666;
			text-decoration: none;
		}
		#header #top-nav li ul a:hover {
			color: #000;
			text-decoration: underline;
			
		}



		#header #top-nav li .bottom {
			float: left;
			width: 191px;
			background: url(http://www.amramp.com/support/images/top-nav-drop-bottom-bg.png) no-repeat;
			height: 33px;
		}


/*start content*/
#content {
	float: left;
	width: 100%;
	background: url(http://www.amramp.com/support/images/content-bg.gif) repeat-y;
	z-index: 100;
}
.sub-content {
	float: left;
	width: 100%;
	padding: 0 0 40px 0;
	background:  url(http://www.amramp.com/support/images/content-bg.jpg) no-repeat 0 100%;
}
/*start left column*/
#column {
	float: left;
	width: 178px;
	margin: 0 0 0 6px;
	display: inline;
	font-size:0.625em;
	color: #c00;
}

	#column IMG{
		margin:0;
	}

	/*start left column navigation*/
	#column .left-nav {
		padding: 6px 0 0 5px;
		margin: 0;
		letter-spacing: -1px;
	}

		#column .left-nav li {
			background: url(http://www.amramp.com/support/images/left-nav-bg.gif) no-repeat 0 2px;
			list-style:none;
			padding: 0 0 0 14px;
			margin: 0 0 11px 0;
		}

			#column .left-nav li a {
				color: #c00;
				text-decoration: none;
			}
			#column .left-nav li a:hover {text-decoration: underline;}
			
	#column .calendar {
		background: url(http://www.amramp.com/support/images/calendar.png) no-repeat;
		width: 129px;
		height: 98px;
		padding: 2px 12px 0 6px;
	}

		#column .calendar .title {
			float: left;
			width: 129px;
			font-size: 11px;
			color: #999;
			text-align: center;
			padding-top:2px;
		}

		#column .calendar ul {
			position:relative;
			list-style: none;
			float: left;
			padding: 0;
			margin: 0;
			padding: 0 0 0 4px;
			line-height: 11px;
		}

			#column .calendar ul li {
				padding: 4px 2px 0 0;
			}

				#column .calendar ul li a {
					color: #c00;
					text-decoration: none;
				}

					#column .calendar ul li a:hover {
						text-decoration: underline;
					}
		
	#column .view {
		margin: 0 0 0 5px;
		padding: 0 0 0 14px;
		display: inline;
		text-decoration: none;
		background: url(http://www.amramp.com/support/images/left-nav-bg.gif) no-repeat 0 2px;
		color:#c00;
	}
		#column .view a{color:#c00;}
		
			#column .view:hover {text-decoration: underline;}
			
	#column .symbols {
		list-style: none;
		padding-left: 0;
		margin-left:0;	/*Fix for IE*/
		width: 150px;
	}

		#column .symbols li {
			float: left;
			padding-right: 10px;
		}

/*start center column*/
#column2 {
	float: left;
	width: 651px;
	padding: 11px 0 0;
	z-index:1;
	margin: 0 10px;
}

	#column2 h1 {
		color: #c00;
		font-size: 23px;
		font-weight: normal;
	}

	#column2 h2 {
		color: #039;
		font-size: 17px;
		font-weight: bold;
	}

	#column2 h3 {
		color: #555;
		font-size: 14px;
		font-weight: normal;
		margin-top: -10px;
		margin-bottom: -10px;
		font-style: italic;
	}

	#column2 p {
		font-size: 0.75em;
		line-height: 1.4em;
		color: #333;
	}

	#column2 ul{
		font-size:0.75em;
		line-height: 1.4em;
		color: #333;
	}

	#column2 ol{
		font-size:0.75em;
		line-height: 1.4em;
		color: #333;
	}

	#column2 textarea {
		height: 50px;
		width: 200px;
	}

/*start right column*/
#column3 {
	float: right;
	width: 169px;
	padding: 11px 0 0;
}
/*start right box*/
	#column3 .right-box {
		float: left;
		background: url(http://www.amramp.com/support/images/right-box-bg.png) no-repeat;
		width: 141px;
		height: 417px;
		padding: 0 14px 0 14px;
	}
	
		#column3 .right-box .title {
			float: left;
			width: 141px;
			height: 63px;
			padding: 10px 0 0;
			margin: 0 0 11px 0;
			text-align: center;
			font: 14px/18px Arial, Helvetica, sans-serif;
			color: #fff;
		}
		
		#column3 .right-box h2 {
			margin: 0 0 0 6px;
			font-size: 10px;
			color: #339;
		}
		
		#column3 .right-box ul {
			float: left;
			list-style: none;
			padding: 3px 0 22px 0;
			margin: 0;
			width: 141px;
		}
		
			#column3 .right-box ul li {
				float: left;
				width: 141px;
				height: 18px;
				font: 10px/18px Arial, Helvetica, sans-serif;
			}
			
				#column3 .right-box ul li a {
					float: left;
					color: #000;
					text-decoration: none;
					position: relative;
					background: url(http://www.amramp.com/support/images/right-box-item.gif) no-repeat 0 2px;
					padding: 0 0 0 17px;
					margin: 0 0 0 5px;
					display: inline;
				}

					#column3 .right-box ul li a:hover {
						float: left;
						color: #000;
						text-decoration: none;
						position: relative;
						background: url(http://www.amramp.com/support/images/right-box-item-over.gif) no-repeat 0 2px;
						padding: 0 0 0 17px;
						margin: 0 0 0 5px;
						display: inline;
						text-decoration: underline;
					}

/*start footer*/
#footer {
	float: left;
	width: 1024px;
	height: 23px;
	background-color: #339;
	text-align: center;
}
/*start footer navigation*/
	#footer ul {
		list-style: none;
		padding: 6px 0 0;
		margin: 0;
		font-size: 10px;
	}
	
		#footer ul .first {
			padding: 0 10px 0 0;
			border: 0;
		}
		
		#footer ul li {
			display: inline;
			border-left: 1px solid #f33;
			padding: 0 10px;
		}

		
			#footer ul li a {
				color: #fff;
				text-decoration: none;
			}
			
				#footer ul li a:hover {text-decoration: underline;}

/**** Other Styles ****/
.drop-shadow {
	-moz-box-shadow: 6px 6px 3px #555; /* FF3.5+ */
	-webkit-box-shadow: 6px 6px 3px #555; /* Saf3.0+, Chrome */
	box-shadow: 6px 6px 3px #555; /* Opera 10.5, IE9, Chrome 10+ */
	border: 1px solid #c22;
}

.floatright {
	float:right;
	clear:right;
	margin: 0 1em 1em;
}

.boldred {
	color: #C00;
	font-weight: bold;
}

#current-news #column2 {font-size:x-small}
/* Show only to IE6 */
* html #column2 {
width: 645px !important;
}

#column2 h2.ContainerTitle {
color:#CC0000;
font-family:Arial,Verdana,sans-serif;
font-size:23px;
font-weight:normal;
line-height:26px;
}

#column2 #listing .item h3, 
#column2 #listing .item h3 a, 
#column2 h3.title, 
#column2 h3.title a {
color:#555555;
font-family: Verdana,Arial,sans-serif;
font-size: 14px;
font-style: italic;
font-weight: bold;
text-decoration: none;
margin: 10px 0px;
}

#column2 #listing .item h3 a:hover, 
#column2 h3.title a:hover {
text-decoration: underline;
}
#column2 p {
float: none !important;
padding: normal !important;
margin: normal !important;
}

div.listing div.post {
padding-bottom: 10px;
border-bottom: dotted 1px #CC0000;
}


div.leftPane {
float:left;
padding: 2px 12px 0 0;
}

#sidebar {
	width: 147px;
}
#sidebar .titlebox {
width: 147px;
height: 19px;
background: transparent url(theme_files/sidebar_r1.png) center top no-repeat;
}
#sidebar h2.title {
color:#999999;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
line-height:normal;
text-align:center;
text-transform: uppercase;
height:14px;
width:140px;
margin: 0px;
padding: 0px;
padding-top: 4px;
}

#sidebar .contentwrap {
	width: 147px;
	background: transparent url(theme_files/sidebar_r2.png) center top repeat-y;
}
#sidebar .content {
	width: 125px;
	margin: 0px 10px;
	white-space: normal;
}


#sidebar .content ul {
margin-top: 0;
margin-bottom: 0;
margin-left: 15px;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
}
*:first-child+html #sidebar .content ul {
margin-left: 0px;
padding-left: 15px;
}
* html #sidebar .content ul {
margin-left: 0px;
padding-left: 15px;
}

#sidebar .content a:hover {
color: #CC0000;
text-decoration: underline;
}


#sidebar .foot {
	width: 147px;
	height: 16px;
	background: transparent url(theme_files/sidebar_r3.png) center top no-repeat;
}


#sidebar .AutoFormLabel {
display: block;
margin-top: 0px;
}

#sidebar input.IngeniMailSubscribeEmailInput {
width: 110px;
}

#bb-container h3 { margin-top:12px; margin-bottom:2px; }
.landing_photos {
   font-size: 0.8em;
   color: #666;
}
