body,
html
{
	width: 100%;
	height: 100%;
}

body
{
	font: normal 16px Georgia, sans-serif;
	color: #1a1a1a;
	background: #fff url(../images/bg.jpg) top left repeat;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

a
{
	text-decoration: none;
	color: #c7177a;
}

a:hover
{
	text-decoration: none;
	color: #fff;
	background-color: #c7177a;
}

#topsection
{
	background: #fff;
	border-bottom: 10px solid #c7177a;
	padding: 10px 10px 0 10px;
}

#topsection-inner
{
	width: 980px;
	margin: 0 auto;
}

#topsection-logo
{
	width: 150px;
	float: left;
	padding: 0 0 0 0;
}

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

#topsection-logo ul li
{
	margin: 0;
	padding: 0;
}

#topsection-logo a:hover
{
	background: none;
}

#topsection-menu
{
	float: left;
	width: 530px;
	overflow: hidden;
	padding: 75px 0 0 40px;
}

#topsection-menu .menu-item
{
	float: left;
	margin: 0 2px 0 0;
}

#topsection-menu .menu-item a
{
	display: block;
	white-space: nowrap;
	padding: 5px 10px;
	background: #c7177a;
	color: #fff;
	border-top: 3px solid #fff;
}

#topsection-menu .menu-item a:hover,
#topsection-menu .menu-item a.selected
{
	border-top: 3px solid #1a1f54;
}

#topsection-links
{
	float: right;
	text-align: right;
	padding: 0 15px 0 0;
}

#topsection-links p
{
	font-size: 18px;
	margin: 0 0 3px 0;
}

#topsection-links p.phone
{
	font-size: 34px;
	margin: 0 0 10px 0;
}

#topsection-links p.phone span.highlight
{
	color: #388f82;
}

#topsection-links p.phone span.lowlight
{
	color: #e88229;
}

#allcontent
{
	width: 960px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#content
{
	padding: 0 20px;
	background: url(../images/frame-bg.png) top left repeat-y;
	width: 920px;
	float: left;
}

#content-bottom
{
	background: url(../images/frame-b.png) top left no-repeat;
	height: 45px;
	padding: 25px 40px 0 40px;
	font-size: 11px;
}

#content-left
{
	float: left;
}

#content-right
{
	float: right;
}

h1
{
	font-size: 28px;
	font-weight: bold;
	color: #e88229;
	margin: 0 0 10px 0;
}

h2
{
	font-size: 24px;
	color: #388f82;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h3
{
	font-size: 20px;
	color: #5eb5e5;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h4
{
	font-size: 18px;
	color: #388f82;
	font-weight: bold;
	margin: 0 0 10px 0;
}


#maincontent-design
{
	padding: 20px;
	width: 550px;
	float: left;
}

#maincontent-design p
{
	line-height: 1.6em;
	margin: 0 0 1em 0;
}

#maincontent-design li
{
	line-height: 1.6em;
	margin-bottom: 0.2em;
}

#maincontent-design div.line-item p.line-item-title
{
	margin: 0 0 0.2em 0;
	font-weight: bold;
}

#maincontent-design div.line-item p.line-item-title a
{
	display: block;
	padding: 5px;
	font-size: 22px;
	color: #388f82;
	border-bottom: 2px solid #388f82;
}

#maincontent-design div.line-item p.line-item-title a:hover
{
	background: #388f82;
	color: #f7c400;
	border-bottom: 2px solid #f7c400;
}

#maincontent-design div.line-item-blog p.line-item-title a
{
	color: #e88229;
	border-bottom: 2px solid #e88229;
}

#maincontent-design div.line-item-blog p.line-item-title a:hover
{
	background: #e88229;
	color: #452b2b;
	border-bottom: 2px solid #452b2b;
}


#right-content
{
	width: 300px;
	padding: 20px 10px 0 0;
	float: right;
}

#right-links
{
	padding: 0 0 10px 20px;
}

#right-links a:hover
{
	background: none;
}

#twitter-panel-container
{
	padding: 10px 10px 0 10px;
	overflow: hidden;
	border: 5px solid #e88229;
}

.jcarousel-container
{
	position: relative;
}

.jcarousel-clip
{
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
    width: 270px;
}

.jcarousel-list
{
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.jcarousel-list li,
.jcarousel-item
{
	float: left;
	margin: 0;
	paddign: 0;
	list-style: none;
	width: 270px;
}

.scoller-control
{
	overflow: auto;
	width: auto;
	margin: 5px auto 0 auto;
	text-align: center;
	height: 20px;
}

.scoller-control a
{
	float: left;
	margin: 0 2px 0 0;
	display: block;
	height: 10px;
	width: 10px;
	background: url(../images/scroller/dot.gif) top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.scoller-control a.last
{
	margin: 0;
}

.scoller-control a.selected
{
	background: url(../images/scroller/dot-selected.gif) top left no-repeat;
}

.twitter-panel-title
{
	font-weight: bold;
	color: #452b2b;
	padding: 5px 0 15px 35px;
	margin: 0 0 10px 0;
	background: url(../images/twitter-small.png) top left no-repeat;
}

.twitter-panel-item
{
	font-size: 12px;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #e88229;
}

.twitter-panel-item-last
{
	border-bottom: none;
}

.twitter-panel-item .user
{
	float: left;
	width: 55px;
}

.twitter-panel-item .user .picture a:hover
{
	background: none;
}

.twitter-panel-item .message
{
	float: left;
	width: 215px;
}

.twitter-panel-item .text
{
	padding: 0 0 5px 0;
}

.twitter-panel-item .created
{
	font-size: 11px;
}

.twitter-panel-item .created .from,
.twitter-panel-item .created .from a,
.twitter-panel-item .created .from a:hover
{
	font-size: 9px;
	color: #ccc;
	background: none;
}

.disqus-section
{
	border-top: 1px solid #e88229;
	margin: 20px 0 0 0;
	padding: 30px 0 0 0;
}

.blog-author
{
	padding: 20px 0 0 110px;
	margin: 0 0 20px 0;
	height: 70px;
}

.blog-author span.author-name
{
	font-weight: bold;
	font-size: 22px;
}

.blog-author-al
{
	background: url(../images/blog/al.jpg) top left no-repeat;
}

.blog-author-adam
{
	background: url(../images/blog/adam.jpg) top left no-repeat;
}

.blog-author-small
{
	padding: 10px 0 0 60px;
	margin: 0 0 10px 0;
	height: 45px;
}

.blog-author-small span.author-name
{
	font-weight: bold;
	font-size: 16px;
}

.blog-author-small-al
{
	background: url(../images/blog/al-small.jpg) top left no-repeat;
}

.blog-author-small-adam
{
	background: url(../images/blog/adam-small.jpg) top left no-repeat;
}

div.pagenavigator
{
    text-align: center;
	padding: 10px 0 10px 0;
	border-top: 1px solid #ccc;
}

div.pagenavigator span.previous
{
    display: block;
    float: left;
}

div.pagenavigator span.next
{
    display: block;
    float: right;
}

label
{
	font-weight: bold;
	display: block;
	padding: 0 0 10px 0;
}

input.halfbox,
input.box,
textarea.halfbox,
textarea.box
{
	width: 70%;
	padding: 5px;
	font: normal 16px Georgia, sans-serif;
	color: #1a1a1a;
}

input.button
{
	padding: 5px;
	font: normal 16px Georgia, sans-serif;
}

table.renderedtable
{
	margin: 0 0 1.3em 0;
}

table.renderedtable td,
table.renderedtable th
{
	padding: 10px 10px 10px 0;
}