/*----------------------------------------
Name: global.css
Developed by: Michael Lee Giles
Date Created:
Last Updated: 1/12/2009
Copyright: Michael Lee Giles
----------------------------------------*/

/* ================ Contains all text styling and imports =============== */

/* === CSS Imports === */
/* You can change the URLs here to be absolute if needed */
@import url("960.css");
@import url("reset.css");
@import url("layout.css");
@import url("featured-panels.css");
@import url("jcarousel.css");

/*=== Global Body Settings ===*/
body {
	padding:0;
	margin:0 auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background:url(../images/body-bgd-index.gif) 0 0 repeat-x;
	}

body.subpage
	{
	background:url(../images/body-bgd-subpage.gif) 0 0 repeat-x;
	}
	
p, td, th, li
	{
	font-size:14px;
	line-height:1.8em;
	color:#333;
	}

/* =============== Global LInk Styles ===================*/
a:link, a:visited, a:active
	{
	color:#333;
	text-decoration:none;
	}
a:hover
	{
	text-decoration:underline;
	color:#0e5395;
	background:#FFFFCf
	}

/* ============ Global Links Styles for Images =============== */
a img {
border: none;
background: none;
text-decoration:none;
}

a:hover img {
border: none;
background: none;
text-decoration:none;}

a:hover {
background: none;
}

/* Type Elements
----------------------------------------*/
.page-titles
	{
	font-size: 22px;
	font-weight:normal;
	font-family:"Myriad Pro"; !important 
	font-family:"Trebuchet MS";
	color:#4c5971;
	line-height:26px;
	}
.page-titles2
	{
	font-size: 18px;
	font-weight:normal;
	font-family:"Myriad Pro"; !important 
	font-family:"Trebuchet MS";
	color:#4c5971;
	}

/* =========== Standard Float Definitions ============*/
.left 		{float:left;}
.right 		{float:right;}
.clearBoth 	{clear:both;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}
.left-both	{float:left; clear:both;}
/* =========== Take out the outline in MOZ and IE ============*/
a:focus {
	outline: 1px dotted invert;
}
/* =========== Horizontal Rule Class ============*/
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/*  BODY Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 26px;
	font-weight:bold;
	font-family:"Myriad Pro"; !important 
	font-family:"Trebuchet MS"; 
	color:#2d323b;
}

h2 {
	font-size: 20px;
	font-weight:bold;
	font-family:"Myriad Pro"; !important 
	font-family:"Trebuchet MS";
	color:#4c5971;
}

h3 {
	font-size: 18px;
	font-weight:normal;
	font-family:"Myriad Pro"; !important 
	font-family:"Trebuchet MS";
	color:#4c5971;
}

h4, h5, h6 {
	font-size: 16px;
	font-weight:bold;
	font-family:"Myriad Pro"; !important 
	font-family:"Trebuchet MS";
	color:#4c5971;
}

/* `General Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}
li li {
	margin-left: 50px;
	list-style-type:disc;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 15px;
}
