@charset "UTF-8";
/* CSS Document */
/* Logo blue is #004C81
hover color is #CA3415 a reddish orange
#ADC5DA is light blue in footer
text is #666666
*/


/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
h1,h2,h3,h4,h5,h6,p,ul,li,a{
	color:#666666;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:1em;
	line-height:1.4em;
	outline:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section, img{
	display:block;
}
/*HTML================================*/
body{
	width:100%;
	background-color:#004C80;
	position:relative;
}
a:link,a:visited {
	color: #004C81;
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover,a:active {
	color: #CA3415;
	text-decoration:underline;
	letter-spacing: 1px;
}


/*TOP NAVIGATION================================*/
#topNav{
	width:100%;
	margin:0 auto;
	background-image:url(../images/topnavBackground.jpg);
	background-repeat:repeat-x;
}
#topNavBar{
	width:960px;
	height:60px;
	margin:0 auto;
}
#topNavBar .logo{
	float:left;
	position:absolute;
	background-image:url(../images/atlasInvestments_Logo.jpg);
	background-repeat:no-repeat;
	width: 135px;
	height: 135px;
}
#topNav ul {
	margin-top:20px;
	float:right;
	list-style-type: none;
}
#topNav li {
	float:left;
	padding-left:3em;
}
/*PAGE TITLE================================*/
#pageTitle{
	width:100%;
	margin:0 auto;
	background-color:#FFFBF8;
}
#pageTitleBar{
	width:960px;
	margin:0 auto;
}
#pageTitleBar .subPage{
	padding-top:0em;
}
#pageTitleBar .subPage h1 {
	color:#CA3415;
	font-size:2.2em;
	font-weight: normal;
	text-align: center;
	display: block;
	padding-top: 1em;
	background-color:#FFFBF8;
}
#pageTitleBar .subPage h2{
	font-size: 1.25em;
	line-height: 140%;
	font-weight: normal;
	color:#CA3415;
	margin: 0 auto;
	padding-bottom: 1em;
	text-align: center;
}
#pageTitleBar h1 {
	color: #C83520;
	margin:0 auto;
	font-size:2.5em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	display: block;
    background: rgba(255, 255, 255, .65);
	width: 600px;
	height: 80px;
	padding-top:1em;
	line-height:110%;
}
#pageTitleBar h2 {
	text-align: center;
}
#pageTitleBar .resume{
	background-image:url(../images/pageTitle_Image_resume.jpg);
	background-repeat:no-repeat;
	height:180px;
	padding-top:22em;
}

/*MAIN CONTENT HOME================================*/
#mainContentHome{
	width:100%;
	height:100%;
	margin:0 auto;
}
#mainContentHomeBar{
	padding-top:4em;
	padding-left:65%;
	padding-right:10%;
	position:absolute;
}
#mainContentHome .homeTagLine{
	padding-top:8em;
	padding-left:20em;
	width:960px;
	margin:0 auto;
	}
#mainContentHome h1{
	font-size: 1.8em;
	line-height: 110%;
	text-transform: uppercase;
	color:#CA3415;
	text-align: left;
	display: block;
	margin-bottom:.35em;
	font-weight: normal;
}
#mainContentHome h2{
	font-size: 1.2em;
	line-height: 140%;
	text-transform: uppercase;
	color:#000;
	text-align: left;
	display: block;
	font-weight: normal;
}
#mainContentHome a.c2a{
	text-align: center;
	text-transform: uppercase;
	background-color:#FFFBF8;
	border: thin solid #999;
	padding:.25em;
	width:180px;
	margin-top:1em;
	display:block;
}
/*MAIN CONTENT================================*/
#mainContent{
	width:100%;
	margin:0 auto;
	padding-bottom: 4em;
	background-color:#FFFBF8;
}
.mainContentBar{
	width:960px;
	margin:0 auto;
	border-top: thin solid #074D7F;
	margin-bottom: 2em;
}
.mainContentBar .introparagraph{
	width: 800px;
	line-height:175%;
	margin: 0 auto;
	padding-bottom: .5em;
}
.mainContentBar .first{	
	padding-top: 1.25em;
}
.mainContentBar .projectSet{
	color: #C83520;
	font-size: 2.5em;
	padding-top:.5em;
	padding-bottom:.5em;
	font-weight: lighter;
	font-style: italic;
	letter-spacing: .3em;
	text-align:center;
	}
.mainContentBar .resumeProperty{
	color:#074D7F;
	font-size: 2em;
	padding-top:.5em;
	padding-bottom:.5em;
	font-weight: lighter;
	}
.mainContentBar .resumeAddress{
	color:#074D7F;
	font-size: 1em;
	padding-bottom:1em;
	border-bottom: thin dotted #074D7F;
	font-weight: bold;
	}
.mainContentBar h3
{
	font-size: 1em;
	line-height: 140%;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	display: block;
	margin-bottom: 0.75em;
	margin-top: 0em;
	padding-top:1em;
}
.mainContentBar h4
{	font-style: italic;
	line-height: 100%;
	margin-bottom: 0.75em;
	text-transform:none;
	color: #000;
	font-weight: lighter;
	text-align: left;
	display: block;
}
.mainContentBar p{
	font-size: 1em;
	text-align: left;
	margin-bottom: 1em;
}
.mainContentBar .left{
	width:350px;
	margin:0 auto;
	float:left;
}
.mainContentBar .left img {
	padding-top: 1.25em;
}
.mainContentBar .leftproperty{
	width:350px;
	margin:0 auto;
	float:left;
}
.mainContentBar .news{
	width:750px;
}
.mainContentBar .newsTitle{
	width:750px;
	margin-bottom: 0em;
}
.mainContentBar .newsDate{
	width:750px;
	font-size: 0.9em;
	font-style: italic;
	line-height: 140%;
	margin-bottom: 0px;
}
.mainContentBar .newsSource{
	width:750px;
	border-bottom: thin dotted #666;
	padding-bottom: 1em;
}
.mainContentBar .right{
	width:550px;
	margin:0 auto;
	float:right;
}
.mainContentBar .right img{
	padding-top: 1.25em;
}
.mainContentBar .newsFirst{	
	padding-top: 0em;
}


