/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
td {
	text-align:left;
	vertical-align:top;
}
img {
	border:none;
	max-width:100%;
}
.alignRight {
	text-align:right;
}
.alignCenter {
	text-align:center;
}
.alignMiddle {
	vertical-align:middle;
}
.alignBottom {
	vertical-align:bottom;
}
.floatLeft {
	float:left;
	margin:0 15px 6px 0px;
}
.floatRight {
	float:right;
	margin:0 0 6px 15px;
	clear:right;
}
.clear {
	clear:both;
}

#wrap {
	width:980px;
	margin:0 auto;
}
#header {
	clear:both;
}
#header .pad {
	padding:10px;
}
#header h2 {
	color:#0f75bc;
	font-size:22px;
	margin-bottom:10px;
}
#header p {
	margin-bottom:10px;
}

#content {
	clear:both;
}
#content p,
#content ul,
#content ol,
#content hr,
#content .form {
	margin-bottom:12px;
}
#content h2 {
	color:#0f75bc;
	font-size:22px;
	margin-bottom:10px;
}
#content h3 {
	color:#0f75bc;
	font-size:18px;
	margin-bottom:6px;
}
#content h4 {
	color:#0f75bc;
	font-size:14px;
	margin-bottom:3px;
}
#content hr {
	border:none;
	border-bottom:1px solid #e4e4e4;
	clear:both;
	height:1px;
	margin:25px 0;
}
a:link,
a:visited {
	color:#0f75bc;
}
a:hover,
a:active {
	color:#58585a;
}
p.more a:link,
p.more a:visited {
	background-color:#0f75bc;
	color:#fff;
	display:inline-block;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
}
p.more a:hover,
p.more a:active {
	background-color:#58585a;
	color:#fff;
}
#content .pad {
	padding:10px;
}
.col-one3rd {
	float:left;
	width:33.333%;
}
.col-one4th {
	float:left;
	width:25%;
}
.col-three4th {
	float:left;
	width:75%;
}
.col-half {
	float:left;
	width:50%;
}
.col-two3rd {
	float:left;
	width:66.666%;
}
.col-one5th {
	float:left;
	width:20%;
}

#content .date
{
	float:right;
	font-weight:bold;
	font-style:italic;
}

.passwordAlert {
	padding-top:4px;
}
#content .red,
.red {
	color:#ca0203;
	font-weight:bold;
}
.orange {
	color:Orange;
	font-weight:bold;
}
.green {
	color:Green;
	font-weight:bold;
}

/* Calendar styles */
#content .calendar
{
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom:5px;
	width:100%;
}
	#content .calendar table 
	{
		margin-bottom:0;
	}
	#content .calendar td,
	#content .calendar th
	{
		border:1px solid #e2e2e2;
		border-collapse:collapse;
	}
	#content .calendar .month
	{
		font-weight:bold;
		background-color:#67aa05;
	}
		#content .calendar .month td
		{
			border:none;
			text-align:center;
			padding:4px;
		}
	#content .calendar .days,
	#content .calendar .otherDays,
	#content .calendar .weekDays,
	#content .calendar .selected
	{
		text-align:right;
		vertical-align:top;
	}
	#content .calendar .days a,
	#content .calendar .otherDays a,
	#content .calendar .weekDays a,
	#content .calendar .selected a
	{
		display:block;
		padding:0 0 9px 0;
	}
	#content .calendar .weekDays
	{
		background-color:#f7660b;
		font-size:10px;
		padding:2px 0;
		text-align:center;
	}
	#content .calendar .days
	{
		background-color:#f0f5fb;
	}
	#content .calendar .event 
	{
		background-image:url(/images/icons/yellowStar.png);
		background-position:2px 2px;
		background-repeat:no-repeat;
		color:Red;
		font-weight:bold;
	}
	#content .calendar .otherDays
	{
		background-color:#fdfdff;
	}
	#content .calendar .selected 
	{
		background-color:#26cfe6 !important;
	}
	#content .calendar .selectors
	{
		background-color:#67aa05;
		font-weight:bold;
		font-size:8px;
		padding:0 2px;
		text-align:right;
		vertical-align:middle;
		width:16%;
	}


#footer {
	clear:both;
}

