/* 
    Document   : main
    Created on : 9.6.2009, 14:52:25
    Author     : Andrew Dyster
    Description: Main stylesheet for AndrewDyster.com
*/
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}
h1 {
    font-size:33px;
}
#contactLink {
    font-size:33px;
    font-weight:bold;
    text-decoration:underline;
    cursor:pointer;
}
#contactLink:hover {
 color: #0074ae;

}
ul {
    margin-left:60px;
    margin-top:20px;
    margin-bottom:20px;
}
li {
    list-style-image:url('/images/bullet.png');
    line-height:120%;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    font-size:20px;
    width:450px;
}
#header {
    height:60px;
}
#headerRight {
    float:right;
    width:300px;
}
#headerRight p {
	margin: 0px;
	padding: 0px 2px 0px 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 33px;
	line-height: 43px;
	color: #0074ae;
	text-align: right;
}
#mainContent {
    padding-top:80px;
    padding-bottom:50px;
}
#bottomLink {
    text-align:center;
    height:200px;
}
a {
    color: #5c5c5c;
}
a:hover {
    color: #0074ae;
}
a.bigLink {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:33px;
    color: #5c5c5c;
    text-decoration:underline;
    cursor:pointer;
}
a.bigLink:hover {
    color: #0074ae;
}

.contentLeft {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #5c5c5c;
 
}
.contentRight {
    text-align:right;
    
}
#footerContent p {
    text-align:center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:10px;
    color: #5c5c5c;
}
#boxImage {
    margin-top:20px;
}
.quoteText {
    width:230px;
    margin-top:40px;
    font-style:italic;
    line-height:130%;
    color: #5c5c5c;
    float:right;
    clear:both;
}
.quoteTextByLine {
    clear:both;
    float:right;
    width:230px;
      margin-top:20px;
      color: #5c5c5c;
    font-weight:bold;
}
.smallText {font-size:18px}
.page2,.page3,.page4,.page5{display:none;}
.clear {margin-top:10px}

