@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(images/jpegs/background.jpg) repeat-x;
	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 */
	color: #666;
	line-height: 22px;
}


.twoColFixRtHdr #container { 
	width: 998px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

a:link {
color: #890C29;
}

a:visited {
color: #890C29;
}

a:hover {
color: #666;
}

a:active {
color: #890C29;
}


.twoColFixRtHdr #header { 
	background: url(images/jpegs/headerbg.jpg) repeat-x;
	width: 998px;
	height:80px; 
	padding: 0 00px 0 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. */
} 

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #box1 {
	width: 320px;
	height: 200px;
	background: #F3F5F5;
	margin-right: 5px;
	float: left;
	padding: 10px;
}

#box1 p a:link {
font-weight: bold;
text-decoration: none;
font-style:italic;
}

#box1 p a:visited {
font-weight: bold;
text-decoration: none;
font-style:italic;
}

#box1 p a:hover {
font-weight: bold;
text-decoration: underline;
font-style:italic;
}

#box1 p a:active {
font-weight: bold;
text-decoration: none;
font-style:italic;
}

#box1 h2 a:link {
font-size: 18px;
color: #666666;
letter-spacing: -2px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: normal;
text-decoration: none;
}

#box1 h2 a:visited {
font-size: 18px;
color: #666666;
letter-spacing: -2px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: normal;
text-decoration: none;
}

#box1 h2 a:hover {
font-size: 18px;
color: #890C29;
letter-spacing: -2px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: normal;
text-decoration: underline;
}

#box1 h2 a:active {
font-size: 18px;
color: #666666;
letter-spacing: -2px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: normal;
text-decoration: none;
}



#features {
width: 700px;
padding-top: 20px;}

#rightcolumn {
padding: 0px 10px 0 10px;
margin-top: 20px;
float:right;
width: 250px;
background-color: #fff;
}

#websitereview {
width: 250px;
}

#latestprojects {
width: 250px;
}

.latestproject {
padding: 3px;
border: 1px solid #ccc;
}



.twoColFixRtHdr #mainContent { 
	margin: 20px 410px 20px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E8E8E8;
	border: 1px solid #CCCCCC; 
	height: 96px;
	color:#666666;
	font-size: 12px;
} 

.twoColFixRtHdr #footer a:link {
color: #666;
}

.twoColFixRtHdr #footer a:visited {
color: #666;
}

.twoColFixRtHdr #footer a:hover {
color: #890C29;
}

.twoColFixRtHdr #footer a:active {
color: #666;
}

.twoColFixRtHdr #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: 10px 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;
}

.featureicon { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
	margin-bottom:5px;
	margin-top:15px;
}
.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;
}

.domain {
float: right;
font-family:Geneva, Arial, Helvetica, sans-serif;
margin: 10px;
color:#AB052B;
font-size: 20px;
font-weight: bold;
}

#topnav {
padding: 10px;
height: 40px;
background:url(images/jpegs/topnavbg.jpg) repeat-x;
}

#topnav ul {
margin: 0;
padding: 0;
list-style-type: none;
display: inline;
float: right;
font: Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size: 12px;
text-transform:uppercase;
font-weight: bold;
}

#topnav li {
padding: 10px;
display: inline;
}

#topnav li a:link {
font: Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size: 12px;
text-decoration: none;
}

#topnav li a:visited {
font: Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size: 12px;
text-decoration: none;
}

#topnav li a:hover {
font: Verdana, Arial, Helvetica, sans-serif;
color:#ccc;
font-size: 12px;
text-decoration: none;
}

#topnav li a:active {
font: Verdana, Arial, Helvetica, sans-serif;
color:#AB052B;
font-size: 12px;
text-decoration: none;
}

#flash {
margin-top: -20px;
background-image:url(images/jpegs/headerhome.jpg);
width: 998px;
height: 301px;
}

#flashtext {
float:right;
width: 458px;
height: 201px;
padding:30px;
}

#flashtext h2{
color: #fff;
}

#flashtext p{
color: #fff;
font-size: 12px;
line-height: 26px;
}

