/*
layout	  	  
*/

* { padding: 0; margin: 0; }

.text img {
margin: 10px;
}

.introtext img {
margin: 10px;
}

img.no-pad {
	margin:0px;
	padding:0px;
}

body {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 12px;
 line-height: 16px;
 color: #7d7d7d;
 background-image: url(images/back.jpg);
 background-repeat: repeat-x;
}

body#inside {
background-image: url(../images/back2.jpg);
background-repeat: repeat-x;
}




p {padding-bottom:10px;}



table.calendar td {
	background-color: #FFFFFF;
	width:19px;
	height:10px;
	padding:2px;
	text-align: center;
	border: 1px solid #FFFFFF;
}

table.calendar caption {
	font-size: 13px;
	padding: 2px;
	
}


#wrapper { 
 margin: 0 auto;
 width: 940px;
}

#content { 
 float: right;
 padding-top: 50px;
 width: 440px;
 display: inline;
}

#contentinside { 
 float: right;
 padding-top: 40px;
 width: 440px;
 display: inline;
}


#header {
 width: 940px;
 float: left;
 height: 101px;
}

.archive_header {
	font-size:14px;
	font-weight:bold;
}

#top1 {
padding-top: 6px;
 width: 910px;
 height: 12px;
 float: left;
 text-align: right;

}


#logo {
 width: 213px;
 float: left;
 height: 86px;
 clear: both;
}







#footer {
	width: 940px;
	height: 86px;
	margin-top: 50px;
	padding-top: 20px;
	clear: both;
	background-image: url(images/footer_back.gif);
	background-repeat: no-repeat;
}


#navigation {
 float: left;
 width: 940px;
 height: 34px;

}

#leftcolumn { 
 width: 500px;
 float: left;
 padding-top:40px;
}

#leftcolumninside {
	width: 460px;
	float: left;
	padding-top:10px;
	background-image: url(images/left_back_inside.gif);
	background-repeat: no-repeat;
}

#cookie {
	width: 480px;
	height: 20px;
	float: left;
	padding-bottom:10px;
}

#leftboxes {
	height: 121px;
	width: 475px;
	float: left;
	background-image: url(images/boxes_back.gif);
	background-repeat: no-repeat; 
}


#blog {
	height: 320px;
	width: 465px;
	margin-top:10px;
	float: left;
	background-image: url(images/blog_form_back.gif);
	background-repeat: no-repeat;
}


#blogpage {
	height: 310px;
	width: 465px;
	margin-top:10px;
	float: left;
	background-image: url(images/blog_form_back2.gif);
	background-repeat: no-repeat;
}





#bloginside {
	width: 465px;
	height: 590px;
	margin-top:10px;
	float: left;

}

#contactform {
	height: 300px;
	width: 206px;
	margin-top:22px;
	float: right;

}

#contactform-left {
	height: 300px;
	width: 206px;
	margin-top:22px;
	float: left;

}

#submenu {
	width: 170px;
	margin-top:22px;
	padding-right:36px;
	padding-left:15px;
	float: right;

}

.submenuitem {
	width: 153px;
	padding-top: 8px;
	padding-left: 21px;
	padding-right: 5px;
	padding-bottom: 6px;
	line-height: 16px;
	background-image: url(images/subitem_back.gif);
	background-repeat: no-repeat;
}


#contactforminside {
	margin-left:23px;
	height: 300px;
	width: 180px;
	padding-top: 10px;
    clear: both;

}

#blogcontent {
	height: 226px;
	width: 210px;
	float: left;	
}

#blogcontent-right {
	height: 226px;
	width: 210px;
	float: right;
	margin-right: 8px;	
}

#blogcontentinside {

	width: 210px;
	padding-left:20px;
	float: left;	
}

.imagepadding {
margin-top: 15px;
margin-bottom: 10px;
	background-color: #FFFFFF;
}

.generalimage {
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
}


.blogitem {
	height: 58px;
	width: 154px;
	margin-left: 23px;
	padding: 5px;
	float: left;
	background-image: url(images/blogitem_back.gif);
	background-repeat: repeat-x;
	line-height: 14px;
	font-size: 11px;
}

#clients {
	height: 86px;
	width: 465px;
	margin-bottom:50px;
	margin-top:4px;
	float: left;
	background-image: url(images/clients_box.gif);
	background-repeat: no-repeat;
}










/*
tooltip	  	  
*/



#dhtmltooltip{
background: url(images/bubble.png) repeat;
color: #FFF;
font-family: Helvetica, Arial sans-serif;
font-size: 11px;
line-height: 14px;
position: absolute;
width: 180px;
height: 60px;
padding: 4px;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
}
















/*
links	  	  
*/




a:link {
	color: #E8680D;
	text-decoration: none;
	outline: none;

}
a:visited {
	color: #E8680D;
	text-decoration: none;
	outline: none;

}
a:hover {
	color: #f2761e;
	text-decoration: underline;
	outline: none;

}
a:active {
	color: #E8680D;
	text-decoration: none;
	outline: none;

}

