/* GENERAL STYLES */
/* GENERAL STYLES */


div.hoverImg img
{
  filter:alpha(opacity=50);

}
div.hoverImg a:hover img {filter:alpha(opacity=100);}


div.hoverImgTxt img
{
  filter:alpha(opacity=50);
  border: 1px solid #FFFFFF;
   
}
div.hoverImgTxt a:hover img 
{
  filter:alpha(opacity=100);
  border: 1px solid #c0c0c0c;

}

.solutionList img {
  filter:alpha(opacity=50);
}

.solutionList {
 border: 1px lightgrey solid;
 width: 520px;
 color: grey;
 background-color: white;
}

.solutionListActive {
 border: 1px grey solid;
 width: 520px;
 color: black;
 cursor:pointer; 
}

.solutionListInfo {
 width: 350px;
 padding-left: 20px;
 padding-top: 30px;
 padding-bottom: 2px;
 font-size: 16px;
 font-weight: bold;
}

.solutionListButton {
 width: 150px;
 padding-right: 0px;
 padding-top: 8px;
}

.solutionListSplit {
 clear: both;
 height: 20px;
}


/*
===========================
Rich text editor stying
===========================
*/

#holderBody
{
	background:none;
}

#holderBody strong
{
	font-weight:bold;
}

#holderBody a
{
	text-decoration:underline;
}

#holderBody p
{
	margin:auto;
}

#holder
{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
	font-size:14px;
}



/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*
====================================
Start Theme One Styling
====================================
*/

body
{
	background-color:#ffffff;
	background-image:url(/css/images/top_bar_gradient.png);
	background-repeat:repeat-x;		
	font-family:'helvetica','Trebuchet MS','Tahoma','Arial',sans-serif;
}

#Container
{
	margin:0 auto 0 auto;
	width:780px;
}

#Header
{
	overflow: hidden;
}

#Logo
{
	background-image:url(/css/images/3dfacto_logo_top.png);
	background-repeat:no-repeat;
	text-indent:-10000px; /*Used to hide the text off screen */	
	margin-top:10px;
	height:61px;
	width:108px;
	float:right;
}

#Logo a
{
	display:block;
	height:100%;
}


#Navi
{
	float:left;
	height:95px;
	font-size:16px;
	font-weight: bold;
	margin-left:-35px;
}

#Navi li
{
	float:left;
	display:block;
	/*background-color:green;*/ /* Used for debug */
	line-height:110px;
	margin:0 0 0 25px;
}


#Navi li a
{
	color:#000000;
	text-decoration:none;
	display:block;
}

#Navi li a:hover, #Navi li.Selected a
{
	color:#FFAB0B;
}

#secondLevelNavigationContainer {
	margin-top: 50px;
}

#secondLevelNavigation {
    float: left;
    width: 210px;
    list-style:none;
    padding:0;
    margin: 0;  
    border-top: 1px solid #ddd;
	margin-bottom: 20px;
}

#secondLevelNavigation li {
    margin: 0;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
}

#secondLevelNavigation li .selected {
	font-weight: bold;
	color:#FFAB0B;
}

#secondLevelNavigation a:link, #secondLevelNavigation a:visited {
    display: block;
    text-decoration: none;
	padding: 5px 15px;
}

#secondLevelNavigation a:hover {
    background-color: #eee;
    text-decoration: none;
}


#Content
{
	background-color:white;
	padding:15px 0 0 0;
  	clear:both;
}



#TeaserField
{

	background-color:#CED8E1;
	border-right:3px solid #B9C2CB; 
	border-bottom:3px solid #B9C2CB;
	padding-bottom:20px;
}

#Teaser
{
	float: left;
	padding-left: 22px;
}

#TeaserHeadline
{
	clear: both;
	width: 500px;
	padding: 30px 0 15px 22px;
	margin-bottom: 20px;
}

#ContentContainer
{
	margin:0px 0 0 15px;
	/* background-color:red; */ /* Used for debug */
}

#MainContent
{
	width:515px;
	float:left;
	font-size:12px;
	/*background-color:purple;*/ /* Used for debug */
}

#MainContent ol,ul {
	list-style: disc;
	padding-left:10px;
	margin-left:10px;
}

#MainContent li {
	padding-bottom:3px;
}

