/* stylesheet for akonni.com */


body {
	margin: 10px 0;
	padding: 10px 0;
	background: #04115f url(../images/bg.jpg) top left no-repeat;
	color: #4b4b4b;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
#footer #exchange a:link {
	color: #04115f;
	display: block;
	width: 100%;
}

#footer #exchange a:visited {
	color: #04115f;
	display: block;
	width: 100%;
}

#footer #exchange a:hover {
	color: #04115f;
	display: block;
	width: 100%;
}
	

/* header and nav */	
	
#header { 
    position: relative;
    margin: 0 auto;
    width: 900px;
	height: 98px;
    text-align: left;
	background-color: #00447b;
	border-bottom: 5px solid #5280b4;   
	}

#logo {
	position: relative;
	float: left;
	width: 313px;
	}
		
#nav {
	position: relative;
	float: right;
	margin: 0;
	padding: 60px 10px 0 0;
	}
	
#nav ul {
	list-style: none;
	}

#nav li {
	display: inline;
	color: #fff;
	}
	
#nav a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	}
	
#nav a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	}
	
#nav a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #5280b4;
	padding: 10px;
	}
	
.youarehere {
	background-color: #5280b4;
	}
	
	
/* page structure */
/* width and float on page div keeps columns from breaking out of the background */
/* page bg image handles column background colors. regular and wide versions */
/* no float on page-content div keeps width and centering */

#page {
	clear: both;
	position: relative;
	float: left;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding: 0;
	background: url(../images/bg_page.gif) top center repeat-y;
	}
	
#page-wide {
	clear: both;
	position: relative;
	float: left;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding: 0;
	background: url(../images/bg_page_wide.gif) top center repeat-y;
	}
	
#page-content {
	position: relative;
	margin: 0 auto;
	width: 900px;
	}
	
#tagline {
	position: relative;
	float: left;
	background: url(../images/bg_subhead.jpg) top left no-repeat;
	width: 860px;
	height: 55px;
	text-align: left;
	padding: 0 20px;
	color: #fff;
	}
	
#left {
	position: relative;
	float: left;
	width: 440px;
	padding: 20px 40px;
	text-align: left;
	}	
	
#right {
	position: relative;
	float: left;
	width: 370px;
	padding: 5px;
	color: #fff;
	text-align: left;
	/*background-color: #2d5996;*/
	}
	
#right h2 {
	margin: 25px 15px 0 15px;
	color: #04115f;
}
	
#right p {
	margin-left: 15px;
	margin-right: 15px;
	color: #04115f;
	margin-bottom: 0;
}

#right ul {
	margin-left: -1em;
	color: #04115f;
	margin-top: 0;
}

#right li {
	margin-bottom: 5px;
}

#right img {
	margin: 5px 0 0 0;
}

#right a:link {
	color: #fff;
	font-weight: bold;
	}
	
#right a:visited {
	color: #fff;
	font-weight: bold;
	}
	
#right a:hover {
	color: #04115f;
	font-weight: bold;
	}
	
#left-withwide {
	position: relative;
	float: left;
	width: 580px;
	padding: 20px 40px;
	text-align: left;
	}	
	
#right-withwide {
	position: relative;
	float: left;
	width: 230px;
	padding: 5px;
	color: #fff;
	}
	
#product-text {
	float: left;
	width: 310px;
	}
	
#product-image {	
	float: left;
	width: 270px;
	}	
		

/* sidenav */	
	
#sidenav {
	padding: 10px 0;
	text-align: left;
	}
	
#sidenav ul {
	list-style: none;
	font-size: 90%;
	margin-left: 0;
	padding-left: 0;
	}
	
#sidenav li {
	color: #fff;
	}
	
#sidenav a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	display: block;
	}
	
#sidenav a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	display: block;
	}
	
#sidenav a:hover {
	color: #5280b4;
	font-weight: bold;
	text-decoration: none;
	background-color: #04115f;
	padding: 3px;
	display: block;
	}
	
