/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
height: 100%;
}

body {
font:100%/1.25 'Droid Sans', Arial, Helvetica, sans-serif;
background: #111;

}

/***** Dividers *****/

#container {
width:960px;
margin:0 auto;
height: 100%;

}

#header {
height: 120px;
}

#logo {
float: left;
width: 250px;
margin: 30px 0 0 0;
}

#menu {
float: right;
margin: 110px 10px 0 0;
height: 30px;
width: auto;
text-align: right;
display: block;
color: #fff;

}

#sub-menu {
height: 30px;
width: 100%;
background: #DDD;
text-align: right;
display: block;
}

#content {
clear: both;
width: 100%;
min-height:550px; /*ff*/
height: auto !important; /*ie7 */
/* height: 550px; /*ie6 */
background: #fff url(images/background-3.jpg) repeat-y;
color: #333;
font-size: 13px;
}
#inner {
min-height:475px; /*ff*/
height: auto !important; /*ie7 */
/* height: 475px; /*ie6 */
width: 100%;

}
#left-col {
float: left;
width: 430px;
padding: 30px 25px;
height: 100%;
/* overflow: auto; */
}
#left-col img {
	margin-bottom: 20px;
}
#right-col {
float: left;
width: 430px;
padding: 30px 20px 20px 0;
height: 100%;
/* overflow: auto; */
}
#accred {
clear: both;
width: 100%;
height: 75px;
padding: 0;
margin: 0;
background: #fff;
border-top: 1px solid #CCC;
text-align: left;
}
#accred img {
padding: 0 20px;
}
#footer {
clear: both;
width: 100%;
height: 125px;
background: #111;
margin-bottom: 20px;
}
#footer-left {
float: left;
width: 450px;
height: 80px;
padding: 20px 10px 10px 10px;
background: #111;
}
#footer-right {
float: left;
width: 450px;
height: 80px;
padding: 15px 0px 10px 10px;
text-align: right;
background: #111;

}

#credits {
clear: both;
margin: 0 auto 20px auto;
text-align: center;
font-size: 13px;
}

#gallery {
 width: 960px;
 height: 550px;
}

/***** Navigation *****/

#nav li {
display: inline;
list-style-type: none;
}
#nav li a 
{
font-size: 14px;
color: #fff;
text-decoration: none;
padding: 10px;
}
#nav li.current a 
{
color: #aaa;
color: #AF9000;

}
#nav li a:hover 
{
text-decoration: underline;

}

#sub-nav {
padding: 8px;
}
#sub-nav li {
display: inline;
list-style-type: none;
}
#sub-nav li a 
{
font-size: 13px;
text-decoration: none;
color: #333;
text-shadow: 1px 1px 1px #CCC;
padding: 5px 10px;

}
#sub-nav li.current a 
{
text-decoration: underline;


}
#sub-nav li a:hover 
{
text-decoration: underline;

}
#right-col,#left-col ul li
	{
	line-height: 1.5em;
	}

#contact a {
color: #AF9000;
text-decoration: none;
}
#contact a:hover {
text-decoration: underline;
}
#contact p {
color: #fff;
font-size: 13px;
}

#credits a {
text-decoration: none;
color: #888;}

/***** Headings *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
padding:0 0 4px 0;
margin: 10px 0 16px 0;
font-size:20px;
color: #666;
/* text-shadow: 1px 1px 1px #AAA; */
border-bottom: 1px solid #BBB;
}

h2 {
padding:0 0 15px 0;
font-size:18px;
text-shadow: 1px 1px 1px #CCC;

}

h3 {
font-size:14px;
font-weight:bold;
}

/***** Common Formatting *****/

p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
p {
line-height: 1.5em;

}

ul, ol {
padding:0 0 1.25em 2.5em;
}

blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
color: #CC3300;
}
a:hover {
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

	form input,
	form select,
	form textarea {
	font:1em Arial, Helvetica, sans-serif;
	}
	
	form textarea {
	width:100%;
	line-height:1.25;
	}
	
	form label {
	cursor:pointer;
	}

/***** Tables *****/

table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/* pagnation styles */

.paginate {
font-family:Arial, Helvetica, sans-serif;
	padding: 3px 0;
	margin: 3px 0;
}

.paginate a {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #999;
	text-decoration:none;
	color: #666;
	background: #F5F5F5;

}
.paginate a:hover, .paginate a:active {
	border: 1px solid #999;
	color: #000;
}
.paginate span.current {
    margin: 2px;
	padding: 2px 5px 2px 5px;
		border: 1px solid #999;
		
		font-weight: bold;
background: #999;
		color: #FFF;
	}
	.paginate span.disabled {
		padding:2px 5px 2px 5px;
		margin:2px;
		border:1px solid #eee;
		color:#DDD;
		display: none;
	}

/***** Global Classes *****/

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.small   { font-size:11px;}
.legal  { color: #CCC; font-size: 13px;}

.wrap          { width:960px;margin:0 auto; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
.img-thumb 	{ float:left; margin: 0 15px 5px 0;}

.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }



