@charset "utf-8";
/* CSS Document copyright &copy; 2008 Expert Software Consulting */
/*** RESET Browser Defaults **/
html * { 
	padding: 0; 
	margin: 0;
}
body{
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Sans-Serif; 
	font-size: 100.01%;
	line-height: 130%;
	text-align:center; 
	color:#333;
	background-image:url(../images/body_bg.png);
	background-repeat:repeat-x; 
}
table {	
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
}
fieldset,img {
	border:0;
	outline: none;
} 
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul{ list-style:none;} 
caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: bold;
	position: relative;
} 
h1{	
	font-size: 150%;
	margin: 0.2em 0;
}
h2{ 
	font-size: 120%;
	margin: 0.2em 0;
}
h3{ 
	font-size: 100%;
	margin: 0.2em 0;
}
h4{ 
	font-size: 90%;
	margin: 0.2em 0;
}
h5{ 
	font-size: 80%;
	margin: 0.2em 0;
}
h6{ 
	font-size: 70%;
	margin: 0.2em 0;
}
p{font-size: 90%;}
a{
	font-size: 100%; 
	outline: none; /* fixes FF outline problem */
	color: #396594; /* "URL-blue" */
}
a:link, a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:active{
	color: #ab1600;
	text-decoration: none;
}

/*** GLOBAL Layout ***/

.container{ 
	/*margin: 1em auto 0 auto;*/
	margin: 0 auto 0 auto;
	padding: 1em 0.5em 1em 0.5em;
	padding:0;
	width: 62em; /* approximately 1000px */
	text-align: left;
	position: relative;

}
.{
	float: left;
	width: 40em;
	margin: 1em 0 1em 0;
	padding: 0 0 0 0;
	position: relative;

} 
.sidebar{
	float: right;
	width: 20em;
	margin: 1em 0 1em 0;
	position: relative;
}
/** These have to stay below /sidebar otherwise they get overridden by the cascade. */
div.forced_height{
	min-height: 500px; /** Forces a scrollbar on every page unless the screen is huge*/
	height: auto !important;
  	height: 500px;
}
.full_width{width: 62em;}

/**** NAVIGATION ****/

/** Global Navigation **/

a#logo{
	display: block;
	width: 410px;
	height: 73px;
}
a#logo img{
	width: 410px;
	height: 73px;
}
a#logo:hover{text-decoration: none;}

#topbar {
	height:20px;
	background-color:#000000;
	width:100%;
}
#gnav{
	width: 62em;
	position: relative;
	background-color:#999999;
	height:125px;
	/*height:125px;*/
	overflow:hidden;
	
}
#gnav ul{
	float: left;
	list-style: none;
	padding: 1.2em 0 0 0;
	margin: 0.5em 0 0 0;
	position: relative;
	width: 100%;
}
#gnav ul li{
	float: left; 
	margin: 0 0.2em;
	position: relative;
}
#gnav ul li.first{
	margin-left: 0.2em;
}
#gnav ul li a{
	font-size: 90%; 
	font-weight: bold; 
	display: block; 
	color: #333;
	/*letter-spacing: -0.05em;*/
	padding: 0.2em /*0.5em*/ 0;
	margin:0px;
	height: 25px;
	/*height: 25px;*/
	line-height: 15px;
	background: #999999;
	/*border: 1px solid #CCC;*/
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	/*background-image:url(../images/corners.png)*/
}
#gnav ul li a:hover{
	text-decoration: none;
	color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*background-image:url(../images/corners_hover.png)*/
	
}

#subnav ul{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
}
#subnav ul li{	
	float: left; 
	margin: .2em 0.2em;
	padding 0 0 .2em 0;
	position: relative;
	width: 100%;
	border-top:1px #cccccc solid;
}
#subnav ul li a {
font-size:80%;
}
#subnav ul li.first{
border:none;
font-weight:bold;
}
#subnav ul li.first a {
color:#666666
}

#subnav ul li ul li{
	float: left;
	font-size:80%; 
	margin: 0 0 0 0.5em;
	padding: 0 0 0 0.5em;
	list-style:disc;
	list-style-position:inside;
	position: relative;
	width: 100%;
	border:none;
}

