
/* 

Blue Sky Investment Services 

2007 Adam Fairholm greygardensdesign.com

*/


* {padding: 0; margin: 0;}

body {background: #7D8CD1;}

#wrapper {width: 1100px; height: 800px; background-image: url(images/bg.gif); background-repeat: no-repeat; position: relative;}

.logo {position: absolute; top: 180px; left: 580px;}

#main_nav {position: absolute; top: 400px; width: 780px;font-family: Century Gothic, Arial; font-size: 12pt;}
#main_nav ul {list-style-type: none; width: 780px;}
#main_nav a {display: block; background-image: url(images/link.gif); background-repeat: no-repeat; width: 783px;
	margin-top: 5px; text-decoration: none; text-align: right;}
#main_nav a:hover {background-position: -783px 0; color: #fff; margin-top: 5px; }

/* main nav alternating colors */

a.nav_alt1 {color: #2A397F;}
a.nav_alt2 {color: #6370AC;}
a.nav_highlight {color: #fff;}

#main_sec_nav {position: absolute; top: 640px; left: 309px; font-family: Century Gothic, Arial; font-size: 10pt; color: #fff;}

.sec_nav a {color: #fff; text-decoration: underline;}
.sec_nav a:hover {text-decoration: none;}

