/* @group DEFAULTS */

a img,:link img,:visited img {
	border: none
}

a,a:link {
	outline: none !important;
}

ul,ol {
	list-style: none
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0
}

address {
	font-style: normal
}

.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 */

/* @end */

/* @group BASICS */

html,body {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #00091B;
	margin: 0;
	padding: 0;
	width: 100%;}

a,a:link,a:active,a:visited {
	color: #000;
}

a:hover {
	color: #cb0000;
}

#container {
	width: 900px;
	background-color: #EFE6B4;
	margin: 0 auto;
}

.right {
	float: right;
	margin: 0 0 20px 20px;
}

/* @end */

/* @group MESSAGES */

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(../images/messages/info.png);
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/messages/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/messages/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/messages/error.png');
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../images/messages/validation.png');
}

/* @end */

/* @group HEADER */

#header {
	background-image: url(../images/main/header.jpg);
	height: 276px;
	width: 900px;
}

#header h1 {
	width: 900px;
	height: 241px;
	overflow: hidden;
	text-indent: -99999px;
}

/* @end */

/* @group CONTENT */

#content {
	width: 870px;
	padding: 15px 15px 50px;
	background: url(../images/main/footer.jpg) no-repeat 0 bottom;
}

#content h2,#content h3,#content p,#content hr {
	margin-bottom: 20px;
}

#content h2 {
	font-size: 2em;
}

#content h3 {
	font-size: 1.5em;
}

#content #news {
	background-color: #fff;
	border: 1px solid #000;
	margin-bottom: 20px;
}

#content #news .inner {
	padding: 0 20px;
}

#content p.timestamp {
	position: absolute;
	margin-top: -20px;
}

#content #news h2 {
	background-color: #001747;
	color: #fff;
	text-align: center;
	padding: 7px;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
	font-size: 1.3em;
}

#content fieldset#contact {
	border: 0;
}

#content fieldset#contact legend {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 20px;
}

#content fieldset#contact label {
	width: 120px;
	margin-right: 20px;
	font-weight: bold;
	float: left;
}

/* 2009-01-09: Converted galleries "float" layout to table */

#galleries {
	border-collapse: separate;
	border-collapse: expression('separate', cellSpacing = '20px');
	border-spacing: 20px;
	margin-top: -20px;
}

#galleries th {
	display: none
}

#galleries td.caption {
	font-size: 1.5em
}

/*
#galleries img {
	float: left;
}

#galleries h3 {
	float: right;
	width: 730px;
	padding-top: 10px;
}
*/

#photos a {
	width: 120px !important;
	height: 120px !important;
	display: block;
	float: left;
}

#content fieldset#contact input,#content fieldset#contact textarea {
	padding: 3px 7px;
}

#content hr {
	margin: 0 0 20px;
}

#program-photos {
	float: right;
}

#program-photos img {
	display: block;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
}

/* @end */
