/* ============================================================================== 	*/
/* intranet.sierrainteractive.com Stylesheet										*/
/* August 2007 																 		*/
/* ============================================================================== 	*/


/* ============================================================================== */
/* Table of Contents 
/* ============================================================================== */
/*	Setup / Global Style Declarations
	
	Site structure 
		the body_container
		main page structure
		footer
		
	Navigation
		general
		main links (upper right)
		secondary navigation

*/
/* ============================================================================== */

body {
  font-family: Verdana, Arial, Helvetica; 
  margin: 0px;
  padding: 0px; 
  text-align: center;  
}

a {
  color: #052148;
  text-decoration: none;
}

a:link {
  color: #052148;
  text-decoration: none;
}

a:visited {
  color: #052148;
  text-decoration: none;
}

a:hover {
  color: #0a3f8a;
  text-decoration: underline;
}

p {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica;
  color: #000000;
  line-height: 16px;
}

div, td, span {
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  color: #000000;
}

form {
  margin: 0px;
  font-size: 11px;
  color: #000000;
}

h1 {
	font-size: 18px;
	font-family: Tahoma, Verdana, Arial;
	color: #052148;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

h2 {
  font-size: 14px;
  font-family: Tahoma, Verdana, Arial;  
  color: #0a3f8a;
  padding: 0px;
  margin: 0px;
}

h3 {
  font-size: 12px;
  font-family: Tahoma, Verdana, Arial;  
  font-weight: bold;
  color: #052148;
  margin: 0px;
  padding: 0px;
}


.busy {
  background: url(/res/images/dots-white.gif) no-repeat 5px center;
}

.req {
  color: #FF0000;
}

.small {
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
}


/*********************************************/
/* Global Navigation Elements */
/*********************************************/

div.body_container {
  position: relative;
  text-align: left;
  margin: 0px auto;
  padding: 0px;
}

/* General page structure. These selectors effect every page on the site */
	
#logoanduppernavcontent {

}

#logolink {
	/* this is in this section because it appears on every page */
	/* it is what makes the "logo" clickable */
	/* there is a special version for the home page because of the banner size */
	float:			left;
	padding: 		12px 0px 6px 6px;
	cursor:			pointer;
}

#contenttable {
	margin-top: 10px;

}

#contenttable .contentleft {
	width: 210px;
	padding-right: 15px;
	padding-left: 10px;
}

#contenttable .contentcenter {
	border-right: 1px solid #999999;;
	border-left: 1px solid #999999;
	padding-right: 15px;
	padding-left: 15px;
}

#contenttable .contentmain {
	border-left: 1px solid #999999;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}

#contenttable .contentmain h2 {
	margin: 0px 0px 12px 0px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#contenttable .contentmain #content {
	padding: 0px 0px 25px 20px;
	margin: 0px;
}

#contenttable .contentmain #content #contentarea_iframe {
	width: 695px;
	height: 1200px;
}

#contenttable .contentright {
	width: 240px;
	padding-left: 15px;
	padding-right: 7px;
}

#side_nav_container h2 {
	margin: 5px 0px 12px 0px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#side_nav_links {
	font-size: 12px;
	line-height: 24px;
	padding-left: 15px;
}

#side_nav_links a.side {
	display: block;
	text-decoration: underline;
}

#side_nav_links a.sideon {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

	
#footer {
	clear:			both;
	width:			772px;
	padding-left:	110px;
	height:			20px;
	padding-top:	0px;
	color:			#999;
	font-size:		11px;}

/* ================================================================================ */
/* End of site structure															*/
/* ================================================================================ */




/* ================================================================================ */
/* Navigation																		*/
/* ================================================================================ */
/* This system for handling the navigation tabs is very complex because of the 
	requirements: text links and rounded corners. It is easy to add or delete a 
	link but it is NOT easy to change the look or the interactions styles.
*/

#navigation ul {
	float: 				right;
	clear: 				both;
	/* 	width: 			100%; */
	margin-top:			64px;
	margin-right:		0px;
	margin-bottom:		0px;
	margin-left:		0px;
	padding:			0px;}
	