#MainContent h1
{
	font-size: 40px;
	color:#FFA207;
	letter-spacing: 0.1em;
}

#MainContent p
{
	margin:10px 0 10px 0;
}

#MainContent a
{
	color:#FFA207;
	text-decoration:underline;
}

#MainContent a:hover
{
	color:#FFA207;
	text-decoration:none;
}



#MainHomeContent
{
	font-size:12px;
	/*background-color:purple;*/ /* Used for debug */
}

#MainHomeContent ol,ul {
	list-style: disc;
	padding-left:10px;
	margin-left:10px;
}


#MainHomeContent h3
{
	font-size: 20px;
	color:#FFA207;
}

#MainHomeContent p
{
	margin:0px 0 10px 0;
}

#MainHomeContent a
{
	color:#FFA207;
	text-decoration:underline;
}

#MainHomeContent a:hover
{
	color:#FFA207;
	text-decoration:none;
}


#MainColumnContent
{ 
	width:195px;
        float:left;
	font-size:12px;
	/*background-color:#c0c0c0;*/ /* Used for debug */
}

#MainColumnContent a
{
	color:#FFA207;
	text-decoration:underline;
}

#MainColumnContent a:hover
{
	color:#FFA207;
	text-decoration:none;
}

#MainColumnContent h3
{
	font-size: 20px;
	color:#FFA207;
}

#CompanySign
{
	margin:0 20px 0 15px;
}

/*
==========================================
Gallery List
==========================================
*/

#MainContent .GalleryList
{
	margin:15px 0 0 -10px;
	width:424px;
}

#MainContent .GalleryList .Item
{
	float:left;
	width:96px;
	margin:0 0 10px 10px;
}


#MainContent .GalleryList .Item a img
{
	padding:2px;
	border:1px solid black;
}

#MainContent .GalleryList .Item a:hover img
{
	padding:2px;
	border:1px solid black;
	background-color:black;
}

#MainContent .GalleryList .Item strong a
{
	display:block;
	margin:5px 0 0 0;
}

#MainContent .GalleryList .Item em
{
	display:block;
	font-size:12px;
}


#MainContent .Photo img
{
	/* This ensures the photos is resized to fit the div */
	max-width:100%;
}

#MainContent .Photo .PhotoNav
{
	display:block;
}

#MainContent .Photo .PhotoNav .Left
{
	float:left;
}

#MainContent .Photo .PhotoNav .Right
{
	float:right;
}

/*
==========================================
News List
==========================================
*/

#MainContent ul.NewsList
{
 margin:15px 0 0 0;
}


#MainContent ul.NewsList li
{
 margin:0 0 15px 0;
}

#MainContent ul.NewsList li a
{
 display:block;
}

#MainContent ul.NewsList li a.Event
{
	background-image:url(/media/5720/document_time.ico);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:6px 8px 7px 18px;
}

#MainContent ul.NewsList li a.News
{
	background-image:url(/media/5709/document_plain_yellow.ico);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:6px 8px 7px 18px;
}

#MainContent .EventItem strong
{
	display:block;
}




#MainColumnNews ul#NewsList
{
        margin:0 0 0 0;
}

#MainColumnNews ul#NewsList li
{
	margin:0 0 4px 0;
	font-size:12px;
}

#MainColumnNews ul#NewsList li strong
{
	font-weight:bold;
}

#MainColumnNews ul#NewsList li.Event a
{
	display:block;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	color:#808080;
	text-decoration:none;
	background-repeat:no-repeat;
}

#MainColumnNews ul#NewsList li.News a
{
	display:block;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	color:#808080;
	text-decoration:none;
	background-repeat:no-repeat;
}

#MainColumnNews ul#NewsList li a:hover
{
	/*background-color:#FFECCC;*/
	border-top:1px solid #FFA200;
	border-bottom:1px solid #FFA200;
	color:#FFA207;
	text-decoration:none;
}






/* BREADCRUM */
#umbBreadcrum {
    list-style:none;
    padding: 0;
    margin: 0 0 20px 0;
    color: #aaa;
    font-size: smaller;
}

#umbBreadcrum li {
    float:left;
    margin: 0 3px 3px 0;  
    padding: 0;
}

#umbBreadcrum a {
color:#FFAB0B;
}

