body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#444444;
	height: 100%;
}
* {
	margin:0;
	padding:0;
	list-style-type: none;
}
*:focus {
	outline:none;
}


/** forms **/
fieldset {
	border:none;
	border-top:1px solid #dddddd;
	margin:20px 0;
	padding:0px;
	font-size:0.9em;
}
fieldset form {
	padding:25px 20px;
}
fieldset legend {
	background-color:#ffffff;
	padding:0 5px;
	margin-left:10px;
	font-weight:bold;
}
fieldset p {
	margin-bottom:28px;
}
fieldset p label {
	float:left;
	display:block;
	width:100px;
	font-weight:bold;
}
fieldset p label span.required { 
	font-weight:bold;
	color:#ff0000;
}
fieldset p input, fieldset p textarea, fieldset p select {
	padding:3px;
	border:1px solid #dddddd;
	border-top:1px solid #B3B3B3;
	border-left:1px solid #B3B3B3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#666666;
}
fieldset p input.formbutton {
	background-color:#007DB7;
	border:1px solid #006599;
	font-weight:bold;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px 6px;
	margin-left:100px;
}	


/** code **/
code {
	border-left:4px solid #ddd;
	font-family:"Courier New", Courier, monospace;
	margin:0 0 20px 20px;
	padding:10px;
	display:block;
	color:#666666;
}


/** blockquotes **/
blockquote {
	display:block;
	border-left:4px solid #99C1D6;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:0 0 20px 20px;
	padding:10px 10px 0 10px;
	color:#333333;
}
blockquote p {
	margin:0;
	line-height:2.0em;
	padding-bottom:10px;
}


/** default/generic headers **/
h1, h2, h3, h4, h5 {
	padding-bottom:5px;
}
h1 {
	font-size:2.5em;
}
h2 {
	font-size:1.8em;
	color:#212121;
}
h3 {
	color:#333333;
	font-size:1.6em;
	padding-bottom:10px;
	padding-top:15px;
}
h4 {
	font-size:1.3em;
	color:#444;
	margin-bottom:10px;
}
h4.blueh4 {
	font-size:1.3em;
	color:#005580;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:10px;
	margin-top:20px;
}
h5 {
	color:#005580;
	font-size:1.1em;
}


/** paragraphs **/
p {
	line-height:1.5em; 
	color:#444444;
	margin-bottom:15px;
}


/** lists **/
ul, ol {
	color:#444444;
	margin:7px 0 15px 15px;
	line-height:1.5em;
	font-size:1.0em;
}
li {
	padding-bottom:5px;
}
li>ol, li>ul {
	margin-bottom:5px;	
}
ul.nobullets {
	list-style:none;
	margin-left:5px;
}


.termslist {
    list-style-image: url('/static/images/next.png');
    list-style-position: inside;    
}

dl {
	padding: 0.5em;
}
dt {
	float: left;
	clear: left;
	width: 150px;
	text-align: right;
	color:#005580;
}
dt:after {
	content: ":";
}
dd {
	margin: 0 0 0 160px;
	padding: 0 0 0.5em 0;
}


/** links **/
a {
	color:#006699;
	text-decoration: none;
}
a:hover {
	color:#0080BD;
}
a.invert {
	line-height:1.0em;
	color:#ffffff;
	background-color:#006699;
	text-decoration:none;
	padding:5px;
}
a.sidebar-right {
	float:right;
	margin:5px 0;
	border-bottom:1px solid #004466;
	font-size: 0.75em;
}
a.invert:hover {
	background-color:#0080BD;
	color:#ffffff;
}


/** images **/
img { 
	border:none;
}
.column img {
	border:4px solid #e0e0e0;
}


/** page structure **/

#container {
   min-height:100%;
   position:relative;
}
div#header {
	height:60px;
	background:#000000 url('/static/images/header-bg.jpg') repeat-x scroll top left;
}
div#title {
	background:#006699 url('/static/images/title-bg.jpg') repeat-x scroll top left;
	border-top:1px solid #28B9FF;
}
div#body {
	background:#ffffff url('/static/images/body-bg.jpg') repeat-x scroll top left;
	border-top:1px solid #ffffff;
	padding-bottom:40px;
}
div#innerheader, div#innertitle, div#innerbody, div#innerfooter {
	width:960px;
	margin:0 auto;
}
div#innerbody {
	padding-top:15px;
}

