
body {
	margin:0px;
	padding:0px;
	background-color:#f7f8f8;
}

/* Reset */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,  
li, dl, dt, dd, form, a, fieldset, input, th, td  
{  
margin: 0; padding: 0; border: 0; outline: none;
font-family:Arial, Helvetica, sans-serif;
outline-style:none;
outline:none;
}  

.cufon-loading * {
	visibility: hidden !important;
}

body  
{  
line-height: 1;  
}  
  
h1, h2, h3, h4, h5, h6  
{  
font-size: 100%;
padding-top: 10px;  
padding-bottom: 10px;
margin: 0px;  
}  

h1 {
	font-size:30px;
	color:#1a2f44;
	font-weight:normal;
}


h1 a:hover {
	color:#9f9f9f;
}

h2 {
	font-size:24px;
	color:#1a2f44;
	font-weight:normal;
}

h3 {
	font-size:18px;
	color:#1a2f44;
	font-weight:normal;
	padding-bottom:0px;
	margin-bottom: 15px;
}

h4 {
	font-size:16px;
	color:#1a2f44;
	font-weight:normal;
}

h5 {
	font-size:14px;
	color:#1a2f44;
	font-weight:normal;
}

h5 a {
	font-size:14px;
	color:#000;
	font-weight:normal;
}

h6 {
	font-size:12px;
	color:#1a2f44;
	font-weight:normal;
}

.sub-heading {
	color:#bebebe;
	font-style:italic;
	font-size:12px;
}

p {
	font-size:13px;
	color:#9f9f9f;
}

p.copyright, p.copyright a{
	color:#bebebe;
	font-size:10px;
} 

ul, ol  
{  
list-style: none; 
}  
  
a  
{
font-size:12px;
color:#2a4a6c;  
text-decoration: none;  
} 

a:hover {text-decoration: none !important;}

a.button {
    background: transparent url('../images/bg_button_a.png') no-repeat scroll top right;
    color: #fff;
	font-weight: 700;
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	font-size: 12px;
}

a.button span {
	height: 20px;
    background: transparent url('../images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
	padding-left: 20px;
	padding-top: 4px;
}



a.button:hover {
    background-position: bottom right;
    color: #ffffff;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
	padding-left: 20px;
	padding-top: 4px;
	text-decoration: none;
}
  
.floatLeft  
{  
float: left;  
padding: .5em .5em .5em 0;  
}  
  
.floatRight  
{  
float: right;  
padding: .5em 0 .5em .5em;  
}  

/* Class for the "fancy_parent" function 
 * It gives a thick 1px grey border around image
*/
.link img { 
	border: 3px solid #999; 
	outline:none;
	padding:5px;
	margin:5px;
}

.link img:hover {
	border: 3px solid #ccc;
}

/* Class for single image listing (fancy function) 
 * It gives a grey 1px border around image
*/



.photo { 
	padding: 5px; 
	margin: 5px; 
	background-color:#fff;
	border:1px solid #e6e6e6;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	behavior:url(../js/border-radius.htc);
	display: block; 
	float: left; 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.photo:hover{ 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1; 
}

.container {
	width:860px;
	margin:0 auto;
	position:relative;
	z-index: 2;
	margin-top: -150px;
}

#logo h1, #logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}

.logo {
	padding-top: 20px;
	padding-bottom: 70px;
}

#header {
	padding-top:20px;
}

#internal {	
	margin-top: 150px;
	background:#f7f8f8 url('../images/header-extend.jpg') repeat-x bottom left;
}

#index-main {	
	margin-top: 150px;
	background:#f7f8f8 url('../images/header-extend.jpg') repeat-x;
}

#internal .container {	
	height:241px;
}



#statement {
	margin-top:-50px;
	width:860px;
	height: 100px;
}

#statement p {
	color:#a9b5c1;
	font-size:24px;
	line-height:36px;
}

#statement span {
	color:#f7f7f8;
}



/****** content **********/

#content {
	margin-top:-20px;
}

#content-internal {
	margin-top:180px;
}


#content-top {
	background: url(../images/content-bg.png) repeat-x top left;
	height: 289px;
	width: 100%;
	position: relative;
	margin-top: -184px;
	z-index: 0;
	}
	
#content-top-internal {
	background: url(../images/content-bg.png) repeat-x top left;
	height: 289px;
	width: 100%;
	position: absolute;
	margin-top: 0px;
	z-index: 0;
	}
	

