/*=====================*/
/* Redefined HTML tags */
/*=====================*/

body {
	background: url(../i/background.jpg);
	background-attachment: fixed;
	margin: 0px auto;
	padding: 0px;
	width: 805px;
}

form {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: square url(../i/bullet_star.gif);
}

sup {
	font-size: 8px;
}

a, a:visited {
	color: #600;
}

a:hover {
	color: #333;
}

a:active {
	color: #ccc;
}

h1 {
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 16px;
	color: #7e4040;
}

h3 {
	font-size: 14px;
	color: #7D7F7E;
}

/*===========*/
/* custom ID */
/*===========*/

#headerLeft {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#headerRight {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#login {
	background: url(../i/login_bg.jpg);
	margin: 0px;
	padding: 0px;
	width: 155px;
	height: 153px;
}

#login p {
	margin: 7px 7px 7px 12px;
	padding: 5px 5px 7px 5px;
	border: 1px solid #7c0232;
}

#login input {
	display: block;
	font: 12px sans-serif;
}

#login img {
	display: block;
	padding: 0px 0px 3px 0px;
	border: 0px;
}

#starImage {
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#subTitle {
	border-bottom: 1px solid #c6bd93;
	padding: 0px;
	margin: 0px;
	width: 511px;
	background-color: #fff;
}

#footerright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #d9d8d3;
	padding-right: 8px;
	padding-top: 3px;
	font-weight: bold;
}

#footerright a {
	color: #fff;
	text-decoration: none;
}

#footerright a:hover {
	color: #ccc;
}

/*==============*/
/* custom CLASS */
/*==============*/

/* this is for an author under quote, aligned to right */
.authoralignright {
	text-align: right;
	font-size: 12px;
}

.content {
	width: 512px;
	background: #fff;
	font: 14px sans-serif;
	font-weight: normal;
	color: #333;
	padding: 20px;
	line-height: 20px;
}

.content2 {
	width: 512px;
	background: #ffffff;
	font: 14px sans-serif;
	font-weight: bold;
	color: #000;
	padding: 20px;
}

.formlabel {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

.leftBorder {
	width: 6px;
	background: url(../i/left_border.gif) repeat-y;
}

.leftcontextualimg {
	padding: 0px 10px 10px 0px;
}

.loginInput {
	width: 120px;
	border: 1px solid #7c0232;
}

.loginError {
	font: 9px sans-serif;
	color: #fff;
	padding: 2px;
	margin: 0px;
}

.newsheading {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

.portfolioImage {
	border-bottom: 1px solid #600;
}

.quicklinks {
	background-color: #fff;
}

.rightBorder {
	width: 8px;
	background: url(../i/right_border.jpg) repeat-y;
}

.rightSide {
	height: 100%;
	width: 130px;
	background: url(../i/sub_background_02.jpg) bottom no-repeat #f2f0e3;
}

.rightSide_hosting {
	height: 100%;
	width: 70px;
	background: #fff;
}

.rightSide2 {
	height: 100%;
	width: 130px;
	background: url(../i/sub_background_2_02.jpg) bottom no-repeat #ffffff;
}

.subLeftBg {
	background: url(../i/sub_left_border.gif) repeat-y;
}

.subPageStar {
	height: 75px;
	background: url(../i/star_images/3.jpg) 0px -95px;
	border-top: 2px solid #fff;
}

.newsblurb {
	padding: 10px 10px 0px 10px;
	margin: 0px;
	color: #999;
	font: 11px sans-serif;
}

.newsblurbselected {
	padding: 10px 10px 0px 10px;
	margin: 0px;
	color: #333;
	font: 11px sans-serif;
}

.fullstory {
	padding: 5px 15px 0px 5px;
	margin: 0px;
	font: 8px sans-serif;
	text-align: right;
}

.fullstory a {
	padding-left: 10px;
	background: url(../i/bullet_fullstory.gif) no-repeat;
	color: #600;
	text-decoration: none;
	
}

.fullstory a:hover {
	color: #333;
}

.iconoff {
	margin: 20px 10px 0px 0px;
	border: 1px solid #999;
}

.iconoff:hover {
	border: 1px solid #600;
}

.iconon {
	margin: 20px 10px 0px 0px;
	border: 1px solid #600;
}

.linkon {
	background-color: #ccc;
	line-height: 115px;
	background: url(i/icon_on_bg.jpg) top no-repeat;
}

.webflash {
	border-bottom: 1px solid #660000;
}

.featured {
	padding: 15px 0px 0px 0px;
	margin: 0px;
}

.featuredicon {
	border: 8px solid #e4e1ca;
}

.featuredicon:hover {
	border: 8px solid #600;
}

.printon {
	display: none;
}