/* Start of CMSMS style sheet 'GPA' */

body {
	margin: 0;
	padding: 0;
	background: repeat-x url(images/bg1.jpg);
        background-color:#455E80;
	text-align: center;
	color: #000;
	font: 11px/15px Trebuchet, TrebuchetMS, TrebuchetMS, Verdana, "Times New Roman", verdana, Times, serif;
}

h1 {
	color:#900;
	margin-top: 32px;
	border-bottom: 1px solid #ede6dd;
	padding-bottom: 5px;
	display: block;
	font-size: 17px;
	font-style: normal;
}


h2 {
        color: #4f647c;
	margin-top: 15px;
	margin-bottom:0px;
	padding-bottom: 0px;
	display: block;
	font-size: 13px;
	font-style: normal;
}

p {
	line-height: 1.6em;
	text-align: left;
}

em {
	background: #fff7d8;
	border-bottom: 1px solid #ffe4ba;
	padding-right: 0;
	padding-left: 0;
	padding: 2px;
	font-weight: normal;
font-style:normal;

}

img a, img {
	border-width: 0;
	border-color: transparent;
	margin: 0;
	padding: 0;
}


#lower a{
	color: #0a5070;
	color: #315c79;

}

#lower a:hover{
	color: #4ca0c7;
}

#lower{
	margin: 0;
	padding: 0;
}


#shadow {
	background: repeat-x url(images/bg2.jpg);
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 723px; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#top{
	margin: 0px;
	padding:  0px;
	height: 185px;
	background: no-repeat url(images/top.jpg) 0px 0px;
	position: relative;
}

#logo { 
	text-align:left;
	position: absolute;
	}
	
#logo h1{
	border:none;
	}

#logo h1 a { 
	margin: 50px 0 0 14px;
	display:block;
	text-indent: -9000px;
	width:252px;
	height:55px;
	text-decoration:none;
	background: url(uploads/images/logo.gif);
	}
	
#motto {
	position:absolute;
	width:430px;
	margin:48px 0 0 275px;
	font-size:25px;
	line-height:35px;
	font-family: "Book Antiqua";
	color: #000;
	text-align:right;
}

#motto a {
	color:#003;
	text-decoration:none;
} 
#motto a:hover {
	color:#000;
	text-decoration:underline;
} 

#motto2 {
	position:absolute;
	width:430px;
	margin:81px 0 0 275px;
	font-size:14px;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#900;
	text-align:right;
	
}

#motto2 a {
	color:#003;
	text-decoration:none;
} 
#motto2 a:hover {
	color:#000;
	text-decoration:underline;
} 


/*nav*/

#nav{
	position: absolute;
	top: 145px;
	left: 11px;
}

#tabs {
	float:left;
	width:100%;
}

#tabs ul {
	margin:0;
	padding:0;
	list-style:none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float:left;
	background:url("images/tableft10.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

#tabs a span {
	float:left;
	display:block;
	background:url("images/tabright10.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
	color:#FFF;
}
    #tabs a:hover {
	background-position:0% -42px;
}
    #tabs a:hover span {
	background-position:100% -42px;
}

        #tabs #current a{
	float:left;
	background:url("images/tableft10.gif") no-repeat;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	background-position:0% -42px;
}
	#tabs #current span {
	 float:left;
	display:block;
	background:url("images/tabright10.gif") no-repeat;
	padding:5px 15px 4px 6px;
	color:#FFF;
	 background-position:100% -42px;
}

       #tabs #activeparent a{
	float:left;
	background:url("images/tableft10.gif") no-repeat;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	background-position:0% -42px;
}
	#tabs #activeparent span {
	 float:left;
	display:block;
	background:url("images/tabright10.gif") no-repeat;
	padding:5px 15px 4px 6px;
	color:#FFF;
	 background-position:100% -42px;
}

	#tabs #current a {
	background-position:0% -42px;
}
	#tabs #current a span {
	float:left;
	display:block;
	background:url("images/tabright10.gif") no-repeat;
	padding:5px 15px 4px 6px;
	color:#FFF;
	 background-position:100% -42px;
}

/* subnav */
#subnav{
	background: no-repeat url(images/top.jpg) 0px -184px;
	
	padding: 17px 17px 17px 35px;
}

 #subnav a{
	color: #6f481e;
	
	margin-right:10px;
	text-decoration: none;
	border-bottom: 3px solid #c09f5e;
	text-transform: capitalize;
	font: 9px arial;
}

#current-subnav{
display: inline;
}

 #subnav a:hover, #current-subnav a{
	color: #6f481e;
	text-decoration: underline;

}

#maincontent{
	background: white url(images/main.jpg) 0px 0px no-repeat;
	padding: 0;
	margin: 0;
    padding-bottom:50px;
}

