/**
* CSS
* 
* @version 1.7
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	line-height: 15px;
	color: #595959;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
}

#logo {
	padding-top: 40px;
	"Helvetica Neu", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#logo a {
	color: #242424;
	border-bottom: 1px solid #fff;
}

#descr {
	height: 23px;
	font-size: 8px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { 
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #e50000; 
}

a:active { 
	text-decoration: none; 
	color: black; 
}

a:visited { 
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #e50000; 
}

a:hover { 
	color: #e50000; 
}

a img { border: none; }


#topbar {
    border-top: 5px solid rgb(0, 0, 0);
    left: 15px;
    position: fixed;
    top: 0px;
    width: 975px;
}

#topinfo {
	padding: 10px 0 0 0;
	margin: 0 0 0 270px;
	position: fixed;
	border-top: 5px solid rgb(0, 0, 0);
	border-bottom: 1px solid rgb(0, 0, 0);
    top: 0px;
	width: 720px;
	height: 71px;
	background-color: #ffffff;
	overflow: hidden;
	font-family: Georgia, serif;
}

#topcontact {
	border-top: 1px solid rgb(180, 180, 180);
	padding: 5px 0 0 0;
	width: 200px;
	float: left;
}

#topabout {
	padding: 20px 0 0 0;
	margin: 0 0 0 220px;
	width: 500px;
	font-size: 12px;
	color: #666666;
	font-family: Georgia, serif;
	text-align: right;
}

ul.list {
	list-style-type: none;
	margin: 0;
}

.list li {
	border-bottom: 1px solid rgb(230, 230, 230);
	font-size: 10px;
	margin: 0;
	padding: 3px 0 3px 0;
	color: #808080;
}

.list li a {
	color: #000000;
}

.nudge-1 {
	padding: 0 0 0 20px;
	text-align: right;
	color: #999999;
}

.nudge1 {
	padding: 0 0 0 0;
}

.nudge2 {
	padding: 0 0 0 10px;
}

.nudge3 {
	padding: 0 0 0 350px;
}

.nudge4 {
	padding: 0 0 0 515px;
}

.span-1 {
	width: 50px;
}

.span-2 {
	width: 165px;
}

.span-3 {
	width: 515px;
}

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

.clear {
	margin: 0;
	padding: 0;
}

.nolink {
	height: 76px;
}

.nolink a {
	color: #666666;
	border-bottom: 0;
}

#menu {
    width: 230px;
    margin: 10px 10px 0 15px;
    padding: 0;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
    color: #cccccc; 
}

#menu ul li {
	padding: 0;
	margin: 0;
}

#menu ul {
	border-top: 1px solid rgb(0, 0, 0);
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#menu ul a {
	text-decoration: none;
	display: block; 
	line-height: 15px;
	color: #4d4d4d;
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #ededed;
}

#menu li.active a {
	color: black;
	font-weight: bold;
}

#menu ul li a:hover {
	color: black;
	background-color: #f3f3f3;
	text-decoration: none;
}


#menu ul li.section-title {
	margin-left: 0;
	font-weight: bold;
	color: #242424;
}

#menu ul li.section-title:hover {
	color: black;
}

#content {
    height: 100%;
    margin: 0 0 0 270px;
    padding-right: 15px;
    top: 0;
}

#content .container {
    margin: 84px 0 20px 0;
    padding: 0;
    border-top: 1px solid #000;
    width: 720px;
   	font-size: 12px;
}

.container p {
	padding: 5px 0 12px 0;
	line-height: 15px;
}

.container bold {
	color: #262626;
}

img a {
	border: 0;
}

img a:visited {
	border: 0;
}

.nav a {
	color: #666666;
}

u {
	text-decoration: none;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container { margin: 0; padding: 0; }
#img-container img { margin-bottom:  10px; }
#img-container p { width: 400px; margin: 0; padding: 0 0 10px 0; }

.picture {
	padding-top: 20px;
}

.img-bot { padding-left: 0px; }

#once { clear: left; }

#content img.imgaward {
margin-right: 20px;
margin-left: 20px;
float: right;
}

#links {
display: block;
margin: 0;
padding: 5px 10px 0 0;
float: left;
width: 165px;
}

#col-165 {
display: block;
margin: 0;
padding: 5px 10px 0 0;
float: left;
width: 165px;
}

#linkshome3 {
display: block;
margin: 0;
padding: 5px 10px 0 0;
float: left;
width: 515px;
}

#linkshome4 {
display: block;
margin: 10px 0 5px 0;
padding: 0;
float: left;
width: 720px;
border-top: 1px solid #cccccc;
}

#TB_overlay {
	background-color: #333333;
}

/* Nice Titles */

.title {
	display: block;
	margin-top: 32px;
	font-weight: bold;
	font-size: 26px;
	font-family: "Helvetica Neu", Helvetica, Arial, sans-serif;
	letter-spacing: -0.05em;
	line-height: 22px;
	color: #242424;
}

.title a {
	color: #242424;
}

.title a:hover {
	text-decoration: none;
}

.subtitle {
	display: block;
	padding: 5px 0 0 0;
	margin: 0;
	border-top-style: solid; 
	border-top-width: 0; 
	border-top-color: #dedede;
	font-weight: normal;
	font-size: 14px;
	font-family: Georgia, serif;
	text-transform: uppercase;
	color: #242424;
}

.subtitle2 {
	display: block;
	padding: 5px 0 0 0;
	margin: 0;
	border-top-style: solid; 
	border-top-width: 0; 
	border-top-color: #dedede;
	font-weight: normal;
	font-size: 12px;
	font-family: "Helvetica Neu", Helvetica, Arial, sans-serif;
	color: #242424;
}

/* A nice ampersand */

.amp {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
}

/* For by-lines */

.low {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
	color: #808080;
}

.ver {
	text-transform: uppercase;
}

.maintitle a {
	color: black;
}

.divClear {
    clear:both;
}

