/* HTML Overrides */

* {
	padding: 0em;
	margin: 0em;
}

body {
	font-size:10pt;
	color:black;
	background-color: #7f0102;
	padding: 0px 0px 35px 0px;
	font-family: "arial", "times new roman", serif;
}

p, div {
                font-family: arial;
	font-size:10pt;
}

input,textarea {
	font-size: 10pt;
	font-family: "arial", "times new roman", serif;
}


a {
	color:#7f0102;
	font-family:arial;
	text-decoration: underline;
}

a:hover {
	cursor: pointer;
}

ul {
	list-style:none;
}

h1,h2,h3 {
	display: inline;
	font-weight: normal;
	color: #7f0102;
	font-family: "arial", "times new roman", serif;
}

h4, h5,h6 {
	display: inline;
	font-weight: bold;
	color: #7f0102;
	font-family: "arial", "times new roman", serif;
	/*
	background-repeat: no-repeat;
	background-position: left;
	*/
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-weight:bold;
	font-size: 1.1em;
	background: white url('images/menu_arrow.gif') no-repeat left;
	padding-left:20px;
}

h4 {
	font-size: 0.9em;
}

h5 {
	font-size: 0.7em;
}

h6 {
	font-size: 0.5em;
}

img {
/*	border: solid 1px #ccc;*/
}

img.left {
	position: relative;
	float: left;
	margin: 0em 1.8em 1.4em 0em;
}

img.right
{
	position: relative;
	float: right;
	margin: 0em 0em 1.8em 1.8em;
}

/* End of HTML Overrides */

/* Layout Styles */

#outer {
	z-index: 2;
	position: absolute;
	/*
		The width value below controls the overall width of the design. By default it's set to 82%
		(so it'll take up 82% of the browser window's width). You can set it to a different percentage
		value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
	*/
	float:left;
	width: 779px;
	border: solid 2px #000;
	border-top:0px;
	border-bottom:0px;
	background-color: #fff;
	margin-bottom:0px;
}

#inner {
	width:100%;
	height:100%;
}

#header {
	position: relative;
	height: 219px;
	background-image:url('images/msc_banner.jpg');
	padding-bottom: 3px;
	border-bottom: solid 1px #ccc;
	background-repeat: no-repeat;
}

#headercontent {
	float:right;
	position: relative;
	top:0;
	right:0;
	padding: 0px 0px 0px 0px;
}

#headercontent h1 {
	font-weight: normal;
	float:right;
	color: #7f0102;
	font-size: 1.8em;
	padding-right:3px;
}

#headercontent h2 {
	font-size: 1.0em;
	float:right;
	font-weight: normal;
	color: #d3c8ce;
	padding-top:18px;
	padding-right:10px;
}

#content {
	position:relative;

	padding:0px;
}

#primarycontainer {
	position:relative;
	padding-top:2px;
}

#leftcol {
	position:relative;
	float:left;
	width:190px;
}

#leftcol div.white_bg {

}

#rightcol {
	position:relative;
	float:right;
	background-color:white;
	width:580px;
	padding-right:5px;
}

#content_title {
	top:0;
	left:0;
	float:left;
	position:relative;
	width:100%;
	height:23px;
	padding-top:2px;
	border-bottom:#e5e5e5 2px solid;
	text-align:center;
}

#content_data {
	float:left;
	position:relative;
	width:100%;
	height:100%;
	border-top:#ccc 2px solid;
	margin-top:2px;
	padding-top:10px;
}

#content_data p {
	background-color:white;
	color:black;
	padding-top:10px;
	font-size:10pt;
}

#content_data a{
	text-decoration:underline;
	font-family: "Arial", "times new roman", serif;
}

#content_data a:hover{
	text-decoration:none;
}

#footer {
	position:relative;
	float:left;
	width:779px;
	height: 70px;
	background-image:url('images/msc_footer.jpg');
	background-repeat:no-repeat;
}

#footer .left {
	background-color:clear;
}

/* End Of Layout Styles */

/* Menu Styles */

ul.menu {
	list-style:none;
	line-height:26px;
}

ul.menu li {
	background-color:#e8e8e8;
	padding-left:8px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

ul.menu li.header {
	height:31px;
	background-image:url('images/menu_header.gif');
	border-right: 0px;
	border-bottom: 0px;
}

ul.menu li.active {
	background-color:#7f0102;
	padding-left:8px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

ul.menu li.active a {
	padding-left:20px;
	color:white;
	background: #7f0102 url('images/menu_arrow.gif') no-repeat top left;
	background-repeat: no-repeat;
}

ul.menu li a {
	text-decoration:none;
	padding-left:20px;
	background: url('images/menu_arrow.gif') no-repeat top left;
	background-repeat: no-repeat;
}

ul.menu li a:hover {
	text-decoration: underline overline;
}

/* End of Menu Styles */

/* Custom Styles */

.divider1 {
	position: relative;
	background: #fff url('http://www.cyberbreed.com/images/1/border2.gif') repeat-x;
	height: 14px;
	margin: 2.0em 0em 1.5em 0em;
	clear: both;
}

.divider2 {
	position: relative;
	height: 1px;
	border-bottom: solid 1px #eaeaea;
	margin: 2.0em 0em 2.0em 0em;
}

.right {
	float:right;
}

.left {
	float:left;
}

.white_bg {
	background-color:white;
}


#contact_form {
	padding:3px;
}

p.error {
	color:red;
	font-weight:bold;
}
/*
#contact_form td input.error {
	color:red;
	font-weight:bold;
	border: 1px solid red;
}

#contact_form td textarea.error {
	color:red;
	font-weight:bold;
	border: 1px solid red;
}
*/

#contact_form td input.error {
	border: 1px solid red;
}

#contact_form td textarea.error {
	border: 1px solid red;
}

a.back_to_top {
	padding:3px;
	font-size:14px;
	color:#900;
	font-weight:bold;
	background-color:#ccc;
	border:2px solid #999;
}

table.custom_table td {
	border:1px solid black;
}

/* End of Custom Styles */
