/*
  Tony Bob Design, LLC
  Created by Anthony Mack
  http://www.tonybobdesign.com/
*/

body {
	background: url(../images/main/bg.jpg) #dddddd top repeat-x;
	font-family: arial;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	}
p {
	margin: 0px;
	padding: 0px;
	}
a {
	text-decoration: none;
	color: #c82424;
	}
a:hover {
	text-decoration: none;
	color: #ff0000;
	}
#preload {
	visibility: hidden;
	height: 1px;
	width: 1px;
	overflow: hidden;
	font-size: 0px;
	}
#container {
	background: #fff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
#header {
	background: url(../images/main/header.jpg) no-repeat;
	width: 800px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	position: relative;
	}
#header h1 {
	position: absolute;
	left: 15px;
	bottom: 5px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
#header h1 span {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	font-size: 12px;
	color: #2e5070;
	}
#header form {
	position: absolute;
	top: 33px;
	right: 10px;
	margin: 0px;
	padding: 0px;
	}
#header form label {
	color: #fff;
	}
#nav {
	background: url(../images/nav/bg.jpg) repeat-x;
	width: 786px;
	height: 30px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 160px;
	left: 7px;
	}
#nav li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	}
	
/* About Drop Down */

#nav li.menuparent ul {
	position:absolute;
	left:0; top:30px;
	margin:0; background: url(../images/nav/dpmenu_bottom.gif) no-repeat 0 100%;
	z-index:100; padding-left:0; padding-right:0; padding-top:0px; padding-bottom:10px;
	}
#nav li#about ul li {
	padding:0;
	margin:0;
	width:125px;
	height:20px;
	line-height:20px;
	text-align:left;
	float:none;
	}
#nav li#about ul li a {
	color:#fff;
	text-indent:10px;
	margin:0; padding:0;
	height:20px;
	line-height:20px;
	width:125px;
	display:block;
	text-transform: lowercase;
	text-shadow: 2px 2px #222;
	text-decoration: none;
	}
#nav li ul { display: none; } /* Hide sub-menus initially */

#nav li.menuparent:hover ul,
#nav li.over ul { display: block; } /* The magic */

#nav li.menuparent ul li { background: #2e5171; }

#nav li.menuparent:hover ul li a,
#nav li#about ul li a  { background:#2e5171; }
#nav li#about ul li a:hover,
#nav li#about ul li.current a { background:#3f678c; }

/* Services Drop Down */

#nav li.menuparent ul {
	position:absolute;
	left:0; top:30px;
	margin:0; background: url(../images/nav/dpmenu_bottom.gif) no-repeat 0 100%;
	z-index:100; padding-left:0; padding-right:0; padding-top:0px; padding-bottom:10px
}
#nav li#services ul li {
	padding:0;
	margin:0;
	width:125px;
	height:20px;
	line-height:20px;
	text-align:left;
	float:none;
}
#nav li#services ul li a {
	color:#fff;
	text-indent:10px;
	margin:0; padding:0;
	height:20px;
	line-height:20px;
	width:125px;
	display:block;
	text-transform: lowercase;
	text-shadow: 2px 2px #222;
	text-decoration: none;
}
#nav li ul { display: none; } /* Hide sub-menus initially */

#nav li.menuparent:hover ul,
#nav li.over ul { display: block; } /* The magic */

#nav li.menuparent ul li { background: #2e5171; }

#nav li.menuparent:hover ul li a,
#nav li#services ul li a  { background:#2e5171; }
#nav li#services ul li a:hover,
#nav li#services ul li.current a { background:#3f678c; }

/* Tutorials Drop Down */

#nav li.menuparent ul {
	position:absolute;
	left:0; top:30px;
	margin:0; background: url(../images/nav/dpmenu_bottom.gif) no-repeat 0 100%;
	z-index:100; padding-left:0; padding-right:0; padding-top:0px; padding-bottom:10px;
	}
#nav li#tutorials ul li {
	padding:0;
	margin:0;
	width:125px;
	height:20px;
	line-height:20px;
	text-align:left;
	float:none;
	}
#nav li#tutorials ul li a {
	color:#fff;
	text-indent:10px;
	margin:0; padding:0;
	height:20px;
	line-height:20px;
	width:125px;
	display:block;
	text-transform: lowercase;
	text-shadow: 2px 2px #222;
	text-decoration: none;
	}
