/*
/	iMapFlickr.com
/
/	Frame Digital (c)2009
/	http://www.framecreatesdigital.com
/
/	- main bits
/	- header & navigation
/	- footer
*/

/*--------------------
main bits
-------------------- */

*{
	margin:0;
	padding:0;
}

body{
	font-size:14px;
	line-height: 18px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#fff;
}

a img{
	 border:0;
}

.clear{
	clear:both;
	height:1px;
	font-size: 1px;
	line-height:1px;
}

#container{
	background-color: #F6F4F1;
}

#content{
	width:905px;
	margin:0 auto;
	padding:20px;
	background-image: url(../images/framework/bk_content.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color:#fff;
	
	min-height: 100px;	
}



/* left/right equal split cols for boxes and stuff */
#content .left{
	float: left;
	width:432px;
	position: relative;
}

#content .right{
	float: right;
	width:432px;
}


#content #col-left{
	float: left;
	width:645px;	
}

#content #col-right-home,
#content #col-right{
	float: right;
	width:230px;
	background-image: url(../images/framework/divider-cols.png);
	background-repeat: no-repeat;
	
	min-height:480px;
    height:auto !important;
    height:480px;
	
	padding:0 0 0 15px;
}

#content #col-right-home 
{ 
    background-image: none;
    border-left: solid 4px #f4ede1;	
    min-height:480px;
    height:auto !important;
    height:480px;
}



.divider{
	height:7px;
	background-image: url(../images/framework/divider.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin:0 0 15px 0;
	
}

/*--------------------
header & navigation
-------------------- */
#header-home-container{
	height:268px;
	background-image:	url(../images/framework/bk_header-lrg.png);
	background-repeat: repeat-x;
	background-color:#fff;
}

#header-container{
	height:180px;
	background-image:	url(../images/framework/bk_header.png);
	background-repeat: repeat-x;
	background-color:#fff;
}

#header{
	width:945px;
	margin:0 auto;
}

#header #nav {
	padding:10px 0;
}

#header #nav div a{
font-size:13px;
	color:#036564;
	font-weight:bold;
	text-decoration: underline;
}

#header #nav div a.new{
background-image:url(../images/icons/icon_new.gif);
background-repeat: no-repeat;
background-position: 0 3px;
padding:0 0 0 35px;
}

#header #nav div a:hover{
	text-decoration: none;
}

#header #nav .left{
	float:left;
	width:100px;	
}

#header #nav .right{
text-align:right;
	float:right;
	width:600px;
	margin:0 10px 0 0 ;
}

/* homepage large header */
#header #left{
	float:left;
	width:620px;
	height:190px;
	margin:20px 0 0 0;
	background-image:url(../images/framework/bk_globe.png);
	background-position:top right;
	background-repeat: no-repeat;
}

#header #left p{
width:400px;
	font-size:14px;
	line-height: 20px;
	margin:5px 0 0 0;
	color:#2B271F;
}

#header #right{
	float:right;
	width:270px;
}

/* standard header */

#header #col-one,
#header #col-two
{
	float:left;
}

#header #col-one{
	width:361px;
	margin:30px 0 0 0;
}

#header #col-two{
	width:131px;
	margin:5px 0 0 40px;
}

#header #col-three{
float:right;
	width:365px;
	margin:25px 0 0 0;
	font-size:13px;
	line-height: 18px;
}

#header #col-three p{
color:#2B271F;
}

/*--------------------
footer
-------------------- */

#footer-bar{
	background-image: url(../images/framework/bk_footer-bar.gif);
	background-repeat: repeat-x;
	height:10px;
}

#footer-bar div{
	width:945px;
	margin:0 auto;
	background-image: url(../images/framework/bk_footer.png);
	background-repeat: no-repeat;
	height:10px;
}

#footer{
	background-color:#fff;
	background-image: url(../images/framework/bk_footer_grad.png);
	background-repeat: repeat-x;
	
}
#footer-content{
	width:945px;
	margin:0 auto;
	padding-top:10px;
	height:100px;
	font-size:11px;
}

#footer-content a{
	font-size:11px;
	text-decoration: underline;
	color:#2b271f;
}

#footer-content a:hover{
	text-decoration: none;
}

#footer-content .logo{
	margin:10px 0 0 20px;
}

#footer-content .copyright{
	float:right;
	margin:20px 140px 0 0;
}

#footer-content .links{
	float:right;
	margin:20px 20px 0 0;
}





