/* CSS Document */

/************************************************************************

	Site:		netc.com

	Author:		eROI		[www.eroi.com]  

	Client:		NETC		[http://www.educationaltravel.com/]

	Listing Order:
	==============

	1 - Global
	2 - Structure/Layout
	3 - Main Content
	4 - Sub Navigation
	5 - Left Navigation
	6 - Footer Navigation
	

************************************************************************/

/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

body {
	background: #fff;
	font: 62.5%/1.6em Verdana, Arial, Helvetica, 'Trebuchet MS', sans-serif;
	color: #333;
}

html, body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, div, p, img, table, td { 
	margin: 0; 
	padding: 0; 
}

a {
	text-decoration	: none;
	color: #6d2a89;
	font-weight: bold;
}

a:hover {
	text-decoration	: underline;
}

p {
	padding-bottom: 1.2em;
}	

.clearer {
	clear: both;
	line-height: 0;
}

.disappear {
	margin-left: -9999px;
}

/***********************************************************************
	2 - STRUCTURE/LAYOUT STYLES
************************************************************************/

div#container {
	width: 750px;
	margin: 0 auto;
}

div#header {
	
}

div#logo {
	background: url(../images/logo_netc.jpg) no-repeat top left;
	width: 139px;
	height: 60px;
	margin: 10px 0;
}

div#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

div#header h1 {
	background: url(../images/banner.jpg) no-repeat top left;
	height: 295px;
	width: 750px;
}

div#content {
	background: url(../images/banner_curve.jpg) no-repeat top right;
	border-right: 1px solid #ccc;
}

div#banner_bottom {
	width: 750px;
	height: 8px;
	background: url(../images/banner_bottom.jpg) no-repeat top left;
}

div#info {
	width: 330px;
	float: left;
	margin-right: 20px;
}

div#form {
	width: 390px;
	float: left;
}


/***********************************************************************
	3 - CONTENT STYLES
************************************************************************/

div#content {
	font-size: 1.1em;
}

div#content a {
	text-decoration: underline;
}
div#content a:hover {
	text-decoration: none;
}

div#content h2 {
	color: #6d2a89;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 0;
	font-size: 1.6em;
}


div.infoblock {
	padding: 15px 0;
}

div.divider {
	background: url(../images/divider.jpg) no-repeat top left;
	width: 335px;
	height: 1px;
	margin-left: -10px;
}

div.infoblock ul
{
	list-style-type:disc;
	margin-left:15px;
	
}
ul.wnormal li
{
	font-weight:normal;
}

ul.wbold li
{
	font-weight:bold;
}

p.important {
	color: #6d2a89;
	font-style: italic;
	font-size: 1.1em;
}

div.addpadding {
	padding: 25px;
}

/***********************************************************************
	4 - FORM STYLES
************************************************************************/

form {
	padding: 25px 0 20px 5px;
}

abbr {
	border: 0;
	margin-left: 0px;
	font-weight: bold;
}

div.left, div.right {
	width: 45%;
	float: left;
	margin-right: 7px;
}
div.full {
	width: 90%;
	float: left;
	margin-right: 7px;
}

label {
	display: block;
}

input.textbox {
	border: 1px solid #cdcdcd;
	/*margin-left: 7px;*/
	padding: 2px 3px;
	width: 160px;
}

select.selectbox {
	border: 1px solid #cdcdcd;
	padding: 2px 2px 2px 3px;
	width: 167px;
}

input.address {
	width: 280px;
}

p.checkbox {
	padding: 11px 0 0 0;
}

p.checkbox label {
	display: inline;
}
p.Red {
	padding: 11px 0 0 0;
}
p.Red label
{
	display: inline;
	color: #ed1c24;
	font-size: 1.0em;
}

p.required {
	padding: 15px 0;
}
.Red
{
	display: inline;
	color: #ed1c24;
	font-size: 1.0em;
}

/***********************************************************************
	5 - FOOTER STYLES
************************************************************************/

div#footer {
	width: 750px;
	background: #ccc url(../images/footer_curve.jpg) no-repeat bottom right;
	margin-bottom: 35px;
}

div#footer_top {
	background: #999;
	width: 750px;
	height: 6px;
	border-bottom: 1px solid #fff;
}

div#footer ul {
	width: 560px;
	list-style-type: none;
	padding: 0 95px;
}

div#footer ul li {
	float: left;
	padding: 10px 10px 4px 10px;
}

div#footer ul li a {
	color: #373737;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

div#footer p {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}

div#footer p a {
	font-weight: normal;
	color: #373737;
	text-decoration: underline;
}
div#footer p a:hover {
	text-decoration: none;
}
.violet_text {color:#593d99;}