a#feedback{
	display: block;
	position: absolute;
	top: -0.5em;
	right: 0.5em;
	height: 2em;
	line-height: 2em;
	padding: 0.4em 1em 0 1em;
	font-weight: bold;
	font-size: 90%;
	color: #FFF;
	background: #CCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}
a#feedback:hover{
	color: #ab1600;
	text-decoration: none;
}

/** Local Navigation **/
span.header_nav{
	position: absolute;
	top: 0.4em;
	right: 0;
	font-size: 60%;
}

/* Tab Statuses */
#gnav ul li img.superscript{
	position: absolute;
	top: -0.5em;
	right: 0em;
}
#gnav ul li a.superscript{
	position: absolute;
	top: -1em;
	right: -0.4em;
	background: #ab1600;
	padding: 0.4em;
	color: white;
	font-size: 80%;
	-moz-border-radius: 20px;
	-webkit-border-radius: 12px; /* over 13px forces a square...*/
	border-radius: 20px;
	text-align: center;
	border: 1px solid #ab1600;
	width: 1em;
	height: 1em;
	line-height: 0.9em;
}
#gnav ul li a.superscript:hover{
	background: green;
	border-color: green;
}

/** Tab-widths **/
li#nav_home a{
	width: 5.5em;
}
li#nav_home a:hover{
	color: #333;
}
li#nav_whoweare a{
	width: 7.4em;
}
li#nav_whoweare a:hover{
	color: #333;
}
li#nav_whatwedo a{
	width: 7.0em;
}
li#nav_whatwedo a:hover{
	color: #333;
}
li#nav_publications a{
	width: 7.0em;
}
li#nav_publications a:hover{
	color: #333;
}
li#nav_patents a{
	width: 5em;
}
li#nav_patents a:hover{
	color: #333;
}
#nav_contactus {
	width: 6em;
}
li#nav_contactus a:hover{
	color: #333;
}
#nav_news, #nav_blog{
	width: 4em;
}
li#nav_news a:hover{
	color: #333;
}
li#nav_blog a:hover{
	color: #333;
}
#nav_events, #nav_contact, #nav_photos{
	width: 5em;
}

/** Tab-highlighting **/ 
#home li#nav_home a, 
#whatwedo li#nav_whatwedo a,
#whoweare li#nav_whoweare a,
#patents li#nav_patents a,
#publications li#nav_publications a,
#news li#nav_news a,
#contactus li#nav_contactus a,
#blog li#nav_blog a,   
#news li#nav_news a 
{
	color:#2b36a2;
	background:#FFFFFF;
}

/** Footer **/
#footer{
	position: relative;
	text-align: center;
	padding: 1em 0;
	border-top: 1px solid #DDD;
}
#footer p{
	font-size: 80%;
	text-align: left;
	margin-bottom: 0.5em;
	color: #999;
}
#footer p a{
	color: #333;
	margin: 0 0.4em;
}
#footer p a.first{
	margin-left: 0;
}

#footer p#blog_plug{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 100%;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	text-align: right;
}
#footer p#blog_plug a{
	margin: 0;
	color: blue;
}
#footer p#blog_plug img{
	float: right;
	width: 30px;
	height: 30px;
	margin: 0 0 0 1em;
}

/*** GLOBAL Content Styling ***/

/** div. **/
. h1{
	margin: 0 0 0.5em 0;
	padding: 0 0 0.2em 0;
	
}
. h1.no_underline{
	border: none;
}
h1.underline {
border-bottom: #cccccc 1px solid;
}
h2.underline {
border-bottom: #cccccc 1px solid;
}
h3.underline {
border-bottom: #cccccc 1px solid;
}