/*FOOTER================================*/
#footer{
	width:100%;
	margin:0 auto;
	background-image:url(../images/footerBackground.jpg);
	background-repeat:repeat-x;
}
#footerBar{
	width:960px;
	margin:0 auto;
	padding-top:4em;
	padding-bottom:12em;
}
#footer .logo{
	float:left;
	position:absolute;
	background-image:url(../images/atlasInvestments_Logo.jpg);
	background-repeat:no-repeat;
	width: 135px;
	height: 135px;
}
#footer p{
	color:#ADC5DA;
	padding-top:1em;
	line-height:160%;
}
#footer .logo{
	float:left;
}
#footer .info {
	width:611px;
	float:right;
}
#footer .links {
	width: 611px;
}
#footer ul {
	float:right;
	list-style-type: none;
	border-bottom: thin solid #ADC5DA;
	padding-bottom:.75em;
}
#footer .first  {
	padding-left:0em;
}
#footer li {
	float:left;
	padding-left:3em;
}
#footer a.footerlinks:link, a.footerlinks:visited {
	color: #ADC5DA;
}
#footer a.footerlinks:hover, a.footerlinks:active {
	color: #FFF;
}
#footer .address {
	color: #ADC5DA;
	float:right;
	text-align:right;
}
#footer phone {
	color: #ADC5DA;
}


/*OTHER================================*/
.clear {
	clear:both;
	}
.rule {
	border-bottom: thick solid #004C81;
	padding-bottom:1.25em;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++MEDIA QUERIES+++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*------------------------------------------------
-----------------------HANDHELD-------------------
---------------------------------------------------*/
@media only screen and (max-device-width: 480px) {	
#topNav{
	background-image:none;
	background-color:#0067B0;
}
#topNavBar{
	width:100%;
}
#topNavBar .logo{
	background-image:url(../images/AtlasInvestmentGroup_Logo_235.gif);
	width:235px;
	height:235px;
	margin: 60px 0 0 60px;
}
#topNav ul {
	list-style-type: none;
	margin-right:60px;
}
#topNav li {
	float:none;
	background-color:#DCEAED;
	border: 1px solid #09F;
	border-radius: 35px;
	padding:4px 28px 4px 28px;
	margin: 0 auto 10px;
	text-align:center;
}
#topNav a {
	font-size:2em;
	margin: 0 auto;
}
#pageTitleBar h1 {
	font-size:6em;
	height: 150px;
	width: 80%;
	margin-top:-2.5em;
	padding-top:0em;
    background: rgba(255, 255, 255, .8);
}
#mainContentHomeBar{
	padding-left:60%;
	padding-right:5%;
}
#mainContentHome h1{
	font-size: 2.1em;
}
#mainContentHome h2{
	font-size: 2em;
}
#mainContentHome a.c2a{
	font-size: 2em;
}
.mainContentBar h3{
	font-size: 3.5em;
	margin: 0 auto;
	padding: 1em 1em .2em 1em;
	text-align: left;
}
.mainContentBar h4{
	font-size: 3em;
	margin: 0 auto;
	padding: 0 1em 1em 2em;
	text-align: left;
}
.mainContentBar .left{
	width:100%;
	float:none;
}
.mainContentBar .left img{
	width: 80%;
	margin: 0 auto;
}
.mainContentBar .right img{
	width: 90%;
	margin: 0 auto;
}
.mainContentBar .right{
	width:100%;
	float:none;
}
.mainContentBar .right iframe{
	width:90%;
	float:none;
	padding: 3em;
}
.mainContentBar p{
	font-size: 3em;
	padding: 0;
	text-align: left;
	margin-bottom: 1em;
	padding: 0 1em 0 1em;
}
.mainContentBar .projectSet{
	color: #C83520;
	font-size: 2.5em;
	padding-top:.5em;
	padding-bottom:.5em;
	font-weight: lighter;
	font-style: italic;
	letter-spacing: .3em;
	text-align:center;
	}
.mainContentBar .leftproperty{
	width:100%;
	margin:0 auto;
	float:none;
}
.mainContentBar h2.resumeProperty{
	font-size: 4em;
	text-align:center;
	margin: 0 auto;
	padding: 0 1.5em 0 1.5em;
}
.mainContentBar .resumeAddress{
	font-size: 2.5em;
	font-weight: lighter;
	padding: 0 1.5em 0 1.5em;
}
.mainContentBar .leftproperty img {
	width: 80%;
	height: 80%;
	margin: 0 auto;
	padding:5%;
}
.mainContentBar .newsDate{
	font-size: 2em;
}
#pageTitleBar .subPage h1 {
	font-size:5em;
	padding-top: 1em;
	margin: 0 auto;
	text-align: center;
	float: none;
}
#pageTitleBar .subPage h2 {
	font-size:3em;
}
#footerBar{
	width:100%;
	margin:0 auto;
	padding-top:2em 1em 4em 0;
}
#footer p{
	font-size:2.5em;
	line-height:140%;
	padding-right: 2em;
}
#footer .logo{
	background-image:url(../images/AtlasInvestmentGroup_Logo_235.gif);
	width:235px;
	height:235px;
	margin: 1em 0 0 2em;
}
#footer a {
	color: #adc5da;
}
#footer .links {
	display: none;
}
}