/* CSS Document */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#1f1e1e;
	padding: 0px 0 0 0;
	margin: 0;
}

p {
	font-size: 12px;
	line-height: 17px;
	color:#41484f;
	margin: 8px 0px 12px 0px;
}

p#home {
	font-size: 12px;
	line-height: 18px;
	color:#41484f;
	margin: 4px 0px 8px 0px;
}

p.homeFeatures {
	padding: 5px 0 0 0;
	font-size: 11px;
	line-height: 16px;
	color:#41484f;
	margin: 4px 0px 8px 0px;
}


img { 
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

a {

}

a:hover {
	
}

h1 {
	font-size: 22px;
	color: #1a1c1f;
	padding: 0px;
	margin: 0px;
	font-weight:600;
}


h2 {
	font-size: 16px;
	color: #252b30;
	padding: 0px;
	margin: 0px;
	font-weight:200;
}

h3 {
	color: #787878;
	font-size: 16px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	height:14px;
}

h4 {
	color: #ffffff;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	text-align:justify;
	/*height:53px;*/
}

h5 {
	color: #ffffff;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	text-align:justify;
	/*height:20px;*/
}

div#headingText {
	width: 350px;
	height: 21px;
	padding: 8px 0 0px 23px;
	margin: 0px;	
	background-color:#FFFFFF;
}


hr {
	height:0px;
	border-top:0px solid #e1e1e1;
	color: #e1e1e1;
}

ul {
	list-style-image: url(../images/list_icon.gif);
	margin: 0 0 15px 0;
	padding: 5px 50px;
}

li {
	font-size: 12px;
	color:#0096c1;
	margin-top: 8px;
}

ul#gall {
	list-style-image: url(../images/list_icon2.gif);
	margin: 0 0 10px 0;
	padding: 5px 50px;

}

ul#gall li {
	margin:5px 0px 0px 5px;
}

ul#gall li a {
	font-size:11px;
	text-decoration:none;
	color:#0096c1;
}

ul#gall li a:hover {
	font-size:11px;
	text-decoration:underline;
	color:#0096c1;
}

strong.normalText {
	font-weight: 100;
}

/****** GENERIC ******/

.flashTextFix {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;	
}

div.clear {
	height: 0;
}

.clearLeft {
	clear: left;
}

div.flashContainer {
	width: 1px;
	height: 1px;
	position: absolute;
	z-index: 10;
}

input.textInput {
	height: 18px;
	width: 255px;
	border: 1px solid #bec5cd;
}

textarea.inputTextArea {
	width: 255px;
	border: 1px solid #bec5cd;
	height: 148px;
}

/******** PAGE ********/
div#page {
	width: 960px;
	padding: 0 0 0 0;
	margin: 0 auto;	
}

/** HEADER **/
div#header {
	width: 960px;
	height: 147px;
	margin: 0px;
	padding: 0px;
	position:relative;
}

div#logo {
	float: left;
	width: 750px;
	margin: 0;
	padding: 0 0px 0 0;
}

	#headerContact {
	background-image: url(../images/headerContact.gif);
	float: right;
	height: 147px;
	width: 210px;
	margin: 0;
	padding:0;
	
}

div#navButtons {
	width: 830px;
	height: 26px;
	padding: 11px 0px 12px 130px;
	background-image: url(../images/navBG.gif);
	background-repeat: no-repeat;
}

div#navButtons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

div#navButtons ul li {
	float: left;
	margin: 0;
	padding: 0;
	height: 26px;
}

div#navButtons ul li a {
	height: 26px;
	display: block;
	margin: 0px;
	padding: 0px;
}


/** NAV **/
a#navHome {
	width: 61px;
	background: url(../images/nav_home.gif);
	background-repeat: no-repeat;
}

a#navHome:hover {
	background-position: -61px 0;
}

a#navAbout {
	width: 70px;
	background: url(../images/nav_about.gif);
	background-repeat: no-repeat;
}

a#navAbout:hover {
	background-position: -70px 0;
}

a#navSchools {
	width: 69px;
	background: url(../images/nav_schools.gif);
	background-repeat: no-repeat;
}

a#navSchools:hover {
	background-position: -69px 0;
}

a#navRes {
	width: 91px;
	background: url(../images/nav_res.gif);
	background-repeat: no-repeat;
}

a#navRes:hover {
	background-position: -91px 0;
}

a#navComm {
	width: 92px;
	background: url(../images/nav_comm.gif);
	background-repeat: no-repeat;
}

a#navComm:hover {
	background-position: -92px 0;
}

a#navProject {
	width: 102px;
	background: url(../images/nav_project.gif);
	background-repeat: no-repeat;
}

a#navProject:hover {
	background-position: -102px 0;
}

a#navTest {
	width: 93px;
	background: url(../images/nav_test.gif);
	background-repeat: no-repeat;
}