#navigation ul li { 
	display: 			inline;
	text-transform:		uppercase;
	text-align: center;
}


/* ==================== */
/* leftmost tab styles  */
/* ==================== */

/* this is the leftmost tab when it is unselected*/
#navigation ul li.leftmost a {
	float: 				left;
	/*background-color:	#fff;*/
	background-image:	url(/res/images/nav/nav-background-left-unsel.jpg);
	background-repeat:	no-repeat;
	padding: 			0.5em 1.2em;
	color: 				#000;
	font-size:			11px;
	font-weight:		bold;
	text-decoration: 	none;}

/* this is the leftmost tab when it is  hovered */
#navigation ul li.leftmost a:hover {
	float: 				left;
	/*background-color:	#fff;*/
	background-image:	url(/res/images/nav/nav-background-left-sel.jpg);
	background-repeat:	no-repeat;
	padding: 			0.5em 1.2em;
	color: 				#fff;
	text-decoration: 	none;}

/* this is the leftmost tab when it is selected */
#navigation ul li.leftmostyouarehere a {
	float: 				left;
	/*background-color:	#fff;*/
	background-image:	url(/res/images/nav/nav-background-left-sel.jpg);
	background-repeat:	no-repeat;
	padding: 			0.5em 1.2em;
	color: 				#fff;
	font-size:			11px;
	text-decoration: 	none;}

/* this is the leftmost tab when it is selected AND hovered */
#navigation ul li.leftmostyouarehere a:hover {
	float: 				left;
	/*background-color:	#fff;*/
	background-image:	url(/res/images/nav/nav-background-left-sel.jpg);
	background-repeat:	no-repeat;
	padding: 			0.5em 1.2em;
	color: 				#fff;
	text-decoration: 	none;}


/* ===================== */
/* rightmost tab styles  */
/* ===================== */

/* this is the rightmost tab when it is unselected */
#navigation ul li.rightmost a {
	float: 					left;
	
	background-image:		url(/res/images/nav/nav-background-right-unsel.jpg);
	background-repeat:		no-repeat;
	background-position:	top right;
	/*	the above setting positions the right edge of the graphic */
	padding: 				0.5em 1.2em;
	color: 					#000;
	font-size:				11px;
	font-weight:			bold;
	text-decoration: 		none;}

/* this is the rightmost tab when it is hovered */
#navigation ul li.rightmost a:hover {
	float: 					left;
	
	background-image:		url(/res/images/nav/nav-background-right-sel.jpg);
	background-repeat:		no-repeat;
	background-position:	top right;
	padding: 				0.5em 1.2em;
	color: 					#fff;
	text-decoration: 		none;}

/* this is the rightmost tab when it is selected */
#navigation ul li.rightmostyouarehere a {
	float: 					left;
	background-image:		url(/res/images/nav/nav-background-right-sel.jpg);
	background-repeat:		no-repeat;
	background-position:	top right;
	padding: 				0.5em 1.2em;
	color: 					#fff;
	font-size:				11px;
	text-decoration: 		none;}

/* this is the rightmost tab when it is selected AND hovered */
#navigation ul li.rightmostyouarehere a:hover {
	float: 					left;
	background-image:		url(/res/images/nav/nav-background-right-sel.jpg);
	background-repeat:		no-repeat;
	background-position:	top right;
	padding: 				0.5em 1.2em;
	color: 					#fff;
	text-decoration: 		none;}
/* the background positioning of the images is really something else isn't it? rl */


/* ================= */
/* middle tab styles */
/* ================= */

#navigation ul li a {
	float: 				left;
	background:			#b4a577;
	padding: 			0.5em 1.2em;
	color: 				#000;
	font-size:			11px;
	font-weight:		bold;
	text-decoration: 	none;
}

#navigation ul li a:hover {
	background:			#052148;
	color: 				#fff;
}

#navigation ul li.middleyouarehere a {
	background:			#052148;
	color: 				#fff;
}

#navigation ul li.middleyouarehere a:hover {
	background:			#052148;
	color: 				#fff;
}

