/*
Company:	Gwyneth Paige
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */

/* @end */



#anncePanel{

height: 152px;
width: 554px;
font-family:"Times New Roman", Times, serif;
background-image:url(lhdes.jpg);
background-repeat: no-repeat;
margin-left: auto ;
margin-right: auto ;
}

#apInner{
text-align: center;
padding-top: 45px;
padding-left: 90px;
line-height:10px;
}

.fourteen{

font-size: 16px;
color: #333;

}

.twenty{
font-size: 20px;
color: #782b35;
}

.twelve{
font-size: 14px;
color: #333;
}



/* @group Layout */
div.page-interior-wrap {
	margin-left: -25px;
}
div.page-interior {
	width: 975px;
	height: 630px;
	background: url(/storage/inside-page-bkg.gif) no-repeat 0 0;
	font-family: Garamond, Georgia, Times, serif;
}
/* @end */

/* @group Modules */
/* Cols */
div.gp-left-col {
	width: 640px;
	padding: 25px 0 0 40px;
	float: left;
	display: inline;
}

div.gp-right-col {
	width: 225px;
	margin: 0 48px 0 0;
	padding: 40px 0 0 0;
	float: right;
	display: inline;
}

/* Small Pics */
div.gp-main-pic {
	padding-bottom: 10px;
	width: 640px;
	height: 424px;
}
div.gp-small-pics {
	width: 653px;
	height: 150px;
	position: absolute;
}
div.gp-small-pics img {
	margin: 0 13px 0 0;
	float: left;
	display: inline;
}

/* Description */
div.gp-description {
	height: 400px;
	width: 225px;
	margin: 0 0 20px 0;
	overflow: auto;
}

/* Action Buttons */
p.gp-download a {
	display: block;
	width: 187px;
	height: 50px;
	padding: 10px 0 0 0;
	text-align: center;
	background: url(/storage/btn-large.png) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 17px;
}
p.gp-download a:link, p.gp-download a:visited {
	color: #666462;
	text-decoration: none;
}
div.gp-action-buttons {
	width: 225px;
}
div.gp-action-buttons ul {
	margin: 0;
	padding: 12px 0 0 0;
}
div.gp-action-buttons ul li {
	list-style: none;
	margin: 0 0 4px 0;
	padding: 0;
}
div.gp-action-buttons ul li a {
	display: block;
	height: 39px;
	width: 225px;
	background: url(/storage/btn-small.png) no-repeat 50% 0;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
}
div.gp-action-buttons ul li a:link, div.gp-action-buttons ul li a:visited {
	color: #666462;
	text-decoration: none;
}

/* Prev/Next Buttons */
a.gp-prev {
	display: block;
	position: absolute;
	background: url(/storage/arrow-prev.png) no-repeat 0 0;
	margin: 244px 0 0 0;
	width: 39px;
	height: 63px;
	text-indent: -9000px;
}
a.gp-next {
	display: block;
	position: absolute;
	background: url(/storage/arrow-next.png) no-repeat 0 0;
	margin: 244px 0 0 936px;
	width: 39px;
	height: 63px;
	text-indent: -9000px;
}
/* @end */

/* @group Common Text Styles */
div.page-interior p {
	font-size: 11px;
	margin: 0 0 10px 0;
	line-height: 12px;
}
/* @end */

/* @group Default Headings */

/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Nav */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	
}
a:hover {
	
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
