/**
 * CSS Document by DSM 2006
 */
html {
     /* always show vertical scroll in firefox to avoid jumping content */
     overflow: -moz-scrollbars-vertical;
}

.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

body {
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #C9719D;
	color: #333;
}

body, th, td {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #AE567F;
	font-size: 1.2em;
	border-bottom: 5px solid #E4BDBD;
	display: block;
	text-transform: uppercase;
	margin: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #AE567F;
	font-size: 1.1em;
	display: block;
	width: 480px;
	text-transform: uppercase;
	border-bottom: 1px solid #E4BDBD;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #AE567F;
	font-size: 1.1em;
	display: block;
	width: 480px;
	text-transform: uppercase;
	border-bottom: 1px solid #E4BDBD;
}

a {
	color: #AE567F;
	text-decoration: none;
}

a:hover { text-decoration: underline;}

#container {
	width: 722px;
	margin: 0 auto;
}

#heading {
	background: #fff url('../images/heading.gif') no-repeat top center; 	
	display: block;
	width: 722px;
	height: 172px;
}

	#heading h1	{ display: none; }

/**
 * MENU SECTION
 */

/** tabbed menu **/
#menu {
	float: left;
    width: 703px;
	_width: 680px;
	text-align: center;
    background: url("../images/bg_tabs_v2.gif") repeat-x bottom;
	font-size: 1.1em;
    line-height: normal;
	padding: 145px 0 0 20px;
} 

#menu ul {
	margin: 0;
    list-style: none;
	padding: 10px 10px 0;
	width: 100%;
}

#menu li {
	float: left;
    margin: 0;
    padding: 0 0 0 9px;
	background: url("../images/left_v2.gif") no-repeat left top
}

#menu a {
	float: left;
	display: block;
	background: url("../images/right_v2.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	font-weight: bold;
}


/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #menu a {float:none;}
  /* End IE5-Mac hack */

#menu .active_menu_item {
	background-image: url("../images/left_on_v2.gif");
}

#menu .active_menu_item a {
	background-image: url("../images/right_on_v2.gif");
	padding-bottom: 5px
}

/**
 * SUB-MENU SECTION
 */
#sub_menu {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	clear: both;
}

#sub_menu ul {
	margin: 0 0 0 250px;
	padding: 10px 0 0 0;
}

#sub_menu li {
	display: inline;
	padding: 0px 5px;
	margin: 0;
}

#sub_menu a {
	font-size: 1.1em;
	text-decoration: underline;
	padding: 0 10px;
	text-transform: uppercase;
}

#sub_menu .active_menu_item a {
	font-weight: bold;
}

#sub_menu a:hover {
	text-decoration: underline;	
}

/** CONTENT SECTION **/
#content {
	background-color: #fff;
	padding: 40px 30px 10px 30px;
	_padding: 20px 30px; /* < ie7 fix - da lovely IE box model :) */
}

#content_wrapper { min-height: 500px; }

#content #text	{
	 float: left; 
	 width: 435px;
}

#content img {
	padding: 2px;
	border: 1px solid #e4bdbd;
	clear: both;
	margin: 0;
}

#left_content, #right_content {
	float: left;
	width: 49%;
}

#right_content {
	margin-left: 13px;
}

.csc-textpic-intext-right {
	margin-right: 7px;
}

#hp_image_container {
	text-align: center;
}

#splash_image {
	margin: 18px 0 0 0;
}

/** FORM RELATED **/
#mailform {
	padding: 10px 5px 5px 5px;
}

#mailform label {
	width: 100px;
	float: left;
}

input, textarea {
	border: 1px solid #D19797;
	background-color: #fff;
}

/** FOOTER SECTION **/
#footer_content {
	font-size: 1em;
	color: #ac3f72;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	text-align: center;
	border-top: 5px solid #e4bdbd;
	background-color: #fff;
}