	body {
		padding: 0;
		margin: 0;
		background-color: #0e55a7;
		background:  url(../img/layout/body_bg.jpg);
	}

	body,p,table,tr,td,form {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		color: #fff;
	}
	
	a, a:visited {
		color: #fff;
	}

	

	h1 {
		background-color: transparent !important;
		color: #fff !important;
		text-transform: capitalize !important;
		border-bottom:0px !important;
		padding-left: 0px !important;
		margin-left: 0px !important;
		font-size: 18px;
		font-weight: normal !important;
	}

	h2, #product h1 {
		background-color: transparent !important;
		color: #fff !important;
		text-transform: capitalize !important;
		border-bottom:0px !important;
		padding-left: 0px !important;
		margin-left: 0px !important;
		padding-bottom: 0px !important;
		font-size: 15px !important;
	}

	#container {
		position: relative;
		width: 90%;
		max-width: 950px;
		width: 950px;
		margin: 0 auto;
		background:  url(../img/layout/bg.jpg) no-repeat;
	}
	
	#logo {
		position: absolute;
		top: 35px;
		left: 40px;
	}
	
	#address {
		position: absolute;
		width: 90%;
		text-align: right;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		top: 125px;
	}
	
	/*
	#address br {
		margin-top: 15px;
	}
	*/
	
	#menu, #submenu, #edumenu {
		position: absolute;
		top: 235px;
		z-index: 10;	
		width: 90%;
		padding: 2px 0px;
		text-align: right;
		font-size: 11px;
		color: #000;
	}
	
	#submenu, #edumenu {
		position: absolute;
		display: none;
		top: 255px;
		background-color: transparent;
		color: #fff;
		width: 80%;
		margin-left: 100px;
	}



	
	#menu a, #menu a:visited, #menu a:active, #menu a:link {
		text-decoration: none !important;
		color: #000066;
		font-weight: bold;
		font-size: 12px;
		padding: 5px;
		z-index: 15;
	}

	#menu a.current, #menu a.current:visited, #menu a.current:active, #menu a.current:link {
		text-decoration: underline !important;
		color: #000066;
		font-weight: bold;
		font-size: 12px;
		padding: 5px;
		z-index: 15;
	}

	#submenu a.current, #submenu a.current:visited, #submenu a.current:active, #submenu a.current:link {
		text-decoration: underline !important;
	}
	
	#submenu a, #edumenu a {
		text-decoration: none;
		color: #fff;
		padding: 5px;
	}
	
	#menu a:hover {
		text-decoration: underline;
		color: #ccc;	
	}
	
	#submenu a:hover, #edumenu a:hover {
		text-decoration: underline;
		color: #ccc;
	}
	
	#content {
		position: relative;
		width: 100%;
		color: #fff;
	}
	
	#content .pad {
		padding: 420px 50px 10px 100px;
	}
	
	.form label {
		width: 100px;
		text-align: right;
		display: block;
		float: left;
	
	}
	
	.form br {
		margin-bottom: 10px;
	}
	
	div.spacer {
		position: relative;
		clear: both;
		width: 100%;
		height: 25px;
		overflow: hidden;
	}

	#footer {
		width: 100%;
		text-align: center;
		font-size: 9px;
		margin-top: 35px;
		margin-bottom: 10px;
		
	}

	/******* OVERRIDES ************/

	#contact_form {
		border-bottom: 0px !important;
	}

	#contact_map {
		border: 1px solid #fff !important;
		width: 300px !important;
		height: 250px !important;
	}

	#page_content_item img {
		padding-right: 10px !important;
				
	}

	#page_content_item li {
		margin-left: 10px !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

