/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body
{
	font: normal 14px/140% Georgia, "Times New Roman", serif;
	vertical-align: top;
	background: #fff;
	color: #666;
}

p
{
	margin: 3px 0;
}

#wrapper
{
	width: 1000px;
	padding: 100px 30px 30px;
	margin: 0 auto;
}

.right {
	float: right;
}

.left {
	float: left;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align:center;
}

.justify {
	text-align:justify;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.strong {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.underline {
	border-bottom:1px solid;
}

.highlight {
	background: #ffc;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}

img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}

.quiet
{
	font-size: 10px;
	color: #aaa;
	font-style: italic;
}

.message,
.notice,
.warn,
.error,
.errorExplanation
{
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	font-size: 14px;
}

.message
{
	color: green;
	border-color: green;
	background: #A3CE72;
}

.notice
{
	color: #4E493B;
	border-color: #4E493B;
	background: #F8F097;
}

.warn
{
	color: orange;
	border-color: orange;
	background: #E4C291;
}

.error,
.errorExplanation
{
	color: red;
	border-color: red;
	background: #F6C8C2;
}

.errorExplanation
{
	margin-bottom: 15px;
}

.errorExplanation ul
{
	margin-top: 10px;
	padding-left: 25px;
	list-style: disc;
}

.sep
{
	text-align: center;
	margin: 15px 0;
	clear: both;
}

.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.cf {
	display: block;
}

html[xmlns] .cf {
	display: block;
}

* html .cf {
	height: 1%;
}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link,
a:visited
{
	color: #333;
}

a:hover,
a:visited:hover
{
	color: #111;
	text-decoration: none;
}

/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1,h2,h3,h4,h5,h6
{
	margin-top: 15px;
	margin-bottom: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h1 {
	font: bold 2em;
}

h2 {
	font: bold 1.5em;
}

h3 {
	font: bold 1.2em;
}

h4 {
	font: bold 1em;
}

h5 {
	font: bold 0.9em;
}

/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#header
{
	float: left;
	height: 272px;
	width: 285px;
	background: url(../images/left-paren.jpg) no-repeat 100% 0;
}

h1#logo
{
	text-indent: -5000px;
	height: 209px;
	width: 190px;
	background: url(../images/osg-logo.jpg) no-repeat 0 25px;
}

h1#logo.logo-hover
{
	cursor: hand;
	cursor: pointer;
}

#header .links
{
	text-align: center;
	padding-right: 90px;
	color: #888;
	padding-top: 10px;
}

#header .links a
{
	color: #555;
}

/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#content
{
	float: left;
	width: 695px;
	min-height: 272px;
	background: url(../images/right-paren.jpg) no-repeat 100% 0;
	position: relative;
}

#guts
{
	width: 587px;
	padding: 20px 10px;
}

#guts div.vertical-align-parenths
{
	padding-top: 90px;
}

#guts div.horizontal-align-parenths
{
	margin: 0 auto;
}

#guts h1.xlarge
{
	font-size: 38px;
	line-height: 40px;
	font-weight: normal;
	margin-top: 0;
}

#guts h1.large
{
	font-size: 25px;
	line-height: 27px;
	font-weight: normal;
	margin-top: 0;
}

#guts p.large
{
	font-size: 18px;
	line-height: 22px;
	margin: 20px 0;
}


/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
form.big-form input[type='text'],
form.big-form input[type='password'],
form.big-form input[type='submit'],
form.big-form input[type='reset'],
form.big-form input[type='button']
{
	font-size: 20px;
	padding: 5px;
	border: 5px solid #ccc;
	color: #333;
}

form.big-form input[type='submit'],
form.big-form input[type='reset'],
form.big-form input[type='button']
{
	background: #aaa;
	padding: 5px 15px;
}

form.big-form input[type='submit']:hover,
form.big-form input[type='reset']:hover,
form.big-form input[type='button']:hover
{
	background: #999;
}

form.big-form p.submit-btn
{
	margin-top: 10px;
}

input[type="text"].tip-text
{
	color: #aaa !important;
	font-style: italic;
}

/* =8 Other
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.pagination
{
  text-align: center;
  margin: 10px 0;
}

/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer
{
	margin-left: 187px; /* offset the header */
/*	padding-top: 30px;*/
	text-align: center;
	color: #888;
}

#footer a
{
	color: #888;
}

#quotes,
#quotes a
{
	color: #bbb;
	font-style: italic;
}

#quotes #author
{
	white-space: nowrap;
}
