/*
 * Agency: Stonewall+
 * URL: unknown
 *
 * Author: Justin
 * Creation Date: 01 Feb 2009
*/

body {
	background: #e5e5e5 url(../images/bg_main.gif) repeat-x 0 0;
	color: #4b4b4b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

form, input, textarea, ul, li, h1, h2, h3, table, td, th {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

/* Start Generic */

.clearboth {
	clear: both;
	line-height: 1px;
	height: 1px;
}

.clearleft {
	clear: left;
}

a {
	color: #124576;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #4b4b4b;
}

.line {
	clear: both;
	height: 15px;
	background: url(../images/line.gif) repeat-x 0 0;
}

.img_left {
	float: left;
	margin: 0 15px 15px 0;
}

.img_right {
	float: right;
	margin: 0 0 15px 15px;
}

/* End Generic */

/* Start outer conatiner */

#outer_container {
	margin: 0 auto;
	padding: 30px 0 10px 0;
	width: 960px;
}

	/* Start Header */
	
	#header {
		padding: 0 0 10px 0;
	}
	
		#header .logo {
			float: left;
		}
		
		#header .ad_banner {
			float: right;
		}
		
		/* Start Nav */
		
		#nav {
			padding: 10px 0 0 0;
		}
		
		ul.sitenav { 
			background: #ffffff url(../images/bg_nav.gif) no-repeat 0 0;
			height: 50px;
			position: relative; 
			width: 960px;
		}
		
		ul.sitenav li { 
			float: left;
			font-weight: bold;  
			list-style: none;
			margin-left: -1px;	
			position: relative;
			zoom: 1; 
			z-index: 9;	
		}
		
		ul.sitenav li#nav1 { margin-left: 0; }
		
		ul.sitenav li a { 
			background: transparent url(../images/nav.gif) no-repeat 0 0;
			display: block; 
			height: 50px;
			text-indent: -9999px;
		}
		
		ul.sitenav li.active  {
			z-index: 99;
		}
		
		ul.sitenav li#nav1 a { background-position: 0 0; width: 97px; }
		ul.sitenav li#nav1.active a, ul.sitenav li#nav1.active a:hover { background-position: 0 -50px; }
		ul.sitenav li#nav1 a:hover { background-position: 0 -100px; }
		ul.sitenav li#nav1.hover a { background-position: 0 -150px; }
		
		ul.sitenav li#nav2 a { background-position: -97px 0; width: 151px; }
		ul.sitenav li#nav2.active a, ul.sitenav li#nav2.active a:hover { background-position: -97px -50px; }
		ul.sitenav li#nav2 a:hover { background-position: -97px -100px; }
		ul.sitenav li#nav2.hover a { background-position: -97px -150px; }
		
		ul.sitenav li#nav3 a { background-position: -248px 0; width: 108px; }
		ul.sitenav li#nav3.active a, ul.sitenav li#nav3.active a:hover { background-position: -248px -50px; }
		ul.sitenav li#nav3 a:hover { background-position: -248px -100px; }
		ul.sitenav li#nav3.hover a { background-position: -248px -150px; }
		
		ul.sitenav li#nav4 a { background-position: -356px 0; width: 139px; }
		ul.sitenav li#nav4.active a, ul.sitenav li#nav4.active a:hover { background-position: -356px -50px; }
		ul.sitenav li#nav4 a:hover { background-position: -356px -100px; }
		ul.sitenav li#nav4.hover a { background-position: -356px -150px; }
		
		ul.sitenav li#nav5 a { background-position: -495px 0; width: 130px; }
		ul.sitenav li#nav5.active a, ul.sitenav li#nav5.active a:hover { background-position: -495px -50px; }
		ul.sitenav li#nav5 a:hover { background-position: -495px -100px; }
		ul.sitenav li#nav5.hover a { background-position: -495px -150px; }
		
		ul.sitenav li#nav6 a { background-position: -625px 0; width: 92px; }
		ul.sitenav li#nav6.active a, ul.sitenav li#nav6.active a:hover { background-position: -625px -50px; }
		ul.sitenav li#nav6 a:hover { background-position: -625px -100px; }
		ul.sitenav li#nav6.hover a { background-position: -625px -150px; }
		
		ul.sitenav li#nav7 a { background-position: -717px 0; width: 115px; }
		ul.sitenav li#nav7.active a, ul.sitenav li#nav7.active a:hover { background-position: -717px -50px; }
		ul.sitenav li#nav7 a:hover { background-position: -717px -100px; }
		ul.sitenav li#nav7.hover a { background-position: -717px -150px; }
		
		ul.sitenav li#nav8 a { background-position: -832px 0; width: 135px; }
		ul.sitenav li#nav8.active a, ul.sitenav li#nav8.active a:hover { background-position: -832px -50px; }
		ul.sitenav li#nav8 a:hover { background-position: -832px -100px; }
		ul.sitenav li#nav8.hover a { background-position: -832px -150px; }
		
		ul.sitenav ul { 
			background: #ffffff;
			border: 1px solid #dbdbdb;
			border-width: 0 1px 1px 1px;
			left: 0;
			padding: 0 0 10px 0;
			position: absolute;
			top: 100%;
			visibility: hidden;
			width: 212px; 
		}
		
		ul.sitenav ul li { 
			background: url(../images/nav_sep.gif) no-repeat 0 100%;
			float: none; 
			margin: 0 10px;
		}
		
		ul.sitenav ul li.hover {
			background: url(../images/nav_sep_hover.gif) no-repeat 0 100%;	
		}
		
		ul.sitenav ul li.last { 
			background: url(../images/nav_sep_last.gif) no-repeat 0 100%;
			float: none; 
			margin: 0 10px;
		}
		
		ul.sitenav ul li.last:hover {
			background: url(../images/nav_sep_hover_last.gif) no-repeat 0 100%;	
		}
											  
		                                    /* IE 6 & 7 Needs Inline Block */
		#outer_container ul.sitenav ul li a {
			background: none; 
			color: #000000;
			display: inline-block;
			height: 30px;
			line-height: 30px;
			padding: 0 0 0 25px;
			text-indent: 0; 	
			width: 100%;
		} 
		
		#outer_container ul.sitenav ul li a:hover {
			color: #124576;
		}
		
		/* End nav */
	
	/* End Header */
	
	/* Start Main */
	
		#main {
			padding: 0 0 10px 0;
		}
		
		/* Start Left Col */
		
		#left_col {
			float: left;
			padding: 0 10px 0 0;
			width: 150px;
			overflow:hidden;
		}
		.mag_logo_container {
			border: 1px solid #dedede;
			width: 150px;
			background:#fff;			
		}		
