/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	margin-top: 0px;
	background-color: #CCCCCC;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 86%;
	color: #000;
	margin-top: 0px;
	background-color: #CCCCCC;
	}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4{font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}


a:link {
	color: #762877;
	}
a:hover {
	color: #659FDE;
	text-decoration: none;
	}
a:visited {
	color: #762877;
	}
	
img {border: 0 none;}

#maincomponent img {
	float: left;
	padding: 0px 10px 10px 0px;
	}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

/* Global News Module Text Display Settings */

.gn_static_1 p {
	margin-top:2px;
	}
	
.gn_static_1 .contentheading {
	padding-top: 5px;
	}	
	
.gn_pagination_1 {
	font-size: 11px;
	color: #999;
	padding-right: 10px;
	}
	
.gn_static_1 img {
	display: none;
	}
		
#typechanger {
	font-size: 10px;
	color: #999;
	display: inline;
	padding-left: 20px;
	}
	
	
/* Set height of Global News feeds per article on home page to align with random images */
#user1feedfull .gn_news {
	height: 150px;
	padding-bottom: 12px;
	}
	
.contentpaneopen .small {
	font-size: 10px;
	color: #666666;
	}

/* Footer Text */
.footertext {
	font-size: 12px;
	}
	
/* Call-out-box */
.calloutbox {
	padding: 10px 0 10px 0;
	display:block;
	margin: 0px 15px 0px 10px;
	font-family:"Times New Roman", Times, serif;
	color: #666666;
	font-weight: bold;
	font-size: 100%;
	border-top: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
	}	