a#navTest:hover {
	background-position: -93px 0;
}

a#navFaqs {
	width: 54px;
	background: url(../images/nav_faqs.gif);
	background-repeat: no-repeat;
}

a#navFaqs:hover {
	background-position: -54px 0;
}

a#navContact {
	width: 82px;
	background: url(../images/nav_contact.gif);
	background-repeat: no-repeat;
}

a#navContact:hover {
	background-position: -82px 0;
}


/******** CONTENT ********/


div#contentHome {
	background-color:#FFFFFF;
	background-image:url(../images/gradTile.gif);
	background-repeat: repeat-y;
	background-position: 400px 0px;
	width: 960px;
}

div#content {
	background-color:#FFFFFF;
	background-image:url(../images/gradTile.gif);
	background-repeat: repeat-y;
	background-position: 639px 0px;
	width: 960px;
}

div#contentHolder {
	background-image: url(../images/tile.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	width: 100%;
	height:auto;
}

div#contentLeftHome {
	float:left;
	width: 346px;
	padding: 25px 52px 0px 22px;
	
}

div#contentLeft {
	float:left;
	width: 570px;
	padding: 30px 50px 0px 20px;
	margin: 0px;
	
}

div#contentRightHome {
	/*background-image:url(../images/gradTile.gif);*/
	background-repeat:repeat-y;
	background-position:left;
	float:left;
	width: 514px;
	padding: 25px 0px 0px 26px;
}

div#contentRight {
	/*background-image:url(../images/gradTile.gif);*/
	background-repeat:repeat-y;
	background-position:left;
	float:left;
	width: 319px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

div#homeLink1 {
	width:142px;
	float:left;
	padding:0px 30px 0px 0px;
	
}

div#homeLink2 {
	width:142px;
	float:left;
	padding:0px 30px 0px 0px;
}

div#homeLink3 {
	width:142px;
	float:left;
	
}

div#homeLink1 p a,
div#homeLink2 p a,
div#homeLink3 p a {
	color:#41484f;
	text-decoration:none;
}


/******** PAGE BOTTOM ********/



	
/****** FOOTER ******/
div#footerHolderHome {
	width: 100%;
	/*height: 190px;*/
	background-image:url(../images/footerTile.gif);
	background-repeat: repeat-x;
	background-color:#1f1e1e;
}

div#footerHome {
	width: 960px;
	height: 140px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

div#footerHolder {
	width: 100%;
	/*height: 190px;*/
	background-image:url(../images/footerInsideTile.gif);
	background-repeat: repeat-x;
	background-color:#1f1e1e;
}

div#footer {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

div#footer p { 
	padding: 15px 20px;
	color: #ffffff;
	font-size: 14px;
	margin: 0px;
}

div#footer em,
div#footer a { 
	color: #d2d832;
	font-style: normal;
}

div#footer a:hover { 
	color: #ffffff;
}

div#footer1 {
	width: 214px;
	float:left;
	padding: 50px 0px 0px 22px;
}

div#footer2 {
	width: 147px;
	float:left;
	padding: 0px 0px 0px 0px;
}

div#footer3 {
	width: 527px;
	float:left;
	padding: 50px 0px 0px 42px;
}

div#footer3 p {
	color:#FFFFFF;
}

div#footer1 p {
	font-size:12px;
	color:#3a3a3a;
}

div#footer1  a {
	color:#3a3a3a;
	text-decoration:none;
	
}

div#footer1  a:hover {
	color:#3a3a3a;
	text-decoration:underline;
	
}

div#footerBottom {
	padding: 20px 0px 30px 0px;
	width: 960px;
	margin: 0px auto;
}

div#footerBottomLeft {
	float:left;
	width: 760px;
	padding: 0px 0px 0px 22px;
}

div#footerBottomRight {
	float:left;
	width: 150px;
	padding: 0px 0px 0px 22px;
	font-size:11px;
	color:#41484f;
}

div#footerBottomRight a {
	font-size:11px;
	color:#41484f;
	text-decoration:none;
}

div#footerBottomRight a:hover {
	text-decoration:underline;
}

div#footerBottom p
{
	margin: 0px 0px 0px 0px;
	font-size:11px;
}

div#footerBottom p a {
	color:#41484f;
	text-decoration:none;
}

div#footerBottom a:hover {
	color:#999999;
	text-decoration:none;
}

div#blissLogo {
	position:relative;
	top: 0px;
	float:left;

}

div#footerLeftText {
	position:relative;
	top: 0px;
	float:left;
	font-size:11px;
}

div#footerLeftText p {
	font-size:11px;
}

div#footerLeftText p a {
	color:#41484f;
	text-decoration:none;
}

div#footerLeftText a:hover {
	color:#999999;
	text-decoration:none;
}

div#contactFlashContainer {
	width: 175px;
	height: 155px;
	margin: 0px auto;
}