. h2, .sidebar h2{color: #666;}
. h3 {border-bottom: 2px solid #CCC;}
. p{
	margin: 1em 0;
}

/** div.sidebar **/
.sidebar a.button{
	display: block;
	text-align: center;
	margin: 1em 0;
}

/*** TABLES ***/

/* Global styling */
table{
	margin: 1em 0;
	font-size: 90%;
}
table.full_width{
	width: 100%;
}
/* (not implemented)
table tr{
	cursor: hand;
	cursor: pointer;
} */
table tr th, table tr td{
	padding: 0.4em;
}
table tr th{
	font-weight: bold;
	background: #DDF8CC;
	border-bottom: 2px solid #60905a;
}
table th span.sort_arrow{
	font-size: 80%;
	color: #396594;
	margin: 0 0 0 0.4em;
}
table tr td{
	border-bottom: 1px solid #60905a;
}
table tr.even td{
	background: #DDF8CC;
}
table tr:hover td, table tr.odd td:hover{
	background: #f9f9d5;
}
table tr.headers:hover{
	background: #DDF8CC;
}

/* headers */
table th.select{
	width: 2em;
}
table th.chapter{
	width: 20em;
}
table th.chapter_short{
	width: 16em;
}
table th.city{
	width: 12em;
}
table th.state{
	width: 6em;
}
table th.coordinator{
	width: 12em;
}
table th.image{
	width: 10em;
}
table th.date{
	width: 10em;
}
table th.campaign{
	width: 8em;
}
table th.value, table th.amount{
	width: 7em;
}
table th.item, table th.quantity{
	width: 4em;
}
/* blank slate */
table p{
	margin: 1em 0;
	text-align: center;
	font-weight: bold;
	color: #666;
	font-size: 120%;
}

/* content */
table tr td img{
	width: 100px;
	height: 100px;
}

/** Forms **/

#form{
	font-size: 90%;
	padding: 0.5em 1em;
	margin: 1em 0;
	padding: 1em;
	position: relative;
}
#form.grey_border, div.grey_border{
	border: 1px solid #CCC;
}
#form a.cancel{
	color: red;
}
#form a.corner{
	position: absolute;
	top: 0.2em;
	right: 0.2em;
	background: url("../images/cancel.gif");
	width: 25px;
	height: 25px;
}
#form a.corner:hover{
	background: url("../images/cancel_hover.gif");
}
#form h2, #form label{
	margin: 1em 0;
	font-size: 90%;
	font-weight: bold;
	display: block;
}
#form .first{
	margin-top: 0;
}
#form p{
	font-size: 80%;
	color: #666;
	margin: 0.5em 0;
}
#form .text_field{
	width: 20em;
	font-size: 120%;
}
#form select{
	width: 15em;
}
#form textarea{
	width: 33em;
	height: 10em;
}
#form p .submit, #form .submit{
	display: block;
	margin: 1em 0;
	font-size: 120%;
}
#form p .submit{
	display: inline;
}
#form fieldset, fieldset{
	border: 1px solid #CCC;
	margin: 0.5em;
	padding: 1em;
}
#form fieldset legend, fieldset legend{
	font-weight: bold;
	margin: 0 0.5em;
	padding: 0 0.5em;
}
#form fieldset.important{
	border-color: red;
}

/** Boxes, Wraps, Splashes **/

div.box{
	padding: 0.5em;
	margin: 1.5em 0;
	border: 1px solid #CCC;
	position: relative;
}
div.box h2{
	margin: 0 0 0.4em 0;
}
div.box p{ font-size: 80%; }

div.wrap{
	margin: 1em 0;
}
div.wrap p img{
	float: left;
}