/*
==========================================
Contact Form
==========================================
*/
#MainContent .ContactForm .Error
{
	border-top:2px solid #FFD324;
	border-bottom:2px solid #FFD324;
	background-color:#FFF6BF;
	color:#000000;
	font-weight:bold;
	margin:18px 25px 31px 0;
	padding:9px 0 10px 50px;
	background-image:url(/css/images/error_icon.gif);
	background-repeat:no-repeat;
	/*background-position:15px 50%;*/
	background-position:15px 12px;
}

#MainContent .ContactForm .Error li
{
	font-weight:normal;
}

#MainContent .ContactForm fieldset
{
	border:0px solid #000000;
	display:block;
	margin:15px 0 15px 0;
	width:90%;
}

#MainContent .ContactForm legend
{
	display:none;
}

#MainContent .ContactForm label
{
	color:#000000;
	font-weight:bold;
}

#MainContent .ContactForm .TextBox
{
	border:1px solid #CACACA;
	display:block;
	font-family:'helvetica',Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	width:100%;
}

#MainContent .ContactForm .TextArea
{
	border:1px solid #CACACA;
	display:block;
	font-family:'helvetica',Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	height:90px;
	width:100%;
}

/*
==========================================
VCard Styling
==========================================
*/

.vcard .n
{
	font-weight:bold;
}

.vcard .tel
{
	background-image:url(/css/images/phone_icon.gif);
	background-repeat:no-repeat;
	background-position:6px 0px; /* Left:6px Top:0px */
	padding:2px 0 3px 22px;
	margin:15px 0 0 0;
	display:block;
	color:#000000;
}