a:link.cookie {
	font-size: 10px;
	color: #E8680D;
	text-decoration: none;

}
a:visited.cookie {
	font-size: 10px;
	color: #E8680D;
	text-decoration: none;

}
a:hover.cookie {
	font-size: 10px;
	color: #f2761e;
	text-decoration: underline;

}
a:active.cookie {
	color: #E8680D;
	text-decoration: none;

}


a:link.sub {
	font-weight: bold;
	line-height: 16px;
	color: #7d7d7d;
	text-decoration: none;

}
a:visited.sub {
	font-weight: bold;
	line-height: 16px;
	color: #7d7d7d;
	text-decoration: none;

}
a:hover.sub {
	font-weight: bold;
	line-height: 16px;
	color: #f2761e;
	text-decoration: none;

}
a:active.sub {
	font-weight: bold;
	line-height: 16px;
	color: #7d7d7d;
	text-decoration: none;

}


a:link.subhighlight {
	font-weight: bold;
	line-height: 12px;
	color: #f2761e;
	text-decoration: none;

}
a:visited.subhighlight {
	font-weight: bold;
	line-height: 12px;
	color: #f2761e;
	text-decoration: none;

}
a:hover.subhighlight {
	font-weight: bold;
	line-height: 12px;
	color: #f2761e;
	text-decoration: none;

}
a:active.subhighlight {
	font-weight: bold;
	line-height: 12px;
	color: #f2761e;
	text-decoration: none;

}



a:link.blog {
	font-size: 11px;
	line-height:14px;
	font-weight: bold;
	color: #E8680D;
	text-decoration: none;
}
a:visited.blog {
	font-size: 11px;
	line-height:14px;
	font-weight: bold;
	text-decoration: none;
	color: #E8680D;
}
a:hover.blog {
	font-size: 11px;
	line-height:14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #f2761e;
}
a:active.blog {
	font-size: 11px;
	line-height:14px;
	font-weight: bold;
	text-decoration: none;
	color: #E8680D;
}



a:link.tellfriend {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:visited.tellfriend {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:hover.tellfriend {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:active.tellfriend {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}





/*
menu  	  
*/


.menu{
        width: 940px;
 }
		

.menu ul{
        margin: 0; padding: 0;
        float: left;}

.menu ul li{
        display: inline;}

.menu ul li a{
	float: left;
	text-decoration: none;
	text-align: center;
	color: white;
	font-size: 13px;
	padding: 10.5px 27px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e3945c;       /* background-color: #000000;*/
		 }
		 
.menu ul li a.end{
        float: left; text-decoration: none;
		text-align: center;
        color: white;
		font-size: 13px;
        padding: 10.5px 26px;
		border: none;
       /* background-color: #000000;*/
		 }
		 
.menu ul li a.endcurrent{
        float: left; text-decoration: none;
		text-align: center;
        color: white;
		padding: 10.5px 26px;
		border: none;
        background-image: url(images/menu_back.gif);	
		background-repeat: repeat-x;
		 }



.menu ul li a:visited{
        color: white;}

.menu ul li a:hover, .menu ul li .current{
	color: #fff;
	background-image: url(images/menu_back.gif);	
	background-repeat: repeat-x;
}







/*
text	  	  
*/

h1{
 padding: 0px;
 color: #ffffff;
 font-size: 9px;
 font-weight: normal;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #4e4e4e;
	padding-bottom: 18px;
}

.blog_h2 {
	float: left;
	padding-bottom: 0;
}


h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #4e4e4e;
	padding-bottom: 18px;
}
.textcookie{
	color: #4e4e4e;
	font-size: 10px;
 }


.textgrey{
 color: #cccccc;
 }


.textbold {
 font-weight: bold;

 }

.textboldorange {
 font-weight: bold;
 color: #E8680D;
 }
 
 .textsmall {
 font-size: 10px;
 }

 .textsmallwhite {
 color: #ffffff;
 font-size: 10px;
 }


.textblogdate {
 font-size: 9px;
 line-height:12px;
 font-weight: bold;
 }

.textblog {
 font-size: 11px;
 line-height:14px;
 }

.img {
}





/*
tabs  	  
*/


#tablist{
	background-image:url(images/submenu_back.gif);
	background-repeat: repeat-x;
	color: #cccccc;
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 2px;
	text-align: center;
	width: 410px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;	
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
	color: #4e4e4e;
}

#tablist li a:link{
padding: 3px 0.5em;
margin-left: 3px;
border-bottom: none;

	color: #4e4e4e;
	text-decoration: none;

}

#tablist a:visited{
padding: 3px 0.5em;
margin-left: 3px;
border-bottom: none;

	color: #4e4e4e;
	text-decoration: none;
}