#nav li ul { display: none; } /* Hide sub-menus initially */

#nav li.menuparent:hover ul,
#nav li.over ul { display: block; } /* The magic */

#nav li.menuparent ul li { background: #2e5171; }

#nav li.menuparent:hover ul li a,
#nav li#tutorials ul li a  { background:#2e5171; }
#nav li#tutorials ul li a:hover,
#nav li#tutorials ul li.current a { background:#3f678c; }
	
/* Navigation Buttons */

#home {
	width: 43px;
	height: 30px;
	}
#home a {
	background: url(../images/nav/home.jpg) no-repeat;
	width: 43px;
	height: 30px;
	display: block;
	}
#home a:hover {
	background: url(../images/nav/home_over.jpg) no-repeat;
	width: 43px;
	height: 30px;
	}
#home a:active {
	background: url(../images/nav/home_over.jpg) no-repeat;
	width: 43px;
	height: 30px;
	}
#news {
	width: 50px;
	height: 30px;
	}
#news a {
	background: url(../images/nav/news.jpg) no-repeat;
	width: 50px;
	height: 30px;
	display: block;
	}
#news a:hover {
	background: url(../images/nav/news_over.jpg) no-repeat;
	width: 50px;
	height: 30px;
	}
#news a:active {
	background: url(../images/nav/news_over.jpg) no-repeat;
	width: 50px;
	height: 30px;
	}
#articles {
	width: 60px;
	height: 30px;
	}
#articles a {
	background: url(../images/nav/articles.jpg) no-repeat;
	width: 60px;
	height: 30px;
	display: block;
	}
#articles a:hover {
	background: url(../images/nav/articles_over.jpg) no-repeat;
	width: 60px;
	height: 30px;
	}
#articles a:active {
	background: url(../images/nav/articles_over.jpg) no-repeat;
	width: 60px;
	height: 30px;
	}
#archives {
	width: 73px;
	height: 30px;
	}
#archives a {
	background: url(../images/nav/archives.jpg) no-repeat;
	width: 73px;
	height: 30px;
	display: block;
	}
#archives a:hover {
	background: url(../images/nav/archives_over.jpg) no-repeat;
	width: 73px;
	height: 30px;
	}
#archives a:active {
	background: url(../images/nav/archives_over.jpg) no-repeat;
	width: 73px;
	height: 30px;
	}
#left_end {
	background: url(../images/nav/left_end.jpg) no-repeat;
	display: block;
	width: 20px;
	height: 30px;
	}
#about {
	width: 59px;
	height: 30px;
	}
#about a {
	background: url(../images/nav/about.jpg) no-repeat;
	width: 59px;
	height: 30px;
	display: block;
	}
#about a:hover {
	background: url(../images/nav/about_over.jpg) no-repeat;
	width: 59px;
	height: 30px;
	}
#about a:active {
	background: url(../images/nav/about_over.jpg) no-repeat;
	width: 59px;
	height: 30px;
	}
#portfolio {
	width: 70px;
	height: 30px;
	}
#portfolio a {
	background: url(../images/nav/portfolio.jpg) no-repeat;
	width: 70px;
	height: 30px;
	display: block;
	}
#portfolio a:hover {
	background: url(../images/nav/portfolio_over.jpg) no-repeat;
	width: 70px;
	height: 30px;
	}
#portfolio a:active {
	background: url(../images/nav/portfolio_over.jpg) no-repeat;
	width: 70px;
	height: 30px;
	}
#services {
	width: 71px;
	height: 30px;
	}
#services a {
	background: url(../images/nav/services.jpg) no-repeat;
	width: 71px;
	height: 30px;
	display: block;
	}
#services a:hover {
	background: url(../images/nav/services_over.jpg) no-repeat;
	width: 71px;
	height: 30px;
	}
#services a:active {
	background: url(../images/nav/services_over.jpg) no-repeat;
	width: 71px;
	height: 30px;
	}
#quote {
	width: 89px;
	height: 30px;
	}
#quote a {
	background: url(../images/nav/quote.jpg) no-repeat;
	width: 89px;
	height: 30px;
	display: block;
	}
#quote a:hover {
	background: url(../images/nav/quote_over.jpg) no-repeat;
	width: 89px;
	height: 30px;
	}
