/* MAIN STYLES */
body { 
	
	background:#ffffff url(../images/bg.jpg); background-repeat: repeat-x;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


body.popup {
	background-color:#ffffff;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
 
form {margin:0;}

.alert{color:#b52322; font-weight:bold;}
	
a {color: #550f1b}	
a:hover {color: #a29093}	
a:visited {color: #a29093} 
 
/* 
A:link IMG { border: 1px solid #000 }
A:active IMG { border: 1px solid #000 }
A:visited IMG { border: 1px solid #000 }
A:hover IMG { border: 1px solid #000 }
 */ 
  
#pagelayout{
	width: 100%;
	z-index:0;
	
} 
#pagelayout #topbar{
	float:right;
	color: #fff;
	width:100%;
	margin: 0 auto;
	height:32px;
} 
#pagelayout #topbar .login{
	width: 950px;
	margin: 0 auto;
	text-align:right;
	padding:3px;
	font-weight:bold;
} 
 
  
#main{
	width: 950px;
	margin: 0 auto;
	z-index:0;
	
}

#topSection{
	width: 100%;
	margin: 0 auto;	
	color: #000000;
}



#navbar {
	clear: both;
	margin:0;
	padding:0;
	width:950px;
	height: 55px;
	float:left;
	
}
#navbar li {
	display:inline;
	padding:0;
	margin:0;
}
#navbar a:link,
#navbar a:visited {
	color: #b52322;
	float:left;
	width:14%;
	border-right:1px solid #dfdfdf;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:2px;
	#padding-top:14px;
	_padding-top:14px;
}
#navbar a:hover {
	color:#000;
}




#content-holder {
	padding:5px;
	background:#ffffff;
	overflow:hidden;
	min-height:500px;
	}

#content-left {
   float:left;
	width:200px;
	padding:5px;
	background:#ffffff;
	}

#content-center {
   float:left;
   width:710px;
   margin-left:5px;
}

h1 {
	font-family:Georgia,"Times New Roman",Times,serif;
  	font-size:20px;
	font-weight:bold;
	font-style:italic;
	color:#b8372d;
	margin-bottom:8px;	
	margin-top:0px;	
	padding-bottom: 4px;
	text-transform:uppercase;
}


.copy {
	padding:10px;
	color:#000000;
	clear:both;
    overflow:hidden;
	margin-bottom:8px;	
}
}
.copy h1 {
	font-family:Georgia,"Times New Roman",Times,serif;
  	font-size:20px;
	font-weight:normal;
	font-style:italic;
	color:#b8372d;
	margin-bottom:8px;	
	margin-top:15px;	
	padding-bottom: 4px;
}
h2 {
	color:#000;
	margin:15px 0 0px 0;
	font-size:14px;
	text-transform:capitalize;
}
.copy h3 {
	margin:10px 0 5px 0;
	font-size:12px;
}
.copy h4 {
	margin:10px 0 5px 0;
	font-size:11px;
}
.copy h1 a:hover {
    text-decoration: none;
	color:#ffCC00;
}
.copy p{
	margin:5px 0 10px 0;
}
.copy ul{
	margin:5px 0 10px 50px;
	padding:0;
	list-style:url(../images/red_bullet.jpg) outside;
}
.copy li{
	
	margin-top:10px;
	
}
.copy img {
	border:none;
}

.mod-header {
	background-color:#b52322;
	padding:10px;
	margin:0;
	color:#fff;
	border-bottom:1px solid grey;
	font-weight:bold;
}

/* Side Navbar Styles //////////////////////////////////////////////*/
.info-nav ul {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #808080;
	}
	
.info-nav ul li {
	margin:0;
	padding:0;
	border-bottom:1px solid white;
	background-color:#ece9d8;
	text-transform:uppercase;
	}


.info-nav ul li a,
.info-nav ul li a:link,
.info-nav ul li a:visited {
	display:block;
	padding:8px 10px 8px 21px;
	background:url(../images/bullet.gif) 8px 50% no-repeat;
	text-decoration:none;
	font-size:11px;
	color:#000000;
	position:relative;
	}

	
.info-nav ul li a:hover {
	color:#000000;
	background-color: #CDD2C2;
	}

.info-nav div#login{
	padding:5px;
	background:#ece9d8;	
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
}

#footer {
	font-size: 11px;
	color: #ffffff;
	width:100%;
	background:url(../images/footer_bg.jpg); background-repeat: repeat;
	border-top:4px solid #9c8d8f;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footercontent {
	width:950px;
	margin: 0 auto;
	text-align:center;
}

#footer a
{
	text-decoration: underline;
	color: #ffffff;
}
#footer a:hover
{
	text-decoration: underline;
	color: #ece9d8;
}


#footer a {
	
	color: #ffffff;
}







/*input, select {margin-bottom:8px;}*/
	

input:focus, input.sffocus, textarea:focus, textarea.sffocus, select:focus, select.sffocus{
	background-color: #f8f7e7;
	border-color: #000;
}	

	




.clearfix:after {content: "."; height:0; visibility: hidden; display: block; clear: both; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%; display: block; }
/* End hide from IE-mac */



#menu {
    float:left;
	width:165px;
	height:auto;
	padding:14px 14px 0 0;
	color:#9A9A9A;
}
#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu li {
	padding:2px 0;
	margin:1px 0;
	line-height:12px;
	_height: 0em; /* fix for IE height bug */
}
#menu li a:link,
#menu li a:visited {
	padding:2px 14px;
	display:block;
	color:#999;
	text-decoration:none;
	_height:0em;
}
#menu li a:hover {
	color:#cc8800;
	background:url(../images/menu_highlight.gif) 0 50% no-repeat;
    font-weight:normal;
}
#menu li.selected a:link,
#menu li.selected a:visited {
	color:#013668;
	background:url(../images/menu_hover.gif) 0 50% no-repeat;
}
#menu li.has-submenu a:link,
#menu li.has-submenu a:visited {
    font-weight:bold;
}
