/* 
Title:     Premier Marine, Inc. Main Style Sheet
Author:    (r) This site runs like Clockwork (http://www.clockwork.net/).
Updated:   November 11, 2008 - December 11, 2008 sheldon@clockwork.net
*/


/* This is an example of a Print Style Sheet. All font sizes should be in pt's (I ussually go for font-size: 10pt;) and preferably in a Serif font for readbility. */

/* The ideal print style sheet should display the Logo at the top of the page and content under it. */ 

body {
	font-family: Georgia, "Times New Roman" Times, serif;
	font-size: 10pt;
	color: #333;
	background-color: #FFFFFF;
	
}

#wrappr, #wrappr_innr {                                                                                                                   
	margin: 0;
	width: 700px;
	float: none;
}

/* This is where you will want to throw in the divs that you do not want to display when printing. This should include: All Navigation and Most Images with in the Content */ 

#nav_uppr, #nav_uppr_innr, #boats_nav, #sidebar, #sidebar_innr, #sidebar_nav, #dealr_locator, #right_search, #message {
	display: none;
}                                                

/* Add the styles like a normal style sheet and tweak */

#headr #home h1, #headr #home h1 a {
	font-size: 15pt;
	padding-bottom: 30pt;
	color: #000;
}

#headr, #main_content, #flash, #flash_innr, #left_content_area, #left_content_area_innr, #right_content_area, #right_content_area_innr {
	color: #000;  
	text-align: left;
	width: 500px;  
	padding: 0;
	font-size: 10pt;
	text-align: left;
	float: none;  
}                                                                                   
                
#footr_upppr, #footr_lowr {        
	width: 700px;
	line-height: 13px; 
	font-family: Georgia, "Times New Roman" Times, serif; 
	font-size: 10pt; 
	color: #000;
	text-align: left;
	float: none;
	padding-top: 30pt;
}  
/* This function allows you to display the URL of a link right after, this should be used in moderation and only on URL's that have the full URL. An example of this would be the "This site runs like Clockwork" link at the bottom of each page.
#footer a:after {
	content: " <" attr(href) "> ";	
}
#footer a:link {
	font-family: Georgia, "Times New Roman" Times, serif;
	font-size: 10pt;
	color: #000;
	text-decoration: underline;
}
#footer a:visited {
	color: #000;
	font-size: 10pt;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	font-size: 10pt;
	text-decoration: underline;
}

#footer a:active {
	color: #000;
	font-size: 10pt;
	text-decoration: underline;

}

 */

h1, .hd1 {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 14pt;
        color: #71000C;
}
h2, .hd2 {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 13pt;
        color: #458115;
}
h3, .hd3 {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 12pt;
        font-weight: bold;
        color: #333333;
}
a:link {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 11pt;
        color: #71000C;
        text-decoration: underline;
}
a:visited {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 11pt;
        color: #71000C;
        text-decoration: underline;
}
a:hover {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 11pt;
        color: #333;
        text-decoration: underline;
}
a:active {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 11pt;
        color: #333;
        text-decoration: underline;
}