/*
//-----------------------------------------------------------------------------

	shell.css
	
	version:	1.0
	date:		07/13
	author:		[John Peacock @ clear]
	email:		[john@clearmpls.com]

	website:	[www.printmediamn.com]

	version history: [1.0]
	

// -----------------------------------------------------------------------------
*/


/*	Import external stylesheets
-----------------------------------------------------------------------------*/

@import url("reset.css");

/*	Styles/Colors/Fonts
-----------------------------------------------------------------------------*/


/*	Global Elements
-----------------------------------------------------------------------------*/

@media screen {

body {
	background: #505153;
	margin: 0;
	padding: 0;
	text-align: center
	}
.wrap {
	margin: 0 auto;
	width: 950px
	}
#header {
	background: #fff;
	}
	#althdr {
		border: 8px solid #fff;
		margin: 5px 0 0 0;
		padding: 1px 10px 0; /* hack for sitenav margin */
		background: url(../images/nav_bg.gif) 0 0 no-repeat;
		float: right;
		width: 496px;
		}
	#header_img {
		height: 317px;
		background: url(../images/1_par_home.png) 0 0 no-repeat;
	}
	.logo {
		margin: 30px 730px 0 30px;
	}
	.icon {
		padding: 0 6px 0 0;
		float: left;
	}
	.icon_right {
		float: right;
	}
	#nav_left {
		color: #505153;
		font-weight: 700;
		text-transform: uppercase;
		float: left;
		padding: 26px 0 0 30px;
		width: 360px;
	}
	#nav_left a:link, #nav_left a:visited {
		text-decoration: underline;
	}
	#nav_left .left {
		float: left;
		margin: 0 30px 0 0;
	}
	#nav_left .right {
		float: right;
		width: 138px;
	}
	#sitenav {
		margin: 0 5px 0 0;
		padding: 0;
		*width: 495px;
	}
	ul#sitenav {
		height: 40px;
		margin-top: 4px;
		}
		ul#sitenav li {
			display: block;
			float: right;
			font-size: 11px;
			*font-size: 10.5px;
			font-weight: 300;
			line-height: 30px;
			text-transform: uppercase;
			}
			ul#sitenav li .selected {
				font-weight: 600;
			}
			ul#sitenav li a:link,
			ul#sitenav li a:visited {
				color: #505153;
				line-height: 30px;
				padding: 9px 9px;
				text-decoration: none;				
				}
			ul#sitenav li a:hover {
				color: #000000;
				}
				
#content {
	color: #505153;
	background: #fff;
	padding: 0;
	text-align: left;
	margin: 0;
	}
	.content_left {
		float: left;
		width: 580px;
		padding: 26px 0 20px 26px;
		font-size: 14px;
		font-weight: 700;
		line-height: 24px;
	}
	.content_left p {
		font-size: 13px;
		font-weight: 200;
	}
	.content_left a:link, .content_left a:visited{
		text-decoration: underline;
	}
	.content_left a:hover, .content_left a:active{
		color: #999999;
	}
	.content_right {
		float: right;
		/*background: #999999;*/
		width: 288px;
		padding: 26px 26px 20px 0;
	}
	.login_bg {
		background: url(../images/login_bg.gif) 0 0 no-repeat;
		height: 32px;
		text-transform: uppercase;
		padding: 14px 0 0 17px;
	}
	.login_form {
		padding: 0 0 0 20px;
	}
	.request_form {
		padding: 0 0 0 20px;
	}
	input{
		font-size:70%;
		color: #505153;
		margin-bottom: 8px;
		padding: 9px;
	}
	select {
		padding: 0;
		margin: 0 10px 0 10px;
	}
	textarea {
		width: 60%; 
		height: 70%;
	}
	.checkbox {
		font-size: 11px;
	}
	.checkbox_list {
		float: left;
		margin: 0;
		padding: 0;
	}
	ul.checkbox_list {
		height: 40px;
		margin-top: 4px;
		}
		ul.checkbox_list li {
			display: block;
			float: right;
			line-height: 30px;
			padding: 0 10px;
			}
	
	.button {
		float: right;
		margin-right: 48px;
	}
	.textfields {
		width: 75%;
		border: 1px solid #dbdbdb;
    	background: #f7f7f7;
	}
	.short_textfields {
		border: 1px solid #dbdbdb;
    	background: #f7f7f7;
	}
	.news_left {
		float: left;
		width: 160px;
	}
	
	#print_left {
		float: left;
		width: 300px;
	}
	ul.printList {
		padding: 10px;
		margin: 0;
	}
	.printList li {
		font-weight: 300;
		font-size: 13px;
		line-height: 1.4em;
		padding-left: 4px;
		padding: 2px 0 2px 8px;
		margin-left: 20px;
		font-family: "Trebuchet MS", sans-serif;
		list-style: disc;
		}
	.printList li.title {
		background: none;
		font-size: 13px;
		font-weight: 700;
		margin-left: 0;
		margin-bottom: 8px;
		padding-left: 0;
		list-style: none;
	}
	
	.quote {
		font-size: 14px;
		width: 80%;
		padding: 0 0 0 15px;
		line-height: 18px;
	}
	.quotedetail {
		font-size: 10px;
		font-style: italic;
		width: 80%;
		margin: 0 0 20px 15px;
		padding: 0 0 10px 0;
		border-bottom: 1px dotted #999999;
		line-height: 13px;
	}
		
#footer {
	background: #5f6062;
	height: 38px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 100;
	border-bottom-style: solid; 
	border-bottom-color: #88898a; 
	border-bottom-width: 1px;
	}
	#footer a:link, #footer a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	#footer a:hover, #footer a:active {
		color: #ececec;
		text-decoration: underline;
	}
	#footer .contact {
		float: left;
		padding: 12px 0 0 20px;
		}
	#footer .contact_phone {
		float:			right;
		text-align: 	right;
		padding: 12px 20px 0 0;
		
	}
				
	

					

	
/*	Typography
-----------------------------------------------------------------------------*/

h1 {
	color: #000;
	font-size: 30px;
	font-weight: 700
	}
h2 {
	color: #000;
	font-size: 16px;
	margin-bottom: .4em
	}
h3 {
	
	}
h4 {
	
	}
h5 {
	
	}
p {
	font-size: 12px;
	margin-bottom: 1em
	}
	p.small { font-size: 11px }
	p strong { font-weight: 700 }

}
a:link, a:visited {
	color: #505153;
	text-decoration: none;
}

