@charset "utf-8";
body {
	margin: 0px;
	margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	background-image: url(../images/bg.jpg); 
	background-repeat: repeat-x;
}
img {border: 0;}

.top {
	margin: 0px;
	padding: 20px;
	padding-top: 14px;
}

ul {padding: 0; margin: 0;}
h1 {color: #62abd4; font-weight: normal;}
h3 {
	color: #135272;
	font-size: 12px;
}
.smalltxt {font-size: 10px;}\
.title {
	font-weight: bold;
	color: #135272;
}
.green {color: #0C0; font-weight: bold;}
.red {color: #ed1c24; font-weight: bold;}

.bg2 {
	background-image: url(../images/swoosh.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	padding-top: 75px;
}

.wrap {
	width: 950px;
	margin: 0 auto;
	position: relative;
	}
	
.main {
	background-color: #fff;
	}
	
.left {
	width: 240px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.right {
	width: 650px;
	min-height: 275px;
	margin-left: 280px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	}
	
	
.nav {
	padding-top: 6px;
	text-align: right;
	border-bottom: 1px dotted #ccc;
	float: right;
	width: 650px;
	}
.nav img {margin-left: 25px;}

.nav ul {margin-bottom: 20px;}
.nav li {
	list-style: none;
	display: inline;
	padding-left: 24px;
	color: #ff8a00;
	font-size: 20px;
	}

.nav a {color: #ff8a00; text-decoration: none;}
.nav a:link {color: #ff8a00; text-decoration: none;}
.nav a:visited {color: #ff8a00; text-decoration: none;}
.nav a:hover {color: #ff8a00; text-decoration: none;}
.nav a:active {color: #ff8a00; text-decoration: none;}

.sidebar {
	width: 242px;
	background-color: #f0f5f9;
	background-image: url(../images/general/sidebar-btm2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 20px;
	padding-bottom: 5px;
	min-height: 150px;
	font-size: 12px;
	}
	
.sidebar .content {padding: 15px; padding-bottom: 20px;}
.sidebar .first {background-image: none; padding-left: 3px;}
	
.sidebar li {
	list-style: none;
	padding: 6px 0;
	padding-left: 12px;
	border-bottom: 1px dotted #d2e1ed;
	background-image: url(../images/general/sidebar-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}


.sidebar a {color: #256d93; text-decoration: none;}
.sidebar a:link {color: #256d93; text-decoration: none;}
.sidebar a:visited {color: #256d93; text-decoration: none;}
.sidebar a:hover {color: #256d93; text-decoration: underline;}
.sidebar a:active {color: #256d93; text-decoration: none;}

.splash {
	height: 285px;
	padding-top: 65px;
	padding-right: 40px;
	background-image: url(../images/home/watermark.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 14px;
	color: #888;
	font-weight: bold;
	line-height: 24px;
	}

#footer {
	border-top: 1px dotted #ccc;
	padding-top: 10px;
	font-size: 10px;
	color: #bbb;
	padding-right: 340px;
	position: relative;
	}

#footer .f-right {position: absolute; right: 0; top: 10px; text-align: right; width: 325px;}

#footer ul {margin: 0; padding: 0;}
#footer li {display: inline; list-style: none; padding-left: 4px;}

#footer a {color: #bbb; text-decoration: none;}
#footer a:link {color: #bbb; text-decoration: none;}
#footer a:visited {color: #bbb; text-decoration: none;}
#footer a:hover {color: #8dc800; text-decoration: underline;}
#footer a:active {color: #bbb; text-decoration: none;}


.loginbtn {
	text-align: right;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 15px 15px 0;
	}

#twitter_update_list ul {margin: 0; padding: 0;}
#twitter_update_list li {margin: 0; padding: 10px 0; font-size: 12px; border-bottom: 1px dotted #ccc; list-style: none;}