#maincontent-single{
	background: white 0px 0px no-repeat;
	padding: 0;
	margin: 0;
	border-top: solid 8px #d7bb7a;
padding-bottom:50px;
}



#maincontent ul {
	padding: 0;
	margin-left: 20px;
}
#maincontent li{
margin-bottom: 4px;
}

#leftcol{
	width: 349px;
	float: left;
	padding-left: 38px;
	padding-top: 10px;
	overflow: visible;
}

#leftcol img {
	border-width: 4px;
	border-color:#ccc;
	margin: 0;
	padding: 5px 5px 5px 0;
}

#rightcol{
	width: 288px;
	float: right;

}

#rightcol img a, img {
	border-width: 0;
	border-color: transparent;
	margin: 0;
	padding: 20px 0 0 20px;
}


#buttons {
	margin-bottom: 30px;
	position: relative;
	margin-top: 10px;
}

#buttons ul {
	margin:0;
	padding:0;
	list-style:none;
}


#buttons li {
	padding:0 0 14px 0;
	margin:0;
	background:url(images/button_bac.gif) no-repeat top left;
	font-family: "Trebuchet MS";
	font-size:17px;
	letter-spacing:0px;
	width:288px;
	line-height:18px;
}

#buttons li#activeparent {
        display:block;
	padding:0;
	margin:0;
	color:#000;
        background:url(images/button_bac_current.gif) no-repeat top left;
	text-decoration:none;
}

#buttons li li {
	padding:0;
	margin:0;
	background:none;
	font-family: "Trebuchet MS";
	font-size:14px;
	width:288px;
}

#buttons li#current  {
        display:block;
	padding:0 0 9px 0;
	margin:0;
	color:#000;
        background:url(images/button_bac_current.gif) no-repeat top left;
	text-decoration:none;
}

#buttons li li#current{
        display:block;
	padding:0;
	margin:0;
        background:url(images/button_bac_current_sub.gif) no-repeat top left;
	text-decoration:none;
        
}

#buttons li a{
    display:block;
	padding:13px 0 0 30px;
	margin:0;
	color:#666;
	text-decoration:none;

}

#buttons li a:hover{
        display:block;
	padding:13px 0 0 30px;
	margin:0;
	color:#900;
	text-decoration:underline;
}

#rightcol-inside{
padding-left: 20px;
padding-right:30px;
}

#rightcol-inside h2 {
     font-size:16px;
     padding-bottom:10px;
     border-bottom:#ccc 1px dotted;
}

.NewsSummaryPostdate {
font-size:12px;
font-weight:bold;
padding:5px 0 5px 0;
}

.NewsSummaryLink {
font-size:12px;
font-weight:bold;
padding:0 0 5px 0;
}

.NewsSummarySummary {
padding:10px 0 10px 0;
border-bottom:#ccc 1px dotted;
}

.NewsSummaryMorelink{
font-size:14px;
}

.NewsSummaryContent {
padding:10px 0 10px 0;
border-bottom:#ccc 1px dotted;
}

#singlecol{

	padding-left: 38px;
        padding-right: 38px;
	padding-top: 3px;
	overflow: visible;
}

#footer{

	padding: 20px 19px 15px 29px;
	border-bottom: 8px solid #bdd0df;
	border-top: 1px solid #dbdbdb;
        background: white url(images/footer.gif) no-repeat top right;
        color: gray;
}

#footer img{
	padding: 4px 0 0 0;
}

#footer a{
color: gray;
}

.clearer{
	clear: both;
        background: white;
	
}


select{
width: 300px;
margin-bottom: 3px;
}

.table td{
vertical-align: top;
padding: 10px;
margin: 1px;
}

.headercell{
color: gray;
}

.table tr{
border-bottom: 1px solid gray;
}

img.clearbits {
   background-color: #9cabba;

}

#alternatelinks a{
color: gray;
margin-right: 3px;
margin-left: 3px;

}
#alternatelinks{
padding-bottom: 10px;
border-bottom: 1px solid #ede6dd;
}

.big{
font-size: 16px;
display: block;
letter-spacing: 1px;
text-decoration: none;
padding-bottom: 3px;

}
.selfservice{
padding-top: 9px;
padding-bottom: 9px;
border-bottom: 1px solid #ede6dd;
}

.mailer-error {
  border:1px solid red;
  padding:10px;
  font-weight:bold;
  margin-bottom:20px;
}

.feedbacktable {
 width:300px;
}

.user {
 width:300px;
}

.buyermeetseller {
float:right;
width:100px;
position:relative;
left:3px;
top:90px;
}

.signup h2 {
border-bottom:1px dotted #CCCCCC;
font-size:16px;
padding-bottom:10px;
}
/* End of 'GPA' */