/* ================================================================================ */
/* end of navigation																*/
/* ================================================================================ */

/* ================================================================================ */
/* Secondary Navigation																		*/
/* ================================================================================ */
/* This is the horizontal bar below the main navigation into which dyamic content can
	be popluted.
*/

#secondarynavigation {
	clear: both;
	height: 30px;
	background-color: #052148;
}

#secondarynavigation .content {
	padding: 7px 15px 3px 15px;
	color: #FFFFFF;
	vertical-align:	middle;
}

/* ================================================================================ */
/* end of secondary navigation																*/
/* ================================================================================ */

/*********************************************/
/* Form Elements */
/*********************************************/

.none {
  display: none;
}

.req {
	color: #CC0000;
}

.contact {
	font-size: 12px;
	color: #333333;
}

.contact_header {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #052148;
	padding: 4px 0px 4px 4px;
}

.contact_data {
	font-size: 12px;
	color: #333333;
	padding: 3px 0px 3px 8px;
}

.error {
	color: #900;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	background: url(/res/images/error.gif) no-repeat;
	padding: 2px 0 8px 18px;
	margin: 0px 0px 8px 0px;	
}

.message {
	font-size: 11px;
	color: #333333;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	margin:18px;
	padding:15px;
}

.form_very_small {
	font-size: 11px;
	color: #333333;
	width: 42px;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 7px;
	margin-bottom: 7px;
	text-align: center;
}

.form_very_small_select {
	font-size: 11px;
	color: #333333;
	width: 50px;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 7px;
	margin-bottom: 7px;
}

.form_small {
	font-size: 11px;
	color: #333333;
	width: 82px;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 8px;
}

.form_small_select {
	font-size: 11px;
	color: #333333;
	width: 80px;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 7px;
	margin-bottom: 7px;
}

.form_reg {
	font-size: 11px;
	color: #333333;
	width: 190px;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 8px;
}

.form_med {
	font-size: 11px;
	color: #333333;
	width: 140px;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 8px;
}

.form_state {
	font-size: 11px;
	color: #333333;
	width: 45px;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 7px;
	margin-bottom: 7px;
}

.form_message {
	font-size: 11px;
	color: #333333;
	width: 190px;
	height: 80px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 8px;
}

.form_rect {
	font-size: 11px;
	color: #333333;
	width: 180px;
	height: 150px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 7px;
	margin-bottom: 7px;
}

.form-large, .form-large textarea, .form-large select {
	font-size: 11px;
	color: #333333;
	padding: 2px;
}

.form-large select {
	padding: 1px 0;
}

.form-large input {
	font-size: 11px;
}

.form-large div {
	padding-bottom: 16px;
	clear: left;
}

.form-large .inline {
	float: left;
	clear: none;
	padding-right: 5px;
}

input.button1, input.button2 {
	font-size: 14px;
	margin-top: 2px;
	padding: 2px;
}

.button2 {
	color: #777;
}

.form-large label {
	float: none;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.form-large label span {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0;
}

.form-large label.form-checkbox {
	display: inline;
	vertical-align: middle;
	top: -3px;
}

/***** fieldsets *****/

fieldset {
	border: 1px solid #DDDDDD;
	padding: 15px;
	clear: left;
} * html fieldset { padding-top: 0; }

legend {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	padding: 0 10px;
} * html legend { margin-bottom: 15px; }

fieldset fieldset legend {
	font-size: 11px;
	font-weight: bold;
}

legend span {
	color: #333333;
	font-size: 11px;
}

fieldset.labels label {
	width: 15em;
	float: left;
	text-align: right;
	display: block;
	padding: 0 0.5em 0.2em 0;
}

fieldset.labels div {
	padding: 0.2em 0;
	clear: left
}

.fieldset-footer {
	margin: 15px 0px 0px -15px;
	padding: 15px 0px 15px 15px;
	background: #EEEEEE url(/mls_demo/res/images/field-back.gif) no-repeat;
	clear: left;
} * html .fieldset-footer { margin-left: -15px; margin-right: -20px;}



