@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
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html,
body,
form
{
    height: 100%;
	width: 100%;
}

body
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 1;
	margin-top:33px;
}

body.background
{
    background:#948b87 url(../../Files/Images/body-bg.jpg) repeat-x fixed 0 0;
}

/**************************
	Page
**************************/

a, a:visited
{
	color: #4a4d54;
	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
{

}

h2.myriad
{
    font-size:30px;
    color:#725b4c;
}

h3
{

}

h5
{
    font-size:12px;
    font-family:Verdana;
    color:#666;
    margin:0;
}

li
{
	margin: 0 0 10px 20px;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

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;
}

.clearfix
{
	clear: both;
}

form
{
	height: 100%;
}

#cmsWrapper
{
	float: left;
	height: 100%;
	width: 100%;
}

#container
{
    margin: 0 auto;
    padding: 0;
    width: 991px;
}

/*************************************
    *** Header Section  ***
*************************************/
#header
{
    background:url(../../Files/Images/header.jpg) no-repeat;
    clear: both;
    float:left;
    height:150px;
    padding:0 15px 0 14px;
    width:962px;
}

/*  Begin Header Left Side  */
#header .left
{
    float:left;
	width:215px;
}

#header .left img
{
    padding-top:20px;
	padding-left:20px;
    border:none;
}
/*  End Header Left Side    */


/*  Begin Header Middle Side  */
#header .middle
{
    float:left;
	width:400px;
    padding-left: 75px;
}

#header .middle img
{
    padding-top:32px;
	padding-left:10px;
    border:none;
}
/*  End Header Middle Side    */


/*  Begin Header Right Side */
#header .right
{
    float:right;
	height:150px;
	padding:20px;
	text-align:right;
	width:200px;
}

#header .right p {color:#666666;line-height:18px;}


/*  End Header Right Side   */

.logo
{
}

.dynamicFormRow
{
	margin: 0 0 20px 0;
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}

.dynamicFormLeftColumn
{
	margin: 0 0 5px 0;
}

/*************************************
   ***  End Header Section  ***
*************************************/


/*************************************
    *** Navigation Section  ***
*************************************/
#navigation
{
    background:url(../../Files/Images/nav-bg.jpg) no-repeat;
    clear: both;
    float: left;
    height:48px;
    padding:0 15px 0 14px;
    width:962px;
}

/*************************************
    *** End Navigation Section   ***
*************************************/


/*************************************
    *** Banner Section  ***
*************************************/
#banner
{
    display:none;
}

/*   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
{
	display: none;
}

/*   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
{
    clear: both;
    float: left;
	margin: 0;
	min-height: 400px;
    padding: 0 15px 0 16px;
    width: 961px;
}

* html #content
{
	height: 400px;
}
/*********************************
*   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
{
    float:left;
}

/*   Begin Content Large Row1  */
#largeColumn .row1
{
	float: left;
}

#largeColumn .row1 .left
{
	float: left;
}

#largeColumn .row1 .middle
{
	float: left;
}

#largeColumn .row1 .right
{
	float: left;
}
/*   End Content Large Row1  */

/*   Begin Content Large Row2  */
#largeColumn .row2
{
	float: left;   
}

#largeColumn .row2 .left
{
	float: left;
}

#largeColumn .row2 .middle
{
	float: left;
}

#largeColumn .row2 .right
{
	float: left;
}
/*   End Content Large Row2  */

/*   Begin Content Large Row3  */
#largeColumn .row3
{
	float: left;
	display: none;
}

#largeColumn .row3 .left
{
	float: left;
	display: none;
}

#largeColumn .row3 .middle
{
	float: left;
	display: none;
}

#largeColumn .row3 .right
{
	float: left;
	display: none;
}
/*   End Content Large Row3  */

/*********************************
*  End Content Large Column
*********************************/

/*********************************
*   Begin Content Small Column
*********************************/
#smallColumn
{
	float: left;
}

/*   Begin Content Small Row1  */
#smallColumn .row1
{
	float: left;
}
/*   End Content Small Row1  */

/*   Begin Content Small Row2  */
#smallColumn .row2
{
	float: left;
}
/*   End Content Small Row2  */

/*   Begin Content Small Row3  */
#smallColumn .row3
{
	float: left;
}
/*   End Content Small Row3  */

/*********************************
*  End Content Small Column
*********************************/

/*********************************
*  Begin Bottom
*********************************/
#bottom
{
    clear: both;
	display: none;
    float: left;
}
/*********************************
*  End Bottom
*********************************/

/*************************************
    *** End Content Section ***
*************************************/

/*************************************
    *** Footer Section  ***
*************************************/
#footer
{
    clear: both;
    width:961px;
    margin:0 auto;
    padding:0;
    background:url(../../Files/Images/footer-head.jpg) no-repeat 0 0;
    height:180px;
}

#footer .left
{
    width:275px;
    float:left;
    padding:50px 0 0 15px;
    color:#fff;
    line-height:16px;
    font-size:11px;
}

#footer .left p
{
    margin:0;
}

#footer .right
{
    width:671px;
    float:left;
    padding:50px 0 0 0;
    text-align:right;
    color:#fff;
}

#footer .right ul li
{
    display:inline; 
    margin:0;   
}

#footer .right ul li a
{
    color:#fff;
    font-size:11px;
}

#footer .right ul li a:hover
{
    color:#E6FFE2;
    text-decoration:underline;
}

#footer .right p
{
    margin:10px 0 0 0;
    line-height:20px;
    font-size:11px;
}

#footer .right p a
{
    color:#adaaa9;
}

#footer .right p img
{
    vertical-align:middle;
}
/*************************************
    *** End Footer Section  ***
*************************************/
