/*----------------------------------------
Name: global.css
Developed by: Michael L. Giles
Date Created:
Last Updated: 5/3/2010
Copyright: CoreLogic RealQuest
----------------------------------------*/

/* ================ Contains all text styling and imports =============== */

/* === CSS Imports === */
/* You can change the URLs here to be absolute if needed */
@import url("reset.css");
@import url("960.css");
@import url("layout.css");

/*=== Global Body Settings THESE MAYBE NEED TO BE ELIMINATED ===*/
body {
	padding:0;
	margin:0 auto 0 auto; 
	}
body, p, td, th, li
	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.8em;
	color:#000000;
	}
p
	{
	margin-bottom:1.2em;
	}
/* =================== GLOBAL LINK SETTINGS =================== */
a{
	color: #004054;
	text-decoration: none;
}	
a:link {
	color: #004054;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #E23D28;
}
a:active {
	text-decoration: none;
	color: #E23D28;
}



/* Type Elements
----------------------------------------*/
.text-red, .text-red p 
	{
	color: #E23D28;
	}
.text-bluebold, .text-bluebold p
	{
	font-size:16px;
	font-weight:bold;
	color:#274c81;
	}
		
.text-darkgraybold, .text-darkgraybold p
	{
	font-size:16px;
	font-weight:bold;
	color:#685745;
	}

.text-BlackBold, .text-BlackBold p
	{
	font-size:14px;
	font-weight:bold;
	color:#000;
	}
/* =========== 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;
}


img.borders-left-align {
	float:left;
	padding:5px;
	margin:5px 15px 15px 0;
	background:#f4f4f4;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border:1px solid #d9d9d9;
}

img.borders-right-align {
	float:right;
	padding:5px;
	margin:5px 0 15px 15px;
	background:#f4f4f4;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border:1px solid #d9d9d9;
}

img.image-left-align {
	float:left;
	padding:5px;
	margin:5px 15px 15px 0;
}

img.image-right-align {
	float:right;
	padding:5px;
	margin:5px 0 15px 15px;
}
img.borders {
	padding:5px;
	margin:5px 0 15px 15px;
	background:#f4f4f4;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border:1px solid #d9d9d9;
}



/* ===========================================================================
	TITLES WITH BORDERS STYLES
==Note:
==Classes title-header-short  and title-subheader-short below are moved from
==layout.css so they can be seen in Ektron workarea HTML edit
==============================================================================*/
.title-header-short, .title-header-short p 
	{
	font-size:20px;
	font-weight:bold;
	color:#685745;
	/*background:url(../images/border-short.gif) bottom left no-repeat;*//*Comment out by Sylvia 2010/05/05*/
	padding:10px 0 3px 0;
	margin:0 0 7px 0;
	}

.title-subheader-short 
	{
	background:url(../images/border-short2.gif) bottom left no-repeat;
	padding:7px 0 3px 0;
	margin: 0 0 7px 0;
	font-size:16px;
	font-weight:bold;
	color:#685745;
	}

/*=====Added by Sylvia 2010-05-05====*/
.title-header-short-underline p
	{	
    font-size:20px;
	font-weight:bold;
	color:#685745;
	background:url(../images/border-short.gif) bottom left no-repeat;
	padding:10px 0 3px 0;
	margin:0 0 7px 0;
	}
	
.title-subheader-short-underline p
	{
	background:url(../images/border-short2.gif) bottom left no-repeat;
	padding:7px 0 3px 0;
	margin: 0 0 7px 0;
	font-size:16px;
	font-weight:bold;
	color:#685745;
	}

.title-subheader-short-underline p
	{
	background:url(../images/border-short2.gif) bottom left no-repeat;
	padding:7px 0 3px 0;
	margin: 0 0 7px 0;
	font-size:16px;
	font-weight:bold;
	color:#685745;
	}


	