/* form styles */
.form input[type="text"],
.form input[type="password"],
.form textarea,
.form select {
	border:1px solid #e0e7ee;
	font-family:inherit;
	font-size:1em;
	background-color:#ffffff !important;
}
.form input[type="text"],
.form input[type="password"],
.form textarea,
.form select {
	margin-bottom:8px;
}
.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form textarea:focus,
.form select:focus {
	background-color:#fdfe99 !important;
	border-color:#576162;
}
.form input[type="text"],
.form input[type="password"],
.form select {
	vertical-align:middle;
}
.form input[type="text"],
.form input[type="password"],
.form textarea {
	padding:2px;
}
.form input[type="text"],
.form input[type="password"],
.form textarea {
	width:245px;
}
.form input[type="text"].text2 {
	width:110px;
}
.form textarea {
	height:100px;
	overflow:auto;
}
.form input[type="submit"],
.form input[type="reset"] {
	margin-top:5px;
	border:none !important;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#d1d1d1;
	color:#ad1700;
	display:inline-block;
	font-size:11px;
	line-height:28px;
	padding:0 15px;
	text-decoration:none;
	text-transform:uppercase;
}
.form input[type="submit"]:hover,
.form input[type="submit"]:active,
.form input[type="reset"]:hover,
.form input[type="reset"]:active {
	background-color:#900b00;
	color:#fff;
}
input::-moz-focus-inner /*Remove button padding in FF*/
{ 
	border: 0;
	padding: 0;
}
.form br {
	clear:left;
}
.form label {
	font-weight:bold;
	text-align:left;
	float:left;
	width:120px;
	display:block;
	margin-right:2px;
}
.form fieldset {
	padding:5px;
	margin-bottom:5px;
}
.form legend {
	margin-bottom:5px;
}

/*=======================RESPONSIVE LAYOUTS===========================*/
@media only screen and (max-width: 1800px) {

}

@media only screen and (max-width: 1500px) {

}
/* tablet landscape */
@media only screen and (max-width: 1200px) {
	#wrap {
		width: 1000px;
		padding-left:0;
		padding-right:0;
	}
	#header #navigation {
		text-align:center;
	}
	#header #navigation ul#subLinks {
		float:none;
		clear:both;
	}
	#header-middle #header-right {
		margin-left:60px;
	}
	#header-middle #header-right #contact {
		margin-left:70px;
	}
}
/* tablet portrait */
@media only screen and (max-width: 900px) {
	#wrap {
		width: 740px;
		padding-left:0;
		padding-right:0;
	}
	#header {
		text-align:center;
	}
	#header #header-top {
		text-align:left;
	}
	
	#header h1,
	#header-middle #header-right,
	#header nav {
		float:none;
	}
	#header-middle {
		height:auto;
		padding-bottom:5px;
	}
	#header-middle #header-right {
		margin:0;
	}
	#header-middle #header-right #contact {
		font-size:12px;
		line-height:20px;
		margin:0;
		width:40%;
		text-align:right;
	}
	#header-middle #header-right #contact #phone {
		background-position:left top;
		font-size:16px;
	}
	#header nav {
		background:none;
		padding:0;
	}
	#header nav select {
		border:1px solid #474646;
		margin:15px auto;
		width:100%;
	}

	.col-one4th,
	.col-three4th,
	.col-one3rd,
	.col-half,
	.col-two3rd {
		width:100%;
		float:none;
	}
	.col-one5th {
		width:50%;
	}
	
	#content .floatLeft,
	#content .floatRight {
		float:none;
		margin-right:0;
		margin-left:0;
	}
	#footer .pad {
		border-left:none;
		min-height:auto;
	}
	.form input[type="text"],
	.form input[type="password"],
	.form textarea {
		display:block;
		margin-left:0 !important;
		width:97.5%;
	}
}
/* mobile landscape */
@media only screen and (max-width: 767px) {
	#wrap {
		width: 450px;
		padding-left:0;
		padding-right:0;
	}

	#header h1 img {
		max-width:100%;
	}

	#header-middle #header-right #search {
		width:65%;
	}
	#header-middle #header-right #contact {
		font-size:10px;
		line-height:20px;
		margin:0;
		width:30%;
		text-align:right;
	}
	#header-middle #header-right #contact #phone {
		background-position:left top;
		font-size:14px;
	}
}
/* mobile portrait */
@media only screen and (max-width: 480px) {
	#wrap {
		width: 300px;
		padding-left:0;
		padding-right:0;
	}

	#header #header-top {
		font-size:12px;
	}
	#header-middle #header-right #contact {
		float:none;
		font-size:14px;
		margin-bottom:4px;
		width:100%;
		text-align:center;
	}

	.col-one5th {
		width:100%;
		float:none;
	}
}