#quote a:active {
	background: url(../images/nav/quote_over.jpg) no-repeat;
	width: 89px;
	height: 30px;
	}
#tutorials {
	width: 69px;
	height: 30px;
	}
#tutorials a {
	background: url(../images/nav/tutorials.jpg) no-repeat;
	width: 69px;
	height: 30px;
	display: block;
	}
#tutorials a:hover {
	background: url(../images/nav/tutorials_over.jpg) no-repeat;
	width: 69px;
	height: 30px;
	}
#tutorials a:active {
	background: url(../images/nav/tutorials_over.jpg) no-repeat;
	width: 69px;
	height: 30px;
	}
#links {
	width: 50px;
	height: 30px;
	}
#links a {
	background: url(../images/nav/links.jpg) no-repeat;
	width: 50px;
	height: 30px;
	display: block;
	}
#links a:hover {
	background: url(../images/nav/links_over.jpg) no-repeat;
	width: 50px;
	height: 30px;
	}
#links a:active {
	background: url(../images/nav/links_over.jpg) no-repeat;
	width: 50px;
	height: 30px;
	}
#contact {
	width: 67px;
	height: 30px;
	}
#contact a {
	background: url(../images/nav/contact.jpg) no-repeat;
	width: 67px;
	height: 30px;
	display: block;
	}
#contact a:hover {
	background: url(../images/nav/contact_over.jpg) no-repeat;
	width: 67px;
	height: 30px;
	}
#contact a:active {
	background: url(../images/nav/contact_over.jpg) no-repeat;
	width: 67px;
	height: 30px;
	}
#forum {
	width: 56px;
	height: 30px;
	}
#forum a {
	background: url(../images/nav/forum.jpg) no-repeat;
	width: 56px;
	height: 30px;
	display: block;
	}
#forum a:hover {
	background: url(../images/nav/forum_over.jpg) no-repeat;
	width: 56px;
	height: 30px;
	}
#forum a:active {
	background: url(../images/nav/forum_over.jpg) no-repeat;
	width: 56px;
	height: 30px;
	}
	
/* Content */

#content {
	background: #fff;
	width: 800px;
	margin: 0px;
	padding: 0px;
	}
#content1 {
	background: #fff;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
	
	
/* Left Content */

#left {
	width: 245px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	}
.left_top {
	background: url(../images/main/left_top.jpg) no-repeat top;
	width: 245px;
	height: 60px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	position: relative;
	}
.left_top span {
	position: absolute;
	top: 22px;
	left: 20px;
	font-weight: bold;
	color: #fff;
	}
.left_info {
	background: url(../images/main/left_info.jpg) repeat-y;
	width: 245px;
	margin: 0px;
	padding: 0px;
	}
.left_info ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;
	}
.left_info ul li a {
	display: block;
	background: #cbd5de;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 0px;
	width: 228px;
	margin: 0px;
	border-top: 1px solid #fff;
	text-decoration: none;
	font-weight: bold;
	color: #c82424;
	}
.left_info ul li a:hover {
	display: block;
	background: #cbd5de url(../images/main/arrow_left.jpg) no-repeat top left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 0px;
	width: 223px;
	margin: 0px;
	border-top: 1px solid #fff;
	text-decoration: none;
	font-weight: bold;
	color: #ff0000;
	}
.left_info ul li a:active {
	display: block;
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 0px;
	width: 228px;
	margin: 0px;
	border-top: 1px solid #fff;
	text-decoration: none;
	font-weight: bold;
	color: #ff0000;
	}
.left_info1 {
	background: #9aadbe;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	color: #2e5070;
	}
.left_info_top {
	background: url(../images/main/left_info_top.jpg) no-repeat;
	width: 245px;
	height: 15px;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
.left_info_bottom {
	background: url(../images/main/left_info_bottom.jpg) no-repeat;
	width: 245px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	}
	
/* Right Content */

#right {
	width: 545px;
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	}
.right_top {
	background: url(../images/main/right_top.jpg) no-repeat top;
	width: 545px;
	height: 60px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	position: relative;
	}
.right_top span {
	position: absolute;
	top: 22px;
	left: 20px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 0px;
	}
.right_top h1 {
	position: absolute;
	top: 22px;
	right: 20px;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	}
