/*
Theme Name: Three Links Theme
Theme URI: http://threelinks.org/
Description: Theme for Three Links
Version: 0.1
Author: Neuger Communications Group
Author URI: http://neuger.com/

*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background: #211d3e;*/
/*	background: #393073;*/
/*	background: #5a50a7;*/
/*	background: #5f598d;*/
/*	background: #5a5290;*/
/*	background: #6c6698;*/
	background: #edd174;
	font-size: 12px;
}

h1, h2 {
	font-weight: normal;
}

h2 {
	color: #004858;
	font-size: 28px;
	line-height: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 36px;
	color: #333;
	font-style: italic;
	font-weight: normal;
	line-height: normal;
}

h4 {
/*	color: #392d5c;*/
	color: #004858;
	font-size: 18px;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: normal;
	margin: 1em 0 0.5em 0;
}

a:link, a:visited {
	color: #267074;
}

a:hover {
	color: #004858;
}

#wrapper {
	background: url(images/background.gif);
	width: 842px;
	margin: 5px auto;
}

#container {
	width: 800px;
	background: #fff;
	margin: 0 auto;
}

#header {
	width: 842px;
	height: 120px;
	background: url(images/header-full.gif);
	cursor: pointer;
}

#header h1 {
	display: none;
}
/*
ul#nav {
	background: #004858 url(images/shadow-light.gif) repeat-x bottom;
	height: 47px;
	padding: 0 8px;
}

ul#nav li {
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	color: #d0e6e3;
}

ul#nav li a:link, ul#nav li a:visited {
	height: 32px;
	display: block;
	float: left;
	line-height: 32px;
	color: #d0e6e3;
	padding: 0 10px;
	text-decoration: none;
}

ul#nav li a:hover {
	background: #207c81;
}
*/

#main {
	float: left;
	width: 800px;
	background: #fff url(images/background-logo.gif) no-repeat bottom center;
	padding: 10px 0 75px 0;
}

#content {
	float: left;
	width: 800px;
}

.two-column #content {
	width: 430px;
}

#content-inner {
	padding: 10px 18px;	
}

#content p {
	margin: 0.5em 0 1.5em;
	line-height: 20px;
}

#content p.intro {
	font-size: 14px;
	line-height: 22px;
	color: #207c81;
}

#content-inner ul {
	margin: 12px 30px;
}

#content-inner ul li {
	margin: 4px 0;
}

#sidebar {
	float: right;
	width: 338px;
	margin-right: 16px;
}

#sidebar h3 {
	display: none;
}

#footer {
	clear: both;

}

#footer #footer-background {
	/*background: #fff url(images/background-logo.gif) no-repeat;*/
/*	height: 85px;*/
}

#footer #footer-text {
	clear: both;
	font-size: 11px;
	line-height: 20px;
	color: #fff;
	border-top: 10px solid #392d5c;
	background: #57447b;
}

#footer #footer-text p {
	padding: 10px 18px;
}

#footer #footer-text p span {
	text-transform: uppercase;
	color: #b5a5d4;
	font-size: 10px;
}

#shadow {
	width: 842px;
	height: 25px;
	background: url(images/shadow-bottom.gif) no-repeat bottom center;
}

.alignright {
	float: right;
	padding: 0 0 4px 8px;
}

div.links {
	text-transform: uppercase;
	font-size: 12px;
	height: 44px;
	width: 338px;
	line-height: 36px;
}

div.links p {
	padding: 0 10px;
}

div.links a:link, div.links a:visited {
	display: block;
	height: 36px;
	line-height: 36px;
	color: #fff;
	text-decoration: none;
}

div.links:hover {
	/*background: #666 url(images/links.png) no-repeat right;*/
}

div.links a:hover {
	text-decoration: underline;
}

.purple-dark { background: url(images/link1.png) no-repeat; }
.purple-light { background: url(images/link3.png) no-repeat; }
.teal { background: url(images/link2.png) no-repeat; }

h2 span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 span a:link, h2 span a:visited {
	font-size: 12px;
	padding: 2px;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	background: #267074;
	text-transform: uppercase;
}

h2 span a:hover {
	background: #c00;
}

#flashcontent {
	margin-bottom: 20px;
}

a:link, a:visited {
	
}