div.splash{
	width: 62em;
	position: relative;
}
div.tan_fill, form.tan_fill {
	background: #C8BDB7;
}
div.tan_border, form.tan_border {
	border: 2px solid #9a857a;
}
div.yellow_border, form.yellow_border {
	border: 2px solid #e5d308;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.green_border, form.green_border {
	border: 2px solid #99FFCC;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.red_border, form.red_border {
	border:2px solid #FC8570 ; /*  #8F0B03*/
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.no_border {
	border:none;
}
div.green_fill, form.green_fill {
	background-color: #BCFEFE;
}

div.half_width{
	width: 29.5em;
}
div.center_width{
	width: 36em;
}
div.center_width_lg{
	width: 40em;
}
div.center_width_sm{
	width: 30em;
}
div.side_width{
	width: 11em;
}
div.side_width_lg{
	width: 16em;
}
div.quarter_width{
	width: 15em;
}
div.three_quarter_width{
	width: 47em;
}
div.subnav {
	width:20em;
}
div.float_left{
	float: left;
}
div.float_right{
	float: right;
}

/** main **/

div.main p {
	padding:0.5em 0 0.2em 0;
	font-size:90%;
}
div.main ul  {
	margin:0.5em;
	list-style-type:disc;
}
div.main ul li {
	margin:.3em 0 0 .5em;
	font-size:90%;
}
div.main h1,h2,h3,h4 {
padding:0.2em 0;
}

/** Quotes **/
div.quote{
	margin: 1em 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 1em 0;
}
div.quote img{
	float: left;
	margin:0 1em 0 0;
	width: 100px;
}
div.quote h3{
	font-weight: bold;
	font-size: 125%;
	letter-spacing: -0.08em;
	color: #222;
	margin: 0 1em;
}
div.quote h4{
	font-size: 90%;
	margin: 0.8em 0 0.8em 1.5em;
	color: #666;
}

#publications .item{ padding-top:15px;padding-bottom:15px; }
#publications .item .date{ font-style:italic;}

#patents .item{ padding-top:15px;padding-bottom:15px; }
#patents .item .date{ font-style:italic;}
#patents .item .status{ font-size:smaller; font-weight:bold; color:#FC8570;}
#patents .item .number{  color:#666666; font-size:smaller;}
.patentnumber {color:#666666; font-size:smaller;}
.patentstatus {font-size:smaller; font-weight:bold; color:#FC8570;}

/** Citation **/
#citation{
	border: 1px dashed #CCC;
	font-size:70%;
}
#citation ul {
}
#citation ul li {
list-style-position:inside;
}

/** photos **/

.phototext {font-style:italic;  clear:both;   }



/*** MISCELLANY ***/

/** Flash **/
p.success{
	padding: 0.5em;
	margin: 1em 0;
	border: 1px solid green;
	background: #d0e8c4;
	font-size: 80%;
	font-weight: bold;
}
p.failure{
	padding: 0.5em;
	margin: 1em 0;
	border: 1px solid red;
	background: #DA6567;
	font-size: 80%;
	font-weight: bold;
	color: white;
}
p.notice{
	padding: 0.5em;
	margin: 1em 0;
	border: 1px solid yellow;
	background: #FFFFCC;
	font-size: 80%;
	font-weight: bold;
}
/** Clearfix **/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/** Layout **/
div.center_box{ margin: 0 auto; width: 62em; position: relative;}
.no_top_margin{
	margin-top: 0 !important;
}
.extra_top_margin{
	margin-top: 2.8em !important;
}

/** Styling **/
.highlighted{ 
	background: yellow;
	padding: 0 0.2em;
}
.bold{
	font-weight: bold;
}
.required:after{
	content: " *";
	color: red;
}
.line{
	color: #FFF;
	margin: 1em 0;
}

/** img.spinner **/
img.spinner{
	
}

/** Blank Slates **/
p.blank_slate{
	text-align: center; 
	font-size: 120%; 
	font-weight: bold; 
	color: #999; 
	margin: 1em 0;
}

/** ERROR Messages **/
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}
div.formError, p.formError{
	color: red;
	font-size: 80%;
	font-weight: bold;
}
p.fieldError{
	color: red; 
	font-weight: bold;
}
#errorExplanation{
  width: 100%;
  border: 2px solid red;
  background-color: #f0f0f0;
  padding: 0;
  margin: 1em 0;
}

#errorExplanation h2 {
  padding: 0.3em 0 0.3em 0.5em;
  margin: 0;
  font-weight: bold;
  font-size: 90%;
  background-color: #c00;
  color: #f0f0f0;
}
#errorExplanation p{
	margin: 0.5em;
	font-weight: bold;
	font-size: 90%;
}
#errorExplanation ul{
	margin: 1em 0 1em 2em;
}
#errorExplanation ul li {
  	font-size: 80%;
	font-weight: bold;
  	list-style: square;
	margin: 0.2em 0;
}

/* Custom errors for AJAX */
.invalid{
	border: 2px solid red;
}
div.errors{
	border: 2px solid red;
	padding: 0.5em;
}
div.errors p{
	font-size: 90%;
	font-weight: bold;
	color: red;
	margin: 0 0 0.5em 0;
}
div.errors ul{
	list-style: square;
}
div.errors ul li{
	font-size: 90%;
	font-weight: bold;
	margin: 0.3em 0 0.3em 1em;
}


