/*Interiors By Monique, created by Stacey Collins - Sugar Webs*/
/*Home Page Styles*/
/*<link rel="stylesheet" title="new" href="main.css" type="text/css">*/
/*<style type="text/css">*/

/* ###### UNDO STYLINGS IN ALL BROWSERS ###### */

a:link,a:visited { text-decoration:none; }

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,body,html,p,blockquote,fieldset,input, dl, dd, dt
{ margin:0; padding:0; }

a img,:link img,:visited img { border:none; }

/* ######  End Undo Stylings ###### */


/******* structure and layout *******/
body{
	font-family:arial,helvetica,sans-serif;
	text-align:justify;
	background:#000000;
}
* html body{/* hide ie/mac \*/text-align:center;/* end hide */} /*IE HACK TO CENTER DESIGN*/

#wrapper{
	width:770px;
	margin:5px auto 10px auto;
	border-width:1px 2px 2px 1px;
	border-color:#333333;
	border-style:solid;
}
* html div#wrapper{/* hide ie/mac \*/margin: 0 auto;/* end hide */}/*IE6 HACK TO CENTER DESIGN*/

#header{
	color:#000000;
	background:url(../img/ibmheader.jpg) no-repeat top left #000000;
	width:770px;
	height:145px;
}
#header h1{
	display:none;
	visibility:hidden;
}
#nav{
	color:#FFFFFF;
	background:#660000;
	border:1px solid #590000;
	padding:2px 0px 2px 0px;
	text-align:center;
}

#nav a{
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	background:transparent;
	text-decoration:none;
	border-right:1px solid #590000;
	padding:2px 12px 2px 12px;
}
#nav a:link, #nav a:visited{
	color:#FFFFFF;
	background:#660000;
	padding:2px 12px 2px 12px;
}
#nav a:hover, #nav a:active, #nav a:focus{
	color:#F0EADA;
	background:#993333;
	padding:2px 12px 2px 12px;
}
#nav a#last{
	border:none;
}

/* ******CONTENT STYLES****** */
#content{
	background:#FFFFFF;
	color:#000000;;
	float:left;
	clear:both;
	border-bottom:3px solid #660000;
	font-size:.9em;
	padding-bottom:10px;
}
.nopad{padding-bottom:0;}

#content a:link, #content a:visited{
	color:#660000;
	text-decoration:underline;
	background:transparent;
}
#content a:hover, #content a:active, #content a:focus{
	color:#333333;
	text-decoration:none;
	background:transparent;
}
#content h1{
	background:inherit;
	color:#660000;
	margin:10px 20px 0px 20px;
}

#content h2{
	margin:10px 20px 0px 20px;
	border-bottom:1px solid #660000;
}
#content h3{
	margin:10px 20px 10px 20px;
	font-size:1em;
}
.quote{
	background:#FFFFCC;
	font-style:italic;
	color:#993333;
	padding:5px;
	text-align:center;
	margin:10px 60px 10px 60px;
	font-weight:bold;
}

#left{
	background:#660000;
	color:#FFFFFF;
	float:left;
	clear:none;
	width:300px;
 	border-right:1px solid #333333;
}
#content ul.square li{
	text-align:left;
	line-height:1.5em;
	list-style-type:square;
}
#content ul.square{
	margin-left:20px;
	padding-left:19px;
}
#right{
	background:#FFFFFF;
	color:#000000;
	width:450px;
	float:left;
	padding-left:19px;
}

#right h1{ 
	display:none;
}
#left h2{
	margin:5px 10px 5px 10px;
	font-size:1em;
}
#right ul li, #left ul li{
	text-align:center;
	line-height:1.5em;
}
#right ol li{
	list-style-type:decimal;
	text-align:left;
	line-height:1.5em;
	font-size:.8em;
}

#right ol{
	margin-left:20px;
	padding-left:19px;
}

#left ul li a:link, #left ul li a:visited{
	color:#FFFFFF;
	background:#660000;
	text-decoration:none;
}
#left ul li a:hover, #left ul li a:active, #left ul li a:focus{
	color:#F0EADA;
	background:#660000;
	text-decoration:none;
}
p{
	margin:10px 20px 5px 20px;
	line-height:1.5em;
	text-align:justify;
}
.redBack{
	background:#660000;
	color:#FFFFFF;
	font-style:italic;
	padding:10px 0px 10px 0px;
}
/* ******FOOTER STYLES****** */
#footer{
	width:100%;
	font-size:.8em;
	text-align:center;
	padding:0px 0px 10px 0px;
	clear:both;
}
#footer img{
	margin:10px;
}
#footer #links{
	border-top:5px solid #000000;
	background:#FFFFFF;
	color:#000000;
}

#footerNav{
	color:#FFFFFF;
	background:#000000;
	margin:5px 0px 10px 0px;
	padding:2px 0px 2px 0px;
	border-top:1px solid #660000;
	border-bottom:1px solid #660000;
}
#footerNav a{
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	background:000000;
	text-decoration:none;
	padding:2px 12px 2px 12px;
}
#footerNav a:link, #footerNav a:visited{
	color:#FFFFFF;
	background:#000000;
	padding:2px 12px 2px 12px;
}
#footerNav a:hover, #footerNav a:active, #nav a:focus{
	color:#F0EADA;
	background:#993333;
	padding:2px 12px 2px 12px;
}
#contactBar{
	background:#660000;
	color:#FFFFFF;
	font-weight:bold;
	padding:10px 0px 10px 0px;
}
#contactBar a:link, #contactBar a:visited{
	color:#FFFFFF;
	text-decoration:underline;
	background:#660000;
}

#contactBar a:hover, #contactBar a:active, #contactBar a:focus{
	text-decoration:none;
}

#copy{
	margin:5px 0px;
	font-size:.75em;
	color:#FFFFFF;
	background:#000000;
}
/* ******FORM STYLES****** */
fieldset{background:#FFFFFF;color:#000000;border:none;margin:5px 20px 5px 20px;padding:10px 0px 10px 0px;}
legend{font-size:.8em;color:#000000;background:#FFFFFF;padding:2px 15px 2px 5px;}
.asterisk{font-weight:bold;color:#CC0000;}

/* ******SEMINAR TABLE STYLES****** */
table#seminars th#date{border-bottom:1px solid #000000;font-weight:bold;font-size:1em;}
table#seminars th{padding:2px;background:#660000;color:#FFFFFF;}
table#seminars td#title{font-style:italic;font-weight:bold;}
table#seminars td{background:#EFEFEF;color:#000000;font-size:.8em;}

/* ******GALLERY STYLES****** */
.afttitle,.beftitle{font-size:1.2em;font-weight:bold;}

/* ******MISC STYLES****** */
.right{text-align:right;}
.center{text-align:center;}
.clear{clear:both;}

a#login{background:#000000;color:#666666;text-decoration:none;}
