/***** Standard Styles ***/

body {
	font-family: tahoma, arial, helvetica, verdana;
	font-size: 14px;
	color: #000000;
	background-color: #14355e;
	background-image: url(images/PageBackground.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
}

p{
	font-family: tahoma, arial, helvetica, verdana;
	font-size: 14px;
	color: #000000;
	font-weight: 100;
	line-height: 130%;
}

td{
	font-family: tahoma, arial, helvetica, verdana;
	font-size: 14px;
	font-weight: 100;
	color: #000000;
}

h1{
	font-family: tahoma, arial, helvetica, verdana;
	font-size: 20px;
	margin-bottom: 0px;
	color: #f97c50;
	font-weight: normal;
}

h2{
	font-family: tahoma, arial, helvetica, verdana;
	font-size: 18px;
	color: #f97c50;
	font-weight: normal;
}

h3{
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	color: #f97c50;
	font-weight: normal;
}

a{
	color: #029ed7;
	text-decoration: underline;
}

a:visited{
	color: #029ed7;
	text-decoration: underline;
}

a:hover{
	color: #56d2ff;
	text-decoration: underline;
}

/**** Body Styles ****/
#background{
	background-image: none;
}

#main {
	width: 860px;	
	margin: 0px 0px 0px 0px;
}

#main .top{
	position: relative;
	left: 0px;
	background-image: url(images/MainBackground.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 860px;
}

#banner {
	position: relative;
	top: 0px;
	left: 0px;
	height: 250px;
}

#banner ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

#banner li {	
}

#banner .logoImg {
	margin: 0px 0px 11px 0px
}

#content {
	width: 860px;
	margin: 16px 0px 0px 0px;
}

#content .mainRepeater{
	background-image: url(images/MainRepeaterRG.gif);
	background-repeat: repeat-y;
	background-position: top left;	
}

.mainCell {
	width: 660px;
	padding: 0px 43px 20px 43px;	
	background-repeat: no-repeat;
	background-position: top left;
}
	#mainCellBack1{background-image: url(images/MainContentBack-01.jpg);}
	#mainCellBack2{background-image: url(images/MainContentBack-02.jpg);}
	#mainCellBack3{background-image: url(images/MainContentBack-03.jpg);}

#home img{
}

.photoCell{
	display: block;
	height: 150px;
	border: 1px solid #000000;
	margin: 0px 0px 10px 0px;
}

.photoCell img{
	border: 0px solid #000000;
	margin-right: 20px;
	float: left;
}

.rightGutter{
	padding-top: 6px;
}

.rightGutterCell{
	padding: 10px 10px 10px 10px;
}

/***** SEO Styles ****/
#seo{
	width: 100%;
	position: absolute;
	z-index: 4;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	color: #a4c9d6;
}

#seo .bound{
	width: 860px;
	display: block;		
}

#seo .homeLink{
	width: 100%;
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;	
}

#seo .headerText{
	display: block;
	float: right;
}

#seo a{
	color: #a4c9d6;
	text-decoration: none;	
}

#seo a:hover{
	color: #a4c9d6;
	text-decoration: underline;	
}

#title {
	padding: 0px 0px 12px 0px;
}

#title .heading1{
	font-family: tahoma, arial, helvetica, verdana;
	font-size: 14px;
	color: #f97c50;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	line-height: 130%;
}

#title .heading2{
	font-family: tahoma, arial, helvetica, verdana;
	font-size: 22px;
	color: #14355e;
}

/**** Page Height Styles (if needed) ****/

#home{
	min-height: 350px;	
}

#changethis{
	min-height: 500px;
}



/***** Menu Styles ****/
#menu {
	margin-top: 0px;
	display: block;
	background-image: url(images/MenuBack.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 48px;	
}

.menuanchorclass{
	display: block;
	margin: 0;
	padding: 0;
	float: left;	
}

.menuanchorclass img{
	display: block;
	margin: 0;
	padding: 0;	
}

.menunoanchorclass{
	display: block;
	margin: 0;
	padding: 0;
	float: left;	
}

.menunoanchorclass img{
	display: block;
	margin: 0;
	padding: 0;	
}

	#menuHome			{margin: 0px 0px 0px 83px;}
	#menuAbout			{margin: 0px 0px 0px 4px;}
	#menuWebDesign		{margin: 0px 0px 0px 5px;}
	#menuContracting	{margin: 0px 0px 0px 5px;}
	#menuTestimonials	{margin: 0px 0px 0px 8px;}
	#menuContact		{margin: 0px 0px 0px 7px;}

#menu a {
	text-decoration: none;	
}

#menu a:hover {
	text-decoration: none;	
}

#menu .subHover {
	background-color: #f9a750;
	color: #000000;
}

#menu .subHover:hover {
	background-color: #f8ca99;
	color: #000000;
}

/***** Footer Styles ****/
#footer{
	margin: 0px;
}

.footerCell{
	display: block;
	color: #ffffff;	
	padding: 20px 0px 8px 0px;
}

#footer a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;	
}

#footer a:hover{
	font-size: 12px;
	text-decoration: underline;
	color: #ffffff;	
}

#footer .copyright {
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	padding: 12px 0px 12px 0px;	
}

#footer .emailLink{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#footer .emailLink:hover{
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;	
	font-weight: normal;
}

#footer ul{
	margin-top: 0px;
	padding: 0px;	
	list-style: none;
}

#footer li{
	display: block;
	margin: 0px;
	padding: 0px;
		
}

#footer img{
	display: block;
}


/***** ALarkin Design Logo Styles ****/

#aldLogo {
	position: relative;
	top: 20px;
	bottom: 0px;
	width: 171px;
	line-height: 80%;
	clear: right;
}

#aldLogo img {
	margin: 4px 0px 10px 0px;	
}

#aldLogo a {
	font-size: 10px;
	color: #58818a;
	text-decoration: none;
}

#aldLogo a:hover {
	color: #58818a;
}

/**** Webfodder Styles ****/

#imageBorder{
	border: solid #000000 1px;
	border-width: 1px 1px 1px 1px /* Change this to make it look like a drop shadow */
	background-color: #ffffff;
	padding: 0px;
}

.alignedLeft{
	margin: 0px 20px 20px 0px;	
}

.alignedRight{
	margin: 0px 0px 20px 20px;	
}