﻿/*--------------------------------------------------------------------------------------
[Table of Contents]

1. Reset and Global
2. Container
3. Header Elements
4. Sidebar
5. Sidebar Rounded Corner Box
6. Main Content
7. Secondary Page
8. Footer
9. IE

--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------
[1. Reset and Global]
*/
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
	}
:focus {
	outline: 0;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
body  {
	font: .8em "Lucida Grande",Geneva,Arial,sans-serif;
	background: #fff url(../images/pagebackground_tile.png) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #444;
	}
a {
	text-decoration:none;
	color:#005ebc;
	}
a:hover {
	color:#104264;
	}
#sidebar1 a {
	text-decoration:none;
	color:#005ebc;
	}
#sidebar1 a:hover {
	color:#104264;
	}
#mainContent a {
	text-decoration:none;
	color:#005ebc;
	}
#mainContent a:hover {
	color:#104264;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

/*--------------------------------------------------------------------------------------
[2. Container]
*/
.twoColFixRtHdr #container { 
	width: 886px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	}

/*--------------------------------------------------------------------------------------
[3. Header Elements]
*/
.twoColFixRtHdr #header {  
	padding: 0 40px 0 0;
	height:106px;
	width:846px;
	text-align:center;
	margin:auto;
	}
#header .signup {
	text-align:right; 
	color:#39749b; 
	padding:5px 0 0; 
	height:16px;
	}
#header .signup a {
	color:#f69724;
	text-decoration:none;
	}
#header .signup a:hover {
	color:#79b32b; 
	text-decoration:none;
	}
#header .NGWidgetsLogo {
	float:left; 
	margin:25px 0 0 22px; 
	width:317px;
	}
#header ul {
	text-align:right; 
	margin:45px 0 0 0;
	}
#header li {
	float:left;
	}
	
#cse-search-box {
	padding:10px 0 0 0;
	}
	
ul#tabContainer {
    height:40px;
    line-height:40px;
    z-index:1;
    float:right;
    }
.top_nav_tab {
    background-image:url(../images/navoff.gif);
    background-repeat:no-repeat;
    height:40px;
    text-align:center;
    width:80px;
    z-index:2;
    margin:0 0 0 2px;
    line-height:1em;
	padding-top:.6em;
    }
#top_nav_tab_home, #top_nav_tab_gallery, #top_nav_tab_blog, #top_nav_tab_company {
	padding-top:1.1em;
	}
.top_nav_tab a {
    color:#4d93ba;
    font-size:1.2em;
    font-weight:bold;
    position:relative;
    text-decoration:none;
    z-index:3;
    }
.top_nav_tab a:hover {
    color:#EB9A23;
    }
.top_nav_tab_selected {
    background-image:url(../images/navon.gif);
    background-repeat:no-repeat;
    height:40px;
    text-align:center;
    text-decoration:none;
    width:80px;
    }

.top_nav_tab_selected a {
    background-repeat:no-repeat;
    color:#f69724;
    font-size:1.2em;
    z-index:3;
    }
#tabContainer li ul, #tabContainer ul li  {
    width: 12em;
	line-height:normal;
	padding: 4px;
	z-index:1000;
    }
                            
                          
#tabContainer ul li a  {
	color: #4D93BA;
	font-size:1em;
    }
#tabContainer ul li a:hover  {
	 color: #EB9A23;
    }
#tabContainer li ul {
	position: absolute;
	display:none;
	background:#043258;
	border-top:0;
	text-align:left;
	top:61px;
    }

#tabContainer li:hover ul, #tabContainer li.p7hvr ul {
	display: block;
	}


/*--------------------------------------------------------------------------------------
[4. Sidebar]
*/
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 270px;
	padding: 25px 0 0;
	margin:0;
	}
.twoColFixRtHdr #sidebar1 .sidebarBox {
	background-color:#fff; 
	width:252px; 
	margin-bottom:20px;
	}
.twoColFixRtHdr #sidewidget {
	float: right;
	width: 350px;
	height: 621px;
	padding: 25px 0 0;
	margin:0;
	}
.twoColFixRtHdr #sidewidget .sidebarwidget {
	background-color:#fff; 
	width:252px; 
	margin-bottom:20px;
	}

/*--------------------------------------------------------------------------------------
[5. Sidebar Rounded Corner Box]
*/
.sidebarBox .ngInnerBoxContent {
	background:#FFFFFF;
	background-image:url(../images/sidebar_tile.gif);
	background-repeat:repeat-x;
	border-left:1px solid #ededed;
	border-right:1px solid #ededed;
	padding:10px 16px;
	}
.sidebarBox .ngInnerBoxHeader {
	background:transparent url(../images/corner_sidebar_TR.gif) repeat-x scroll 100% 0pt;
	height:6px;
	overflow:hidden;
	}
