html, 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, 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;
}

body
{
	background-color: #DFFDFB;
	color: #000000;
	font-family: verdana , arial, helvetica, sans-serif;
	font-size: 10px;
}

h1
{
}

h2
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

#wrapper
{
	width: 763px;
	margin: 10px auto 0px auto;
}

#header
{
	height: 113px;
	background: url(/images/framework/bg_header.gif) no-repeat right;
}

#nav
{
	float: left;
	width: 172px;
	color: #ffffff;
}

#content
{
	float: right;
	width: 591px;
	font-size: 12px;
}

#content fieldset
{
	border: solid 1px #33AB96;
	font-weight: bold;
	color: #33AB96;
	padding: 10px;
}

#content a
{
	color: #000000;
}

#content a:hover
{
	text-decoration: none;
}


#footer
{
	height: 45px;
	background-image: url(/images/framework/bg_footer.gif);
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}

/* NAV MENU */
ul.menu, ul.menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 172px;
	background-color: #000000;
}

ul.menu a {
	display: block;
	text-decoration: none;	
	height: 19px;
	padding-top: 7px;
	
}

ul.menu li 
{
	margin-top: 1px;
}

ul.menu li a {
	background: #000000;
	color: #DFFDFB;
	font-weight: bold;
	background: url(/images/framework/nav_arrow.gif) no-repeat scroll 10px center;
	padding-left: 25px;
}

ul.menu li a:hover
{
	background: url(/images/framework/nav_arrow.gif) no-repeat scroll 10px center;
	padding-left: 25px;
	background-color: #333333;
}

ul.menu li ul li a 
{
	background: url(/images/framework/nav_arrow.gif) no-repeat scroll 20px center;
	padding-left: 35px;
	background-color: #606D6C;
}

ul.menu li ul li a:hover 
{
	background: url(/images/framework/nav_arrow.gif) no-repeat scroll 20px center;
	padding-left: 35px;
	background-color: #333333;
}

ul.menu li ul li ul li a 
{
	background: url(/images/framework/nav_arrow.gif) no-repeat scroll 30px center;
	padding-left: 45px;
	background-color: #999999;
}

ul.menu li ul li ul li a:hover 
{
	background: url(/images/framework/nav_arrow.gif) no-repeat scroll 30px center;
	padding-left: 45px;
	background-color: #333333;
}

/* END NAV MENU */


#breadcrumbs
{	
	background: url(/images/framework/bg_breadcrumbs.gif) no-repeat;
	width: 481px;
	height: 21px;
	padding: 7px 0 0 110px;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
}

#breadcrumbs  a
{
	color: #ffffff;
	font-size: 10px;
}

#breadcrumbs a:hover
{
	text-decoration: none;
}

#moreOptions
{
	height: 38px;
	width: 501px;
	background-color: #33AB96;
	padding: 7px 0 0 90px;
	color: #ffffff;
	font-size: 10px;
}

#moreOptions  a
{
	color: #ffffff;
	font-size: 10px;

}

#moreOptions a:hover
{
	text-decoration: none;
}

.catImage
{
	top: 0px;
	left: 0px;
	text-align: left;
	background: url(/images/framework/bg_category_image.gif) no-repeat;
	width: 158px;
	height: 115px;
}

#categories
{
	padding: 20px 0 0 20px;
	width: 571px;
	min-height: 400px;
	
}
#categories td
{
	vertical-align: top;
}

#title span
{
	font-size: 26px;
	padding-left: 110px;
}

#title h1
{
	padding-left: 95px;
	font-weight: bold;
}

.gallery
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.gallery a.lightbox {border: 2px solid #33AB96; display: block; float: left; text-align: center; vertical-align: middle; margin: 5px;}
.gallery a.lightbox:hover { border: 2px solid #ccc; }






h1
{
	font-size: 18px;
}


/* DOCUMENT LINKS */
.PDF
{
    background-image:url(/images/framework/icon_acrobat.png);
    background-repeat:no-repeat;
    background-position:top left;
    padding-left:18px;
}

.DOC
{
    background-image:url(/images/framework/icon_word.png);
    background-repeat:no-repeat;
    background-position:top left;
    padding-left:18px;
}

.XLS
{
    background-image:url(/images/framework/icon_excel.png);
    background-repeat:no-repeat;
    background-position:top left;
    padding-left:18px;
}

.PPT
{
    background-image:url(/images/framework/icon_powerpoint.png);
    background-repeat:no-repeat;
    background-position:top left;
    padding-left:18px; 
}

.ExternalLink
{
    background-image:url(/images/framework/icon_external.png);
    background-repeat:no-repeat;
    background-position:top left;
    padding-left:18px;
}

.Mail
{
    background-image:url(/images/framework/icon_email.png);
    background-repeat:no-repeat;
    background-position:top left;
    padding-left:18px;  
}

#footer
{
	color: #ffffff;
	font-family: verdana , arial, helvetica, sans-serif;
	font-size: 10px;
	margin-top: 20px;
}

#footer a
{
	color: #ffffff;
}

#footer a:hover
{
	text-decoration: none;
}

.catList
{
	display: block;
	border-right: solid 20px #32AC97;
}

.catList:hover
{
	border-right: solid 20px #164741;
}

#homepageProfile
{
	background-color: #33ab96;
	height: 278px;
	padding-right: 5px;
	color: #ffffff;
}

#homepageProfile h2
{
	clear: both;
	background: url(/images/framework/quest_gallery.jpg) no-repeat;
	width: 591px;
	height: 59px;
	text-indent: -3000px;
}

#homepageProfile h3
{
	background: url(/images/framework/bg_company_profile.jpg) no-repeat;
	width: 361;
	height: 35px;
	text-indent: -3000px;
}

#homepageProfile div img { float: left; width: 100px; padding: 0 10px 20px 0; }
#homepageProfile div p { float: left; width: 235px; padding-bottom: 20px; }

#profileFlash
{
	float: left;
	width: 240px;
	height: 224px;
}

#homepageGallery .header
{
	background: url(/images/framework/bg_hompage_gallery_top.gif) no-repeat;
	width: 591px;
	height: 20px;
}

#homepageGallery .content
{
	background-color: #43BCA9;
	width: 590px;
}

#homepageGallery a
{
	font-size: 10px;
	color: #ffffff;
}

#homepageGallery .footer
{
	background: url(/images/framework/bg_hompage_gallery_bottom.gif) no-repeat;
	width: 591px;
	height: 20px;
}

.homepageGalleryList
{
	display: block;
	width: 90px;
	border-right: solid 10px #32AC97;
}

.homepageGalleryList:hover
{
	border-right: solid 10px #164741;
}

.homepageGalleryList img
{
	width: 90px;
}

.home { float: left; width: 345px; padding: 10px 0 0 0; }
.clearer { clear: both; }