/** logo + nav **/
div#logo {
	width:170px;
	margin: -12px;  	
	float:left;
}
div#sitename {
	width:130px;
	float:left;
}
div#header h1 {
	color:#6699cc;
	font-size:2.5em;
	margin-top:10px;
}
div#header h1 strong {
	color:#336699;
}

div#nav {
    display: block;
	float:right;

}
div#nav ul {
	list-style:none;
	line-height:1.0em;
}
div#nav ul li {
	display:block;
	float:left;
}
div#nav ul li a {
	display:block;
	float:left;
    color:#ffffff;
	font-size:0.9em;
	text-decoration:none;
	font-weight:bold;
	padding:5px;
}
div#nav ul li a:hover {
	background-color:#6699cc;
}
div#nav ul li.selected a, div#nav ul li.selected a:hover {
	background-color:#6699cc;
}


/** title **/
div#title {
	padding:15px 0;
	color:#ffffff; 
}
div#title h2 {
	font-size:1.8em;
	color:#fff;
	font-weight:normal;
	padding:0;
}
div#title p { 
	color:#ffffff; 
}
div.subpage {
	height:32px;
	text-align:right;
}



/** slider **/
#slider-container { 
	width:322px;  /** 300 (width of image) + 10px left padding + 10px right padding + 1 px left border + 1px right border */
	float:left; 
	margin-right:30px;
	margin-top:20px; 
	margin-left:-100px; 
}
a.next, a.prev {
	float:right;
	border:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background:transparent;
	font-size:0.88em;
	text-decoration:none;
	background:transparent url('/static/images/next.png') no-repeat scroll top left;
	height:25px;
	width:25px;
	display:block;
}
a.next span, a.prev span {
	display:none;
}
a.prev {
	background-image:url('/static/images/prev.png');
	margin-right:5px;
}
.slider img {
 	border:1px solid #dddddd;
}
.slider {
	padding:10px;
	background-color:#fff;
	border:1px solid #005580;
	width:302px;
	margin-bottom:10px;
}
.slider li {
	height:186px;
	line-height:0;
	padding-bottom:0;
}


/** layouts **/
div.column70,div.column30,div.column100 {
	background:#fff;
	border-top:1px solid #ccc;
	padding:10px
}

div.column70 {
	width:642px
}

div.column30 {
	width:258px
}
div.left {
	float:left;
	margin-right:10px;
}
div.right {
	margin-left:10px;
	float:right;
}
div#portfolio {
}
div#portfolio div.portfolio-column {
	width:290px;
	float:left;
}
div#portfolio div.column-left {
	margin-right:35px;
}
div#portfolio div.portfolio-row {
	clear:both;
	padding-bottom:30px;
}
div#portfolio div.portfolio-column img {
	border:5px solid #ddd;
	margin:0 auto;
	display:block;
	text-align:center;
}
div#portfolio div.portfolio-column h2 a {
	font-weight:bold;
	font-size:0.8em;
}
div#portfolio div.portfolio-column h2 {
	padding-top:5px;
}

button {
	cursor:pointer;
	cursor:hand;
}

/** footer **/
div#footer {
   position:absolute;
   bottom:0;
   width:100%;
   padding: 5px 0 5px 0;
   background:#ddd;
}
div#footer p {
	color:#999999;
	margin:0;
	font-size:0.8em;
}
div#footer a, div#footer a:hover {
	color:#999999;
	text-decoration:none;
	border-bottom:1px dotted #999999;
}

span.footer {
	color:#999999;
	font-size:0.7em;
	float: right;
	vertical-align: bottom;
	padding: 3.5em 0;
}

