/* CSS Document */

/* hack for min-height */

#Body{ height: 500px}
#Container>content { height: auto; min-height:500px} 

/*general stuff */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	}

h1 {
	font-size:1.25em;
	color:#000000;
	font-weight:bold;
	}

#Container {
	margin: 0 auto;
	width:760px;
	background:#FFFFFF;
	}

/*header stuff*/

/*this hack is for ie6 because theres a 3px line between the header and the menu*/

#Header {
	margin: 0 auto;
	width:760px;
	height:117px;
	background:#FFFFFF;
	}

#Header img {
	margin-bottom:-3px;
	}

html>body #Header img{
	margin-bottom:-3px;
	}

/*midheader stuff*/

#MidHeader {
	width:760px;
	height:330px;
	background:#FFFFFF;
	text-align:center;
	}

/*this hack is for ie6 because theres a 3px line between the midheader and the menu*/

#MidHeader img {
	margin-bottom:-3px;
	}

html>body #MidHeader img{
	margin-bottom:-3px;
	}
	
/*menubar stuff*/

#Menu {
	margin: 0 auto;
	width:740px;
	height:60px;
	background:url(images/top_menu_bg.jpg) repeat-x;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	text-align:right;
	}
	
#Menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:1.25em;
	font-weight:bold;

	}
	
#Menu a:hover {
	color:#000000;
	background:#FFFFFF;
	}
	
#SubMenu {
	background:url(images/top_menu_bg.jpg) repeat-x;
	height:25px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	text-align:right;
	}
	
#SubMenu a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding:3px;
	}
	
#SubMenu a:hover{
	color:#000000;
	background:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
	

/*container stuff*/

#Body {
	margin: 0 auto;
	width:auto;
	min-height:500px;
	height:auto;
	background:#FFFFFF;
	overflow:auto;
	}

#Body a{
	color:#000000;
	}

#Body a:hover {
	color:#6a6a6a;
	}

.LeftAlignedPic {
	padding-right:10px;
	padding-bottom:10px;
	}

#PictureTestimonial {
	width:500px;
	background:#ffffff;
	}

 
#ContentSingleColumn {
	width:730px;
	padding:5px 10px 10px 20px;
	background:#FFFFFF;
	overflow: hidden;
	}
	
#CreditSingleColumn {
	width:760px;
	padding:5px 0px 10px 0px;
	background:#FFFFFF;
	}	


#HomeContent {
	width:720px;
	height:350px;
	padding:10px 0;
	}


#Content {
	float:right;
	width:560px;
	padding:5px 10px 10px 10px;
	background:#FFFFFF;
	}

#SideMenu {
	float:left;
	width:150px;
	padding:20px 10px 10px 20px;
	background:#FFFFFF;
	}
	
#SideMenu a {
	color:#000000;
	text-decoration:none;
	line-height:25px;
	}
	
#SideMenu a:hover {
	color:#000000;
	text-decoration:underline;
	}

/* fedex stuff */

#fedEx {
	text-align: center;
}
#fedExPlane {
	float:left;
}
#fedExLogo {
	padding-top: 20px;
}
#fedExTruck {
	float: right;
}
#clear {
	clear:both;
}

/*admin stuff*/
#AdminMenu {
	margin: 0 auto;
	width:740px;
	text-align:right;
	background:#202020;
	height:18px;
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
	}
#AdminMenu a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:.75em;
	font-weight:bold;
	}

#AdminMenu a:hover {
	color:#6a6a6a;
	text-decoration:none;
	}


/*footer stuff*/

#Footer {
	margin: 0 auto;
	width:740px;
	padding:5px 10px 5px 10px;
	font-size:.75em;
	text-align:center;
	color:#000000;
	background:#FFFFFF;
	}

#Footer a {
	color:#000000;
	text-decoration:none;
	}

#Footer a:hover {
	color:#000000;
	text-decoration:underline;
	}

/*random stuff*/
.floatImage {
	margin-right: 50px;
}
.rightFloat {
	float: right;
	width: 314px;
}
	