/********** INDIVIDUAL PAGES ***********/

/*** HOME PAGE ***/

#home .container{
	background: #FFF url("../images/home_bg10.jpg") no-repeat 0.5em 0;
/***background: #FFF url("../images/BXP0008232.png") no-repeat 0.5em 0;***/

}
#home .splash{
	height: 450px;
}
#home .splash p{
	position: absolute;
	top: 300px;
	font-size: 80%;
	width: 200px;
	color: #999;
	text-align: center;
}
#home .splash p#title{
	left: 10px;
	top:60px;
	font-size: 2.3em;
	line-height:.9em;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}
#home .splash p#learn{
	left: 10px;
	top:300px;
}

#home .splash p#get_involved{
	left: 10px;
	top:200px;
}
#home .splash a{
	display: block;
	margin-bottom: 1em;
}
#home .splash a img{
	width: 169px;
	height: 54px;
}

/*** LEARN MORE ***/
#whatwedo .container{
}
#whatwedo div.full_width{
	border-bottom: 1px solid #DDD;
	padding: 0 0 0.5em 0;
	margin-bottom: 0;
}
#whatwedo div.splash{
	height: 272px;
	border-bottom: 1px solid #CCC;

}
#whatwedo div. p{
	color: #555;
	font-size: 85%;
	line-height: 1.2em;
	margin: 0.7em 2em 0.7em 0;
}
#whatwedo div. p img{
	float: left;
	margin: 0 1em 1em 0;
}
#whatwedo div. div.box{
	margin-bottom: 1em;
	padding: 0.5em 1em;
}

/*** EDUCATION ***/
#education div. div.wrap img{
	float: left;
	margin: 0 1em 1em 0;
}

/*** WHO WE ARE ***/

#whoweare .container{
	background: #FFF url("../images/pin_bg.gif") no-repeat 0.5em 0;
}
#whoweare .splash{
	height: 350px;
}
#whoweare .splash p{
	width: 350px;
	position: absolute;
	top: 120px;
	left: 0;
	font-size: 90%;
	color: #666;
}
#whoweare .splash a{
	position: absolute;
	top: 260px;
	left: 75px;
	display: block;
	
}

#whoweare div. ul{
	float: left;
	list-style: none;
	position: relative;	
}
#whoweare div. ul li{
	float: left;
	width: 18em;
	margin: 0 1em;
	position: relative;
}


/* Page */

div.comment{
	padding: 0.5em;
	border-bottom: 1px solid #999;
}
div.comment h4{
	font-size: 80%;
}
div.comment p{
	margin: 0.5em 0;
	font-size: 80%;
}
div.odd{
	background: #F1F1F1;
}
div.even{
	
}
#comment_form{
	position: relative;
}
#comment_form p b{
	margin: 0.2em 0;
}
#comment_form textarea{
	height: 5em;
	width: 20em;
}
#comment_form #name{
	width: 20em;
	float: left;
	margin: 0 0 0 0;
}
#comment_form #email{
	float: left;
	width: 20em;
	margin: 0 0 0 1em;
}
a#write_something{
	font-weight: bold;
	font-size: 70%;
	float: right;
	margin: -1.5em 0 0 0;
}

p.only_visible{
	font-size: 60%; 
	color: #999; 
	margin: 0 0 0.5em 0;
}
span.top_right_nav{
	position: absolute;
	top: 0.5em;
	right: 0.5em;
}
span.top_right_nav a{
	font-size: 80%;
}
span.not_available{
	color: #999;
}

div#basic_info{
	position: relative;
	margin: 0 0 1em 0;
}
img.chapter_image{
	float: left;
	margin: 0 1em 1em 0;
}
div#basic_info h1{
	margin: 0 0 0.5em 0;
}
div#basic_info h2{
}
p.about{
}

