
/* element styles */

html {
	overflow: scroll;
	font-size: small;
}

body{
	margin: 0px;
	padding: 0px; 
	background-color: #fff;
	font-size: 90%;
}	 

div {
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	color: #222;
}

p {
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	color: #222;
	margin: 0px 0px 10px 0px;
}

li {
	font-size: 100%;
	color: #222;
}

td {
	font-size: 100%;
	color: #222;
	vertical-align: top;
}

img {
	border: 0px;
}

a {
	font-size: 100%;
	color: #01aae3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 200%;	
	color: #01aae3;
	margin: 0px 0px 10px 0px;
	padding: 0;
	letter-spacing: -1px;
}

#home_text h1 {
	font-size: 170%;	
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 140%;	
	color: #01aae3;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

h3 {
	font-family: arial, verdana, sans-serif;
	font-size: 130%;	
	margin: 0px 0px 10px 0px;
	color: #01aae3;
	padding: 0;
}

form {
	margin: 0px;
}

textarea {
	font-family: arial, verdana, sans-serif;
	font-size: small;
}

/* page element styles */ 
 
#top_bar {
	background: url(../images/site/top_bg.png) right top no-repeat;
	height: 151px;
	padding: 0px 0px 20px 0px;
}

#top_logo {
	float: left;
	width: 165px;
}

#top_links {
	margin-left: 370px;
	width: 500px;
}

#q {
	width: 100px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: small;
}

#navigation, #forumnav {
	clear: both;
	background: url(../images/nav/nav-bg.png) repeat-x;
	height: 30px;
}


#main {
	position:relative;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
}

#main_forum {
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
}

#footer {
	background: url(../images/site/dots.png) repeat-x top left;
	clear: both;
	padding: 20px 0px 30px 0px;
	margin-top: 10px;
}

#footer div {
	font-size: 85%;
	color: #2d2d2d;
}

#footer a {
	font-size: 100%;
}


/* content page structural styles */

#page_main {
	float: left;
	background: url("../images/site/page_bg.png") left top repeat-y;
	margin-bottom: 20px;
}
#page_main_no_rhs {
	float: left;
	margin-bottom: 20px;
	background: url("../images/site/page_bg_no_rhs.png") left top repeat-y;
}

#left_nav {
	float: left;
	width: 180px;
	margin: 0px 40px 0px 0px;
}

#right_box {
	float: left;
	width: 180px;
	margin: 0px 0px 0px 40px;
}

#right_box_items {
	padding: 10px;	
}

#right_box_items .darkblue_title {
	margin: 10px 0px 10px 5px;
}

#right_box_items ul {
	padding: 10px 0px 10px 10px;
	margin: 0px;
}

#right_box_items ul li, ul.resources li {
	padding-bottom: 10px;
	margin-left: 10px;
}

li.PDF {
	background: url(../images/resources/pdf.gif) no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: -3px !important;
}
li.DOC {
	background: url(../images/resources/word.gif) no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: -3px !important;
}
li.XLS {
	background: url(../images/resources/excel.gif) no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: -3px !important;
}
li.PPT {
	background: url(../images/resources/powerpoint.gif) no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: -3px !important;
}
li.External {
	background: url(../images/resources/web.gif) no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: -3px !important;
}
li.Internal {
	background: url(../images/resources/html.gif) no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: -3px !important;
}

/* content page */

#page_content {
	float: left;
	width: 520px;
}

#breadcrumb {
	padding: 0 0 10px 0;
}

#page_content #col1 {
	float: left;
	width: 300px;
}

#page_content #col2 {
	float: left;
	width: 300px;
	margin: 0px 0px 0px 30px;
}

#two_col_content {
	float: left;
	width: 740px;
}

/* home page */

#home_top_row {
	
}

#home_image {
	float: left;
	width: 218px;
	margin-right: 10px;
}

#home_text {
	float: left;
	width: 718px;
	margin-right: 10px;
}

#home_quick_links {
	background: url(../images/site/home_top_row_bg.png) repeat-y top right;
	float: right;
	width: 209px;
}

#home_bottom_row {
	background: url(../images/site/home_bottom_row_bg.jpg) no-repeat top right;
	margin: 20px 0 20px 0;
}

#home_latest_news {
	float: left;
	width: 355px;
	margin-right: 20px;
}

#home_latest_news_text {
	width: 180px;
}

#home_i_want_to {
	float: left;
	width: 355px;
	margin-right: 20px;
}

#home_i_want_to_text {
	width: 180px;
}

#home_discussion_forum {
	float: right;
	width: 209px;
}



/* nav styles */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
	padding: 0px 10px 0px 15px;
}

#nav li a {
	font-weight: bold;
	font-size: 110%;
	color: #333;
}

#nav li a:hover {
	color: #0071c6;
}

/* left nav */

#left_nav a {
	display: block;
	color: #506ca8;
}

.nav_item_1, .nav_item_2, .nav_item_3, .nav_item_4, .nav_item_5, .nav_item_6 {
	border-bottom: 1px #cfdae6 solid;
	background-color: #f3f3f3;
	padding: 10px;
}

