/* @override 
	http://www.getillustrative.com/css/global.css
	http://localhost/illustrative/css/global.css
*/
*{
	margin: 0;
	padding: 0;
}
html{
	min-width: 900px;
}
body{
	text-align: center;
	background: #add1e8 url(../img/bg_body.gif) repeat;
	font: .75em/150% "Lucida Grande", Lucida, Verdana, sans-serif;
}
img{
	border: none;
}
/* @group Layout */
#body_wrap{
	background: url(../img/bg_wrapper.jpg) repeat-y center top;
	margin: 0 auto;
	width: 900px;
}
#head_wrap{
	background: #add1e8 url(../img/bg_characters.jpg) no-repeat center top;
	width: 900px;
	padding-top: 100px;
}
#header{
	width: 400px;
	height: 95px;
	padding: 0 500px 0 0;
	background: url(../img/bg_header.jpg) no-repeat center top;
}
/* Correcting odd IE6 2px space */
#header h1{
	width: 400px;
	height: 95px;
	display: none;
}
html>body #header h1{
	display: block;
}
#header h1 a{
	display: block;
	width: 400px;
	height: 95px;
	text-indent: -9999px;
}
#header h2{
	display: none;
}
#wrapper{
	width: 800px;
	margin: 0 50px;
}
#bi-fold{
	text-align: left;
	width: 780px;
	padding: 0 10px;
}
#mainbar{
	float: left;
	width: 570px;
	margin-right: 10px;
	padding-bottom: 30px;
	background-color: #fff;
}
body#Home #main_ad{
	height: 236px;
	background: #ede3c6 url(../img/designs/ad_ignite.gif) no-repeat left center;
	width: 215px;
	padding-top: 4px;
	padding-left: 350px;
	padding-right: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#main_ad{
	background: #fff url(../img/bg_graphic_ad.jpg) no-repeat left top;
	width: 570px;
	padding: 0;
	margin: 0;
}
#ad_logos{
	height: 240px;
}
body#Home #main_ad a{
	width: 50px;
	height: 50px;
	display: block;
	float: right;
	margin: 3px;
	background-color: #44352f;
	border: 1px solid #fff;
	
}
body#Home #main_ad a:hover{
	border: 1px solid #44352f;
}
#main_text{
	padding-left: 14px;
	margin-top: 20px;
}
.featuredItem{
	background-color: #f1f1e4;
	margin-bottom: 20px;
	padding: 10px;
	margin-right: 14px;
	margin-top: 5px;
}
.folio_items{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.folio_items img, .featuredItem img{
	background-color: #f5f5f5;
	padding: 6px;
	border: 1px solid #77bfff;
	margin: 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.folio_items img:hover, .featuredItem img:hover{
	background-color: #77bfff;
}
/* body#Portfolio .folio_sites img {
	float: left;
	text-align: center;
	margin: 0px 10px;
	width: 150px;
	height: 100px;
}

body#Portfolio .folio_sites a {
	font-size: 1em;
} */
/* @group Sidebar */
#sidebar{
	float: left;
	background-color: #f3f3f3;
	width: 175px;
	padding-left: 15px;
	padding-right: 10px;
}
#sidebar ul{
	font-size: .95em;
	color: #4c4c4c;
}
#sidebar ul li{
	padding-top: 4px;
	padding-bottom: 4px;
	list-style-image: none;
	list-style-type: none;
}
.sideitem:hover{
	background-color: #e2e2e2;
}
.sideitem{
	padding: 7px 10px;
	border-bottom: 2px solid #fff;
}
/* @group Login Item */
#loginWindow dl{
	color: #225992;
	font-size: 1.15em;
}
#loginWindow dt{
	padding-bottom: 6px;
	padding-top: 10px;
}
#loginWindow dd{
	margin-bottom: 4px;
	font-size: .85em;
}
.remember{
	margin-top: 8px;
}
/* @end */
/* @end */
/* Were you the culprit all along? */
#pageEnd{
	clear: both;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 780px;
}
#footer{
	width: 100%;
	padding-bottom: 8px;
	padding-top: 8px;
	background: url(../img/bg_footer.jpg) repeat-x;
}
#formarea .form_field{
	background-color: #f1f1f1;
	margin-top: 10px;
	padding: 20px;
}
#formarea table td{
	padding-top: 6px;
	padding-bottom: 4px;
}
#formarea .label{
	width: auto;
	padding-right: 10px;
}
#formarea tr.honeypot{
	display: none;
}
/* Used for Updating page */
#container{
	margin-top: 40px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#container h1{
	margin-bottom: 20px;
	width: 400px;
	height: 100px;
	text-indent: -9999px;
	background: url(../img/bg_logo-single.png) no-repeat center top;
}
/* @end */
/* @group Navigation */
#global_nav{
	background: transparent url(../img/bg_global_nav.jpg) no-repeat center top;
	height: 58px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-left: 100px;
	width: 800px;
}
ul#global_menu{
	height: 70px;
	display: inline;
}
ul#global_menu li{
	list-style-image: none;
	list-style-type: none;
	float: left;
	height: 24px;
	font: 1.35em/170% Georgia, "Times New Roman", Times, serif;
	margin-right: 50px;
}
li#gm_services{
	background: url(../img/icons/national-news_24.gif) no-repeat left center;
	padding-left: 40px;
}
li#gm_folio{
	background: url(../img/icons/gold_24.gif) no-repeat left center;
	padding-left: 32px;
}
li#gm_connect{
	background: url(../img/icons/broadcaster_24.gif) no-repeat left top;
	padding-left: 30px;
}
li#gm_goodies{
	background: url(../img/icons/pot-of-gold_24.gif) no-repeat left top;
	padding-left: 30px;
}
li#gm_contact{
	background: url(../img/icons/stamp_24.gif) no-repeat left top;
	padding-left: 30px;
}
#global_nav a{
	color: #fff;
	text-decoration: none;
}
#global_nav a:hover{
	text-decoration: underline;
}
/* @end */
/* @group Typography */
div#main_ad p{
	font-size: .75em;
	text-align: right;
	background-color: #e6e6e6;
	padding: 2px 10px 2px 0;
	margin: 0;
	color: #4c4c4c;
}
div#main_ad a{
	font-size: .75em;
	text-decoration: none;
}
#mainbar h3{
	color: #4c7d9d;
	background: url(../img/icons/note_curl.gif) no-repeat 0 8px;
	padding-left: 30px;
	margin-top: 20px;
	font: normal 1.95em/150% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h5{
	font-size: 14px;
	line-height: 170%;
	font-weight: normal;
	margin-top: 4px;
	margin-left: 14px;
	font-style: normal;
	text-decoration: underline;
	color: #f2ae00;
}
#mainbar p{
	text-align: left;
	font-size: 1em;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 10px;
	margin-top: 3px;
	margin-left: 14px;
	color: #333;
}
#main_text ul{
	margin-left: 40px;
	line-height: 180%;
	margin-top: 4px;
	margin-bottom: 20px;
	color: #4b4b4b;
	list-style-type: circle;
	font-size: 1em;
}
#mainbar .subtitle{
	font-weight: normal;
	line-height: 0;
	font-size: 1.5em;
	color: #d5d5d5;
	padding-left: 0;
	padding-top: 4px;
	padding-bottom: 10px;
	margin-left: 4px;
	font-style: normal;
}
#mainbar a{
	color: #0081e8;
	text-decoration: underline;
	font-size: 1.25em;
}
#mainbar a:hover{
	text-decoration: none;
	color: #b95800;
}
.item_image{
	background-color: #fbfbfb;
	margin: 14px 0;
	border: 1px solid #b5dcf6;
	padding: 10px 5px;
}
.item_image:hover{
	background-color: #e6e6e6;
}
div.item_image img{
	padding: 4px;
	border: 1px solid #add1e8;
	margin-right: 16px;
	background-color: #fff;
	margin-bottom: 10px;
}
.clear{
	height: 0;
	clear: both;
}
#mainbar .item_image h4{
	font-size: 1.5em;
	font-weight: bold;
	color: #f7ae17;
	margin-left: 14px;
}
#mainbar .item_image h5{
	margin-left: 14px;
	color: #666;
}
body#Contact #main_text img{
	padding: 4px;
	border: 1px solid #ccc;
}
#formarea{
	margin-right: 2px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 20px;
}
#main_text p a img{
	border: 1px solid #d6d6d6;
	padding: 2px;
	background-color: #f8f8f8;
}
#main_text p a img:hover{
	border-color: #6ea9c8;
	background-color: #dadada;
}
div#main_text .small{
	font-size: .75em;
}
.alignleft{
	float: left;
	margin-bottom: 4px;
	margin-right: 20px;
}
#sidebar h4{
	background: url(../img/icons/speech_bubble_sidebar.gif) no-repeat 0 2px;
	padding-left: 36px;
	margin-bottom: 2px;
	margin-top: 20px;
	font-weight: bold;
	line-height: 150%;
	font-size: 1.15em;
}
#sidebar p{
	padding-bottom: 18px;
	font-size: .95em;
	color: #4c4c4c;
	line-height: 1.5em;
}
#sidebar a{
	color: #0074f0;
	text-decoration: underline;
}
#sidebar a:hover{
	text-decoration: none;
	color: #ff8600;
}
#footer p{
	color: #93c3eb;
	line-height: 170%;
	font-size: 10px;
}
#footer a{
	color: #eac367;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#pageEnd p{
	background: url(../img/icons/up_arrow.gif) no-repeat left center;
	text-align: left;
	padding: 2px 0 2px 22px;
	color: #afafaf;
}
#pageEnd a{
	color: #afafaf;
	text-decoration: none;
}
#pageEnd a:hover{
	color: #3a3a3a;
	text-decoration: underline;
}
.tiny_red{
	color: #ff002d;
	font-size: .85em;
}
/* For Google Maps API */
#map{
	width: 480px;
	height: 480px;
	margin: 20px 0;
	border: 1px solid #ccc;
	line-height: 1.5;
}
/* Remove those ugly ugly dotted lines */
a:active{
	outline: none;
}
a:focus{
	-moz-outline-style: none;
}
/* @end */
/* @group Miscellaneous */
img.floatLeft{
	float: left;
	margin: 10px;
}
img.floatRight{
	float: right;
	margin: 10px;
}
.clear{
	clear: both;
	height: 0;
}
/* @end */
