@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background: #b9b9b9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	outline:none;
	color: #666666;
}

img, fieldset
{
	border: none;
	margin: 0; 
	padding: 0;
	outline:none;
}

h1 {
	color:#4a4a4a;
	font-size: 16px;
}

h2 {
	color:#5a5a5a;
	font-size: 14px;	
}

h3 {
	color:#5a5a5a;
	font-size: 13px;	
}

h4 {
	color:#5f5f5f;
	font-size: 12px;
	font-style:italic;
	font-weight:normal;
}

ul, ol, li
{
	list-style: none;
	list-style-image: none;
}

a {
	outline:none;
	color:#358e35
}

a:link:hover, a:visited:hover {
	outline:none;
	color:#a01700;
}
a:link, a:visited {
	outline:none;
}


.gariff_main #container {
	width: 1004px;
	margin: 20px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: none;
	background-image: url(../images/backgrounds/body_dropshadow.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.gariff_main #dark_container {
	width: 1004px;
	margin: 20px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: none;
	background-image: url(../images/backgrounds/footer_dropshadow.png);
	background-repeat: repeat-y;
	background-position: left top;
}


.center_it {
	width:100%;
	background-color:#Ff0000;
	margin: 0 auto;
	text-align: center;
}


.gariff_main #header {
	height:60px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. *//*	background-image: url(../images/logo/headerBack.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
}
.gariff_main #header h1 {
	margin: 0;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.gariff_main #content_area {
width:1004px;
}


#header_image_space {
	margin:0px;
	padding:0px;
	outline:none;
	border:none;
	
	background-color:#fF0000;
}

.gariff_main #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:0px;;
	padding:0px;
}
.gariff_main #sidebar_top {
	width: 240px;
	height: 168px;
	padding:inherit;
	background-image: url(../images/backgrounds/nav_pane_top2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.gariff_main #sidebar_main {
	width: 240px;
	height: 700px;
	padding:inherit;
	background-image: url(../images/backgrounds/nav_pane.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.gariff_main #sidebar_cont {
	margin-left: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #5a5a5a;
}

.gariff_main #side_box{
	background-color:#f4f4f4;
	padding-top: 6px;
	padding-bottom: 6px;
}

.gariff_main #mainContent {
margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.gariff_main #footer {
	color:#f4f4f4;
	background-image: url(../images/backgrounds/footer_dropshadow.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.gariff_main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 25px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#logo {
	width: 235px;
	height: 114px;
	display: block;
	border: 0;
	background-image: url(../images/logo/gariffLogoSmall.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 0px;
}


/* FOOTER */


.gariff_main #footer a
{
	text-decoration: none;
	color: #f4f4f4;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	outline:none;
}

.gariff_main #footer a:hover
{
	text-decoration: none;
	color: #358e35;
	border-bottom: 1px solid #000;
	outline:none;
}

.gariff_main #footer li
{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background: url(../images/backgrounds/nav_seperator.jpg) left bottom no-repeat;
}

.gariff_main #footer li #home
{
	background: 0;
}

.gariff_main #footer li #contactme
{
	padding-right: 0;
}

/* Shadow at bottom of image*/

#form_bottom
{
	display:block;
	height:47px;
	margin:0 auto;
	width:650px;

}
/* END of globalsize.css*/

.home_swf_wrapper {
	text-align: center;
	height: 800px;
	width: 100%;
	padding-top: 50px;
}
