/*
=====================
BASE
=====================
*/
body {
	background:#fff;
	text-align:center;
	color:#333;
	font:normal 13px/17px Arial, Helvetica, sans-serif;
}

p, table  { margin:1em 0; }
img { border:0 ;}
.access, hr { display:none; }
.clearer { clear:both; height:1%; line-height:1%; font-size:1%; }

a:link, a:visited { color:#333; font-weight:bold; text-decoration:underline; }
a:hover, a:active { text-decoration:none; outline:none; }

strong, dfn { font-weight:bold; }
em { font-style:italic; }

/* 
=====================
HEADINGS
=====================
*/
h1, h2, h3, h4, h5, h6 { font-weight:bold; }
h1 { font-size:25px; line-height:28px; margin-top: 10px; }
h2 { font-size:22px; line-height:25px; }
div#main h2 { font-size: 18px; margin-top: 10px; margin-bottom: 0px; font-weight: normal; }
h3 { font-size:18px; line-height:21px; }
h4 { font-size:16px; line-height:19px; }
h5 { font-size:14px; line-height:17px; }
h6 { font-size:13px; line-height:16px; }

h2.assessh2 { font-size:22px; line-height:25px; border-bottom:1px dotted #333;}

/* 
=====================
LISTS
=====================
*/
ul li { list-style-type:disc; }
ol li { list-style-type:decimal; }
ul, ol { list-style-position:outside; margin:1em 0 0 0; padding:0 0 0 2em; }

/* 
=====================
FOUNDATION
=====================
*/
div#wrap { width:100%; position:relative; text-align:left; }
div#contain { background:url(../images/bg_contain-repeat.jpg) repeat-y top center; width:980px; margin:0 auto; position:relative; padding: 0; }

div#header {
	background:#2B3A59;
	width:950px;
	height:133px;
	margin:0 auto;
	position:relative;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;
}

div#cwrap {
	width:950px;
	padding:0;
	margin:0 auto;
	position:relative;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
}
div#side { background:url(../images/bg_side.jpg) repeat-x top center; width:245px; padding:0; float:left; display:inline; position:relative; }
div#main { width:700px; float:right; display:inline; position:relative; }


div#footer {
	background:url(../images/bg_footer.jpg) no-repeat top center;
	width:940px;
	padding:10px 20px 0;
	margin:0 auto;
	position:relative;
}

img.righty {float:right; border:1px solid #000; margin:0 8px;}

h2.thinkwise a { font-size: 18px; margin-top: 10px; margin-bottom: 0px; font-weight: normal;}



/* 
=====================
OLD CONTACT FORM  - NEW CONTCT FORM CSS AT THE BOTTOM
=====================
*/

/*
	.saveAndResume {
		text-align:right;
		font-size: small;
	}
	.saveAndResume fieldset {
		text-align:left;
	}
	.saveAndResume #tfa_resumeEmail {
		width: 195px;
	}
	.saveAndResume #tfa_resumePassword {
		width: 195px;
	}
	.saveAndResume .actions  { 
		width: 200px !important; 
		text-align: right; 
	}
	.saveAndResume .actions input {
		font-weight: bold;
		font-size: 100%;
	}
	.saveAndResume .actions #tfa_resumeLater.wfHideSubmit {
		display: inline !important;
	}
	.onstate-resumelater { display: block }
	.errorMessage {
		color:red;
		background-color:white;
		padding:5px;
		border:1px solid #F77;
		font-family:sans-serif;
	}
*/

/* 
=====================
HEADER
=====================
*/
div#header h1 a:link, div#header h1 a:visited {
	background:url(../images/img_logo.png) no-repeat top center;
	width:253px;
	height:0;
	padding:100px 0 0;
	margin:15px 0 0 30px;
	display:block;
	position:relative;
	overflow:hidden;
	font-size:1%;
	line-height:1%;
	border:0;
	text-decoration:none;
	color:#2B3A59;
	float:left;
}
div#header h1 a:hover, div#header h1 a:active { border:0;text-decoration:none; }

