/* -------------------------------------------------
Strategy A CSS
Version: 02.15.2007
Author: Kevin Shoesmith
Email: kevin@venncommunications.com
Website: http://www.venncommunications.com
------------------------------------------------- */

/* Basic Layout */

body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #FFFFFF;	
}

#header{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 50px;
	width: 100%;
	border-top: 5px solid #A6A6A6;
	border-right: 0px;
	border-bottom: 2px solid #DADADA;
	border-left: 0px;
	background-color: #DDDDDD;
	background-image: url(/images/bg_header_crop.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#image {
	margin-bottom: 0px;
	padding: 0px;
	clear: both;
	height: 118px;
	width: 100%;
	border-right: 0px;
	border-bottom: 3px solid #65bbe9;
	border-left: 0px;
	background-color: #65bbe9;
	background-image: url(images/Kisogawa.jpg);
	background-repeat: repeat-x;
	background-position: left;
}

#logo {
	margin: 0;
	padding: 0;
	width: 143px;
	height: 163px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	left: 15px;
	top: 0px;
}

#wrapper {
	width: 950px;
	height: auto;
	margin: 0 auto 0;
	text-align: left;
}

.border {
	padding: 5px;
	margin-top: 5px 0px 5px 0px;
	border: 1px solid #EEEEEE;
	background-image: url(images/bg_border_div.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#ribbon {
	margin-top: -14px;
	padding: 0;
	width: 143px;
	height: 164px;
	background-image: url(images/ribbon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	float: right;
	top: 0px;
	right: 15px;
}

/* Layout */

#homeMain {
	width: 735px;
	float: left;
	margin-bottom: 10px;
}

#homeCenter {
	width: 485px;
	float: right;
	margin-right: 20px;
}

#homeLeft {
	width: 205px;
	float: left;
	padding: 0px;
	margin-top: 6px;
	margin-right: 10px;
	margin-left: 10px;
}

#homeRight {
	width: 205px;
	float: right;
	padding: 0px;
	margin-top: 40px;
}

/* Footer */

#footerContainer{
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	clear: both;
	height: 150px;
	width: 100%;
	border-top: 4px solid #ffffff;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	background-color: #ffffff;
}

#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	font-variant: normal;	
	color: #E1E1E1;
	line-height: 1.4em;
	width: 975px;
	margin: 0 auto 0;
	text-align: left;
	overflow: visible;
}

#footer a:link {
	font-family: Verdana, Arial, sans-serif;
	font-size: inherit;
	font-variant: normal;
	color: #0072bc;
	line-height: 1.4em;
	text-decoration: none;
	border-bottom: 1px dotted #E1E1E1;
}

#footer a:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: inherit;
	font-variant: normal;	
	color: #0072bc;
	line-height: 1.4em;
	text-decoration: none;	
	border-bottom: 1px dotted #E1E1E1;		
}

#footer a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: inherit;
	font-variant: normal;	
	color: #14b1e7;
	line-height: 1.4em;
	text-decoration: none;	
	border-bottom: 0px;	
}


/* Text related matters */

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.65em;
	color: #535353;
	margin: 0px 0px 10px 0px;
}

ol {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #535353;
	width: auto;
	line-height: 1.65em;
}

ol li {
	line-height: 1.65em;
}

#homeCenter ul {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #535353;
	width: auto;
	line-height: 1.68em;
}

#homeCenter ul li {
	line-height: 1.68em;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 1.4em;
	letter-spacing: -0.03em;
	color: #0054a6;
	margin: 0px 0px 7px 0px;
	padding-bottom: 4px;
	clear: both;
	width: 95%;
	border-bottom: 1px solid #E2E2E2;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 1.0em;
	letter-spacing: -0.02em;
	color: #0054a6;
	margin: 0px 0px 7px 0px;
	font-weight: bold;
}

h3 {
	font-family: Verdana, sans-serif;
	font-size: 1.05em;
	letter-spacing: -0.03em;
	color: #0054a6;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

.secondaryContent {
	font-family: Verdana, sans-serif;
	font-size: .70em;
	color: #535353;	
	letter-spacing: normal;	
}

#secondaryContent {  /* This is an ID for the list items */
	font-family: Verdana, sans-serif;
	font-size: .70em;
	color: #535353;	
	letter-spacing: normal;	
	margin-bottom: 35px;
}

#secondaryContent ul {
	width: auto;
	line-height: normal;
}

#secondaryContent li {
	list-style-image: url(/images/li_bullet.gif);
	list-style-type: none;
	margin: 0px 0px 10px -20px;
}

#secondaryContent li ul {
	width: auto;
	line-height: normal;
	margin-top: 10px;
}

#secondaryContent li ul li {
	list-style-image: url(/images/li_bullet.gif);
	list-style-type: none;
	margin: 0px 0px 10px -20px;
}

.subtitle {
	font-size: 0.55em;
	letter-spacing: normal;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2em;
}