#flash2 {
margin-top: -20px;
}

h1 {
font-size: 25px;
color: #666666;
letter-spacing: -2px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: normal;
}

h2 {
font-size: 18px;
color: #666666;
letter-spacing: -2px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: normal;
padding: 10px 0 0 0;
margin: 0;

}


.smkcreations {
color: #890C29;}

.feature {
height: 140px;
width: 440px;
background: url(images/jpegs/featurebg.jpg) repeat-x;
}

.feature h2 {
color:#FFFFFF;
font-size: 18px;
letter-spacing: -2px;
padding: 10px;
margin-bottom: -20px;}

.feature h2 a:link{
color:#FFFFFF;
font-size: 18px;
letter-spacing: -2px;
padding: 10px;
margin-bottom: -20px;
margin-left: -10px;
}

.feature h2 a:visited{
color:#FFFFFF;
font-size: 18px;
letter-spacing: -2px;
padding: 10px;
margin-bottom: -20px;
margin-left: -10px;
}

.feature h2 a:hover{
color:#890C29;
font-size: 18px;
letter-spacing: -2px;
padding: 10px;
margin-bottom: -20px;
margin-left: -10px;
}

.feature h2 a:active{
color:#FFFFFF;
font-size: 18px;
letter-spacing: -2px;
padding: 10px;
margin-bottom: -20px;
margin-left: -10px;
}

.featureimage {
float: left;
margin: 10px;}

.feature p {
color:#FFFFFF;
size: 14px;
}

.featurebutton {
float:right;
margin: 10px;
}

.footerleft {
float: left;
width: 400px;
}

#twitter_update_list {
font-size: 12px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

ul#twitter_update_list {
margin: 15px 0 0 0;
padding: 0;
list-style-type: none;
}

.twittericon {
float:left;
padding:0 5px 0 0;
}

.footerright {
float: right;}

#calltoaction{
font-family: Verdana, Georgia, Times, Serif;
font-size:20px;
font-weight: bold;
text-transform:uppercase;
width:225px;
height:54px;
top:0px;
color: #fff;
border: 1px solid #666666;
background-color: #890C29;
padding: 5px 10px 5px 10px;
text-decoration: none;
}

#calltoaction1{
font-family: Verdana, Georgia, Times, Serif;
font-size:20px;
font-weight: bold;
text-transform:uppercase;
width:225px;
height:54px;
top:0px;
color: #fff;
border: 1px solid #666666;
background-color: #890C29;
padding: 5px 10px 5px 10px;
text-decoration: none;
}

#calltoaction2{
font-family: Verdana, Georgia, Times, Serif;
font-size:20px;
font-weight: bold;
text-transform:uppercase;
width:225px;
height:54px;
top:0px;
color: #fff;
border: 1px solid #666666;
background-color: #890C29;
padding: 5px 10px 5px 10px;
text-decoration: none;
}

#calltoaction:visited {color:#fff;}
#calltoaction:hover {color:#000;}

#calltoaction_contact{
font-family: Verdana, Georgia, Times, Serif;
font-size:20px;
font-weight: bold;
text-transform:uppercase;
width:225px;
height:54px;
top:0px;
color: #fff;
border: 1px solid #666666;
background-color: #000;
padding: 5px 10px 5px 10px;
text-decoration: none;
}

#calltoaction_contact:visited {color:#fff;}
#calltoaction_contact:hover {color:#890C29;}


.maillist {
background:#fff url(images/jpegs/maillistbg.jpg) no-repeat right top;
border: 1px solid #CCCCCC;
width: 240px;
}

.unsubscribe {
font-size: 10px;}

#homepageintro {
	padding-bottom: 10px;
	height: 200px;
	}
	
	.quote {
		background: url(images/gifs/quote.gif) no-repeat right center;
		padding: 15px 50px 15px 0px;
font-size: 16px;
color: #890C29;
letter-spacing: -2px;
font: Arial, Helvetica, sans-serif;
font-weight: normal;
float:right;
		}