* { margin: 0; padding: 0; }

body {
	background: #044386;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/110% "Tahoma", Arial, Helvetica, sans-serif;
}

/* Layout
------------------------------------------------------------------*/

#outer {
	width: 100%;
	position: relative;
	background: #fff;
}

#wrapper1 {
	margin: auto;
	text-align: left;
	background: #5DA6B7 url(../images/bg.jpg) repeat-x 0 0;
}

#contentwrap {
	display: block;
	width: 820px;
	margin: auto;
	background: #fff url(../images/compas.gif) no-repeat bottom right;
	font-size: 0.7em; /* Global Content Font Size */
}

#col-left {
	float: left;
	width: 580px;
}
	
#col-right {
	float: right;
	width: 240px;
}
.members-right {
	padding-top: 40px;
}
	
.feature {
	height: 100px;
	background: #369;
}

/* Header
------------------------------------------------------------------*/

#header {
	background: #044386 url(../images/rope_top.gif) repeat-x bottom center;
	height: 87px;
	position: relative;
}

	#logo {
		position: absolute;
		top: 21px;
		left: -40px;
		z-index: 200;
	}
	
	#headerwrap {
		width: 820px;
		margin: auto;
		height: 87px;
		position: relative;
	}
	
	#headerright {
		 height: 86px;
		 background: url(../images/gradient.jpg) no-repeat top center;
	}
	
	#headerright img {
		position: absolute;
		right: 0;
		top: 73px;
	}

/* Navigation refer to horizontal_nav.css
------------------------------------------------------------------*/

#h-nav {
	display: block;
	background: url(../images/nav_bg.gif) repeat-x top right;
	margin: 12px auto 0 auto;
	width: 820px;
	height: 35px;
	overflow: hidden;
	z-index: 100;
}

/* Footer
------------------------------------------------------------------*/

#footer {
	clear: both;
	height: 89px;
	float: left;
	width: 100%;
	text-align: center;
	background: url(../images/rope_footer.gif) repeat-x 0 0;
	font-size: 0.65em;
	color: #0664C8;
	position: relative;
}

#clearfooter { width: 100%; height: 0px; line-height: 0px; font-size: 0px; clear: both; margin-bottom: -2px; } /* to clear footer */

#footer p#admin {
	margin: 0;
	position: absolute;
	color:#FFFFFF;
	top: 90px;
}

	#footerinner {
		margin: auto;
		width: 820px;
		padding: 12px 0;
	}
	
	#footerinner img {
		margin: 0 12px;
	}


	#footer a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}

/* Global Formatting
------------------------------------------------------------------*/

a img { border: none; }

a {
	color: #034486;
	text-decoration: none;
}

a:hover {
	color: #034486;
	text-decoration: underline;
}

p { margin: 0 0 1em 0; }

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
}

	ul ul, ol ol { margin-bottom: 0; }

h1 {
	margin: 0 0 0.5em 0;
	color: #EA4D54;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin: 0 0 0.5em 0;
	color: #034486;
	font-weight: bold;
	font-size: 1.2em;
}

#col-right h2 { background: url(../images/arrow1.gif) no-repeat center right; font: 1.6em Georgia, "Times New Roman", Times, serif; color: #EA4D54; }

	h2 a {
		color: #EA4D54;
		text-decoration: none;
	}
	
	h2 a:hover {
		color: #EA4D54;
		text-decoration: underline;
	}
	
h3, h4 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
}

.imgRight {	float: right; margin: 0 0 10px 20px; }
.imgLeft { float: left;	margin: 0 20px 10px 0; }

.clear { clear: both; }

.calendar { width: 170px; text-align: center; margin-left: 15px; color: #EA4D54; }
.calendar td a { font-weight: bold; padding: 0 3px; }
.calendar td a.event { background: #D6E8EC; padding: 2px; }

/* padding */

#col-left .padding { padding: 70px 20px 20px 30px; }
#col-right .padding { padding: 20px 30px 20px 20px; }

/* Messages */

div.message {
	width: 100%;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
	padding: 6px 0;
	text-align: center;
	line-height: 1.4em;
}
div.message.info { background: #B7EF46;	color: #333; }
div.message.error {	background: #f66; }

/* Home Page Specific
------------------------------------------------------------------*/

#col-left .padding.home-col-left {
	padding-top: 20px;
}

.home-col-right h3 {
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	color: #034486;
	margin: 0 0 0.5em 0;
}

p.date {
	margin: -5px 0 2px 0;
	color: #034486;
	font: 1em Georgia, "Times New Roman", Times, serif;
}

.home-col-right ul {
	padding: 0;
	margin: 0 0 1em 0;
}

.home-col-right ul li {
	list-style: none;
	margin-bottom: 3px;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
}

#home-welcome {
	width: 409px;
	height: 63px;
	background: url(../images/home_welcome.gif) no-repeat 0 0;
	text-indent: -9999px;
}

/* Forms
------------------------------------------------------------------*/

form { margin: 0; }
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
form fieldset {
	border: none;
}
form legend {
	padding: 0;
	margin-bottom: 1em;
	font-weight: bold;
	color: #666;
}
form label {
	line-height: 1.3em;
	float: left;
	display: inline;
}
form div.cr { /* checkbox radio */
	float: left;
	display: inline;
}
form p {
	clear: both;
	padding: 0 0 0 5px;
	margin: 0.5em 0 0.5em 0;
}
form option { padding-right: 4px; }
form textarea { width: 250px; }
form span {
	display: inline;
	padding: 2px 0 0 20px;
	font-style: italic;
	color: #999;
	font-weight: normal;
}
form div.cr label {
    float: none;
	padding: 0;
	line-height: 1.8em;
}
form div.cr input {
	margin: 0 3px -3px 0;
}
form ol {
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
	padding: 5px 5px 5px 0;
	clear: both;
	overflow: hidden;
}
.colwrap-right form ol li { margin: 0 0 0.35em 0; padding: 0; }
form div legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form div label {
	display: block;
	width: auto;
}
form .mandat { color: #f00; }
form .sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
form label { width: 145px; } /* Width of labels */

/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */

form li.form-error {
	background: #FFEBEB;
	border: 1px solid #f99;
	padding: 2px;
}
form div.form-error {
	color: #FF3232;
	font-weight: bold;
	margin-bottom: 8px;
}

/* Tables
------------------------------------------------------------------*/

table { margin: 0 0 1em; }
table, th, td { border: none; }
th, td { padding: 3px; }

/* sIFR
------------------------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash { visibility: visible !important; margin: 0; }
.sIFR-replaced { visibility: visible !important; }

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -1px;
	font-size: 21px;
	display: inline;
	line-height: 30px;
}

/* Members Area
-------------------------------------------------------------*/

div.member_details h2 {
    border-top: #ccc solid 1px;
    padding-top: 5px;
    color: #EA4D54;
}

div.member_details table {
    width: 100%;
}

div.member_details table th {
    color: #034486;
}
div.member_details table th, div.member_details table td {
    width: 16%;
}

/* News
-------------------------------------------------------------*/

div.news-pages{
	margin-bottom: 10px;
}

