/*  
Theme Name: Cygnus
Description: Custom theme for Cygnus Inc
Author: Karen Friesen
Author URI: http://fearofwhitespace.com/
*/



html,body 	{
	margin:0;
	padding:0;
}


body {
	font-family: arial,verdana,helvetica,sans-serif;
/*	font-size: 76%;*/
	font-size: 12px;
	background-image: url(images/topBG2.gif);
	background-color: #fff;
	color: #000;
	background-repeat: repeat-x;
}


h1, h2, h3, h4, h5	{
	margin: 0 0 2px 0;
}


h2	{
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
}

h3	{
	font-size: 1.3em;
	margin-top: 2em;

}

h4	{
	font-size: 1.1em;
	margin-top: 2em;
}

p, li	{
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 0 1em 0;
}

li	{
	margin-bottom: .6em;
}

li p	{
	font-size: 1em;
	margin-bottom: 0;
}

ul	{
	margin-top: 1em;
	margin-bottom: 1em;
}

a:link	{
	color: #00516A;
}

a:visited	{
	color: #40879E;
}

a:hover, a:active {

}

.right	{
	float: right;
	margin: 0 0 10px 12px;
}

.left	{
	float: left;
	margin: 0 10px 12px 0;
}


.bio	{
	margin: 3em 0;
	clear: all;
}

#logos	{
/*	text-align: center;*/
}

#logos img	{
	margin: 1em 0;
}

#outside	{
	background-image: url(images/page_bk2.gif);
	background-repeat: no-repeat;

}

#container {
	width: 800px;
	margin: 0;
}

#content	{
	float: right;
	width: 540px;
	padding-top: 75px;
}

#navigation	{
	float:left;
	width: 208px;
	padding: 190px 0 220px 22px;
}

#extra	{
	float:right;
	width:560px;
}

#footer	{
	clear:both;
	width:100%;
	padding-left: 240px;
	font-size: 11px;
	padding-top: 3em;
}


/* Nav */

#navigation ul, #navigation ul li	{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#navigation ul	{
	margin-left: 38px;
}

#navigation ul li a:link, #navigation ul li a:visited {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px 0 2px 5px;
	width: 146px;
	margin: 2px 0;
	border-bottom: solid 1px #ddd;
}


#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li a#selected {
	color: #005F7D;
}


#navigation ul li.o600	{
	margin-top: 40px;
}

#navigation ul li ul li {
	display: none;
}


/*
#navigation ul li ul li {
	list-style-type: disc;
	margin: 2px 0 2px 34px;
}

#navigation ul li ul li a:link, #navigation ul li ul li a:visited {
	background: none;
	text-transform: none;
	text-align: left;
	height: auto;
	margin: 0;
}

#navigation ul li ul li a:hover, #navigation ul li ul li a:active {
	text-decoration: underline;
}

#navigation ul li ul li ul li {
	margin: 2px 0 2px 16px;
}
*/

/* Client List */

#clients li	{
	margin-bottom: .3em;
	line-height: auto;
}


/* contact form */

.contactform	{
	margin: 2em 0;
}

.contactform label	{
	font-weight: bold;
}


h1	{
/*	height: 32px;*/
	text-align: left;
	text-transform: uppercase;
	margin: 20px 0 24px 0;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

*/
