/* browser reset */

* {
	padding:0;
	margin:0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

p {
	font-size:140%;
	line-height:150%;
	color:#333;
	margin-bottom:20px;
}


html{
	font-size:16px;
	height: 100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	color:#000;
	margin:0;
	font-size: 62.5%;
	background: #999 url(images/newback4.gif) repeat-y center top;
	height: 100%;
}

table {font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-style: normal; 
	text-align: left;
}

table td { 
	padding-left:10px; 
	}


/* Structure */

#wrapper{
	width: 960px; /*Width of main container*/
	margin: 0 auto -30px; /*Center container on page*/
	height: 100%;
	height: auto !important;
	min-height: 100%;
	background: url(images/sidebar.gif) repeat-y left top;
}

#wrappernoside{
	width: 960px; /*Width of main container*/
	margin: 0 auto -30px; /*Center container on page*/
	height: 100%;
	height: auto !important;
	min-height: 100%;
}

#header{
	height: 100px; /*Height of top section*/
	background-color:#FFF;
}

.title {
	float:left;
	width:50%
}

.headerright {
	float:right;
	clear:right; /*ie6 fix*/
	width:50%;
}

#header h1{
	padding-top: 15px;
	margin-left:2px;
}

/*Nav*/
#navj{
	font-family:"Lucida Grande", arial, sans-serif;
	background: url(images/flag.jpg) repeat-x;
	position:absolute;
	top: 100px;
	width:960px;
	height:30px;
	z-index:2;
}

#navj ul{
	margin:0;
	padding:0;
}

#navj li{
	width:100px;
	height:30px;
	float:left;
	color:#191919;
	text-align:center;
	overflow:hidden;
	list-style: none;
}

#navj a{
	color:#FFF;
	text-decoration:none;
}

#navj p{
	padding:2px 5px;
}

.subtext{
		padding-top:15px;
	}

/*Menu Color Classes*/
.green{background:#6AA63B url('images/green-item-bg.jpg') top left no-repeat;}
.yellow{background:#FBC700 url('images/yellow-item-bg.jpg') top left no-repeat;}
.red{background:#D52100 url('images/red-item-bg.jpg') top left no-repeat;}
.purple{background:#5122B4 url('images/purple-item-bg.jpg') top left no-repeat;}
.blue{background:#0292C0 url('images/blue-item-bg.jpg') top left no-repeat;}

/*Content*/
#content{
	margin-top:30px;
	background-color:#FFF;
	padding-bottom:25px
	background-color:#fff;	

}

#contentcolumn{
	float: left;
	left:0px;
	width:75%;
	padding:10px;
	background-image:url('images/RobbieGallierbackground.gif');
	background-repeat:no-repeat;
}

#contentcolumnnews{
	float: left;
	left:0px;
	width:920px;
	padding:12px;
	background-image:url('images/RobbieGallierbackground.gif');
	background-repeat:no-repeat;
}

#sidebar{
	float: right;
	width: 20%;
	padding:10px;
}

#panel{
	float: right;
	left: 0px
	top: 0px
	padding:0px;
}



/*Footer*/

#footer{
	clear: both;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	bottom: 0;
	height:30px;
	background-color:#000;
}

.push {
	clear: both;
	height:30px;
}

/*Typography*/

a:link {
	color:#00C; 
	text-decoration: underline; 
}
a:visited {
	color: #00E; 
	text-decoration: underline; 
}
a:hover {
	color: #F00; 
	text-decoration: underline; 
}

h1 {
	font-size:400%;
	font-weight:bold;
}

h1 a {
	color:#000;
}

h1 a:hover {
	color:#000;
	text-decoration:none;
}

#header h1 a{
	display:block; /* Required */
	width:480px; /* Width of image in question */
	height:75px; /* Height of image in question */
	position:relative; /* Required */
}
#header h1 a span{
	position:absolute; /* Required */
	width:100%; /* Stretch full width of parent */
	height:100%; /* Stretch full height of parent */
	background:url(images/logo.gif) top left no-repeat; /* Image */
	cursor:pointer; /* Required for links to appear like links in IE */
}
#header h1 a:hover span{
	position:absolute; /* Required */
	width:100%; /* Stretch full width of parent */
	height:100%; /* Stretch full height of parent */
	background:url(images/logo2.gif) top left no-repeat; /* Image */
	cursor:pointer; /* Required for links to appear like links in IE */
}

#header h2 a{
	display:block; /* Required */
	width:480px; /* Width of image in question */
	height:100px; /* Height of image in question */
	position:relative; /* Required */
}
#header h2 a span{
	position:absolute; /* Required */
	width:100%; /* Stretch full width of parent */
	height:100%; /* Stretch full height of parent */
	background:url(images/panel3.jpg) top left no-repeat; /* Image */
	cursor:pointer; /* Required for links to appear like links in IE */
}

#sidebar h3 {
	font-size:200%;
	border-bottom:1px #000 solid;
	margin-bottom:4px;
	font-weight:bold;
	font-variant:small-caps;
}

h3.news {
	font-size:250%;
	font-variant:small-caps;
	font-weight:bold;
	margin-bottom:20px;
	border-top:#333 solid 1px;
	padding-top:20px;
}

h2 {
	font-size:280%;
	margin-bottom:8px;
	font-weight:bold;
	font-variant:small-caps;
}
	

#content h4 {
	font-size:160%;
	font-weight:bold;
	border-bottom:0;
	margin-top:8px;
	margin-bottom:8px;
}

#content img {
	margin:5px 10px;
}

#sidebar img {
	margin:10px 10px;
	float: right;
}


#footer p {
	font-size:100%;
	color:#FFF;
	margin-bottom:0px;
	padding-top: 5px;
}

#footer a {
	font-size:140%;
	color:#FFF;
	padding-top: 5px;
	margin:10px;
}

#footer a:hover {
	color:#F00;
}

#sidebar ul,#content ul {
	margin:22px;
}

#sidebar li,#content li {
	list-style:square;
	font-size:140%;
	margin-bottom:10px;
	color:#333;
}

.dropcaps {
	font-family: Georgia, "Times New Roman", Serif;
	font-weight:bold;
	float:left;
	line-height:30px;
	font-size:300%;
	padding: 3px 3px 0 0;
	color:#000;
}


/*Lightbox*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#gallery li {
	list-style:none;
	display:inline;
}
