html, body, form,
h1, h2, h3, h4, h5, h6,
p, img, a
{
	margin:0;
	padding:0;
	outline:0;
	border:0;
}

/* EDIT THE PRIMARY COLOR HERE!! */
h3, a, .tagline p a, UL.clean LI a:hover, UL.large LI a:hover span
{
	color:#e95c1a;
}

body
{
	font-family: "Verdana", Helvetica, sans-serif;
	font-size:12px;
	/*letter-spacing:-0.01em;*/
	color:#000;
	background: url(../images/bg.png);
	line-height: 130%;
	background-attachment: fixed;
	background-color: d8d5d0;
	/*background:url(../images/bg_grey.jpg) repeat-x top;*/
}	

h1, h2, h3, h4, h5, h6 {
	padding:8px 0;
	font-family: "Lucida", Lucida Sans Unicode, Lucida Grande, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
}
h1 {
	font-size:3em;
	color:#333;
}
h2 {
	font-size:2.6em;
	color:#333;
	line-height: 170%;
}
h3 {
	font-size:2.2em;
	line-height: 130%;
}
h4 {
	font-size:1.5em;
	color:#333;
	padding-left: 5px;
	padding-right: 5px;
}
.txtbgr {
	background-color: #FFF;
}

h5 { font-size:1.4em; color:#333; }
h6 {
	font-size:1.2em;
	color:#333;
	letter-spacing:0em;
}
/* clearfix end */ 
h7 {
	font-size:1.2em;
	color:#141414;
	letter-spacing:0em;
	font-weight: bold;
}


hr
{
	color:#fff;
	background-color:#fff;
	border:1px dotted #ccc;
	border-style:none none dotted; 
}

p
{
	padding:8px 0;
	line-height:140%;
	font-size: 12px;
	color: #000;
}	
LI
{
	padding:3px 0;
}
a
{
	text-decoration:none;
	font-weight:bold;
	font-size: 13px;
}
a:hover
{
	color:#333;
	font-size: 13px;
}


.line
{
	border-bottom:1px dotted #ccc;
}

.pod
{
	padding:0 0 20px 0;
}


/* If nested UL's used in something such as a category list */
/* Does not work in IE6 but everything modern. */
.pod UL LI > UL
{
	margin:0;
	padding:3px 0 3px 20px;
}
.pod UL
{
	margin:0;
	padding:0;
}

.pod UL LI
{
	list-style-type:none;
	margin:0;
	padding:3px 0;
}

.alternate, .hidden
{
	display:none;
}

.contentwidth
{
	width:960px;
	margin:0 auto;
	padding-left: 10px;
	border-left: 10px solid #fff;
	;
	border-right: 10px solid #fff;
	background: url(../images/bg.png);
}

.left
{
	float:left;
}
.right
{
	float:right;
}

img.border-thin
{
	padding:1px;
	border:1px solid #ededee;
}
img.border-thick
{
	padding:1px;
	border:4px solid #ededed;
}
img.left
{
	float:left;
	margin:0 10px 10px 0;
}
img.right
{
	float:right;
	margin:0 0 10px 10px;
}
img.center
{
	display:block;
	margin:0 auto;
}



.main
{
	padding-bottom:20px;
}


.logo
{
	padding:10px 0 5px 0;
}
.logo h1
{
	margin:0;
	padding:0;
	text-align:center;
	font-weight:normal;
	font-size:3em;
}
.logo h1 a
{
	/* text-decoration:none; */
	color:#fff;
	padding:18px 30px 15px 30px;
	line-height:80px;
	background:#333333 url(../images/logo_cutout.gif) no-repeat bottom right;
}
.logo h1 a:hover
{
	color:#333;
}


.menu
{
	padding:2px 0;
	text-align:center;
	font-family: "Lucida", Lucida Sans Unicode, Lucida Grande, Helvetica, sans-serif;
}
.menu UL
{
	margin:0 auto;
	padding:2px 0 0 0;
	/*border-top:1px dotted #afafaf;*/
	border-bottom:1px dotted #afafaf;

	text-align:center;
	width:100%
}
.menu UL LI
{
	list-style-type:none;
	display:inline;
}
.menu UL LI a
{
	padding:0 20px;
	line-height:40px;
	color:#e95c1a;
	text-transform:uppercase;
	font-weight:bold;
}
.menu UL LI a:hover,
.menu UL LI a.active
{
	color:#333;
	font-size: 13px;
}

UL.sub-menu
{
	margin:0;
	padding:0;
}
UL.sub-menu LI
{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}
UL.sub-menu LI a
{
	padding:5px 10px 0 0;
	font-size:100%;
}
UL.sub-menu LI a.active
{
	color:#fff;
}
UL.footer-menu
{
	margin:0;
	padding:0;
}
UL.footer-menu LI
{
	display:inline;
	text-align:center;
}
UL.footer-menu LI a
{
	padding:0 5px;
	font-size:95%;
}

.tagline
{
	padding:20px 0;
}
.tagline p
{
	text-align:center;
	font-size:3em;
	color:#141414;
	line-height:1.1em;
	letter-spacing:0em;
	background:transparent; /* Only needed if you fade in the tagline with jquery, IE leaves a jagged look */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.tagline p a:hover
{
	color:#e95c1a;
}

p.tags a
{
	background:#ddd;
	padding:1px 6px;
	border-left:0px solid #ddd;
}


UL.clean
{
	margin:0;
	padding:0;
	border-top:1px solid #ccc;
}
UL.clean LI
{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}
UL.clean LI a
{
	color:#333;
	display:block;
	border-bottom:1px solid #141414;
	padding:6px 10px;
	font-size:90%;
}
UL.clean LI a.highlight
{
	background:#000;
}
UL.clean LI a span
{
	margin-right:10px;
}
.column
{
	float:left;
	margin-right:40px;
	padding:20px 0;
}
.last
{
	margin:0;
}
.column300
{
	width:300px;
}
.column600
{
	width:600px;
}
.column450 /* 2 col layout */
{
	width:450px;
}
.column205 /* 4 col layout */
{
	width:205px;
}
.column280 /* 300 + 280 + 280 layout */
{
	width:280px;
}

.post
{

}
.post .commentslink
{
	padding-top:20px;
}
.post .meta
{
	padding:3px 10px;
	font-size:75%;
	background:#efefef;
}
.post .date
{
	padding-right:10px;
	font-weight:bold;
}

a.rss
{
	background:url(../images/icon_rss.gif) no-repeat bottom right;
	height:24px;
	width:15px;
}

UL.social
{
	margin:0;
	padding:0;
}
UL.social LI
{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}
UL.social LI a
{
	display:block;
	float:left;
	width:32px;
	height:32px;
	padding:0 15px 20px 0;
}

/* Social Media Icon Image URLs */
UL.social LI a.twitter { background:url(../images/icon_sm_twitter_off.jpg) no-repeat; }
UL.social LI a.linkedin { background:url(../images/icon_sm_linkedin_off.jpg) no-repeat; }
UL.social LI a.flickr { background:url(../images/icon_sm_flickr_off.jpg) no-repeat; }
UL.social LI a.facebook { background:url(../images/icon_sm_facebook_off.jpg) no-repeat; }
UL.social LI a.digg { background:url(../images/icon_sm_digg_off.jpg) no-repeat; }
UL.social LI a.delicious { background:url(../images/icon_sm_delicious_off.jpg) no-repeat; }

/* Used for Over state of link */
UL.social LI a.twitter:hover { background:url(../images/icon_sm_twitter_on.jpg) no-repeat; }
UL.social LI a.linkedin:hover { background:url(../images/icon_sm_linkedin_on.jpg) no-repeat; }
UL.social LI a.flickr:hover { background:url(../images/icon_sm_flickr_on.jpg) no-repeat; }
UL.social LI a.facebook:hover { background:url(../images/icon_sm_facebook_on.jpg) no-repeat; }
UL.social LI a.digg:hover { background:url(../images/icon_sm_digg_on.jpg) no-repeat; }
UL.social LI a.delicious:hover { background:url(../images/icon_sm_delicious_on.jpg) no-repeat; }


UL.large
{
	margin:0;
	padding:0;
}
UL.large LI
{
	list-style-type:none;
	margin:0;
	padding:0;
}
UL.large LI a
{
	padding:20px 0 20px 80px;
	display:block;
	color:#afafaf;
	font-size:110%;
}
UL.large LI a.information { background:url(../images/icon_bullet_information.jpg) no-repeat left center; }
UL.large LI a.check { background:url(../images/icon_bullet_check.jpg) no-repeat left center; }
UL.large LI a.person { background:url(../images/icon_bullet_person.jpg) no-repeat left center; }

UL.large LI a:hover
{
	color:#333;
}
UL.large LI a:hover span.heading
{
	color:#333;
}
UL.large span
{
	display:block;
}
UL.large span.heading
{
	font-size:1.4em;
	font-weight:bold;
	color:#333;
}

.footer-outer
{
	background:#f0f0f0;
}
.footer .contentwidth
{

}
.footer
{
#f0f0f0 url(../images/bg_bottom_outer.gif) repeat-x top	text-align:center;
	color:#000;
	font-size:90%;
	background: #f0f0f0 url(../images/bg_bottom_outer.gif) repeat-x top;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}


#message
{
	color:#990000;
	font-weight:bold;
}

.standardForm
{
	margin-bottom:15px;
}
.standardForm .textbox, .standardForm .textarea
{
	width:500px;
	padding:7px;
	font-size:110%;
	font-weight:bold;
}
.standardForm .textbox, .standardForm .textarea,  .standardForm .submit
{
	border:1px solid #333;
	background:#fff;
}
.standardForm .field
{
	padding:5px 0;
}
.standardForm label
{
	display:block;
	font-size: 1.0em;
}
.standardForm .textbox
{
	display:block;
}
.standardForm .textarea
{
	height:90px;
}
.standardForm .submit
{
	font-weight:bold;
	background:#d8d5d0;
	padding:5px;
	color:#333;
}




/* clearfix start */ 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
.visible_on {
	visibility: 80%;
}
img.border-thick-alignright {
	padding:1px;
	border:4px solid #ededed;
	float: right;
	margin-top: 5px;
}
.column500 {
	width:500px;
}
.textbold {
	font-weight: bold;
}
img.border-thick-alignleft {
	padding:1px;
	border:4px solid #ededed;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
}
.column930 {
	width: 930px;
}
.column830 {
	width:830px;
}
.column140 {
	width:140px;
}
.column740 {
	width:740px;
}
.column180 {
	width:160px;
}
h4_white {
	font-size:2.2em;
	color:#FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}

/*navigation*/

.navi{
	padding:0!important;
	margin: 0 0 -30px 0!important; 
	float:right;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}
.navi li{
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}
.navi li a{
	border-right:1px solid #c8c9be;	
	float:left;
	padding:0px 10px;
}
.navi li.last a{
	border-right:none;	
}
.standardForm .loginarea {
	height:35px;
}