.sidebarBox .ngInnerBoxHeader div {
	background:#FFFFFF url(../images/corner_sidebar_TL.gif) no-repeat scroll 0pt;
	height:6px;
	width:6px;
	}
.sidebarBox .ngInnerBoxFooter {
	background:transparent url(../images/corner_sidebar_BR.gif) no-repeat scroll 100% 0pt;
	height:6px;
	overflow:hidden;
	}
.sidebarBox .ngInnerBoxFooter div {
	background:#FFFFFF url(../images/corner_sidebar_BL.gif) no-repeat scroll 0pt;
	height:6px;
	width:6px;
	}


/*--------------------------------------------------------------------------------------
[6. Main Content]
*/
.twoColFixRtHdr #mainContent { 
	margin: 0 292px 0 40px;
	padding: 25px 0 0;
	} 
.event-li{
	width:300px;
	margin-left:1.5em;
	list-style-type:disc;
	}
	
.et-li{
	width:415px;
	margin-left:1.5em;
	list-style-type:disc;
	}

.participants{
	width:110px;
	}

/*--------------------------------------------------------------------------------------
[7. Secondary Page]
*/
.secondaryPage h1 {
	color:#F69724;
	font-size:1.90em;
	font-weight:bold;
	padding:0 0 20px 0;
    }
.secondaryPage p {
	padding:0 0 10px 0;
    }
.secondaryPage .sectionHeader {
	font-size:1.2em;
	font-weight:bold;
    }
.secondaryPage ul {
	padding:0 0 10px 0;
    }
.secondaryPage li {
	list-style-image:url(../images/LI-trans.png);
	list-style-position:outside;
	margin-left:20px;
    }


/*--------------------------------------------------------------------------------------
[8. Footer]
*/
.twoColFixRtHdr #footer { 
	padding: 60px 10px 10px 20px;
	text-align:center;
	} 
.twoColFixRtHdr #footer p {
	color:#4d93ba;
	margin: 0;
	padding: 5px 0 0;
	}
#footer a {color:#093f6b; text-decoration:none;}
#footer a:hover {color:#79b32b; text-decoration:none;}
#footer .copyright {
	font-size:.7em;
	padding-top:0;
	}


/*--------------------------------------------------------------------------------------
[9. Big Orange Buttons, a la Editor's Desk]
*/ 
a.edButton,
a.edButtonDisabled
{
	float:right;
	background:url(../images/btn_orange_bg_left.gif) no-repeat left top;
	height:27px;
	margin: 2px 4px;
	padding:0px 0px 0px 9px;
	text-decoration:none;
}

a.edButtonDisabled{
	background-image:url(../images/btn_grey_bg_left.gif);
}

a.edButton span,
a.edButtonDisabled span
{
	float:left;
	display:block;
	background:url(../images/btn_orange_bg_right.gif) no-repeat right top;
	padding: 6px 14px 0px 5px;
	height:21px;
	cursor:pointer;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

a.edButtonDisabled span{
	background-image:url(../images/btn_grey_bg_right.gif);
}

a.edButton:hover
{
	background-position: 0% -27px;
}

a.edButton:hover span
{
	background-position: 100% -27px;
	color: #0364a0;
}

	

/*--------------------------------------------------------------------------------------
[9. IE]
*/ 
<!--[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 292px; }
<![endif]-->
<!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 20px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->




/*--------------------------------------------------------------------------------------
[10. Custom Error Page]
*/
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 250px;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
	}
a {
	text-decoration:none;
	color:#005ebc;
	}
a:hover {
	color:#104264;
	}
.error h1{
	text-align:center;
	color:#F69724;
	font-size:1.90em;
	font-weight:bold;
	padding:0 0 20px 0;
    }
.error h3{
	font-weight:bold;
	color:#8F2831;
    }
.error p {
	padding:5px 0 10px 0;
    }
.error .sectionHeader {
	font-size:1.2em;
	font-weight:bold;
    }
.error ul {
	padding:0px 0 25px 0;
    }
.error li {
	list-style-image:url(../images/LI-trans.png);
	list-style-position:outside;
	margin-left:25px;
	padding-bottom: .5em;
    }
#errorContent a {
	text-decoration:none;
	color:#005ebc;
	}
#errorContent a:hover {
	color:#104264;
	}
/*These styles control the search bar for the Custom Error page 404.aspx*/	
    /* Widget content container */
   #goog-wm { }

    /* Heading for "Closest match"
   #goog-wm h3.closest-match { }

    /* "Closest match" link
   #goog-wm h3.closest-match a { }

    /* Heading for "Other things" */
   #goog-wm h3.other-things 
   {
   	color: #8f2831;
   	font-size: 12px;
   	}

    /* "Other things" list item */
   #goog-wm ul li 
   {
   	 }
   
    /* Site search box */
   #goog-wm li.search-goog{
   	display: list-item;
   	 }
