@charset "utf-8";

/* ProGraphics Style Sheet - Last Updated: July 22, 2010 */

/* Import Stylesheets */
@import url("reset.css"); /* CSS Reset - Must Import First Due to Cascade Order */
@import url("nav.css"); /* Navigation */

/* Primary Styles */

body {
	background: #666 url("../images/progfx_bg.png") repeat-x;
	font: 12px/18px Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #FFF;
	width: 100%;
}
h1 {
	font: bold 26px/22px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin-bottom: 22px;
}
h2 {
	font: bold 18px/20px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin-bottom: 20px;
}
h3 {
	font: bold 16px/16px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin-bottom: 16px;
}
p, blockquote {
	margin: 0 0 18px 0;
}
ol {
	padding-left: 30px;	
	list-style: decimal;
	margin-bottom: 20px;
}

/* Links */

a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a.more {
	background: url("../images/more_icon.gif") 0% 50% no-repeat;
	padding-left: 18px;
	display: inline-block;
}

/* Content */

div#wrapper {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

/* Header */

div#top {
	width: 940px;
	float: left;
	background: url("../images/bridge_gfx.png") top right no-repeat;
}
a#logo {
	background: url("../images/progfx_logo2.png") no-repeat;
	width: 315px;
	height: 77px;
	text-indent: -999em;
	display: block;
	float: left;
	margin-top: 23px;
	overflow: hidden;
}

/* For Nav, see nav.css */

/* Main Content */

div#main {
	float: left;
	width: 940px;
	position: relative;
}
div#content {
	width: 700px;
	float: left;
	padding: 20px 0 20px 0;
	margin-right: 20px;
	position: relative;
}

/* For Slider, see slider.css */

/* Welcome */
div#welcome {
	width: 700px;
	float: left;
	position: relative;
	margin-top: 20px;
}
h3.headings {
	padding: 12px 0 12px 0;
	margin: 0;
}
h3.alt {
	background: #004b8d url(../images/headings_bg.png) repeat-x;
	padding-left: 15px;
	margin: 0 0 10px 0;
}
/* Commercial */
div#commercial {
	float: right;
	margin-left: 20px;
}

/* Side Bar */

div#aside {
	width: 190px;
	float: left;
	display: inline;
}

/* Planroom */
div#client-area {
	width: 190px;
	float: left;
	background: #004b8d url(../images/login_bg.png) no-repeat;
	display: inline;
	padding: 18px 15px 16px;
}
img#btn_plan {
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
form#client-area input#plan-login, form#client-area input#plan-pass {
	padding: 3px;
	width: 175px;
	margin-bottom: 12px;
}
form#client-area label {
	display: block;
	color: #FFF;
	font-weight: bold;
}
ul#planroom_ul {
	list-style: none;
	margin: 12px auto 0;
	width: 90px;
}
ul#planroom_ul li a {
	font-weight: normal;
	background: url(../images/plan_bullet.png) 0% 50% no-repeat;
	padding-left: 10px;
	text-decoration: underline;
}

/* File Uploads */
img#fileupload {
	clear: both;
}
/* Latest News */
div#news {
	width: 220px;
	float: left;
	background: #FFF;
	margin-top: 20px;
	min-height: 310px;
}
div#news p {
	color: #666;
	margin-right: 10px;
}
div#news a {
	color: #004b8d;
	text-decoration: none;
}
div#news a:hover {
	color: #004b8d;
	text-decoration: underline;
}
img.tilted_logo {
	float: right;
	margin-top: -50px;
	margin-right: 3px;
	display: inline;
}
ul#news_list {
	list-style: none;
	padding: 0 15px;
	clear: both;
}
ul#news_list li i {
	font-size: 14px;
}

/* Footer */
div#footer {
	width: 100%;
	float: left;
	clear: both;
	padding: 10px 0 30px;
	margin: 25px 0 0;
	background: url(../images/headings_bg.png) repeat-x;
}
p#copy {
	width: 940px;
	color: #FFF;
	text-align: right;
	margin: 0 auto;
}
ul#affiliates {
	list-style: none;
	width: 940px;
	margin: 0 auto;
	padding: 0 0 20px;
}
ul#affiliates li {
	display: inline;
	margin-right: 15px;
}
/* Universal Styles */
.clear {
	clear: both;
}

input.submit {
	background: #eeeeee;
	padding: 5px 8px;
	color: #666;
	font-weight: bold;
	overflow: visible;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
span.blue {
	color: #004b8d;
	font-weight: bold;
}
.right {
	text-align: right;
}
/* PNG Fix */
.png {
	behavior: url(iepngfix/iepngfix.htc);
}

/* Box */
div.box {
	background: #F1F1F1;
	color: #666;
	padding: 20px;
	border: 1px solid #222;
}
div.box a {
	color: #004b8d;
	text-decoration: none;
}

/* Icons */

/* Icon for External Links */
#content p a[target="_blank"] {
	padding-right: 15px;
	background: url(../images/external_link_icon.png) top right no-repeat;	
}
ul#meganav li div ul li a[target="_blank"] {	
	background: url(../images/external_link_icon.png) 92% 47% no-repeat;	
}