/*		#left_col a {
			background: url(../images/line.gif) repeat-x top left;
		}
		.mag_logo_container a:last-child {
			background: none !important;
		}		*/
		#left_col a img {
			max-width:140px;
			padding:5px;
		}
			#left_col .left_col_hd {
				margin: 0 0 10px 0;
			}
			.mag_logo_container a:last-child img {
				margin: 0px !important;
			}

			
		/* End Left Col */
		
		/* Start Home Content */
		
		#home_content {
			float: left;
			height: 1075px;
			position: relative;
			width: 640px;
		}
		
			.home_block, .home_block_nopad, .home_block_wide {
				background: #ffffff;
				border: 1px solid #dbdbdb;
				padding: 10px;
				width: 288px;
			}
			
			.home_block_nopad {
				padding: 10px 10px 0 10px;	
			}
			
			.home_block_wide {
				width: 461px;
			}
			
			.block_title {
				background: #124576;
				color: #ffffff;
				float: left;
				font-family: Georgia, serif;
				font-size: 30px;
				font-style: italic;
				margin: 0 0 10px 0;
				padding: 5px;
			}
			
			.block_title_sub1,
			.block_title_sub2 {
				color: #000000;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 24px;
				font-style: italic;
				margin: 0 0 5px 0;
			}
			
			.block_title_sub2 {
				background: #dbe3ea;
				padding: 5px;
			}
			
			.block_title_sub3 {
				color: #000000;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 16px;
				font-style: italic;
				font-weight: bold;
			}
			
			.home_block_wide .img_right {
				margin: 0 0 0 10px;
			}
	
			/* Start Magazine Slider */
			
			#mag_slider {
				height: 378px;
				left: 0;
				position: absolute;
				top: 0;
			}
			
				#mag_slider #mag_scroll {
					margin: 0 23px;
				}
			
			/* End Magazine slider */
			
			/* Start News Feed */
			.news_item_container {
				border:1px solid #898989;
				overflow:hidden;
			}
			#news_feed {
				height: 450px;
				left: 318px;
				position: absolute;
				top: 0;
			}
			
				#news_feed .img_left {
					margin: 5px 5px 0 0;
				}
			
				#news_feed p {
					background: url(../images/line.gif) repeat-x 0 100%;
					margin: 0 0 10px 0;
					padding: 0 0 5px 0; 
				}
				
				#news_feed .feed_copy_container {
					background: url("../images/line.gif") repeat-x scroll 0 100% transparent;
					float: left;
					height: 90px;
					margin: 0 0 10px;
					overflow: hidden;
				}
			
				#news_feed .feed_copy {
					float: left;
					margin: 2px 0 10px 0;
					width: 195px;
				}
				
				.rss_icon {
					float: right;
				}
			
			/* End News Feed */
			
			/* Start About */
			
			#about {
				height: 497px;	
				left: 0;
				overflow: hidden;
				position: absolute;
				top: 398px;
			}
			
			#about p {
				margin: 0;
				padding: 0 0 15px 0;
			}
			
			/* End About */
			
			/* Start careers */
			
			#careers {
				height: 128px;
				left: 0;
				position: absolute;
				top: 925px;
			}
			
			/* End Careers */
			
			/* Start Advertising */
			
			#advertising {
				height: 107px;
				left: 318px;
				position: absolute;
				top: 475px;
			}
			
			/* End Advertising */
			
			/* Start Syndication */
			
			#syndication {
				height: 128px;
				left: 318px;
				position: absolute;
				top: 609px;
			}
			
			/* End Syndication */
			
			/* Start Syndication */
			
			#subscriptions {
				height: 128px;
				left: 318px;
				position: absolute;
				top: 767px;
			}
			
			/* End Syndication */
		
		/* End Home Content */
		
		/* Start Sub Content */
		
		#content {
			background: #ffffff;
			border: 1px solid #dbdbdb;
			float: left;
			padding: 20px;
			width: 588px;
		}
		
			#content h1 {
				background: #124576;
				color: #ffffff;
				float: left;
				font-family: Georgia, serif;
				font-size: 40px;
				font-style: italic;
				font-weight: normal;
				margin: 0 0 10px 0;
				padding: 5px;
			}
			
			#content h2,
			#content h2.style2 {
				color: #000000;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 24px;
				font-style: italic;
				font-weight: normal;
				margin: 0 0 15px 0;
			}
			
			#content h2.style2 {
				background: #dbe3ea;
				float: left;
				padding: 5px;
			}
			
			#content h3 {
				color: #000000;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 16px;
				font-style: italic;
				font-weight: bold;
				margin: 0 0 5px 0;
			}
			
			#content p {
				line-height: 18px;
				margin: 0;
				padding: 0 0 15px 0;
			}
			
			#content p.nopad {
				padding: 0;
			}
			
			#content ul {
				padding: 0 0 12px 0;
			}
			
			#content ul li {
				background: url(../images/bg_bullet.gif) no-repeat 0 5px;
				list-style: none;
				padding: 0 0 3px 15px;
			}
			
			#content .table_style {
				padding: 0 0 15px 0;
			}
			
			#content .table_style th {
				padding: 0 0 10px 0;
				text-align: left;
			}
			
			#content .table_style td.col1 {
				background: url(../images/bg_bullet.gif) no-repeat 0 7px;
				color: #124576;
				font-weight: bold;
				padding: 0 5px 10px 15px;
				width: 232px;
			}
			
			#content .table_style td.col2 {
				padding: 0 5px 10px 0;
				width: 175px;
			}
			
			#content .table_style td.col3 {
				padding: 0 5px 10px 0;
				width: 150px;
			}
			
			#content .table_style .line {
				height: 10px;
			}
			
			#content .two_col_block_left {
				background: url(../images/bg_2col_sep.gif) repeat-y 100% 0;
				float: left;
				margin: 0 0 15px 0;				
				padding: 0 15px 15px 0;
				width: 270px;
			}
			
			#content .two_col_block_right {
				float: left;
				margin: 0 0 15px 0;
				padding: 0 0 15px 15px;
				width: 270px;
			}
			
			#content .btn_dl_rate_card {
				background: url(../images/btn_download_ratecard.gif) no-repeat 0 0;
				display: block;
				float: left;
				height: 31px;
				margin: 0 10px 0 0;
				text-indent: -9999px;
				width: 167px;
			}
			
			#content .btn_dl_rate_card:hover {
				background-position: 0 -31px;	
			}
			
			#content .btn_visit_site {
				background: url(../images/btn_visit_site.gif) no-repeat 0 0;
				display: block;
				float: left;
				height: 31px;
				margin: 0 10px 0 0;
				text-indent: -9999px;
				width: 101px;
			}
			
			#content .btn_visit_site:hover {
				background-position: 0 -31px;	
			}
			
			#content .btn_subscribe {
				background: url(../images/btn_subscribe.gif) no-repeat 0 0;
				display: block;
				float: left;
				height: 31px;
				margin: 0 10px 0 0;
				text-indent: -9999px;
				width: 108px;
			}
			
			#content .btn_subscribe:hover {
				background-position: 0 -31px;	
			}
			
			#content .btn_back_listing {
				background: url(../images/btn_back_to_listing.gif) no-repeat 0 0;
				display: block;
				float: right;
				height: 31px;
				text-indent: -9999px;
				width: 135px;
			}
			
			#content .btn_back_listing:hover {
				background-position: 0 -31px;	
			}
			
			#content .btn_submit_your_cv {
				background: url(../images/btn_submit_your_cv.gif) no-repeat 0 0;
				display: block;
				float: left;
				height: 31px;
				margin: 0 10px 0 0;
				text-indent: -9999px;
				width: 112px;
			}
			
			#content .btn_submit_your_cv:hover {
				background-position: 0 -31px;	
			}
			
			#content .input1 {
				background: #ffffff;
				border: 1px solid #cccccc;
				height: 22px;
				padding: 1px;
				width: 280px;
			}
			
			#content .input1 input {
				background: #efefef;
				border: none;
				color: #4b4b4b;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				height: 18px;
				padding: 2px;
				width: 276px;
			}
			
			#content .input2 {
				background: #ffffff;
				border: 1px solid #cccccc;
				height: 94px;
				padding: 1px;
				width: 280px;
			}
			
			#content .input2 textarea {
				background: #efefef;
				border: none;
				color: #4b4b4b;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				height: 90px;
				overflow: auto;
				padding: 2px;
				width: 276px;
			}
			
			#content .input3 {
				border: 1px solid #cccccc;
				color: #4b4b4b;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				width: 284px;
			}
			
			#content .required {
				font-size: 11px;
			}
			
			#syndication_form {
				padding: 0 0 5px 0;
			}
			
			#syndication_frm .error {
				margin: 0 0 10px 0;
			}
			
			#syndication_frm .error label {
				color: #ff0000;
				font-style: italic;
				padding: 10px;
			}
			
			#syndication_form td {
				padding: 0 10px 10px 0;
			}

			#content ul.management {
				float: left;
				margin: 0 0 15px 0;
			}
			
			#content ul.management li {
				background: url(../images/bg_bullet.gif) no-repeat 0 5px;
				color: #124576;
				display: inline;
				float: left;
				list-style: none;
				padding: 0 15px 0 10px;
			}
			
			#content ul.management li a.active, #content ul.management li a:hover {
				color: #4b4b4b;
			}
		
			/* Start pagination */
			
			.pagination {
				padding: 0 0 15px 0;
			}
			
				.pagination ul {
					float: right;
				}
			
				#content .pagination ul li {
					background: none;
					float: left;
					list-style: none;
					font-size: 11px;
					padding: 0 0 0 8px;
				}
				
				.pagination ul li a:hover {
					color: #a6a6a6;
				}
				
				.pagination ul li a.prev {
					background: url(../images/bg_pagination_prev.gif) no-repeat 0 2px;
					padding: 0 0 0 11px;
					text-decoration: underline;
				}
				
				.pagination ul li a.next {
					background: url(../images/bg_pagination_next.gif) no-repeat 100% 2px;
					padding: 0 11px 0 0; 
					text-decoration: underline;
				}
				
				.pagination ul li a.prev:hover,
				.pagination ul li a.next:hover {
					color: #124576;
					text-decoration: none;
				}
			
			/* End pagination */
			
			#content h2.news_title {
				float: left;
				margin: 0 0 5px 0;
				width: 430px;
			}
			
			#content a.download_map {
				background: url(../images/bg_download_map.gif) no-repeat 0 4px;
				display: block;
				padding: 0 0 0 15px; 
			}
			
			#content .email_label {
				display: block;
				float: left;
				width: 150px;
			}
		
		/* End Sub Content */
		
		/* Start Right Col */
		
		#right_col {
			float: right;
			width: 160px;
		}
		
		/* End Right Col */
	
	/* End Main */

/* End outer container */

#footer {
	background: #ffffff;
	border-top: 1px solid #dbdbdb;
	font-size: 11px;
	padding: 20px 0 80px 0;
}

	#footer #footer_inner {
		margin: 0 auto;
		width: 960px;
	}

	#footer ul {
		float: left;
	}
	
	#footer ul li {
		background: url(../images/bg_footer_sep.gif) no-repeat 0 0;
		float: left;
		list-style: none;
		padding: 0 10px 0 10px;
	}
	
	#footer ul li.first {
		background: none; 
	}
	
	#footer ul li a {
		background: url(../images/bg_footer_arrow.gif) no-repeat 0 7px;
		display: block;
		float: left;
		height: 25px;
		line-height: 25px;
		margin: 0;
		padding: 0 0 0 18px;		
	}
	
	#footer ul li a:hover {
		text-decoration: underline;
	}
	
	#footer .copyright {
		float: left;
		font-weight: bold;
		line-height: 25px;
	}
	
	#footer .footer_badges {
		float: right;
	}
