@charset "utf-8";

/********************************************************
Reset Styles
Used to reset the default browser styles when a 
style rule is not present.
*********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html,
body,
form
{
    height: 100%;
}

body
{
    color: #292a2c;
	font-family: Arial;
	font-size: 12px;
	line-height: 1;
}

body.background
{
    background: #4c4d51 url(images/background-body.jpg) repeat-x;
}

/**************************
	Page
**************************/

a, a:visited
{
	color: #984851;
	text-decoration: none;
}

a:active
{
	outline: none; /* Removing dotted line around clicked links in Firefox */
}

a:focus
{
	-moz-outline-style: none;
}

a.learnMore
{
	font-weight: bold;
}

h1
{

}

h2
{

}

h3
{

}

img
{
	border: none;
}

a img
{
    border: 0;
}

img.left
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.right
{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

p
{
    text-align: justify;
}

.clearfix
{
	clear: both;
}

form
{
	height: 100%;
}

#cmsWrapper
{
    margin: 0 auto;
    padding: 0;
    width: 960px;
}

#container
{
    background: white;
    float: left;
    height: 100%;
    width: 960px;
}

/*************************************
    *** Header Section  ***
*************************************/
#header
{
    clear: both;
    float: left;
    min-height: 234px;
    width: 960px;
}

* html #header
{
    height: 234px;
}

#header .row1
{
    background: url(images/background-curve.jpg) no-repeat;
    min-height: 63px;
    padding-bottom: 23px;
}

* html #header .row1
{
    height: 63px;
}

#header .row2
{
    background: white;
    clear: both;
    display: block;
    float: left;
    margin: 0 40px;
    width: 880px;
}

* html #header .row2
{
    margin: 0 0 0 20px;
}

#header .row2
#header .row2 .left,
#header .row2 .right
{
    min-height: 148px;
}

* html #header .row2
* html #header .row2 .left,
* html #header .row2 .right
{
    height: 148px;
}

/*  Begin Header Left Side  */
#header .row1 .left
{
    display: block;
    clear: none;
    float: left;
    width: 480px;
}

#header .row2 .left
{
    display: block;
    clear: none;
    float: left;
    width: 430px;
}

#header .row1 .left .links
{
    padding-top: 40px;
}

#header .row1 .left .links,
#header .row1 .left .links a
{
    color: White;
    line-height: 14px;
}
/*  End Header Left Side    */

/*  Begin Header Right Side */
#header .row1 .right
{
    display: block;
    float: left;
    text-align: right;
    width: 480px;
}

#header .row2 .right
{
    display: block;
    float: left;
    width: 450px;
}

/*  End Header Right Side   */

#header .row2 .left .logo
{
    padding-top: 34px;
}

#header .row2 .slogan
{
    padding-top: 70px;
}

#header .row2 .right .divider
{
    background: #4c4d51;
    clear: both;
    float: none;
    font-size: 1px;
    height: 1px;
    margin: 2px 0;
    width: 100%;
}

#header .row2 .right .frizQ
{
    clear: both;
    color: #4c4d51;
    float: none;
    font-size: 12px;
    text-align: center;
    width: 100%;
}

/*************************************
   ***  End Header Section  ***
*************************************/


/*************************************
    *** Navigation Section  ***
*************************************/
#navigation
{
    background: #4c4d51;
    clear: both;
    float: left;
    min-height: 37px;
    margin: 0 40px;
    width: 880px;
}

* html #navigation
{
    height: 37px;
    margin: 0 0 0 20px;
}

/*************************************
    *** End Navigation Section   ***
*************************************/


/*************************************
    *** Banner Section  ***
*************************************/
#banner
{
    background: url(images/background-banner.gif) no-repeat left bottom;
    border-top: 1px solid white;
    clear: both;
    float: left;
    margin: 0 40px;
    padding-bottom: 11px;
    width: 880px;
}

* html #banner
{
    margin: 0 0 0 20px;
}

#banner img
{
    float: left;
}

/*   Begin Banner Left Side  */
#banner .left
{
    float: left;
}
/*   End Banner Left Side    */

/*   Begin Banner Right Side */
#banner .right
{
    float: left;
}
/*   End Banner Right Side   */

/*************************************
    *** End Banner Section   ***
*************************************/


/*************************************
    *** Breadcrumbs Section  ***
*************************************/
#breadcrumbs
{
    clear: both;
	display: block;
    float: left;
    margin: 0 40px;
    min-height: 40px;
    width: 880px;
}

* html #breadcrumbs
{
    height: 40px;
    margin: 0 0 0 20px;
}

/*   Begin Breadcrumbs Left Side  */
#breadcrumbs .left
{
	display: none;
    float: left;
}
/*   End Breadcrumbs Left Side    */

/*   Begin Breadcrumbs Right Side */
#breadcrumbs .right
{
	display: none;
    float: left;
}
/*   End Breadcrumbs Right Side   */

/*************************************
    *** End Breadcrumbs Section   ***
*************************************/


/*************************************
    *** Content Section ***
*************************************/
#content
{
    background: white;
    clear: both;
    float: left;
    min-height: 200px;
    margin: 0 40px 42px;
    width: 880px;
}

#content p
{
    line-height: 18px;
}

* html #content
{
    height: 200px;
    margin: 0 0 0 20px;
}

/*********************************
*   Begin Title Section
*********************************/
#title
{
    clear: both;
	display: none;
}

/*   Begin Title Left Side  */
#title .left
{
	display: none;
}
/*   End Title Left Side    */

/*   Begin Title Right Side */
#title .right
{
	display: none;
}
/*   End Title Right Side   */

/*********************************
*    End Title Section
*********************************/

/*********************************
*   Begin Content Large Column
*********************************/
#largeColumn
{
	line-height: 18px;
	text-align: justify;
}

/*   Begin Content Large Row1  */
#largeColumn .row1
{
}

#largeColumn .row1 .left
{
}

#largeColumn .row1 .middle
{
}

#largeColumn .row1 .right
{
}
/*   End Content Large Row1  */

/*   Begin Content Large Row2  */
#largeColumn .row2
{
}

#largeColumn .row2 .left
{
}

#largeColumn .row2 .middle
{
}

#largeColumn .row2 .right
{
}
/*   End Content Large Row2  */

/*   Begin Content Large Row3  */
#largeColumn .row3
{
}

#largeColumn .row3 .left
{
}

#largeColumn .row3 .middle
{
}

#largeColumn .row3 .right
{
}
/*   End Content Large Row3  */

/*********************************
*  End Content Large Column
*********************************/

/*********************************
*   Begin Content Small Column
*********************************/
#smallColumn
{
}

/*   Begin Content Small Row1  */
#smallColumn .row1
{
}
/*   End Content Small Row1  */

/*   Begin Content Small Row2  */
#smallColumn .row2
{
}
/*   End Content Small Row2  */

/*   Begin Content Small Row3  */
#smallColumn .row3
{
}
/*   End Content Small Row3  */

/*********************************
*  End Content Small Column
*********************************/

/*********************************
*  Begin Bottom
*********************************/
#bottom
{
    background: white;
    clear: both;
	display: none;
    float: left;
    height: 42px;
    width: 960px;
}

* html #bottom
{
	display: block;
	float: none;
}
/*********************************
*  End Bottom
*********************************/

/*************************************
    *** End Content Section ***
*************************************/

/*************************************
    *** Footer Section  ***
*************************************/
#footer
{
    background: url(images/background-footer.gif) no-repeat;
    clear: both;
    float: left;
    min-height: 116px;
    padding-top: 40px;
    width: 960px;
}

* html #footer
{
    height: 116px;
}

#footer .left
{
    color: White;
    display: block;
    float: left;
    min-height: 116px;
    width: 780px;
}

#footer .right
{
    display: block;
    float: left;
    min-height: 116px;
    width: 180px;
}

* html #footer .left,
* html #footer .right
{
    height: 116px;
}

#footer .left .copyright
{
    font-family: Arial;
    font-size: 11px;
    line-height: 14px;
}

#footer .left .copyright a
{
    color:#CFAE19;
}


#footer .left .office
{
    font-family: Arial;
    font-size: 16px;
    padding: 10px 0;
}

#footer .left .designBy
{
    font-family: Arial;
    font-size: 11px;
    color:#ffffff;
}
/*************************************
    *** End Footer Section  ***
*************************************/

/*************************************
    *** Begin Social Bookmark ***
*************************************/

#socialBlock ul
{
    list-style: none;
}

#socialBlock li
{
    float: left;
    margin: 5px 5px 5px 0;
}

#socialBlock h3.frizQ
{
    color: #4c4d51;
    font-size: 17px;
    margin: 5px 0;
}

/*************************************
    *** End Social Bookmark ***
*************************************/

.menuTable
{
    border-collapse: collapse;
    margin: 0 auto;
    min-height: 37px;
}

.relatedBar
{
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 90%;
}

.relatedBar .heading
{
    background-color: #4c4d51;
    border-bottom: 2px solid #a8613c;
    height: 33px;
    line-height: 33px;
    width: 100%;
}

.relatedBar .heading .frizQ
{
    color: White;
    font-size: 16px;
    text-align: center;
}

.relatedBar .items
{
    background: #dbdbdc url(images/background-banner.gif) no-repeat left bottom;
    width: 100%;
}

.relatedBar ul
{
    line-height: 18px;
    list-style-type: none;
    padding: 15px 10px 20px;
}

.relatedBar li
{
    margin: 0 !important;
    text-align: left;
}
    

