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

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font: 90%/1.25 sans-serif;
}

/***** Layout *****/

div#container {
	margin: 0 auto;
	width: 756px;
}

div#header {
	width: 756px;
	height: 257px;
	margin: 0 auto;
	background: url(../images/bg_header.jpg) no-repeat center bottom;
}

#header h1 a {
	float: left;
	width: 214px;
	height: 143px;
	margin: 84px 0px 0px 61px;
	background: url(../images/smln_logo.gif) no-repeat;
	text-indent: -9999px;
	outline: none;
}
#header #head_links {
	float: right;
	height: 91px;
	width:168px;
	margin: 111px 18px 0px 0px;

}
#header p {
	display: inline;
}

#header p#events a {
	float: left;
	width: 70px;
	height: 91px;
	margin: 0;
	background: url(../images/events.gif) no-repeat;
	text-indent: -9999px;
	outline: none;
}


#header p#contact a {
	float: right;
	width: 90px;
	height: 91px;
	margin: 0;
	background: url(../images/contact.gif) no-repeat;
	text-indent: -9999px;
	outline: none;
}

#heading {
	width: 756px;
	overflow: auto;
	background: #000 url(../images/bg_heading.jpg) repeat-y;
}

#page_title {
	float: left;
	width: 400px;
	margin: 0px;
	padding:9px 0 8px 164px;
	font-size: 140%;
	color: #fff;
}
#page_date {
	float: right;
	width: 150px;
	height: 25px;
	margin-right: 15px;
	padding-top: 15px;
	font-size: 80%;
	text-align: center;
	color: #fff;
}

#content {
	background: #FFCD67 url(../images/bg_content.jpg) repeat-y;
	overflow: auto;
	width: 756px;
}

#main_menu {
	float: left;
	padding: 10px 0 0 40px;
	font-size: 80%;
}
#rightpanel {
	float: right;
	width:213px;
	margin-right: 15px;
	min-height: 640px;
	overflow: auto;
	background: #FFCD67 url(../images/bg_sidepanel.jpg) repeat-y right;
}
#pullquote {
	margin: 100px 75px 0px 0;
	color: #fff;
}
#pullquote_head {
	height: 23px;
	background: url(../images/pullquote_panel_top.png) no-repeat;	
}
#pullquote_body {
	background: url(../images/pullquote_panel_body.png) repeat-y;
}
#pullquote_body h3 {
	padding: 0 30px 0 20px;
	font-size: 100%;
}
#pullquote_body p {
	padding: 0 30px 0px 20px;
	font-size: 80%;
}
#pullquote_foot {
	height: 22px;
	background: url(../images/pullquote_panel_foot.png) no-repeat;
}
#page_content {
	padding: 20px 0 45px 0;
	margin: 0px 230px 0px 165px;
	font-family: "Times New Roman", Times, serif;
}



#footer {
	width: 756px;
	margin: 0 auto;
	min-height: 75px;
	background: #fff url(../images/bg_footer.jpg) repeat-x;
}

#contact_foot {
	float:left;
	margin:5px 0 0 40px;
	width:500px;
	font-size: 65%;
	color:#fff;
}
#contact_foot p {

}

#footer #foot_links {
	float: right;
	margin-right: 20px;

}

#footer p {
	display: inline;
}
#footer p#top a {
	float: left;
	width: 84px;
	height: 75px;
	background: url(../images/top.gif) no-repeat;
	text-indent: -9999px;
	outline: none;
}


#footer p#home a {
	float: right;
	width: 68px;
	height: 75px;
	background: url(../images/home.gif) no-repeat;
	text-indent: -9999px;
	outline: none;
}





/***** Main Navigation *****/

#main_menu ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	font-style: italic;
	font-family: sans-serif;
	width: 101px; /* Width of Menu Items */
	border:0px;
	}

#main_menu ul li {
	position: relative;
	}
	
#main_menu li ul {
	position: absolute;
	left: 100px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/***** Styles for Menu Items *****/

#main_menu ul li a {
	display: block;
	text-decoration: none;
	color: #981B1E;
	background: #FFCD67; /* IE6 Bug */
	padding: 8px;
	border: 0px;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#main_menu ul li a:hover { color: #FFF; background: #000; } /* Hover Styles */
		
#main_menu li ul li a { padding: 2px 3px; } /* Sub Menu Styles */
		
#main_menu li:hover ul, li.over ul { display: block; } /* The magic */

#main_menu ul.sub { border: 1px solid black; margin-left:1px; }

/****** SubNavigation ********/

#page_content ul.submenu {
	
}

#page_content ul.submenu li {
	
}
#page_content ul.submenu li a {
	
}



/*
page_content styles
======================================= */

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

p, ul, ol {
	margin: 0;
	padding: 0 0 1.25em 0;
}

ul, ol {
	padding: 0 0 1.25em 1.5em;
}
ul li {
	padding: 0px 0;
}

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

small {
	font-size: 0.85em;
}

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;
}

hr {
	border:1px solid black;
	}

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

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

h1 {
	padding: 30px 0 25px 0;
	letter-spacing: -1px;
	font-size: 2em;
}

h2 {
	padding: 20px 0;
	letter-spacing: -1px;
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
}

/***** paragraphs *****/

p.note {

}


/***** tables & lists *****/

table {

}
table td {

}
table.content {

}
table.content h4 {

}
table.content td.highlight1 {

}
table.content td.highlight2 {
	font-size: 14px;
	font-weight: bold;
	width:50%;
}
ul.horizon {

}
ul.contact {
	padding: 10px 0 10px 0;
	margin: 0px;

	list-style-type: none;
}
ul.contact li {
	padding: 0px;
	margin: 0px;
}
ul.contact li.title {
	font-weight: bold;
}
ul.contact li.infos {

}

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

a,
a:link,
a:visited,
a:hover {
	text-decoration: underline;
}

#page_content a {
	text-decoration: none;
	color: #981b1e;
}
#page_content a:hover {
	text-decoration: none;
	color: #000;
}
/***** Forms *****/

table.form {

}

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

input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}

textarea {
	width: 100%;
	line-height: 1.25;
}

label {
	cursor: pointer;
}



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

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

}

table tr td {
	padding: 2px;
	vertical-align: top;
}

/***** Wrapper *****/

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

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

.softRule { 
	margin: 20px 0;
	border-bottom: 1px solid #cb6828;

}
.hardRule {
	margin: 20px 0;
	border-bottom: 1px solid #000;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

.top_space {
	margin-top:200px;
}
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	border-bottom: 1px solid;
}

.highlight {
	background: #ffc;
}

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

.img-left {
	float: left;
	margin: 4px 10px 4px 0;
}

.img-right {
	float: right;
	margin: 4px 0 4px 10px;
}

.nopadding {
	padding: 0;
}

.noindent {
	margin-left: 0;
	padding-left: 0;
}

.nobullet {
	list-style: none;
	list-style-image: none;
}



/* NALD ACKNOWLEDGEMENT PLUS LOGO */

#designedbynald {margin-left:150px; margin-right:0px; margin-top: 50px; margin-bottom: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000; text-align: center;}
#designedbynald a:hover {background-color: #ffffff; text-decoration: none; color: none;}

/* END NALD ACKNOWLEDGEMENT PLUS LOGO */


