/* CSS Document */

/*-------------Custom Global Tags-----------------*/

body {
background: #e5f0fd url(images/body_bg.gif) top left repeat-x;
margin: 0px;
font-family: Calibri, Arial, Helvetica, sans-serif;
padding: 0 0 30px 0;
}

h2 {
padding: 0;
margin: 0 0 20px 0;
font-size: 20px;
}

p {
margin: 0px;
padding: 0px;
margin-bottom: 20px;
}

a img,:link img,:visited img { border: none; }

a {
outline: none;
}

a:link {
font-size: 14px;
color: #92bdf4;
text-decoration: none;
}

a:visited {
font-size: 14px;
color: #92bdf4;
text-decoration: none;
}

a:hover {
color: #000;
}


form {
padding: 0;
margin: 0;
}

input {
width: 320px;
height: 17px;
background-attachment: fixed;
color: #555;
border: 1px solid #ccc;
margin: 0px;
padding: 5px;
background: #fff;
font-family: Calibri, Arial, Helvetica, sans-serif;
}

input:focus {
background: #FFF;
border: 1px solid #444;
}

textarea {
width: 320px;
margin: 0px;
padding: 5px;
border: 1px solid #ccc;
background: #fff;
overflow: auto;
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #555;
}

textarea:focus {
background: #FFF;
border: 1px solid #444;
}

/*-------------Layout Divs--------------*/

#wrapper {
width: 800px;
position: relative;
margin: 0 auto;
background: #fff;
}

#header {
width: 773px;
height: 110px;
padding: 20px 0 0 27px;
}

#nav {
width: 746px;
height: 57px;
background: url(images/nav_bg.gif) top left no-repeat;
margin: 0 0 0 27px;
padding: 7px 0 0 0;
}

#nav a img{
text-decoration: none;
filter:alpha(opacity=60);   
opacity: 0.60;
}

#nav a:hover img{
filter:alpha(opacity=100);   
opacity: 1.00;
}

#flash {
width: 746px;
height: 309px;
margin: 20px 0 0 27px;
}

#hr {
width: 746px;
height: 9px;
margin: 20px 0 18px 27px;
background: url(images/hr.gif) top left no-repeat;
}

#content {
width: 726px;
padding: 0 10px 0 10px;
text-align: justify;
color: #777;
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0 0 27px 27px;
}

#rightQuote {
float: right;
width: 746px;
height: 179px;
margin: 20px 27px 0 0
}

#contentRight {
float: right;
width: 524px;
padding: 20px 0 0 0;
text-align: justify;
color: #777;
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0 27px 27px 0;
}

#contentLeft {
float: left;
width: 180px;
min-height: 316px;
padding: 23px 20px 0 0;
color: #777;
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0 0 27px 27px;
background: url(images/content_left_bg.gif) top right no-repeat;
}

* html #contentLeft {height: 316px;}  /* IE min-height hack */

#contentLeft a {
font-size: 15px;
color: #777;
text-decoration: none;
line-height: 12px;
}

#contentLeft a:hover {
font-size: 15px;
color: #92bdf4;
text-decoration: none;
}

#contentRight a {
font-size: 12px !important;
color: #92bdf4 !important;
text-decoration: none;
line-height: 12px;
}

#contentRight a:hover {
font-size: 12px;
color: #444;
text-decoration: none;
}

#clear {
clear: both;
height: 1px;
font-size: 1px;
}

#footer {
width: 740px;
height: 35px;
position: relative;
margin: 0 auto;
text-align: right;
font-size: 11px;
color: #b3bfd0;
padding: 30px 60px 0 0;
background: url(images/footer_bg.gif) top right no-repeat;
}


#contentRight a {
font-size: 15px;
color: #777;
text-decoration: none;
line-height: 15px;
}

#contentRight a:hover {
font-size: 15px;
color: #92bdf4;
text-decoration: none;
}