.nav_item_1_active, .nav_item_2_active, .nav_item_3_active, .nav_item_4_active, .nav_item_5_active, .nav_item_6_active {
	border-bottom: 1px #cfdae6 solid;
	padding: 10px;
}

.nav_item_1_active {
	background: #ccd9e6 url(../images/site/left_nav_active_bg.jpg) repeat-x top left;
}

.nav_item_2 {
	padding-left: 30px;
	background: #f3f3fe url(../images/site/left_nav_2_bullet.jpg) no-repeat top left;
}

.nav_item_2_active {
	padding-left: 30px;
	background: #ccd9e6 url(../images/site/left_nav_2_active_bg.jpg) no-repeat top left;
}

.nav_item_3 {
	padding-left: 40px;
	background: #f3f3fe url(../images/site/left_nav_3_bullet.jpg) no-repeat top left;
}

.nav_item_3_active {
	padding-left: 40px;
	background: #ccd9e6 url(../images/site/left_nav_3_active_bg.jpg) no-repeat top left;
}

.nav_item_4 {
	padding-left: 50px;
	background: #f3f3fe url(../images/site/left_nav_4_bullet.jpg) no-repeat top left;
}

.nav_item_4_active {
	padding-left: 50px;
	background: #ccd9e6 url(../images/site/left_nav_4_active_bg.jpg) no-repeat top left;
}

.nav_item_5 {
	padding-left: 60px;
	background: #f3f3fe url(../images/site/left_nav_5_bullet.jpg) no-repeat top left;
}

.nav_item_5_active {
	padding-left: 60px;
	background: #ccd9e6 url(../images/site/left_nav_5_active_bg.jpg) no-repeat top left;
}

.nav_item_6 {
	padding-left: 70px;
	background: #f3f3fe url(../images/site/left_nav_6_bullet.jpg) no-repeat top left;
}

.nav_item_6_active {
	padding-left: 70px;
	background: #ccd9e6 url(../images/site/left_nav_6_active_bg.jpg) no-repeat top left;
}
/* themes */

.cyan_title {
	background: url(../images/themes/cyan-bg.png) repeat-x top left;
	height: 25px;
	padding: 5px 0px 0px 10px;
}	

.pink_title {
	background: url(../images/themes/pink-bg.png) repeat-x top left;
	height: 25px;
	padding: 5px 0px 0px 10px;
	vertical-align: baseline;
}	

.orange_title {
	background: url(../images/themes/orange-bg.png) repeat-x top left;
	height: 25px;
	padding: 5px 0px 0px 10px;
}	

.green_title {
	background: url(../images/themes/green-bg.png) repeat-x top left;
	height: 25px;
	padding: 5px 0px 0px 10px;
}	

.blue_title {
	background: url(../images/themes/blue-bg.png) repeat-x top left;
	height: 25px;
	padding: 5px 0px 0px 10px;
}	

.purple_title {
	background: url(../images/themes/purple-bg.png) repeat-x top left;
	height: 25px;
	padding: 5px 0px 0px 10px;
}	

.cyan h1, .cyan h2, .cyan h3 {
	color: #01aae3;
}	

.pink h1, .pink h2, .pink h3 {
	color: #eb008b;
}	

.orange h1, .orange h2, .orange h3 {
	color: #f99d31;
}	

.green h1, .green h2, .green h3 {
	color: #6db23f;
}	

.blue h1, .blue h2, .blue h3 {
	color: #00498f;
}	

.purple h1, .purple h2, .purple h3 {
	color: #90278e;
}	

/* general styles */

.news_divider {
	height: 1px;
	color: #f3f3f3;
	margin-bottom: 10px;
}

.darkblue_title {
	color: #004990;
	font-size: 130%;	
	font-weight: bold;
}	

.white_title {
	padding-top: 3px;
	color: #fff;
	font-size: 130%;	
}	

.blue_bg {
	background-color: #f3f3fe;
}

.padded_img img {
	padding: 0px 10px 10px 10px;
}

.no_pad{
	padding: 0px !important;
}
.no_pad img{
	padding: 0px !important;
}

.smallText {
	font-size: 100%;
}

.smallText a {
	font-size: 100%;
}

.error {
	color: #c00;
	font-weight: bold;
}

.boxed_text {
	padding: 0px 15px 5px 15px;
}

.boxed_text ul {
	margin: 0;
	padding: 10px 0 0 0;
}

.boxed_text li {
	margin: 0 0 0 15px;
	padding: 0 0 10px 0;
}

#home_discussion_forum ul {
	padding: 10px 20px 10px 20px;
	margin: 0px;
}

#home_discussion_forum ul li {
	padding-bottom: 10px;
	margin-left: 10px;
}

.pad10top {
	padding-top: 10px;
}

.pad30lr {
	padding: 0px 30px 0px 30px;
}

.clear {
	clear: both;
	line-height: 1px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hide {
	display: none;
}

.forum_form {
	margin-bottom: 5px;
}
.forum_form label {
	display: block;
	float: left;
	width: 70px;
}
.forum_form input {
	float: left;
	width: 100px;
	margin-bottom: 2px;
}
.forum_form #login_button {
	width: 55px;
	height: 21px;
}