/** Page Layout *********************************************************************************************/
body {
    background: #FFFFFF;
    margin: 10px;
    font: 8pt/14pt 'Lucida Grande' , Verdana, Helvetica, sans-serif;
    color: #333333; /* #666666 */
    text-align: justify;
}

#wrapper {
    width: 960px;
    margin: auto;
}

#header 
{
	clear: both;
    height: 75px;
    border-top: solid 1px #6C8EFF;
    border-bottom: solid 1px #6C8EFF;
    background: url("../images/gradient.jpg") repeat-y;
}

#header-content {
    height: 45px;
    padding: 5px;
}

#mailing-list-wrapper
{
	width: 100%;
}

#newsletters { width: 100%; }

#content {
    padding: 20px;
    clear: both;
}

#footer {
    text-align: center;
    font-size: 10px;
    height: 20px;
    padding: 5px;
    border-top: 1px solid #6C8EFF;
    clear: both;
}
/************************************************************************************************************/

#content1 {
    float: left;
    width: 440px;
}

#content2 {
    float: right;
    width: 440px;
    margin-bottom: 20px;
}

#content-640 {
    float: left;
    width: 640px;
    margin-bottom: 20px;
}

#content-240 {
    float: right;
    width: 240px;
    margin-bottom: 20px;
}

h2 {
    font-size: 16pt;
    font-weight: bold;
}

h3 {
    text-align: right;
    color: #6C8EFF;
    font-size: 14pt;
    font-weight: bold;
}

h4 {
    font-size: 10pt;
}

/** Links ***************************************************************************************************/
a:link {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #6C8EFF;
    text-decoration: underline;
}
a:active {
    color: #999999;
    text-decoration: none;
}
a:active:hover {
    color: #6C8EFF;
    text-decoration: underline;
}
a:visited {
    color: #999999;
    text-decoration: none;
}
a:visited:hover {
    color: #6C8EFF;
    text-decoration: underline;
}

/** Navigation **********************************************************************************************/

#navbar {

    height: 20px;
    background: url("../images/gradient.jpg") repeat-y;
    /*background-color: #E8EEF7;*/
    font: bold 12px Verdana, sans-serif;
    /*border-top: solid 1px #6C8EFF;*/
    /*border-bottom: solid 1px #6C8EFF;*/
}

#navbar ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

#navbar ul > li {
    float: left;
    display: inline;
}

#navbar ul > li a {
	color: #666666;
    text-align: center;    
    display: block;
    width: 100px;
    padding: 3px 0px 3px 0px;
}

#navbar ul > li a:hover {
    background-color: #CCCCFF;
    text-decoration: none;
}

#navbar ul > li a:visited {
    color: #666666;
}

.active {
    background-color: #F3F3F3;
}


/** Contact Form ********************************************************************************************/
#contactForm label {
    display: block;
    float: left;
    width: 100px;
    margin-top: 5px;
}

#contactForm input, #contactForm select, #contactForm textarea {
    margin-top: 5px;
}

#To, #FromName, #FromEmail, #Subject {
    width: 200px;
}

/** Miscellaneous *******************************************************************************************/
.photo {
    border: solid 1px #6C8EFF;
    padding: 0px;
    margin: 5px;
}

.window {
    border: solid 1px #6C8EFF;
    line-height: 10pt;
}

.window-title {
    padding: 5px;
    font-size: 10pt;
    background-color: #C3D9FF;
    font-weight: bold;
    border-bottom: solid 1px #6C8EFF;
}

.window-body {
    padding: 5px;
    text-align: left;
    background-color: #E8EEF7;
}

.message {
    font-weight: bold;
    font-style: italic;
    padding: 5px;
    margin: 5px 0px 5px 0px;
    border: solid 1px #6C8EFF;
    background-color: #E8EEF7;
}

.hidden {
    display: none;
}

.center {
    text-align: center;
}

.logo {
    float: left;
}

/** Page Controls */
.pager {
	font-size: 14px;
	list-style-type: none;
	font-variant: small-caps;
	width: 100%;
	text-align: center;
}

.pager li {
	display: inline;
	font-weight: bold;
}

.pager a, .pager span {
	text-align: center;
	display: inline-block;
	width: 25px;
	border: 1px solid #6C8EFF;
	padding: 2px;
}

.pager .current 
{
	color: #6C8EFF;
	background-color: #DDDDDD;
}

.pager a.button {
	width: 80px;
	border: 0px;
	display: inline;
}

.pager a.button:hover 
{
	background-color: #FFFFFF;
	text-decoration: underline;
}

.pager a, .pager a:visited, .pager a:hover {
	color: #6C8EFF;
	text-decoration: none;
}

.pager a:hover {
	background-color: #99CCFF;
}