@import url(reset.css);

body, p, ol, ul, td {
   /* background-color: #FFF;*/ 
    color: #333;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size:   10px;
    line-height: 14px;
}

body {
    
}

pre {
    background-color: #eee;
    padding: 10px;
    font-size: 11px;
}

a { 
    color: #000;
    font-size: 11px;
}

input, select {
    margin-bottom: 10px;
}

/*a:visited { color: #666; }*/
a:hover { color: #fff; background-color:none; }

:focus {outline:none;}

.clear_left { clear: left; }
.clear_right { clear: right; }
.clear_both { clear: both; }
.heading { padding: 20px 0;}
.label_100 { float:left; width: 100px; font-weight:bold; }
.label_150 { float:left; width: 150px; font-weight:bold; }
.label_200 { float:left; width: 200px; font-weight:bold; }

.white_para_heading {
    font-family: georgia,serif;
    font-size: 1.25em;
    font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.55em;
}

.white_border_box {
    background-color: #6ba7b5;
    border: 1px solid #FFF;
    color: #FFF;
	line-height: 1.6em;
	margin: 0 15px;
    padding: 5px;
}

.blue_text {
    color: #7cacb8;
    font-weight: bold;
}

.blue_box {
/*    background-color: #6ba7b5;*/
	background-color: #7cacb8;
    color: #FFF;
	line-height: 1.6em;
    padding: 5px 10px 15px 10px;
}

.blue_box p {
    background-color: #6ba7b5;
    color: #FFF;
}

/*
table {
    border: 1px solid rgb(200, 200, 200);
    border-collapse: collapse;
    table-layout: fixed;
}

th {
    background: #f0f0f0;
}

th, td {
    border: 1px solid rgb(200, 200, 200);
    padding: 5px;
    
}*/

#container {
    display: none;
    margin: 0;
    padding: 0;
}

#nav {
    background: url(/images/top_bar_bg.jpg) repeat-x top left;
    border-bottom: 2px solid #e2f2f5;
    height: 33px;
    padding-left: 40px;
}

#nav a {
	color: #6ba7b5;
}

#nav a:hover {
	color: #fff;
}

#nav ul.links {
    background: url(/images/top_bar_bg.jpg) repeat-x top left;
    clear: both;
    font-size: .85em;
    list-style-type: none;
    position: relative;
    padding: 1em;
    width: 400px; /*For IE */
}

#nav .links li {
    position: relative;
    z-index: 200;
    padding: 0 0.5em;
    float: left;
}

#nav ul.links div.ahover {
    background: #7bacb6;
    outline: 1px solid #fff;
    padding-bottom: 7px;
}

#nav div.ahover {
    position: absolute;
}

#top_half_wrapper {
    border-bottom: 2px solid #7bacb6;
}

#top_half {
    height: 500px;
    margin: auto;
    width: 1200px;
    position: relative;
	text-align: center;
}

.menu {
    bottom: 0px;
    height: 30px;
    margin-left: 538px;
    margin-bottom: -5px;
    overflow: hidden;
	position: absolute;
	text-align: center;
	width: 125px;
    z-index: 4;
}

.menu ul {
    background: url(/images/menu_rollup_menu_hover.png) no-repeat bottom center;
	height: 174px;
    margin: 5px auto 0 auto;
	width: 125px;
}

.menu li {
	height: auto;
    margin: -3px 0 0 0;
    text-decoration: none;
	width: 125px;
}

.menu li a:hover {
    color: #000;
    margin: 0;
    padding: 0;
}

.menuWork {
    bottom: 0px;
    height: 30px;
    margin-left: 100px;
    margin-bottom: -5px;
    overflow: hidden;
	position: absolute;
	text-align: center;
	width: 125px;
    z-index: 4;
}

.menuWork ul {
    background: url(/images/menu_rollup_menu_hover.png) no-repeat bottom center;	
    height: 174px;
    margin: 5px auto 0 auto;
	width: 125px;
}

.menuWork li {
	height: auto;
    margin: -3px 0 0 0;
    text-decoration: none;
	width: 125px;
}

.menuWork li a:hover {
    color: #000;
    margin: 0;
    padding: 0;
}

.menuHome {
	margin: -26px auto 0 auto;
    text-align: center;
	width: 120px;
}

.menuImage img {
	margin-bottom: -3px;
}

.menuHome ul {
    background: transparent url(/images/menu_index_background.png) no-repeat;
	height: 155px;
}

.menuHome li {
	margin: -3px 0;
    text-decoration: none;
}

.menuHome li a {
}

.menuHome li a:hover {
}

#bottom_half_wrapper {
    background: #95c4cc url(/images/content_bar_bg.jpg) repeat top left;
    border-top: 2px solid #FFF;
    height: 350px;	
}

#bottom_half {
    margin: auto;
    width: 1200px;
}

#footer {	
    background: #00F url(/images/bottom_bar_bg.jpg) repeat;
    border-bottom: 2px solid #FFF;
    border-top: 2px solid #FFF;
    height: 35px;
    padding-left: 40px;
}

#copyright {
    color: #FFF;
    height: 20px;
    padding: 10px 0 0 10px;
}