div#header div.contact-header { padding:5px 10px 0 0; float:right; color:#fff; text-align:center; }
div#header div.contact-header p { margin:0; font-size:13px; }
div#header div.contact-header p span.smaller { font-size:12px; }
div#header div.contact-header p span.large { padding:2px 0; font-family:Georgia, "Times New Roman", Times, serif; font-size:22px; display:block; }
div#header div.contact-header p.contact-us {
	background:url(../images/btn_contactus.jpg) no-repeat top center;
	width:240px;
	height:25px;
	margin:15px 0 0;
}
div#header div.contact-header p.contact-us a {
	padding:2px 0 0;
	color:#fff;
	display:block;
}


/*
=====================
MAIN
=====================
*/
div#main div#splash {
	background:url(../images/img_splash.jpg) no-repeat top center;
	width:700px;
	height:278px;
}
div#main div#splash h2 { padding:8px 0 0 15px; font-size:22px; font-weight:normal; color:#333; }
div#main div#splash h3 { padding:0 0 0 15px; font-size:17px; font-weight:normal; color:#2B3959; font-style:italic; }
div#main div#splash p { width:70%; padding:157px 0 0 15px; color:#fff; font-size:12px; line-height:15px; }

div#main div#pulls { padding:5px 0 15px; }
div#main div#pulls div.col {
	background:url(../images/bg_pull-bg-repeat2.jpg) repeat-x top center;
	width:230px;
	height:240px;
	margin:0 5px 0 0;
	float:left;
	text-align:center;
}
div#main div#pulls div.last { margin:0; }
div#main div#pulls div.col h3 {
	padding:10px 0;
	font-size:18px;
	line-height:21px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#fff;
}

div#main div#pulls div.col h3 a {
	padding:10px 0;
	font-size:18px;
	line-height:21px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#fff;
}

div#main div#pulls div.col img { padding:8px 0; }
div#main div#pulls div.col p { margin:0; font-size:10px; color:#fff; padding:0 7px; width:215px; line-height:14px;}
div#main div#pulls div.col p a { font-size:10px; color:#fff; }


div#main div#content { padding:0 20px; }
div#main div#content h1 { font-size:22px; font-weight:normal; line-height:25px; color:#333; }
div#main div#content h4 { font-size:13px; color:#333; }

img.foto_left {
	float: left;
	padding: 5px 20px 20px 0;
}

p.reduce {font-size:11px;}

#form label {font-family: "Arial", Times New Roman, Times, serif;}

table.assessments {width:100%; padding:0; margin:15px 0; font:12px "Arial", Times New Roman, Times, serif; border:1px solid #B9B9B9;}
table.assessments th {border:1px solid #B9B9B9; margin:0; padding:5px; background-color:#CCC; text-align:center; font-weight:normal; color:#333; vertical-align:middle;}
table.assessments td {width:100px; border:1px solid #B9B9B9; margin:0; padding:5px; background-color:#fff; text-align:center; font-weight:normal; color:#333; vertical-align:middle;}
table.assessments tr.alt td {background-color:#E0E0E0;}
table.assessments td.alleft {text-align:left; width:350px;}

/*
=====================
SIDE
=====================
*/
div#side img { padding:0 0 0 45px; }

div#side div#blog-callout {
	background:#2B3A59;
	width:220px;
	padding:10px;
	margin:30px 0 0;
	color:#fff;
	font-size:12px;
	line-height:15px;
}
div#side div#blog-callout h2 { font-family:Georgia, "Times New Roman", Times, serif; font-size:25px; line-height:28px; font-weight:normal; }
div#side div#blog-callout p { margin:0; }
div#side div#blog-callout p.recent-post { font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; }
div#side div#blog-callout p.date { font-family:Georgia, "Times New Roman", Times, serif; }
div#side div#blog-callout p.read-more {
	background:url(../images/btn_read-more.jpg) no-repeat top center;
	width:131px;
	height:30px;
	margin:8px 0 0;
	text-align:center;
	float:right;
}
div#side div#blog-callout p.read-more a { padding:5px 0 0; color:#fff; display:block; }


/*
=====================
FOOTER
=====================
*/
div#footer p { margin:0; font-size:11px; color:#797979; line-height:13px;}

div#footer p.site-map { float:right; }

/*
=====================
Leftover from previous site
=====================
*/
#articles {
	float: left;
	width: 650px;
}
#articles li {
background-image:url("../images/circle_grey_down.gif");
background-position:0 2px;
background-repeat:no-repeat;
color:#616C84;
font-size:12px;
padding:0 0 20px 20px;
list-style-type:none;
}
#articles_01 {
	float:right;
	height: 670px;
	width: 150px;
}
ul.box {
	float:left;
	margin-right: 30px;
	
}
#download_adobe {
	float: left;
	width: 600px;
	clear:both;
}
div.clear {
	clear: both;
}
/*
=====================
WORDPRESS BLOG
=====================
*/
#blog-sidebar {margin:100px 0 0 -10px;}

