/*
Company:		
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, address { margin:10px 0; }

label {
	margin: 3px 0;
}

blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	background-color: #446098;
}
/* @end */

/* @group Layout */
div#outer-wrapper {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
div#outer-wrapper {
	width: 963px;
	margin-left: auto;
	margin-right: auto;
}
body#home div#hd {
	background: url(../images/home-header-bkg.jpg) no-repeat;
	height: 305px;
	margin-top: 20px;
}
body#inside div#hd {
	background: url(../images/inside-header-bkg.jpg) no-repeat;
	height: 195px;
	margin-top: 20px;
}

a#home-link {
	display: block;
	width: 250px;
	height: 150px;
	margin: 70px 0 0 160px;
	float: left;
	display: inline;
}
body#inside a#home-link {
	margin: 40px 0 0 160px;
	height: 140px;
}

div#bd {
	background: url(../images/body-bkg.gif) repeat-y;
	width: 732px;
	margin-left: 118px;
	padding-top: 5px;
}
body#inside div#bd {
	padding-top: 30px;
}
div#sidebar {
	width: 220px;
	margin-left: 30px;
	float: left;
	display: inline;
}
div#sidebar div.blue-box {
	margin: 20px 0 0 8px;
}
div#main {
	margin-left: 34px;
	width: 418px;
	color: #436098;
	font-size: 92%;
	line-height: 150%;
	float: left;
	display: inline;
}
div#admin-col {
	padding: 30px;
}
div#bottom-banner {
	clear: both;
	padding: 20px 0 0 30px;
}
div.blue-box {
	width: 182px;
	margin-right: 20px;
	padding: 10px 15px;
	background: url(../images/blue-box-bkg.gif) no-repeat;
	color: #415e97;
	float: left;
	display: inline;
}
div.blue-box h1 {
	background: none!important;
	text-indent: 0!important;
}
div.blue-box a:link, div.blue-box a:visited {
	color: #415e97;
}

div#ft {
	background: url(../images/footer-bkg.gif) repeat-y;
	width: 732px;
	margin-left: 118px;
	height: 17px;
}
div#ft-text {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 732px;
	text-align: center;
	font-size: 92%;
	color: #fff;
}
div#ft-text a:link, div#ft-text a:visited {
	color: #fff;
	text-decoration: none;
}
div#ft-text a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Nav */
div#outer-wrapper div#sidebar ul li {
	list-style-type: none;
	margin: 0 5px 0 0;
	padding: 8px 0 8px 25px;
	background: url(../images/nav-star-icon.gif) no-repeat 0 50%;
	border-bottom: 1px solid #e7eff7;
	font-size: 122%;
}
div#outer-wrapper div#sidebar ul a:link, div#outer-wrapper div#sidebar ul a:visited {
	color: #436098;
	text-decoration: none;
}
div#nav-top {
	width: 219px;
	height: 40px;
	background: url(../images/nav-top.gif) no-repeat;
}
div#nav-btm {
	width: 219px;
	height: 36px;
	background: url(../images/nav-btm.gif) no-repeat;
}
/* @end */

/* @group Headings */
h1 {
	color: #436098;
	font-size: 185%;
	font-weight: bold;
	margin-top: 0;
	background: url(../images/star-icon.gif) no-repeat 0 50%;
	text-indent: 30px;
	line-height: 160%;
}
h2 {
	color: #425e97;
	font-size: 154%;
	font-weight: bold;
	margin-top: 0;
}
h3 {
	color: #000;
	font-size: 116%;
	font-weight: bold;
}
h4 {
	color: #000;
	font-size: 108%;
	font-weight: bold;
}
h5 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
}
h6 {
	font-size: 100%;
	color: #000;
	font-weight: normal;
}
/* @end */

/* @group Text Styles */
	
/* @end */

/* @group Lists */
div#outer-wrapper ul {
	margin-left: 20px;
}
div#outer-wrapper ol {
	margin-left: 27px;
}

div.linksModule ul li, div.eventsElement ul li {
	padding-left: 20px;
	background: url(../images/cal-icon.gif) no-repeat 0 2px;
	list-style-type: none;
	font-size: 114%;
	margin-bottom: 6px;
}
/* @end */

/* @group Forms */
div#hd div.search-wrapper {
	width: 325px;
	margin-right: 100px;
	margin-top: 5px;
	color: #6c91c4;
	float: right;
	display: inline;
}
div#hd div.search-wrapper a:link, div#hd div.search-wrapper a:visited {
	color: #6c91c4;
	text-decoration: none;
}
div#hd div.search {
	float: left;
	display: inline;
}
div#hd div.search label {
	float: left;
	display: inline;
}
div#hd div.search input {
	float: left;
	display: inline;
}
div#hd div.search input.searchInput {
	border: 1px solid #446098;
	background-color: #fff4d6;
	margin: 0 2px;
	padding: 2px;
	font-size: 92%;
}
div#hd div.login {
	padding: 3px 4px;
	float: left;
	display: inline;
}
div#hd div.search .searchButton{
	cursor:pointer;
	background-image: url(../images/go-btn.gif);
	background-repeat: no-repeat;
	font-size: 0px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 19px;
	width: 30px;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* @end */

/* @group Links - link visited hover active */
a:link, a:visited {
	color: #6c91c4;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
/* @end */
