

/*
-----------------------------------------------
imports
----------------------------------------------- */


@import url("reset.css");
@import url("pnav.css");
@import url("nav.css");
@import url("modx.css");



/* PINGFIX
------------ */

 img, div, a, input { behavior: url(/iepngfix.htc) }





/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #ffffff;
	border-top: 1px solid #efefef;
	color: #525a62;
	padding: 20px 0 0 0;
	font-size: 100%;
	margin:0 auto;
}

body
{
	font: 0.76em/1.45 Georgia, Times New Roman, serif;
} 


/* anchors
----------------------------------------------- */
a {
	color: #9f8838;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#cdba60;
}



/* container background scalable with no width
----------------------------------------------- */
.container {
	background:#fff;
	margin:0 auto;
}


/* =Containers
--------------------------------------------------------------------------------*/

.container
{
	width: 900px; 
	margin:0 auto;
}


/* = Home page elements
--------------------------------------------------------------------------------*/

#homesplash {width:900px; height:464px; overflow:hidden; background:#efefef url(../images/homesplash.jpg) no-repeat top left;}

#homesplash .copy {display:none;}

#homesplashfiller {width:900px; height:464px; overflow:hidden; background:#efefef url(../images/homesplashfiller.jpg) no-repeat top left;}


/* =Grid >> Global
--------------------------------------------------------------------------------*/


.grid
{
	display: inline;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 100%;
	padding-top:15px;
	padding-bottom:15px;
}



/* width = 98% */


.column1 {
	width: 7%;
	min-height:100px;
	border:0;
	margin-left: 0;
	float:left;
}

.column2 {
	width: 87%;
	border:0;
	float:left;
}

.column3 {
	width: 3%;
	border:0;
	min-height:100px;
	float:left;
}

 


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.1em; margin-bottom:.3em;font-variant: small-caps;}
h2 {margin-top:1em; margin-bottom:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	font-weight:normal;
	font-size:10px;
	text-align:left;
	padding:0;
	margin:0;
	text-indent:-9000px;
}



/* site information
----------------------------------------------- */

#footer { position:relative; width:900px; min-height: 60px; color : #cccccc; margin:0; font-variant: small-caps; text-align:center; font-size:10px;}
#footer p { margin : 0 auto; padding : 10px 0; }

#footer a {color:#cccccc;}
#footer a:hover {color:#222222;}




#ifooter { position:relative; width:900px; height: 60px;  background:#ffffff url(../images/footerrightinside.png) no-repeat top right; color : #cccccc; margin:0; font-variant: small-caps; text-align:center; font-size:10px;}
	

#ifooter p { margin : 0 auto; padding:24px 76px 0 0; }

#ifooter a {color:#cccccc;}
#ifooter a:hover {color:#222222;}




/* boxes
----------------------------------------------- */
.box {
	background:#efefef;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.box h2 {
	width:400px;
	float:left;
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#efefef;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
 

.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* submenus - vertical col 2
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #fff;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #bbb;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}


/* submenus - vertical col 2
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:10px;
}



/* table
----------------------------------------------- */
table {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}

fieldset p textarea {
	width:98%;
}

fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}

input.submit-button {
    width:30%;
	margin-left:35%;
}
 




/* xlinks
----------------------------------------------- */


/*IMPORTANT: Reset your internal links that use absolute URLS by replacing yoursite.com with your site's URL, below*/
a[href^="http://www.domain.com/"], a[href^="http://domain.com"] {background-image:none !important; padding-right:0px;}


/*PDF Links - adds a small PDF icon to all PDF links*/
a[href$=".pdf"] {background: url(../images/xlinks/page_pdf.png) no-repeat right top; padding-right:22px; padding-bottom:5px;}

/*DOC Links - adds a small word doc icon to all word document links*/
a[href$=".doc"] {background: url(../images/xlinks/page_word.png) no-repeat right top; padding-right:22px; padding-bottom:5px;}

/*RSS Links - adds a small Feed icon to all RSS feed links*/
a[href$=".rss"], a[href$=".rdf"] {background: url(../images/xlinks/feed.png) no-repeat right top; padding-right:22px; padding-bottom:5px;}






/* search */

#ajaxSearch_form {position:relative;margin-left:150px;}  



 #ajaxSearch_form fieldset {
	border:0px solid #efefef;
	padding:15px 10px;
	position:relative;
	margin-bottom:10px;
	width:400px; 
	background:transparent;
	float:left;
}

#ajaxSearch_intro {display:none;}

#ajaxSearch_input {
margin:0;
padding:0;
width:290px;
height:2.6em;
float:left;
color: #333333;
border-top:1px solid #efefef;
border-left:1px solid #efefef;
border-right:1px solid #e3e3e3;
border-bottom:1px solid #e3e3e3;
font-size: 11px;
margin-left:18px;
}



#ajaxSearch_submit {
  width: 41px;
  height:29px;
  margin: 0 0 0 22px;
  padding:0;
  border:0;
  background:url(../images/searchbutton.png) no-repeat;
  text-indent:-9999px; 
  font-size:1px;
  color:#a2a4ac;
  text-decoration: none;
}






.photo {float:right; display:block; margin:5px 10px; font: 10px Lucida Grande, Arial, Helvetica, Verdana, sans-serif; text-align:right;}




.hnav {width:400px; float:right;clear:both;}
.hnav ul li {display:inline; list-style-type:none;}
.hnav li a {font:11px/13px Tahoma, arial, sans-serif; padding:2px 8px; border:1px solid #eeeeee; margin:0 2px 0 0;}





.small {width: 600px; margin:0 auto; text-align:center; padding:10px 30px 5px 30px; font: 9px/11px Verdana, arial, sans-serif; color:#555555; }








