/*-----------------------------------------------------
   BASIC
----------------------------------------------------- */
*                                                     { margin: 0; padding: 0; list-style: none; }
body                                                  {
	font: normal .75em/1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3c4148;
	background: #fff;
}

a img                                                 { border: none; }
a, a img, a:link, a:visited, a:hover, a:active        { outline: none; }
#print-logo                                           { display: none; }
input:focus, textarea:focus                           { outline: none; } /* Safari Fix */

/*-----------------------------------------------------
   LAYOUT - Basic
----------------------------------------------------- */
.wrapper                                              { width: 960px; margin: 0 auto; }

/*-----------------------------------------------------
   HEADER
----------------------------------------------------- */
#header                                               { background: url(../images/layout/header-bg.gif) repeat-x 0 0; }
#header .wrapper                                      { position: relative; height: 125px; overflow: hidden; }

/*-----------------------------------------------------
   HEADER - Slogan
----------------------------------------------------- */
#slogan                                               {
	display: inline;
	float: left;
	width: auto;
	color: #fff;
	line-height: normal;
	padding-top: 30px;
	margin: 0 0 0 20px;
}
#title                                                { font-size: 28px; }
#subTitle                                             { font-size: 10px; line-height: 12px; }
#address                                              { font-size: 9px; line-height: 12px; }

/*-----------------------------------------------------
   HEADER - BasicNav
----------------------------------------------------- */
#basicNav                                             {
	width: 103px;
	height: 20px;
	position: absolute;
	top: 4px;
	right: 35px;
	background: transparent url(../images/layout/basic-nav.gif) no-repeat 0 0;
	font-size: 10px;
	line-height: 1.2em;
	padding: 3px 0 0 0;
}
#basicNav li                                          { float: left; }
#homeLink                                             { margin: 0 6px 0 0; padding: 0 5px 0 9px; border-right: 2px solid #707172; }

#basicNav a                                           { color: #bcbec0; text-decoration: none; }
#basicNav a:hover                                     { color: #fff; text-decoration: none; }
#basicNav a.on,
#basicNav a.on:hover                                  { color: #fff; text-decoration: none; }

/*-----------------------------------------------------
   IntroNav
----------------------------------------------------- */
#introNav                                             {
	background: transparent url(../images/layout/topnav-bg.gif) repeat-x left bottom;
	padding: 15px 0;
	height: 100%;
	overflow: hidden;
}
#introNav .wrapper                                    { position: relative; margin-bottom: 5px; }
	
/*-----------------------------------------------------
   OPTIONS
----------------------------------------------------- */	
#optionsWrapper                                       {
	position: absolute;
	top: 0;
	right: 35px;
	font-size: .9em;
}
#optionsWrapper li                                    { float: left; }
#optionsWrapper a                                     { display: block; width: 13px; height: 13px; }

.options                                              { clear: both; width: 150px; overflow: hidden; height: 100%; }
.title                                                { width: 100px; }

#large, #print                                        { margin-left: 10px; }
#large                                                { margin-right: 5px; }

#large a, #normal a, #print a                         { text-indent: -9999px; margin-top: 2px; }

#large a                                              { background: transparent url(../images/layout/large-font.gif) no-repeat 0 0; }
#normal a                                             { background: transparent url(../images/layout/small-font.gif) no-repeat 0 0; }
#print a                                              { background: transparent url(../images/layout/print.gif) no-repeat 0 0; }

/*-----------------------------------------------------
   PATH
----------------------------------------------------- */
#path                                                 {
	display: inline;
	float: left;
	margin: 10px 0 3px 20px;
	width: 760px;
}
#path li                                              { float: left; }
#path a                                               {
	float: left;
	padding: 0 0 0 10px;
	margin: 0 5px 0 0;
	background: transparent url(../images/layout/path-arrow.gif) no-repeat left center;
}
#path a.home                                          { padding: 0; background: none; }
#path a,
#path a:hover                                         { color: #a92956; text-decoration: none; }

/*-----------------------------------------------------
   CONTAINER
----------------------------------------------------- */
#container                                            {
	padding: 5px 0 0 0;
	background: #fff url(../images/layout/container-bg.gif) repeat-x 0 0;
}

#container .wrapper                                   { height: 100%; overflow: hidden; }
#mainContainer                                        {
	display: inline;
	float: right;
	width: 735px;
	padding: 15px 30px 50px 30px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

/*-----------------------------------------------------
   NAV
----------------------------------------------------- */
#nav                                                  {
	display: inline;
	float: left;
	width: 130px;
	padding: 20px 15px 20px 20px;
}


/*-----------------------------------------------------
   FOOTER
----------------------------------------------------- */
#footer                                               {
	height: 90px;
	padding: 5px 0 0 0;
	background: transparent url(../images/layout/footer-bg.gif) repeat-x 0 0;
	font-size: 10px;
	color: #9d9fa2;
}

#footer a                                             { color: #9d9fa2; text-decoration: none; }
#footer a:hover                                       { text-decoration: underline; }

#development                                          {
	display: inline;
	float: left;
	width: 300px;
	margin-left: 20px;
}
#topLink                                              {
	display: inline;
	float: right;
	margin-right: 35px;
	background: transparent url(../images/layout/toplink-bg.gif) no-repeat left center;
	padding-left: 15px;
}