/* *************************** 
  Site - ALSTONVILLE PLATEAU
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
    font-size:75%;
    font-family:Arial, Helvetica, sans-serif;
	background:#eee0c7 url(../images/bg_body.png) top repeat-x;
}
#container {
	width:920px;
	margin:8px auto 0 auto;
	padding-bottom:10px;
	text-align:left;
	
}


/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	background:#fff;
}
#header ul {
	width:920px;
	height:61px;
	background:url(../images/bg_menu.png) no-repeat;
	padding:15px 0 0 10px;
	width/**/:/**/ 910px;
	height/**/:/**/ 46px;
}
#header li {
	float:left;
	height:46px;
	padding:12px 14px 0 14px;
	height/**/:/**/ 34px;
	background:url(../images/bg_menu_li.png) no-repeat;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#header li.first {
	background:none;
}
#header li a {
	color:#961d1c;
}
#header li a:hover {
	color:#949292;
	text-decoration:none;
}
#banner {
	padding-left:3px;
}

/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:920px;
	padding:0 70px 10px 30px;
	width/**/:/**/ 820px;
	overflow:hidden;
	background:#fff;
}
#maincontent {
	width:480px;
	float:left;
}
#maincontent2 {
	width:900px;
	float:left;
}
.maincontent2  {
	margin-bottom:30px;
	font-size:20px;
	color:#961d1d;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#maincontent h1 {
	margin-bottom:30px;
	font-size:20px;
	color:#961d1d;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#maincontent p {
	margin-bottom:20px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:18px;
}

#smallfont {
	margin-bottom:20px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:18px;
}

.subheading {
font-family:Arial, Helvetica, sans-serif;
	color: #961D1D;
	font-size:14px;
}



/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar {
	width:230px;
	float:right;
	padding-top:40px;
}



/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	height:45px;
	padding:13px 20px 0 0;
	height/**/:/**/ 32px;
	background:url(../images/bg_footer.gif) no-repeat;
	text-align:right;
	color:#777;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#footer img {
	vertical-align:middle;
	margin-left:10px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	/* *************************** 
   FireFox Dotted Border fix
   ***************************/
   a:active
{
outline: none;
 
}
 
a:focus
{
-moz-outline-style: none;
}
 
 
/* Links --a:active and a:focus remove the dotted line from image boarder!*/
 
a:active
{
outline: none;
 
}
 
a:focus
{
-moz-outline-style: none;
}
 
.nav .select a:hover, 
.nav .select li:hover a {
background: url(../images/pro_line_1.gif); 
padding:0 0 0 15px; 
cursor:pointer; 
color:#fff;
}.sfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