#coordinator p{
	margin: 0.5em 0 1em 0;
	font-size: 95%;
}
#coordinator img{
	float: left;
	margin: 0 0.5em 0 0;
}
ul#chapter_members{
	margin: 0;
	list-style: none;
}
ul#chapter_members li{
	margin: 1em 0;
	color: #999;
	font-size: 80%;
}
ul#chapter_members li img{
	float: left;
	margin: 0 0.5em 0 0;
}
ul#chapter_members li a{
	font-weight: bold;
	font-size: 120%;
}
p.address{
	margin: 0.5em 0 0.5em 0.5em;
	font-size: 80%;
	color: #396594;
}

/*** NEWS ***/

div.news_item{
	margin: 2em 0 0 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #CCC;
	position: relative;
}
div.news_item img{
	float: left;
	border: 1px solid #CCC;
	margin: 0 1em 1em 0;
}
p.news_item_date{
	font-weight: bold;
	color: #999;
}
p.news_item_desc{
	margin: 0.5em 0;
}

p.news_item_nav{
	margin: 0.5em 0;
	font-size: 80%;
}

/** EVENTS **/

div.event{
	border: none;
	border-bottom: 1px solid #CCC;
	padding: 0 0 0.5em 0;
}
div.event h2{
	position: relative;
	color: #333;
}
div.event h2 span.event_date{
	position: absolute;
	right: 0;
	top: 0.2em;
	font-size: 80%;
	color: #666;
}
div.event h3{
	margin: 0.5em 0;
	color: #666;
}
div.event img{
	float: left;
	margin: 0.5em 0.5em 0.5em 0;
}
div.event p{
	margin: 1em 0;
	color: #666;
	overflow: hidden;
}
div.event p.links{
	margin: 0;
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
}

/** DOCUMENTS **/
div.document ul{
	position: absolute;
	top: 0.2em;
	right: 0.2em;
}

div.document ul li{
	float: left;
	width: 20px;
}

/** PHOTO ALBUMS **/

div.album{
	
}
div.album img{
	float: left;
	margin: 0 1em 0 0;
	width: 150px;
	height: 150px;
	background: #999;
}

/* Gallery */
div#frame{
	margin: 0 0 2em 0;
}
div#frame div.image_wrap{
	min-height: 480px;
}
div#frame img{
	display: block;
	margin: 0 auto;
}
div#frame div#photo_nav{
	position: relative;
	height: 30px;
	width: 100%;
	margin: 0 0 1em 0;
}
div#frame div#photo_nav a#previous, div#frame div#photo_nav a#nxt{
	position: absolute;
	top: 0;
	border: 1px solid #CCC;
	padding: 0.2em;
}
div#photo_nav a#previous{
	right: 3em;
}
div#frame div#photo_nav a#nxt{
	right: 0;
}
div#frame div#photo_nav a#previous:hover, div#frame div#photo_nav a#nxt:hover{
	background: #396594;
	color: white;
	text-decoration: none;
}
div#frame img#spinner{
	margin: 10em auto;
}
div#frame div.photo{
	width: 600px;
	margin: 0 auto;
}

/* Thumbs */
ul.thumbs{
	width: 960px;
	margin: 0 auto;
}
ul.thumbs li.thumbnail{
	float: left;
	width: 150px;
	height: 150px;
	padding: 0.4em;
	margin: 0.5em 0.7em 2.5em 0.7em;
	border: 2px solid #F8F8F8;
	border-bottom-color: #EEE;
	border-left-color: #EEE;
}
ul.thumbs li.thumbnail p{
	position: relative;
}
ul.thumbs li.thumbnail p img.dragger{
	position: absolute;
	right: 0;
	top: 0;
	cursor: hand;
	cursor: pointer;
}
/** PAGINATION **/

div.pagination{
	margin: 1em 0 0 0;
}
div.pagination a{
	font-size: 80%;
	margin: 0 0.1em;
	padding: 0.2em 0.4em;
}
div.pagination a:hover{
	background: blue;
	color: white;
}
div.pagination span.current{
	font-size: 80%;
	font-weight: bold;
	border: 1px solid #CCC;
	padding: 0.2em 0.5em;
}
div.pagination span.disabled{
	display: none;
	font-size: 80%;
	color: #999;
}


/** Contact Us **/
#contact div.sidebar div.box{
	margin: 2em 0 0 0;
	background: #FFF;
}
#contact div.sidebar div.box img{
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	width: 100px;
}
#contact #nugget{
	width: 37em;
}

