/*-----------------------------------------------------------------------------

version:   1.0
date:      04/18/07
author:    Bizwonk, Inc.
email:     mlehr@bizwonk.com
website:   http://www.bizwonk.com
-----------------------------------------------------------------------------*/

/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

body, div, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { 

margin: 0px; 
padding: 0px; 

}

/* Global
-----------------------------------------------------------------------------*/

body {
	text-align: center;
/*	background: url(../images/layout_site_background.gif) repeat-x;*/
	margin: auto;
}


#main_container {
	width: 773px;
	margin: 30px auto;
	text-align: left;
	height: auto;	
}

#header {
	width: 773px;
	height: 78px;
	text-align: right;
	background: url(../images/layout_header_bg.gif);
}


#headerlinks {
 	float: right;
 	padding: 10px 20px 10px 10px;
	
}

#headerlinks a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
	color: #cc3333;
}

#headerlinks a:visited {color: #cc3333;}  /* visited link */
#headerlinks a:hover {color: #78b7f2;}   /* mouse over link */
#headerlinks a:active {color: #78b7f2;}   /* selected link */

#content_body {
	width: 773px;
	height: auto;
	background: url(../images/layout_body_background.gif);
	background-repeat: repeat-y;
}

#titlebox {
	width: 743px;
	height: 35px;
	background: transparent;
	margin: auto;
	padding-top: 5px;
	
}

#titlebox h1 {
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #cc3333;
	letter-spacing: -1px;
	padding-left:10px;
}

#footer_box {

margin: 10px auto;

}

#footer a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
	color: #cc3333;
}


#footer {

	width: 773px;
	height: 61px;
	background: url(../images/layout_boxfooter.gif);	
	background-repeat: no-repeat;
	text-align: center;
  	font-family: verdana, sans-serif;
  	font-size: 10px;
}



/* ------Main Nav----------------------------------------------------------------- */

#nav_box {
	width: 773px;
	height: 28px;
}

#nav {
  
  float:left;
  font-family: verdana, sans-serif;
  font-size:11px;
  width:100%;
  background:url("../images/layout_nav_bg_full.gif") repeat-x bottom;
  line-height:normal;

  }

#nav ul {
  margin:0;
  padding:0 0 0 262px;
  list-style:none;
  }

#nav li {
  float:left;
  background:url("../images/left1.gif") no-repeat left top;
  margin:0;
  padding:0 0 0px 3px;
  }

#nav a {
  float:left;
  display:block;
  background:url("../images/right1.gif") no-repeat right top;
  padding:8px 12px 6px 9px;
  text-decoration:none;
  color:#344576;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/

#nav a:hover {
  color:#344576;
  text-decoration: underline;
  }

#nav #selected {
  background-image:url("../images/left_on1.gif");
  }

#nav #selected a {
  background-image:url("../images/right_on1.gif");
  color:#344576;
  font-weight:bold;
  text-decoration: none;
  padding-bottom:7px;
  }

#subnav {
	width: 773px;
	height: 29px;
	background: url(../images/layout_subnav_bg_full.gif);
	display: block;
}

#subnav a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
	color: #cc3333;
  	float: right;
  	display: block;
  	padding:8px 15px 6px 15px;

}

#subnav a:visited {color: #cc3333;}  /* visited link */
#subnav a.selected {color: #78b7f2; text-decoration: none;}   /* selected link */
#subnav a:hover {color: #78b7f2;}   /* mouse over link */




/* -----MyLokati Nav------------------------------------------------------------------ */

#cr_nav_box {
	width: 743px;
	height: 28px;
	margin: auto;
}

#nav_cr {
  
  float:left;
  font-family: verdana, sans-serif;
  font-size:11px;
  width:100%;
  background:url("../images/layout_cr_nav_bg_full.gif") no-repeat bottom;
  line-height:normal;
  }

#nav_cr ul {
  margin:auto;
  padding:0;
  list-style:none;
  }

#nav_cr li {
  float:left;
  background:url("../images/left1.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 3px;
  }

#nav_cr a {
  float:left;
  display:block;
  background:url("../images/right1.gif") no-repeat right top;
  padding:8px 12px 6px 9px;
  text-decoration:none;
  color:#344576;
  }


#nav_cr a:hover {
  color:#344576;
  text-decoration: underline;
  }

#nav_cr #selected {
  background-image:url("../images/left_on1.gif");
  }

#nav_cr #selected a {
  background-image:url("../images/right_on1.gif");
  color:#344576;
  font-weight:bold;
  text-decoration: none;
  padding-bottom:7px;
  }

#subnav_cr {
	width: 743px;
	height: 28px;
	background: url(../images/layout_cr_subnav_bg.gif);
	display: block;
	margin: auto;
	text-align: left;
}

#subnav_cr a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
	color: #cc3333;
  	float:left;
  	display:block;
  	padding:8px 12px 6px 12px;

}

#subnav_cr a:visited {color: #cc3333;}  /* visited link */
#subnav_cr a:hover {color: #78b7f2;}   /* mouse over link */
#subnav_cr a.selected {color: #78b7f2; text-decoration: none;}   /* selected link */


/* site_map.html */

.site_map_column {
	display:block;
	float:left;
	width:30%;
	padding-right:5px;
}
.site_map_column a{
	display:block;
	padding:2px 3px 2px 0;
}



