@charset "utf-8";

html {
	overflow-y: scroll;
}

body {
	color: #000;
	font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;
	font-size: small;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #EDEDED;
}

img {
	border: none;
}

img.border {
	padding: 7px;
}

a {
	color: #2638E5;
	text-decoration: none;
}

a:hover {
	color: #DE7800;
}

a:focus  {
	outline: none;
}

label {
    display: block;
    width: 50px;
    float: left;
	text-align: left;
    margin: 2px 4px 6px 0;
}

.contactfont {
	font-size: medium;
}

.contactfontbold {
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

.profilebutton {
	margin: 0px 10px;
}

.pagetitle {
	width: 97%;
	color: #555;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 2px 10px;
	border-left: 4px solid #FB8;
	background: transparent url(images/pagetitle.png) repeat-y top left;
}

.sectiontitle {
	width: 99%;
	font-size: large;
	margin-top: 50px;
	padding-left: 10px;
	border-bottom: 1px solid #CCC;
}

	
/*****  Site Layout  *****/
.twoColFixRtHdr #container {
	width: 950px;
	background: #FFF;
	margin: 0 auto 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: transparent url(images/backgroundshadow.png) repeat-y top left;
	padding: 0 7px 0 7px;
}

.twoColFixRtHdr #containershadow {
	width: 944px;
	height: 25px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: transparent url(images/footershadow.png) no-repeat top left;
	padding: 14px 7px 2px 13px;
	font-size: x-small;
	font-weight: bold;
	color: #555;
} 

.twoColFixRtHdr #header {
	width: 950px;
	height: 97px;
	background: transparent url(images/header.png) no-repeat top left;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #menushadow {
	width: 950px;
	height: 8px;
	background:transparent url(images/menushadow.png) repeat-x top left;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	margin: 10px 10px auto;
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	/*background: transparent url(images/columndivider.png) no-repeat top left;*/
	padding: 15px 10px;
	min-height: 375px;
    height: auto;
    height: 375px;
	text-align: left;
}

.twoColFixRtHdr #mainContent {
	margin: 30px 230px 0 20px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	width: 650px;
}

.twoColFixRtHdr #mainContent p,#mainContent ul {
	line-height: 140%;
}

.twoColFixRtHdr #footer {
	height: 30px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*****  Menus  *****/
ul#menutop {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 28px;
	font-size: 13px;
	font-weight: bold;
	background: transparent url(images/header.png) no-repeat 0px -97px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
}

ul#menutop li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

ul#menutop li a {
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	padding: 5px 15px 0 15px;
	height: 24px;
}

ul#menutop li a:hover,ul#menutop li a.current,ul#menutop li a.current:hover {
	background: transparent url(images/menuglow.png) no-repeat top center;
}

ul#menutop li a.current,ul#menutop li a.current:hover {
	color: #FFF;
}

ul#menubottom {
	float: right;
	margin: 0;
	padding: 0 6px 0 0;
	font-size: x-small;
	font-weight: bold;
	color: #000;
}

#menubottom li {
	display: inline;
	list-style-type: none;
	padding-left: 15px;
}


/*****  Logo  *****/
#logo {
	position: relative;
	width: 79px;
	height: 79px;
	top: 5px;
	left: 14px;
}

#logo a {
	display: block;
	width: 79px;
	height: 79px;
}


/*****  Form Fields  *****/
.input {
    border: 1px solid gray;
}

.input:focus {
	border: 1px solid #2638E5;
}

.button {
	cursor: pointer;
	color: #000;
	font-weight: bold;
	border: outset 1px #CCC;
	padding: 2px 8px;
	background: #CCC url(images/button.png) repeat-x left top;
}

.button:hover {
	border: outset 1px #596C92;
	background: #596C92 url(images/button.png) repeat-x 0px -46px;
}

.formbox {
	padding: 15px;
	border: 1px solid #CCC;
	background: #F1F1F1;
}