/* ---- General ---- */

body
{

	width: 1140px;
	height: 100%;
	background-color: #D1D0D5;
	font-family: Arial, Helvetica, sans-serif;
	color: #505050;
	font-size: 100.1%;

}

/* ---- Elements ---- */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	line-height: 150%;
	width: 600px;

}


table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	table-layout: fluid;
	width: 600px;
	text-align: left;
	border: 1px #999 solid;
}

td {
	padding: 5px;
	border: 1px #999 solid;
}

tr {	width: 500px;
	border: 1px #999 solid;
}


ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	line-height: 150%;
	list-style-type: disc;
	width: 500px;
}


li {
	list-style-type: dash;
	
}

h4 {	line-height: 150%;

}

span#company {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* ---- Layout/ Columns ---- */

div#header {
	position: relative;	
	left: 0px;
	top: 10 px;
	height: 112px;
	width: 100%;
	background-color: #DFDEE2;
}

div#footer {
	position: relative;	
	left: 0px;
	top: 10 px;
	height: 20px;
	width: 100%;
	background-color: #DFDEE2;
}

/* taken from Position Is Everything - clear floated DIV */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* taken from Position Is Everything - clear floated DIV */


div#mainwrap {
	position: relative;	
	left: 0px;
	top: 0px;
	height: auto; 
	width: 100%;
	background-color: #DFDEE2;
	}

div#line {
	background-color: #D1D0D5;
	float: left;
	width: 100%;
	line-height: 0;
	height: 3px;
	background-image: url('images/bar.gif');
	background-repeat: no-repeat;
	background-position: 30px;
	

}

div#content {
	float:left;
	margin-left: 30px;
	margin-top: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-top: 15px;
	width: 1005px;
	text-align: justify;
	
} 

/* Image Section */

div#images {
	padding: 10px;
	margin: 20px 20px 0 0;
	float: left;
	background-image: url('images/home.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;

}


/* Links Section */

div#text {
	float: left;
	margin: 0;
	padding: 0;
	width: 705px;
}

div#linksyellow {
	float: left;
	margin: 10px 40px 0 0;
	padding: 20px;
	width: 200px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 150%;
	background-color: #FFFF00;
	border: #fff 1px solid;
	
	
}

div#linksyellow p{
	width: 200px;
}

div#linksblue p{
	width: 200px;
}

div#linkspink p{
	width: 200px;
}

div#linksblue {
	float: left;
	margin: 10px 40px 0 0;
	padding: 20px;
	width: 200px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 150%;
	background-color: #96d3ff;
	border: #fff 1px solid;
	
}

div#linkspink {
	float: left;
	margin: 10px 40px 0 0;
	padding: 20px;
	width: 200px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 150%;
	background-color: #FF99CC;
	border: #fff 1px solid;
	
}



div.blue { background-color: #96d3ff;
	background-image: url('images/content_bg.jpg');
	background-repeat: repeat-y;
	background-position: right;

}

div.yellow {
	background-color: #FFFF00;
	background-image: url('images/yellow_bg.jpg');
	background-repeat: repeat-y;
	background-position: right;
}

div.pink {
	background-color: #FF99CC;
	background-image: url('images/pink_bg.jpg');
	background-repeat: repeat-y;
	background-position: right;
}

/*----------------Menues ----------------*/

ul#mainmenu {
	float:left;
    	padding: 0;
	width: 1045px;
        list-style-type: none;
        font-size: 12px;
        font-weight: bold;
        margin: 14px 0 0 30px;
}


ul#submenu {
	float:left;
	padding: 0 0 0 0;
	width: 1045px;
    list-style-type: none;
    margin: 7px 0 0 0;
    font-size: 12px;
    font-weight: normal;
}

div#submenu {
        
	float:left;
	padding: 0 0 7px 0;
	margin: 0 0 7px 30px;
	width: 1045px;
	border-bottom: 2px dashed #D1D0D5;
    	list-style-type: none;
    	font-size: 12px;
	font-weight: normal;
}


ul#subsubmenu {
	float:left;
	padding: 0;
	margin: 0px 0 7px 30px;
	width: 1045px;
        list-style-type: none;
	line-height: 12px;
        font-size: 11px;
        font-weight: normal;
}
	
li.menu {	
	display: block;
	float: left;
	margin: 0; 
	padding: 0 0 7px 0;
}

/* ----Text/ Font Styles ---- */



.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #505050;
	width: 550px;
}


.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996600;
	font-weight: bold;
	text-decoration: none;


}

.textBOLD {
	font-family: Arial, Helvetica, sans-serif;
	color: #505050;
	font-size: 11px;
	font-weight: bold;

}

/* ---- Menu Links Blue ---- */

a:link.blue, a:link.subblue, a:visited.blue, a:visited.subblue { 
color: #505050; 
text-decoration: none; 
border-right: 1px solid white;
padding: 0px 6px 0px 6px;
margin: 0px;
}

a:hover.blue, a:hover.subblue {
color: #505050; 
background-color: #96d3ff;
text-decoration: none;
border-right: 1px solid white;
padding: 0px 6px 0px 6px;
} 

a.currentblue, a.subcurrentblue { 
color: #505050; 
background-color: #96d3ff;
text-decoration: none; 
border-right: 1px solid white;
padding: 0px 6px 0px 6px;
margin: 0px;
}

/* ---- Menu Links Yellow ---- */

a:link.yellow, a:visited.yellow, a:link.subyellow, a:visited.subyellow, a:link.subsubyellow, a:visited.subsubyellow { 
color: #505050; 
text-decoration: none; 
border-right: 1px solid white;
padding: 0px 6px 0px 6px;
margin: 0px;
}

a:hover.yellow, a:hover.subyellow, a:hover.subsubyellow {
color: #505050; 
background-color: #FFFF66;
text-decoration: none;
border-right: 1px solid white;
padding: 0px 6px 0px 6px;
} 

a.currentyellow, a.subcurrentyellow, a.subsubcurrentyellow { 
color: #505050; 
background-color: #FFFF66;
text-decoration: none; 
border-right: 1px solid white;
padding: 0px 6px 0px 6px;
margin: 0px;
}

/* ---- Menu Links Pink ---- */

a:link.pink, a:visited.pink, a:link.subpink, a:visited.subpink { 
color: #505050; 
text-decoration: none; 
border-right: 1px solid white;
padding: 0px 6px 0px 6px;
margin: 0px;
}

a:hover.pink, 
a:hover.subpink {
color: #505050; 
background-color: #FF99CC;
text-decoration: none;
border-right: 1px solid white;
padding: 0px 6px 0px 6px;
} 

a.currentpink, a.subcurrentpink { 
color: #505050; 
background-color: #FF99CC;
text-decoration: none; 
border-right: 1px solid white;
padding: 0px 6px 0px 6px;
margin: 0px;
}

/* ---- Images ---- */

img#logo {
	
	text-decoration: none;
	border: 0;

}

a#logo {
	position: relative;
	top: 68px;
	left: 30px;
	text-decoration: none;
}
