@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #253141;
}

a {
	text-decoration: underline;
	color: #036;
}

a:visited{
	text-decoration: underline;
	color: #036;
}

a:hover{
	text-decoration: underline;
	color: #F60;
}

p {
	font-size: 10pt;


}

h1 {
	font-size: 14pt;
	color: #253141;
	
}
h2 {
	font-size: 12pt;
	text-transform: uppercase;
	color: #F16122;
	padding: 3px;
}
h3 {
	font-size: 10pt;
	color: #F16122;
}




#container  {
	border: 1px solid #999;
	text-align: left;
	width: 1024px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#header {
	height: 110px;
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
	margin: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-color: #253141;
}


#header #logo {
	float: left;

}
#header #header-text {
	color: #253141;
	margin-left: 120px;
}
#header #header-nav {
	height: 30px;
	margin-top: 0px;


}

#nav {
	font-size: 10pt;
	height: 30px;
	float: right;
}
#nav ul {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav ul li {
	float: left;
	list-style-type: none;
	padding: 5px;
}

#nav a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	color: #F16122;
}
#content {
	background-color: #FFF;
}



#content-2-col {

}



#content-3-col {




}

#left-column {
	float: left;
	width: 270px;
	padding: 10px;
	margin: 5px;
	height: 650px;
}
#center-column-3-col {
	float: left;
	margin: 5px;
	width: 400px;
}
#right-column-3-col {
	float: left;
	width: 250px;
	margin: 5px;
	padding: 10px;
}

#right-column-2-col {
	width: 650px;
	padding: 10px;
	float: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#copyright {
	text-align: center;
	vertical-align: middle;
	height: 15px;
	padding: 10px;
	color: #999;
	background-color: #253141;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#copyright a {
	color: #999;
	text-decoration: none;
}

#copyright a:hover {
	color: #F16122;
	text-decoration: none;
}



#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.widget-small {
	width: 250px;
	background-color: #FFF;
	border: 1px dotted #ccc;
	margin: auto;
}
.widget-large {
	width: 450px;
	margin: auto;
	padding: 5px;
}

#widget-header {
	padding: 5px;
	font-size: 12pt;
	background-image: url(../images/gradient.png);
	background-repeat: repeat-x;
}

#widget-content {
	margin: auto;
	padding: 3px;
	width: 225px;

}

#widget-footer {
	padding: 3px;
	height: 15px;
}
#widget-content p {
	font-size: 9pt;
	color: #253141;
}
#widget-content ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	padding: 15px;
	margin: 0px;
}




/* Miscellaneous classes for reuse */
.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: 0px;
    font-size: 1px;
    line-height: 0px;
}

/* Regular clearing
 apply to column that should drop below previous ones. */
.clear {
    clear: both;
}
