/* CSS Document */
/*------- Main CSS Elements -------*/
body {
	text-align:center;
    background-color:#fff;	
	background-repeat:no-repeat;
	background-position:top center;
}

#body {
    background-image:url(images/background.jpg);
}

body, html
{
	height: 100%;
}

#form
{
	height: 100%;
}

p {
	padding-left:10px;
}

.title_blue .Head span, .title_red .Head span, .title_yellow .Head span, .title_grey .Head span {
	padding-left:10px;
}

.title_blue .Head span span, .title_red .Head span span, .title_yellow .Head span span, .title_grey .Head span span {
	padding-left:0px;
}
/*------- Id and Class Labelled Elements -------*/
#left_shadow {
	width:10px;
	float:left;
}

#right_shadow {
	width:10px;
	float:left;
	background-image:url(images/right_shadow.png);
}

#outterCont {
	width:990px;
	margin:auto;
	text-align:left;
}
#innerCont {
	width:990px;
	margin:auto;
	padding:0px 0px 0px 12px;
	float:left;
	background-image:url(images/main_bg.png);
	background-repeat:repeat-y;
}

#header {
	height:100px;
}

#logo {
	width:365px;
	height:100px;
	float:right;
	margin:0px 10px 0px 0px;
	background-image:url(images/logo.png) !important;
	position:relative;
	  top:18px;
	  left:-33px;
	
}

#contact_info {
	width:508px;
	padding:6px;
	padding-left:16px;
	float:left;
	color:#666;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#menu {
	width:585px;
	height:38px;
	float:left;
	background-image:url(images/menu_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.top_flash {
	height:160px;
	width:900px;
	margin:0px 30px 15px;
}

#main {
	/*height:340px;*/
	padding-top: 10px !important;
	padding-top: 0px;
}

.left_top_pane {
	width:258px;
	height:82px;
	margin:10px 0px 0px;
	float:left;
}

.left_mid_pane {
	width:258px;
	height:85px;
	margin:0px;
	float:left;
}

.left_bot_pane {
	width:258px;
	/*height:175px;*/
	margin:0px 0px 10px;
	float:left;
}

.sub_left_pane {
	width:240px;
	margin:10px 0px 0px 20px;
	float:left;
}

.sub_right_pane {
	width:670px;
	margin:10px 0px;
	padding:10px;
	float:left;
}

.home_center_pane {
	width:600px;
	margin:10px 0px 50px 50px;
	padding:10px;
	float:left;
}	
.left_pane div {
	font-size:13px;
}

.main_flash {
	width:670px;
	height:330px;
	margin:10px;
	margin-right:40px;
	float:right;
}

#footer {
	width:971px;
	/*height:20px;*/
	margin:0px 0px 20px 10px;
	/*float:left;*/
	color:#ffffff;
	font-size:12px;
	line-height:20px;
	text-align:center;
	background-color: #DFDFDF; 
	
	
}
#center{
	width:700px;
	margin:0px 0px 0px 0px;
	float:left;
	color:#ffffff;
	font-size:12px;
	line-height:20px;
	text-align:left;
	background-color:#aaa;
}

/*--------- DNN Menu Styles ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	font-size: 11px;
	z-index:15;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
	height:18px;
	color:#ffffff;
	font-size:14px; 	
	text-align:center;
	margin-top:20px;
	padding:0px 12px;
	font-weight:bold;
	float:left;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	height:18px;
	color:#000000;
	font-size:14px; 	
	text-align:center;
	margin-top:20px;
	padding:0px 12px;
	font-weight:bold;
	float:left;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	height:18px;
	color:#ffffff;
	font-size:14px; 	
	text-align:center;
	margin-top:20px;
	padding:0px 12px;
	font-weight:bold;
	float:left;
}
.sub_dnnmenu_rootitem_selected
{
	height:18px;
	color:#ffffff;
	font-size:14px; 	
	text-align:center;
	margin-top:20px;
	padding:0px 12px;
	font-weight:bold;
	float:left;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	color:#006633;
	background-color:#ffffff;
	border:1px solid #ffffff;
	background-image:url(images/tab_bg.png);
	background-position:top left;
	z-index:15;
}

.main_dnnmenu_submenu td
{
	/*background-color:#E1E8ED;*/
	background-color:#0E3B62;
	z-index:15;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	font-family:Andalus, "Arabic Typesetting", Arial;
	color:#ffffff;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{  
	font-size: 11px;
	background-color:#ffffff;
	color:#000000;
	font-weight:bold;
	text-align:left;
	font-family:Andalus, "Arabic Typesetting", Arial;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
	z-index:15;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #ffffff;
	z-index:15;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #ffffff;
	z-index:15;
}

.ModuleTitle_SubMenu td{
	background-color:#ffffff;
	/*background-color:#F8FAFF;*/
	white-space: nowrap;
	z-index:15;
} 

/*.ModuleTitle_MenuIcon {
	background-color:#C87C31;
	border:none;
	padding: 0px 2px;
	z-index:15;
}*/

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel {
	background-color: Transparent;
	color: #A8CBDA;
	z-index:15;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak
{
	height: 2px;
	background-color: #D5E0FF;
	z-index:15;
}

#blank_container {
    text-align:center;
}

#blank_header {
    width:990px;
    height:100px;
    margin:auto;
    float:left;
    text-align:left;
}

#blank_main {
    width:100%;
    float:left;
    text-align:center;
}

.blank_cont_pane {
    margin-top:30px;
    float:left;
    text-align:left;
}
#PersonImg {
	background-image:url(/Portals/0/Skins/img/measurementbody.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	border:none;
}