.first {
	display: block;
	border-bottom: 1px solid #9bbde4;
	padding-bottom: 2px;	
	}
	
.youarehere-side {
	color: #5280b4;
	font-weight: bold;
	background-color: #fff;
	padding: 3px;
	display: block;
	}	
	
	

/* footer */
	
#footer {
	clear: both;
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
	width: 900px;
	text-align: center;
	color: #fff;
	font-size: .7em;
	}
	
#footer a:link {
	color: #fff;
	font-weight: normal;
	}
	
#footer a:visited {
	color: #fff;
	}
	
#footer a:hover {
	color: #fff;
	}

	
	
/* general attributes */

h1 {
	font-size: 1.3em;
	color: #327b51;
	}
	
h2 {
	font-size: 1.1em;
	color: #327b51;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 1.4em;
	}
	
h3 {
	font-size: .9em;
	color: #327b51;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 1.4em;
	}
	
p {
	font-size: .8em;
	line-height: 1.4em;
	}
	
ul {
	font-size: .8em;
	line-height: 1.4em;
	}
	
ol {
	font-size: .8em;
	line-height: 1.4em;
	}
	
a:link {
	color: #2d5996;
	font-weight: bold;
	}
	
a:visited {
	color: #2d5996;
	font-weight: bold;
	}
	
a:hover {
	color: #327b51;
	font-weight: bold;
	}
	
hr {
	border: 0;
	width: 100%;
	background-color: #d0d0d0;
	color: #d0d0d0;
	height: 1px;
	}
	
table	{
	font-size: .8em;
	border: 1px solid #ccc;
	
	}
	
th {
	padding: 5px 10px;
	line-height: 1.4em;
	text-align: left;
	background-color: #327b51;
	color: #fff;
	}
	
tr.gray {
	background-color: #f1f1f1;
}
	
td {
	padding: 10px;
	border: 1px solid #ccc;
	line-height: 1.4em;
	}
	
.tagline-text {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 9px;
	}
	
.format {
	padding: 0;
	border: none;
	font-size: 90%;
	}
	
.press {
	padding: 7px 0;
	border: none;
	font-size: 90%;
	border-top: 1px solid #c3c3c3;
	}
	
.emphasis {
	color: #327b51;
	font-weight: bold;
	}
	
#downloads {
	position: relative;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f3f3f3;
	font-size: 90%;
	padding-left: 10px;
	}
	
.download-image {
	background: url(../images/download_divider.jpg) top left no-repeat;
	padding: 5px 0 0 10px;
	text-align: center;
}
.download-image-single {
	background: url(../images/download_divider.jpg) top left no-repeat;
	padding: 5px 0 0 10px;
	text-align: left;
}
	
.large {
	font-size: 105%;
}
	
.small {
	font-size: 85%;
	line-height: 120%;
} 

.caption {
	font-size: 115%;
	color: #327b51;	
	display: block;
	padding-top: 10px;
}

	
	
/* form styles */

form {
	padding: 0;
	}
	
label {
	font-size: .75em;
	display: block;
	padding-top: 12px;
	font-weight: bold;
	}

.button {
	padding: 0;
	}	

input {
	font-size: .75em;
	padding: 2px
	color: #333;;
	}

select {
	font-size: .75em;
	color: #333;
	padding: 2px;
	}

textarea {
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	margin-top: 5px;
	}
	
.formlabel {
	position: relative;
	float: left;
	width: 130px;
	text-align: left;
	margin-right: 10px;
}

.formfield {
	position: relative;
	float: left;
	width: 290px;
	padding: 2px 0;
	margin: 2px 0;
}

.required {
	color: #ff0000;
	}
	
.button-contact {
	clear: both;
	position: relative;
	display: block;
	margin-left: 124px;
	padding: 20px 0;
}
	
.clearform {
	clear: both;
	margin: 20px 0;
}
	
	