.vcard .email
{
	background-image:url(/css/images/email_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	text-decoration:underline;
	padding:0 0 1px 22px;
	margin:0;
	display:block;
	color:#000000;
}

.vcard .url
{
	background-image:url(/css/images/web_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	text-decoration:underline;
	padding:1px 0 2px 22px;
	margin:0;
	display:block;
	color:#000000;
}

.vCardDl
{
	background-image:url(/css/images/vcard_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	padding:0 0 0 22px;
	margin:15px 0 50px 0;
	color:#000000;
}


/*
==========================================
Email A Friend
==========================================
*/
#MainContent .EmailFriendForm .Error
{
	border-top:2px solid #FFD324;
	border-bottom:2px solid #FFD324;
	background-color:#FFF6BF;
	color:#000000;
	font-weight:bold;
	margin:18px 25px 31px 0;
	padding:9px 0 10px 50px;
	background-image:url(/css/images/error_icon.gif);
	background-repeat:no-repeat;
	/*background-position:15px 50%;*/
	background-position:15px 12px;
}

#MainContent .EmailFriendForm .Error li
{
	font-weight:normal;
}

#MainContent .EmailFriendForm fieldset
{
	border:0px solid #000000;
	display:block;
	margin:15px 0 15px 0;
	width:90%;
}

#MainContent .EmailFriendForm legend
{
	display:none;
}

#MainContent .EmailFriendForm label
{
	color:#000000;
	font-weight:bold;
}

#MainContent .EmailFriendForm .TextBox
{
	border:1px solid #CACACA;
	display:block;
	font-family:'helvetica',Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	width:100%;
}

#MainContent .EmailFriendForm .TextArea
{
	border:1px solid #CACACA;
	display:block;
	font-family:'helvetica',Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	height:90px;
	width:100%;
}



/*
==========================================
Search Results
==========================================
*/


#MainContent #xsltsearch #xsltsearch_summary strong
{
	font-weight:bold;
}

#MainContent #xsltsearch .xsltsearch_description strong
{
	background-color:#FFF6BF;
	padding:0 2px 0 2px;
}

#MainContent #xsltsearch .xsltsearch_form .input
{
	border:1px solid #bcbcbc;
	padding:3px 7px 4px 4px;
	font-size:11px;
}

#MainContent #xsltsearch #xsltsearch_stats
{
	font-size:12px;
	font-style:italic;
}


/*
==========================================
Secondary Content
==========================================
*/


#SecondaryContent
{
	float:left;
	width:240px;
	font-size:13px;
	/*background-color:blue;*//* Used for debug */
	padding:0 0 80px 0;
}

#SecondaryContent h3
{
	font-size: 20px;
	color:#ffA207;
}

#SecondaryContent a
{
	color:#000000;
	text-decoration:underline;
}

#SecondaryContent a:hover
{
	color:#000000;
	text-decoration:none;
}

#SecondaryContent a.RSSLink
{
	background-image:url(/css/images/rss_icon.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 8px 23px;
	text-decoration:underline;
	display:block;
}

#SecondaryContent a.RSSLink:hover
{
	text-decoration:none;
	display:block;
}

#NewsSecondaryHeader
{
	background-image:url(/css/images/rss_icon.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	padding:0 0 0 23px;
}

#SecondaryContent ul#NewsList
{
	margin:12px 0 0 0;
}

#SecondaryContent ul#NewsList li
{
	margin:0 0 6px 0;
	font-size:13px;
}

#SecondaryContent ul#NewsList li strong
{
	font-weight:bold;
}

#SecondaryContent ul#NewsList li.Event a
{
	display:block;
	background-color:#F9F9F9;
	border-top:3px solid #E2E2E2;
	border-bottom:3px solid #E2E2E2;
	padding:8px 8px 7px 27px;
	color:#808080;
	text-decoration:none;
	background-image:url(/css/images/event_icon.gif);
	background-repeat:no-repeat;
	background-position:7px 8px;
}

#SecondaryContent ul#NewsList li.News a
{
	display:block;
	background-color:#F9F9F9;
	border-top:3px solid #E2E2E2;
	border-bottom:3px solid #E2E2E2;
	padding:8px 8px 7px 27px;
	color:#808080;
	text-decoration:none;
	background-image:url(/css/images/news_icon.gif);;
	background-repeat:no-repeat;
	background-position:7px 8px;
}

#SecondaryContent ul#NewsList li a:hover
{
	background-color:#FFECCC;
	border-top:3px solid #FFA200;
	border-bottom:3px solid #FFA200;
	color:#FFA207;
	text-decoration:none;
}

#SecondaryContent #SearchSecondaryHeader
{
	margin:30px 0 0 0;
}

#SecondaryContent form
{
	margin:0 0 30px 0;
}

#SecondaryContent form input.Submit
{
	cursor:pointer;
	background-color:transparent;
	background-image:url(/css/images/search_button.gif);
	background-repeat:no-repeat;
	background-position:0px -16px;
	border:none;
	height:16px;
	text-indent:-10000px;
	width:18px;
	padding:0;
	margin:0;
}

#SecondaryContent form input.Submit:hover, #SecondaryContent form input.Submit:active
{
	cursor:pointer;
	background-color:transparent;
	background-image:url(/css/images/search_button.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:none;
	height:16px;
	text-indent:-10000px;
	width:18px;
}

#SecondaryContent form input
{
	border:1px solid #bcbcbc;
	padding:3px 7px 4px 4px;
	font-size:11px;
	width:150px;
}

#SecondaryContent a.EmailFriend
{
	background-image:url(/css/images/email_a_friend.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding:0 0 0 22px;
	text-decoration:underline;
	color:#000000;
}

#SecondaryContent a.EmailFriend:hover
{
	text-decoration:none;
}

#Footer
{
	clear:both;
	min-height:40px;
	line-height:40px; /* This vertically centers the text */
	font-size:12px;
	padding:0 0 0 0;
	color: #808080;
}

#Footer a
{
	color:#808080;
	text-decoration:none;
}

#Footer a:hover
{
	color:#808080;
	text-decoration:underline;
}

#Footer .ValidXhtml
{
	padding:0 0 0 19px;
	background-image:url(/css/images/valid_icon.gif);
	background-repeat:no-repeat;
	margin:0 0 0 15px;
	color:#61AB49;
}

#Footer a.ValidXhtml:hover
{
	color:#61AB49;
	text-decoration:underline;
}




/* EDITOR PROPERTIES */
h2 {
font-size: 20px;
color: #FFA207;
font-weight: bold;
letter-spacing: 0.1em;
padding-bottom: 7px;
}

h3 {
font-size: 16px;
color: #FFA207;
font-weight: bold;
letter-spacing: 0.1em;
padding-bottom: 7px;
}

h3black {
font-size: 30px;
color: #000000;
font-weight: bold;
letter-spacing: 0.1em;
padding-bottom: 7px;
}

