@import 'calendar.css';
@import 'sidebar.css';
@import 'star_rating.css';
@import 'menu.css';
@import 'vendors.css';
@import 'articles.css';
@import 'forms.css';
@import 'events.css';
@import 'popupwindow.css';
@import 'alert.css';

html {
    height: 100%;
    }

body { 
    font-family:  "Lucida Grande", "Segoe UI", "Myriad Web", "Lucida Grande", Helvetica, Arial, Verdana, Sans-serif;
	font-size: 10px;
	padding: 0;
	margin: 0;
	background: #fff url("/site_media/images/bodybg2.gif") repeat-x;
}

#container {
    padding: 0px;
    width: 960px;
	margin-top: 0px;
	margin-left: 80px;
	margin-right: auto;
	margin-bottom: 0px;
}  

#topmenu {
	height:  27px;
	text-align:  right;
	font-size: 1.0em;
	line-height: 23px;
}

#topmenu a {
	color:  #fff;
	font-weight:  normal;
	overflow: hidden;
	margin-left: 10px;
	font-family:  "Lucida Grande", "Segoe UI", sans-serif;
}

#header {
	height:  97px;

	padding-right: 0px;
	text-align: center;
	margin: 0px;
	color: #fff;
}

#header img {
	margin-top:  5px;
	margin-left:  -8px;
}

#header a {
	color:  #fff;
	border-bottom:  none;
	text-decoration:  underline;
	font-weight:  bold;
	font-family:  "Segoe UI", sans-serif;
}


#bar {
	height: 18px;
	margin-bottom: 0px;
	padding-bottom: 8px;

	text-align: center;
	width:  100%;
}
#topbar {
	height:  165px;
	text-align: center;
}
#topbar a {

}

#userbar {
	color:  #fff;
	margin-left: 20px;
}

#userbar a {
	margin-left:  0px;
	color:  #ccc;
}

#body {
	vertical-align:  top;
	margin-top: 20px;
	padding-left:  20px;
	padding-right:  20px;
	padding-bottom:  15px;
	padding-top: 30px;
	float:  left;
	width: 720px;
	font-size:  1.2em;
	min-width: 720px;
}
	#body h1 {
		/*margin-left: -20px;*/
	}
	#body .body img {
		margin:  10px;
	}
	#body ul {
		margin-left: 0px;
		padding-left: 0px;
	}
	#body ul li {
		/*list-style:  none;*/
	}
	#body img {
		margin: 10px;
	}
	
#footer {
    background: #721A1A url("/site_media/images/footerbg.jpg") top repeat-x;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 5px;      
    text-align: center; 
    color: #fff;    
    font-size: 1.0em; 
	line-height: 180%;
	height: 150px ;
	margin-top:  20px;
	margin-bottom: 0px;
}

.spacer {
    clear: both;
}

#textblock p+p {
  text-indent: 1.5em;
  margin-top: .25em;
  margin-left: 1em;
  margin-right: 1em; 
}    



/* HEADERS */
h1,h2,h3,h4 {
	font-weight: bold;
	color: #721A1A;
	margin-top: 1em;
}

h1 {
	font-size: 2em; 
}

h2 { 
	font-size: 1.5em;
	margin-bottom: 1em;
}

h3 { 
	font-weight: bold;
	font-size: 1.2em; line-height: 1.0em; 
}

h4 {
	margin-bottom:  -10px;
}

.orange { color: #F7A71B; }
.green { color: #3A9D31; }
.blue {  color: #3A329D; }

/* LINKS */                

a:link, a:active, a:visited {
	color: #721A1A;
	text-decoration: underline;
	font-weight:  bold;
} 

a:hover {
}

img {
	border: 0;
	background: none; padding: 0px;
	
}  
 
ul.nobullets li {
	list-style:  none;
	margin-bottom:  5px;
	padding-left:  15px;
}

ul.newsletters li {
	list-style:  none;	
}

ul.newsletters li img {
	margin-right:  15px;
	float:  left;
}

ul.accountsettings li {
	font-size:  13px;
	line-height:  120%;
	padding-left: 20px;
	list-style: none;
}

table.regform td {
	font-size: 10px;
	padding-bottom: 10px;
	width: 33%;
}

table.regform {
	border: 1px solid #aaa;
	width: 550px;
}

table.regform span.error {
	color: #cc0000;
	font-size: 9px;
}