.posted {
	font-size: 0.75em;
	letter-spacing: normal;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-style: italic;
	font-weight: normal;
}

.newsLink {
	font-size: .7em;
	letter-spacing: normal;	
	background-image: url(images/icon-article.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0px 0px 10px 20px;
	border-bottom: 1px solid #E2E2E2;
}

.voicesLink {
	font-size: .7em;
	letter-spacing: normal;	
	background-image: url(images/icon-quotes.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0px 0px 10px 15px;
	border-bottom: 1px solid #E2E2E2;
}

.moreLink ul {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-variant: normal;
	width: auto;
	list-style: url(none) none outside;
	float: right;
	margin: 10px 15px 10px 0px;
	clear: both;
}

.moreLink ul li {
	float: right;
}

.moreLink ul a:link {
	background-color: #f8f8f8;
	background-image: url(images/bg_moreLink.jpg);
	font-weight: normal;
	color: #0072bc;
	line-height: 1em;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #D5DBE6;
} 

.moreLink ul a:visited {
	background-color: #f8f8f8;
	background-image: url(images/bg_moreLink.jpg);
	font-weight: normal;
	color: #0072bc;
	line-height: 1em;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #D5DBE6;
} 

.moreLink ul a:hover {
	background-color: #f8f8f8;
	background-image: url(images/bg_moreLink.jpg);
	font-weight: normal;
	color: #14b1e7;
	line-height: 1em;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #94A2BE;
} 

.comments {
	padding: 7px;
	color: #535353;
	background-color: #E3E8EE;
	border-top: 1px solid #8A9BB7;
	border-right: 1px solid #B3BED0;
	border-bottom: 1px solid #B3BED0;
	border-left: 1px solid #8A9BB7;
	margin: 0px 0px 10px 0px;
}

.commentPosted {
	font-size: 0.75em;
	letter-spacing: normal;
	color: #535353;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

.vcard {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.45em;
	letter-spacing: -0.01em;
	color: #535353;
	margin: 0px 0px 25px 0px;
}

.vcard .email {
	font-family: Verdana, Arial, sans-serif;
	font-size: inherit;
	line-height: 1.65em;
	color: #535353;
	padding: 0px 0px 0px 22px;
}

.org {
	display: none;
}

.type {
	display: none;
}

/*Link Styles */
a:link {
	color: #0072bc;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #9AA6C2;
}

a:visited {
	color: #0072bc;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}

a:hover {
	color: #14b1e7;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 0px;
}


/* Nav Styles */
#navBar {
	height: 36px;
	width: 100%;
	background-color: #65bbe9;
	border-top: 3px solid #65bbe9;
	border-right: 0px;
	border-bottom: 3px solid #c2c2c2;
	border-left: 0px;
	padding: 2px 0px 0px 0px;
	margin-bottom: 0px;
}

#nav {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-variant: small-caps;
	width: 875px;
	height: auto;
	text-align: left;
	padding: 0px 0px 0px 150px;
}

#nav ul {
	width: auto;
	margin: 0 auto 0;
	list-style: none;
	float: left;
}

#nav ul li {
	float: left;
	margin: 0px 5px 0px 0px;
}

#nav ul a {
	display: block;
	padding: .2em 1.5em;
	line-height: 1.6em;
	color: #E1E1E1;
	text-decoration: none;
	border: 1px solid #65bbe9;
	font-weight: normal;
} 

#nav ul a:hover {
	color: #E1E1E1;
	font-weight: normal;
	background-color: #61b6e3;
	border-top: 1px solid #39455E;
	border-right: 1px solid #B5BED2;
	border-bottom: 1px solid #B5BED2;
	border-left: 1px solid #39455E;
}

#home #nav .home a,
#services #nav .services a,
#team #nav .team a,
#clients #nav .clients a,
#contact #nav .contact a,

{
	color: #E1E1E1;
	background-color: #61b6e3;
	border-top: 1px solid #39455E;
	border-right: 1px solid #B5BED2;
	border-bottom: 1px solid #B5BED2;
	border-left: 1px solid #39455E;
}

/* Toolbox */
ul#toolbox {
	font-family: Verdana, sans-serif;
	padding: 0px 2px 2px 2px;
	margin: 5px 0px 5px 8px;
	color: #333333;
	width: 140px;
	float: right;
	list-style: none;
	border: 1px solid #DDDDDD;
}

ul#toolbox li {
	display: list-item;
	margin: .7em;
	padding: 0px 0px 0px 20px;
}

ul#toolbox li a {
	font-weight: lighter;
}

.comment {
	background: transparent url(images/icon-comment.gif) no-repeat 0px 4px;
}

.print {
	background: transparent url(images/icon-print.gif) no-repeat 0px 4px;
}

.share {
	background: transparent url(images/icon-share.gif) no-repeat 0px 4px;
}

.email {
	background: transparent url(images/icon-email.gif) no-repeat 0px 4px;
}

.rss {
	background: transparent url(images/icon-rss.gif) no-repeat 0px 4px;
}