#blog-sidebar ul ul {
	margin: 2px 0 10px 0;
}
#blog-sidebar li {
	list-style: none;
	margin:7px 0;
}
#blog-sidebar h2 {
	font-size: 12px;
	line-height: 14px;
}



/*
=====================
CONTACT FORM
=====================
*/

/*
.appnitro
{
	font-family:Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
	font-size:small;
}

.appnitro li
{
	width:55%;
}

*/



form {margin:20px 0;}

form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:700px;
}

form li
{
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
	font:normal 13px/17px Georgia, "Times New Roman", Times, serif;
}

form li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons
{
	clear:both;
	display:block;
	margin-top:10px;
}

 

form li div
{
	color:#333;
	margin:0 4px 0 0;
	padding:0 0 8px 0;
	font:normal 12px Arial, Helvetica, sans-serif;
}

/*
form li span
{
	color:#333;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

*/

form li div.left
{
	display:inline;
	float:left;
	width:110px;
	margin-right:4px;
	margin-left:0px;
}

 
form li div.right
{
	display:inline;
	float:right;
	width:200px;
}

form li div.left .medium
{
	width:300px;
 }

form li div.left #city
{
	width:250px;
}

form li div.right .medium
{
	width:100%;
}
 
form li div label
{
	clear:both;
	color:#333;
	display:block;
	font-size:11px;
	line-height:9px;
	margin:0;
	padding-top:3px;
	width: 125px;
	font-family: Georgia;
}

form li span label
{
	clear:both;
	color:#333;
	display:block;
	font-size:11px;
	line-height:9px;
	margin:0;
	padding-top:3px;
	font-family: Georgia;
}
 
 
/**** Buttons ****/
input.button_text
{
	overflow:visible;
	padding:0 7px;
	width:auto;
}

.buttons input
{
	font-size:120%;
	margin-right:5px;
}

/**** Inputs and Labels ****/
label.description
{
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0px;
}

.red {color:red; line-height:12px;}

span.symbol
{
	font-size:115%;
	line-height:130%;
}

input.text
{
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

input.file
{
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

textarea.textarea
{
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font:normal 13px/17px Arial, Helvetica, sans-serif;
	font-size:100%;
	margin:0 0 0 15px;
	width:400px;
}

select.select
{
	color:#333;
	font-size:100%;
	margin:1px 0;
	padding:1px 0 0;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
}


input.currency
{
	text-align:right;
}

input.checkbox
{
	display:inline;
	height:13px;
	margin:7px 0 0 3px;
	width:13px;
	font:normal 12px/14px Arial, Helvetica, sans-serif;

}

input.radio
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

label.choice
{
	color:#333;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}

select.select[class]
{
	margin:0;
	padding:1px 0;
}

*:first-child+html select.select[class]
{
	margin:1px 0;
}

.safari select.select
{
	font-size:120% !important;
	margin-bottom:1px;
}

input.small
{
	width:100px;
	margin-left:20px;
}

label.bump
{
	margin-left:20px;
	font:normal 10px/12px Arial, Helvetica, sans-serif;
}

label.smalllabel {font:normal 10px/12px Arial, Helvetica, sans-serif; margin-left:0;}

select.small
{
	width:25%;
}

input.medium
{
	width:360px;
}

select.medium
{
	width:50%;
}

input.fieldlarge
{
	width:500px;
}

select.fieldlarge
{
	width:100%;
}

textarea.small
{
	height:5.5em;
}

textarea.medium
{
	height:10em;
	margin-left:0;
}

textarea.fieldlarge
{
	height:20em;
}

.button {padding:0 15px; margin-left:20px;font-size:14px;}

