/*----------------------------------------
Name: global.css
Developed by: Michael Lee Giles
Date Created:
Last Updated: 11/25/2008
Copyright: Michael Lee Giles
----------------------------------------*/

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


/*=== Global Body Settings ===*/

body {
	padding:0;
	margin:20px auto 0 auto; 
	}


body
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#000000;
	background: url(../images/page-bgd-repeat-x.gif) repeat-x top #FFFFFF;
	}
p
	{
	margin: 0 0 1em 0;
	}

a:link {
	color: #006699;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #CC3300;
}
a:active {
	color: #CC3300;
}

/*--- Header Type Styles ---*/
h1
	{
	font-size:20px;
	color:#173758;
	font-weight:normal;
	}

h2, h3, h4, h5
	{
	font-size:16px;
	color:#266692;
	font-weight:normal;
	}	
	


/* Type Elements
----------------------------------------*/
.text-BlackBold 
	{
	font-size: 14px;
	font-weight: bold;
	color: black;
	}
.text-BlueBold 
	{
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	}

.text-small
	{
	font-size:.625em;
	}
.text-large
	{
	font-size:20px;
	font-weight:normal;
	}
.text-soft
	{
	color:#D3D3D3;
	}

.list-normal
	{
	padding:10px 0px 10px 20px;
	margin:10px 0px 10px 15px;
	}

/* =========== Standard Float Definitions ============*/
.left 		{float:left;}
.left-clear {float:left; clear:right;}
.left-both-full {float:left; clear:both; width:100%}
.right 		{float:right;}
.clearBoth 	{clear:both;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}

/* ============================ jquery Light Box Code =========================== */