/* General styles */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;	/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #CCEFFF;
}

/* Header styles */
#header {
	background-image: url(images/liner-right-tile.jpg);
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
#header a {
	display: block;
	margin: 0px auto;
	height: 175px;
	width: 975px;
	background-image: url(images/csrn-banner.jpg);
	text-indent: -9999px;
}

/* Navigation */
#navbar {
	height: 50px;
	background-image: url(images/1px.gif);
}
#navbar ul {
	width: 801px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
}
#navbar ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navbar ul li a {
	display: block;
	float: left;
	height: 50px;
	text-indent: -9999px;
}

/* Specific nav pieces */
#nav_home a {
	width: 148px;
	background-image: url(images/home.jpg);
}
#nav_home a:hover {
	background-image: url(images/home-over.jpg);
}
#nav_csrn a {
	width: 68px;
	background-image: url(images/csrn.jpg);
}
#nav_csrn a:hover {
	background-image: url(images/csrn-over.jpg);
}
#nav_plsc a {
	width: 64px;
	background-image: url(images/plsc.jpg);
}
#nav_plsc a:hover {
	background-image: url(images/plsc-over.jpg);
}
#nav_ind_showcase a {
	width: 150px;
	background-image: url(images/ind-showcase.gif);
}
#nav_ind_showcase a:hover {
	background-image: url(images/ind-showcase-over.gif);
}
#nav_refnet a {
	width: 190px;
	background-image: url(images/refnet.jpg);
}
#nav_refnet a:hover {
	background-image: url(images/refnet-over.jpg);
}
#nav_contact a {
	width: 181px;
	background-image: url(images/contact-us.jpg);
}
#nav_contact a:hover {
	background-image: url(images/contact-us-over.jpg);
}
/* Content */
#content {
	width: 975px;
	background: #FFF;
	margin: 0px auto;
	clear: both;
	overflow: auto;
	background: #FFF url(images/welcome-spacer.gif) repeat-x;
	min-height: 450px;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #8FB0BF;
	font-weight: normal;
	margin: 0.75em 0px;
}
#content h1, #content h2 { margin-bottom: 1.5em; border-bottom: 2px solid #39C; padding-bottom: 1em; }
#content h1 { font-size: 1.75em; }
#content h2 { font-size: 1.5em; }
#content h3 { font-size: 1.25em; }
#content h4 { font-size: 1em; }
#content h5 { font-size: 0.75em; }
#content h6 { font-size: 0.5em; }
#content ul li {
	padding-bottom: 10px;
	list-style-image: url(images/CSRN_Icon.gif);
}

/* Forms within content areas */
#content form {
	line-height: 1.5em;
}
#content form ul {
	padding-left: 0px;
}
#content form ul ul {
	padding-left: 20px;
}
#content form ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	clear: both;
	padding-bottom: 0px;
	margin-bottom: 0.5em;
	overflow: auto;
}
#content form ul ul li {
	margin-bottom: 0px;
}
#content form label {
	float: left;
	width: 175px;
}
#content form input[type=text],
#content form input[type=password],
#content form select {
	float: left;
	width: 200px;
}
#content form ul.radiolist label {
	float: none;
}

/* Main column content */
#maincol {
	float: left;
	width: 500px;
	margin-top: 12px;
	margin-right: 40px;
	margin-left: 45px;
	color: #416B83;
	padding-bottom: 50px;
	text-align: justify;
}

#maincol p.highlight {
	border: solid 1px #5C7E87;
	padding: 10px;
	background-color: #A7E8FA;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 340px;
}

/* Footer styles */
#footer {
	clear: both;
	text-align: center;
}
#footerstrip {
	width: 975px;
	margin: 0px auto;
	overflow: auto;
}
#footerstrip img {
	float: left;
	margin: 0px;
	padding: 0px;
}
#footer p {
	clear: both;
	height: 40px;
	color: #0B4E71;
}

/* Other Classes */
.clear {
	height: 0px;
	clear: both;
}
.smallText {
	font-size: 0.625em;
}
.largeText
 {
	 font-size: 1.25em;
}

