/* *************************** 
  Site - GR GILL HOLDINGS
  ---------------------------
  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:#304659;
	text-decoration:none;
}
a:hover {
	color:#304659;
	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:#dce0e4;
}
#container {
	width:812px;
    padding:0 6px 15px 6px;
    width/**/:/**/ 800px;
    margin:0 auto;
    text-align:left;
    background:#FFFFFF;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	height:99px;
    background:url(../images/bg_header.png) repeat-x;
    text-align:center;
    padding-top: 25px;
    height/**/:/**/ 74px;
}
#header h1 {
	width:321px;
    height:45px;
    background:url(../images/logo.jpg) no-repeat;
    text-indent:-9999px;
    margin:0 auto;
}


/* *************************** 
   $4 Content Styles
   ***************************/
#content {
}
#featured {
	background:#b0c2d3;
    width:100%;
    overflow:hidden;
    border-bottom:6px solid #dce0e4;
}
#featured img {
	float:right;
}
#featured h2 {
	font-size:17px;
    color:#304659;
    margin:25px 0 20px 12px;
}
#featured p {
	color:#304659;
    line-height:30px;
    margin-left:12px;
    font-size:14px;
}
#maincontent {
	padding:12px;
}
#maincontent h3 {
	font-size:22px;
    color:#7da7d9;
    margin-bottom:20px;
}
#maincontent p {
	font-size:12px;
    color:#000000;
    margin-bottom:20px;
    line-height:15px;
}
.img_right {
	float:right;
    margin-left:10px;
}

/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar {
}



/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	background:#404f74;
    text-align:center;
    color:#FFFFFF;
    font-size:10px;
    padding:4px;
    border-bottom:4px solid #dce0e4;
}