#tablist li a:hover{
	color: #E8680D;
	text-decoration: underline;

}


#tablist li a.current{
padding: 3px 0.5em;
margin-left: 3px;
border-bottom: none;

	color: #4e4e4e

}

#tabcontentcontainer{
width: 400px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;


}

.tabcontent{
display:none;
}



/*
misc styles	  	  
*/






form {
padding-top: 10px;
}

input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #595959;
	padding: 3px;
	width: 160px;
	border: 1px solid #d0d0d0;
	margin-bottom: 3px;
}

#submit_comment {
height: 25px;
width: 168px;
background-image: url(images/comments_button.png);
background-repeat: no-repeat;
background-position: top left;
}

input.inside {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #595959;
	padding: 3px;
	width: 155px;
	border: 1px solid #d0d0d0;
	margin-bottom: 3px;
}

input.button {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	width: 57px;
	height: 21px;
	background-image: url(images/button_submit.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 4px;
}

textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #595959;
	padding: 3px;
	width: 160px;
	border: 1px solid #d0d0d0;
}




textarea.inside {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #595959;
	padding: 3px;
	width: 155px;
	border: 1px solid #d0d0d0;
}





#contentinside ul {
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	text-indent: 4px;
	
}

#contentinside li {
	
	height:19px;
	
	

}

.sitemap {
margin: 0 0 0 10px;
padding: 0 0 20px 0;
}

.glossary {
list-style: none;
margin: 0px 0px 0px 0px;
padding: 0 0 5px 0;
font-size: 14px;
text-align: center;
}

.glossary li {
font-size:11px;
margin-right: 0px;
line-height:15px;
text-align: center;
}

.clearfloat {
clear: both;
}


/*/ Social Bookmarking /*/

#social_bookmarking p {
height: 35px;
margin: 0;
padding: 0;
background-image: url(images/social_images/tell_the_world.gif);
background-position: left center;
background-repeat: no-repeat;
text-indent: 25px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3399CC;
line-height: 35px;
}

#social_button {
color: #3399CC;
text-decoration: underline;
height: 30px;
cursor: pointer;
}

#social {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
height: 15px;
width: 448px;
border-top: 2px solid #F9A234;
}

#social li {
float: left;
list-style: none;
padding: 0;
margin: 8px 15px 0 0;
text-indent: 20px;
height: 15px;
}




#social li a {
margin: 0;
padding: 0;
color: #999999;
}

#social li a:hover {
color: #666666;
}





.padded a, .padded a:hover, .padded a:visited {
color: #FFFFFF;
}

.bookmark_div {
height: 40px;
}

.bookmark {
margin: 0;
padding: 10px 0;
border-top: 1px solid #F36F21;
}

.bookmark li {
float: left;
list-style: none;
margin: 5px 9px 5px 0;
font-size: 10px;
}

.digg {
background-image: url(../_includes/social_images/digg.gif);
background-position: left center;
background-repeat: no-repeat;
text-indent: 18px;
}

.delicious {
background-image: url(../_includes/social_images/delicious.gif);
background-position: left center;
background-repeat: no-repeat;
text-indent: 18px;
}

.facebook {
background-image: url(../_includes/social_images/facebook.gif);
background-position: left center;
background-repeat: no-repeat;
text-indent: 18px;
}

.reddit {
background-image: url(../_includes/social_images/reddit.gif);
background-position: left center;
background-repeat: no-repeat;
text-indent: 18px;
}

.stumble {
background-image: url(../_includes/social_images/stumble.gif);
background-position: left center;
background-repeat: no-repeat;
text-indent: 18px;
}

.technorati {
background-image: url(../_includes/social_images/technorati.gif);
background-position: left center;
background-repeat: no-repeat;
text-indent: 18px;
}

.twitter {
background-image: url(../_includes/social_images/twitter.gif);
background-position: left center;
background-repeat: no-repeat;
text-indent: 18px;
}

.clearfloat {
clear: both;
}

.email_friend {
background-image: url(../images/email_friend.png);
background-position: left center;
background-repeat: no-repeat;
text-indent: 23px;
line-height: 40px;
height: 36px;
float: left;
margin-right: 14px;
}

.tell_world {
background-image: url(../_includes/social_images/tell_the_world.gif);
background-position: left center;
background-repeat: no-repeat;
text-indent: 20px;
line-height: 40px;
height: 36px;
float: right;
cursor: pointer;
}

.email_friend_1 {
background-image: url(../_images/email_friend.png);
background-position: left center;
background-repeat: no-repeat;
text-indent: 30px;
line-height: 40px;
height: 36px;
width: 150px;
}

.twitter_icon {
background-image: url(../images/follow_me.jpg);
background-position: top left;
background-repeat: no-repeat;
float: right;
height: 29px;
line-height: 300px;
overflow: hidden;
width: 78px;
margin: 0px;
}


