/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #15240A;
	background-image: url('../images/background.jpg');
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 24px;
	color: #444444;
}

body.editor {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table th, table td {
	vertical-align: top;
}

.data_table {
	background-color: #B4C0B1;
	border-top: 1px solid #4F574C;
	border-left: 1px solid #4F574C;
	margin-bottom: 10px;
}

.data_table th, .data_table td {
	border-right: 1px solid #4F574C;
	border-bottom: 1px solid #4F574C;
	padding: 2px 6px;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #545F62;
}

h2 {
	font-size: 14px;
	line-height: 18px
	font-weight: bold;
	color: #950F48;
	margin-bottom: 5px;
}

.press-items h2 {
	margin-bottom: 0px;
}

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

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #950F48;
}

a:hover {
	color: #000000;
}

blockquote {
    margin: 10px 0 10px 15px;
}

hr {
	border: 0px;
	height: 1px;
	color: #465B48;
	background-color: #465B48;
	margin: 15px 0px;
}

.right_photo {
	float: right;
	border: 4px solid #4F574C;
	margin: 5px 0px 10px 15px;
}

.left_photo {
	float: left;
	border: 4px solid #4F574C;
	margin: 5px 15px 10px 0px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}
 
.button {
	border: 0px;   
	background-color: #000000; 
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;    
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#container {
	width: 950px;
	margin: 0px auto;
	padding-bottom: 20px;
}

#right_content {
	float: right;
	width: 678px;
}

#header {
	width: 638px;
	height: 160px;
	background-image: url('../images/header_bg.png');
	padding: 23px 20px 19px 20px;
	position: relative;
}

#header.home {
	height: 238px;
	background-image: url('../images/header_home_bg.png');
}

#header a {
	display: block;
	height: 23px;
	width: auto;
	line-height: 23px;
	float: right;
	display: inline;
	margin-right: 78px;
	background-color: #E3EEF1;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0px 10px;
	color: #6A5D55;
	margin-bottom: 5px;
}

#header a:hover {
	color: #950F48;
}

#header_inner {
	width: 638px;
	height: 146px;
	clear: right;
}

.home #header_inner {
	height: 224px;
}

#sip_logo {
	position: absolute;
	top: 2px;
	left: 608px;
}

#content {
	width: 618px;
	padding: 15px 30px 10px 30px;
	background-image: url('../images/content_bg.png');
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

#copyright {
	text-align: right;
	font-size: 10px;
	line-height: 14px;
	color: #7B8284;
}

#left_content {
	width: 257px;
	float: left;
	line-height: 20px;
}

#left_content_inner {
	padding: 15px 15px 0px 15px;
	background-image: url('../images/left_content_bg.png');
}

#left_content_inner a img {
	border: 5px solid #151E17;
	margin-bottom: 15px;
}

#news {
	color: #FFFFFF;
}

#news b {
	color: #8CB5A0;
}

#news a {
	color: #848C90;
}

#news a:hover {
	color: #C3CFD5;
}

#logo {
	padding: 18px 0px 12px 18px;
}

/* NAVIGATION CSS */

#nav {
	padding: 0px;
	margin: 0px 0px 0px 5px;
	height: 18px;
	margin-bottom: 26px;
}

#nav li {
	list-style: none;
	float: left;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 10px;
	padding: 0px 8px;
	border-left: 1px solid #93C0D2;
	height: 18px;
}

#nav li a {
	color: #6A5D55;
	padding-top: 8px;
	height: 18px;
	width: auto;
	display: block;
}

#nav li a:hover, #nav li.active a {
	color: #950F48;
}

#nav li.active a {
	background-image: url('../images/nav_bg.gif');
	background-repeat: repeat-x;
}

#content #subnav {
	padding: 48px 0px 10px 00px;
	margin: -15px 20px 10px 20px;
	float: right;
	border-left: 1px solid #747C7F;
	width: 110px;
}

#content #subnav li {
	list-style: none;
	line-height: 14px;
	margin-bottom: 10px;
}

#content #subnav li a {
	padding-left: 12px;
	color: #950F48;
	display: block;
}

#content #subnav li a:hover {
	color: #2C3A2D;
}

#content #subnav li.active a {
	border-left: 2px solid #950F48;
	padding-left: 10px;
}

/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	width: 152px;
	text-align: center;
	padding: 0px 15px 15px 0px;
}

.gallery table {
	background-color: #B4C0B1;
	border: 1px solid #4F574C;
	width: 145px;
	height: 145px;
}

.gallery td table td {
	padding: 5px;
	width: 135px;
	height: 135px;
	vertical-align: middle;
}

.gallery img {
	padding: 0px;
	margin: 0px;
}

/* ADMIN CSS */

#admin .button {
	margin: 0 3px 6px 0;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

#admin .admin_table tr.alternate {
	background-color: #ccc;
}

#admin ul, #admin ol {
	padding-left: 0px;
}

.admin-index-list img { 
	float: left; 
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%;
}

.admin-index-list li { 
	padding: 3px;
	margin: 5px 0;
	line-height: 17px;
	background-color: #aaa; 
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999; 
}

.admin-index-list li div {
	float: right;
	padding: 0;
	margin: 0 3px;
	text-align: center;
}

#admin .admin-index-list .button { margin: 0px; width: 100%; }
.admin-index-list li div.view { width: 46px; }
.admin-index-list li div.configure { width: 77px; }
.admin-index-list li div.edit { width: 36px; }
.admin-index-list li div.subpages { width: 100px; }
.admin-index-list li div.delete { width: 55px; }

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0 0 8px;
	float: left;
	background-color: #aaa; 
	border: 1px solid #999; 
	margin: 0 10px 10px 0;
}

/* Files CSS */

#files {
	width: 450px;
	min-height: 750px;
}

#files table { width: 100%; }
#files table td.name { width: 80%; }
#files table td.date { width: 20%; }

#files h2 {
	background-color: #4F574C;
	color: #FFFFFF;
	padding-left: 5px;
}

#files .spacer {
	height: 10px;
}

#files div {
	display:none;
}

#files h2, #files h3, #files h4 {
	cursor: pointer;
}