#column-1, #column-2 {
	width:550px;
	float:left;
	margin-right:20px;
	margin-bottom:50px;
}

#column-2 {
	width:290px;
	margin-right: 0px;
	padding-right: 0px;
}

#column-1 h3, #column-2 h3 {
	margin-top: 10px;
	margin-bottom:10px;
	font-size: 24px;
}

#content p, #content-internal p {
	line-height:22px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: justify;
}

#sidebar a {
	font-size:12px;
}

#content a:hover {
	text-decoration:underline;
}







/*** sidebar and main text ******/

#sidebar {
	float:left;
	width:230px;
	margin-top:20px;
	margin-right: 20px;
}

.sidebar-list li {
	line-height:22px;
	padding-left:15px;
	border-bottom: 1px dotted #e1e2e2;
	color:#9f9f9f;
	margin-bottom: 3px;
	font-weight: 700;
}

.sidebar-list li a {
	color:#9f9f9f;
}

li.back {border-bottom: none;}


.sidebar-list li:hover {
	color:#2a4a6c;
	background-color:#fbfcfc;

}

.sidebar-list li a.current {
	color:#2a4a6c;
	font-weight:bold;
}

.sidebar-list li ul li {
	margin-left:15px;
}

#sidebar h3 {
	border-bottom:1px solid #e6e6e6;
	padding:0px;
	margin-bottom:1px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #484848;
	font-size: 19px;
}

#sidebar h6 {
	font-weight:bold;
	padding:0px;
	margin-bottom:15px;
	line-height:15px;
}

#sidebar small {
	color:#bebebe;
	font-style:italic;
	font-size:12px;
	font-weight:normal;
}

.sidebar-info {
	margin-bottom:50px;
}

.sidebar-info p {
	padding-left: 10px;
	line-height: 20px !important;
	font-size: 12px;
	text-align: left !important;
	}


#main-text {
	float:left;
	width:570px;
	margin-left: 40px;
	/*margin-top:18px;*/
	/*margin-bottom:50px;*/
}

#main-text img {
padding 10px;
}

#main-text small {
	color:#bebebe;
	font-style:italic;
	font-size:12px;
}

.quote {
	font-size:24px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#fbfcfc;
	border:1px dotted #e1e2e2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(../js/border-radius.htc);
	padding: 20px !important;
}

#fancy {
	font-size:24px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#fbfcfc;
	border:1px dotted #e1e2e2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(../js/border-radius.htc);
	padding: 20px !important;
}


#form {
clear:both;
outline:none;
}

#form p {
height:21px;
background:url(../images/form-bg.png) no-repeat top left;
padding-top:8px;
padding-left:15px;
margin-bottom: 5px;
}

#form p:hover {
height:21px;
background:url(../images/form-bg.png) no-repeat bottom left;
padding-top:8px;
padding-left:15px;
}

#form p.extended {
height:122px;
background:url(../images/form-textarea-bg.png) no-repeat top left !important;
padding-top:10px;
padding-left:15px;
}

#form p.extended:hover {
height:122px;
background:url(../images/form-textarea-bg.png) no-repeat bottom left !important;
padding-top:10px;
padding-left:15px;
}

#form label {
color:#2f5776;
font-weight:700;
float:left;
width:140px;
}

#form label.search {
float:left;
width:50px;
}

#form input {
border-left:1px solid #ccc;
border-top:none !important;
border-bottom:none !important;
border-right:none !important;
background:none !important;
width:380px;
margin-top:0;
padding-left:15px;
outline:none;
}

#form textarea {
border-left:1px solid #ccc;
border-top:none !important;
border-bottom:none !important;
border-right:none !important;
background:none !important;
width:380px;
height:110px;
padding-left:15px;
font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial;
overflow:auto;
outline:none;
}



div .hr {
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #FFF;
	height:0px;
	margin-bottom:5px;
}

.back-to-top {
	clear:both;
}

.back-to-top small a {
	color:#1a2f44;
	font-size:11px;
	float:right;
	padding-left:12px;
	background:url(../images/back-to-top.png) 0px 5px no-repeat;
	margin-bottom:50px;
}

.back-to-top small {
	font-style:italic;
}


#copyright p {
	color:#839bb3;
}

#copyright, #footer-nav {
	float:left;
	padding-top:20px;
}