.right_content {
	background: url(../images/main/right_content.jpg) repeat-y;
	width: 545px;
	margin: 0px;
	padding: 0px;
	position: relative;
	}
.right_content1 {
	background: #cbd5de;
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
.right_content1 h1 {
	font-size: 14px;
	color: #2e5070;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	}
.right_content1 h1 a { 
	margin: 0px;
	color: #2e5070;
	text-decoration: none;
	}
.right_content1 h1 a:hover{
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #3f678c;
	text-decoration: none;
	}
.right_content1 h2 {
	font-size: 10px;
	color: #666666;
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	}
.right_content_top {
	background: url(../images/main/right_content_top.jpg) no-repeat;
	width: 545px;
	height: 15px;
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
.right_content_bottom {
	background: url(../images/main/right_content_bottom.jpg) no-repeat;
	width: 545px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	clear: both;
	}
	
/* Footer Componants */

#footer {
	background: url(../images/main/footer.jpg) no-repeat;
	width: 800px;
	height: 110px;
	margin: 0px;
	padding: 0px;
	clear: both;
	position: relative;
	}
#top {
	width: 100px;
	height: 15px;
	position: absolute;
	top: 34px;
	right: 6px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#top li {
	display: block;
	width: 100px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}
#top li a {
	background: url(../images/nav/top.jpg) no-repeat;
	display: block;
	width: 100px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}
#top li a:hover {
	background: url(../images/nav/top_over.jpg) no-repeat;
	width: 100px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}
#footernav {
	position: absolute;
	top: 34px;
	left: 25px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#footernav li {
	display: inline;
	float: left;
	list-style-type: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 12px;
	}
#footernav li a {
	color: #fff;
	text-decoration: none;
	}
#footernav li a:hover {
	color: #cbd5de;
	text-decoration: none;
	}
	
/* Random Componants */

.login {
	border: 1px solid #5c90bf;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	width: 100px;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	}
.field {
	border: 1px solid #5c90bf;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin: 0px;
	font-size: 12px;
	color: #666666;
	font-family: arial;
	}
.submit_login {
	border: 1px solid #5c90bf;
	background: #4f7da7;
	padding: 1px;
	font-size: 10px;
	margin: 0px;
	color: #fff;
	}
.submit {
	border: 1px solid #5c90bf;
	background: #4f7da7;
	padding: 1px;
	font-size: 10px;
	margin: 0px;
	color: #fff;
	}
.button {
	font-size: 14px;
  padding: 0px;
  margin: 0px;
	}
.button a {
	background: url(../images/main/button.jpg) no-repeat;
	display: block;
	width: 150px;
	height: 50px;
	color: #fff;
	margin: 0 0 0 2px;
	}
.button a:hover {
	background: url(../images/main/button_over.jpg) no-repeat;
	color: #ebebeb;
	margin: 0 0 0 2px;
	}
.date {
	background: url(../images/main/date.jpg) no-repeat;
	width: 45px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	position: relative;
	}
.date h1 {
	position: absolute;
	top: 8px;
	left: 9px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 14px;
	}
.date h2 {
	position: absolute;
	top: 32px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	color: #9aadbe;
	font-size: 20px;
	}
.news {
	margin-left: 60px;
	margin-top: -55px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
.news h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #2e5070;
	}
.news h3 {
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 10px;
	color: #666666;
	}
.red {
	color: #ff0000;
	}
.blue {
	color: #5c90bf;
	}
.error {
	background: url(../images/main/404.jpg) #ffd9d9 left no-repeat;
	margin: 0px;
	padding: 5px;
	width: 80%;
	border: 1px solid #ff0000;
	color: #ff0000;
	}
.alert {
	float: left;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 5px;
	width: 230px;
	background: #ffd9d9;
	border: 1px solid #ff0000;
	color: #ff0000;
	position: relative;
	}
.quote {
	background: #d6e0e9;
	padding-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-right: 7px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	border: 1px solid #fff;
	color: #2e5171;
	position: relative;
	}
.quote h1 {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 5px;
	}
.code {
	background: #d6e0e9;
	padding-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-right: 7px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: 1px solid #fff;
	color: #2e5171;
	position: relative;
	font-family: Lucida Console;
	}
.code h1 {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 5px;
	}
	