/** generic classes */
.center {
	margin:0 auto;
	display:block;
	text-align:center;
}
.clear {
	clear:both;
}
span.date {
	text-transform:uppercase;
	font-size:0.85em;
	font-weight:bold;
	color:#999999;
}
p.phone {
	font-weight:bold;
	font-size:2.4em;
	color:#006599;
}
p.testimonial {
	margin:10px 0;
	font-size:1.2em;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
} 
p.testimonial strong, p.testimonial em {
	display:block;
	font-style:normal;
	font-size:0.85em;
	text-align:right;
	font-style:italic;
}
p.testimonial span {
	font-size:1.5em;
	font-weight:bold;
}

.badge {
            background-image: url(/static/images/beta.png);
            width: 100px;
            height: 100px;
}


.message {
    font-weight:bold;
    font-size:13px;
    text-align:center;
    background:#fff;
    padding:.5em .5em;
    margin-bottom:0;
    color: #369;
}

.enabled {
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url("/static/images/v.gif") 50% 50% no-repeat;
}

.disabled {
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url("/static/images/x.gif") 50% 50% no-repeat;
}

.notvalidated {
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url("/static/images/xo.gif") 50% 50% no-repeat;
}

/* pager */
.paginator ul {
    margin: auto;
}

.paginator .counter {
    margin-right: 10pt;
}

.paginator li {
    display: inline;
}

.paginator li a {
    padding: 0pt 4pt;
    color: #777;
    border: 1px solid;
}

.paginator li.current a,
.paginator li a:hover {
    color: #000;
}

.paginator li.current a {
    background: #69c;
    font-weight: bold;
}

.pager {
    display: block;
    float: right;
    font-size: 0.7em;
}

.searchform #search {
    font-family:Arial, Helvetica, sans-serif;
    display:block;
    padding:35px 35px;
    border: 1px solid #CCCCCC;
    width: 330px;
    height: 27px;
}
#search input {
    font-family:Arial, Helvetica, sans-serif;
    background: transparent;
    border: 1px solid #ccc;
    font-size:14px;
    color:#444444;
    width:182px;
    float:left;
}
#search input:focus, #search input:hover, #search button:focus, #search button:hover {
    background: #fff;
}
#search button, #search button:focus {
    font-family:Arial, Helvetica, sans-serif;
    background:transparent url(/static/images/search_button.png) no-repeat 1px;
    border:none;
    font-size: 0.8em;
    color:#000;
    padding:0px;
    font-weight: bold;
    height:18px;
    width:18px;
    float:left;
    cursor: pointer;
}
#search button:hover {
    background:transparent url(/static/images/search_button_green.png) no-repeat 1px;
}


/* tables */
table.tablesorter {
    font-family:arial;
    background-color: #CDCDCD;
    margin:10px 0pt 15px;
    font-size: 0.8em;
    width: 100%;
    text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #336699;
    border: 1px solid #FFF;
    font-size: 0.9em;
    padding: 4px;
}
table.tablesorter thead tr .header {
    background-image: url(/static/images/tablesorter/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    color: #FFF;
}
table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}
table.tablesorter tbody tr.odd td {
    background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(/static/images/tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(/static/images/tablesorter/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #6699CC;
}

table.tablesorter tbody tr.dafaultLocation td {
    background-color:#b8e573;
}
.block a img {
    display: block;
}

/* boxes
----------------------------------------------- */

.infobox {
    background:#eee url("/static/images/info_button.png") 10px 50% no-repeat;
    margin-bottom:20px;
    padding:10px 10px 10px 40px;
    border:1px solid #ccc;
    font-style:italic;
}

.notselected {
    opacity: 0.5;
    filter: alpha(opacity=50); // msie
}

.langsel {
    display:block;
    float:right;
    font-size:0.8em;
    color:#ccc;
    margin-right:10px;
}

.powered {
    display:block;
    float:right;
    padding:15px;
}

.fishicon {
    display: block;
    float: right;
    padding: 2em;
}

.pagemenu {
    display: block;
    float: right;
    border-bottom: 2px dotted #ccc;
}

.w60 {
      white-space: nowrap; 
      vertical-align: middle;
}