/* 
  -------------------------------------
  3 - column (c1, c2 & c3 CSS layout)
  -------------------------------------
*/

body {
	font-family: Georgia, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 0;
}
#masthead {
	background-color: #FFFFFF;
	color: #999999;
	margin: 12px auto 0 auto;
	width: 982px;
}
#logo {
	padding: 0 12px;
}
#columntop {
	clear: both;
	background-image: url(img/p7CRVCol3_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/p7CRVCol3_middle.jpg);
	background-repeat: repeat-y;
}
#pmm_wrapper {
	font-size: 0.75em;
	margin: 12px 0px 0px 15px;
	font-family: "Century Gothic", "Tahoma", Helvetica, sans-serif;
}
#c1, #c2, #c3 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 514px;
	/* background-image: url(../images/goye.jpg); */
	background-repeat: no-repeat;
	padding-top: 5px;
	background-position: 22px 0px;
}

#c2_media_box {
	width: 450px;
	/* background-image: url(../images/goye.jpg); */
	background-repeat: no-repeat;
	background-color: #C6B378;
	padding-top: 0px;
	/* background-position: 22px 0px; */
}
#C2 .centerdiv{ /*IE method of centering a relative div*/
text-align: center;
width: 450px;
background-color: #C6B378;
}

#C2 .centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
width: 450px;
background-color: #C6B378;
}

#c3 {
	width: 234px;
}
#c1 .content {
	font-size: 0.7em;
	padding: 16px 28px 16px 34px;
	color: #0000CC;
}
#c2 .content {
	color: #333333;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 32px;
	padding-bottom: 11px;
	padding-left: 32px;
}
#c3 .content {
	font-size: 0.75em;
	padding: 16px 34px 16px 26px;
	color: #CDBC86;
	font-family: Georgia, Helvetica, sans-serif;
}

/* 
  -------------------------------------
  Set fonts for all Headings
  -------------------------------------
*/
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Century Gothic", Tahoma;
}


h1 {
	font-size: 1.3em;
	color: #0000CC;
	
}
h2 {
	font-size: 1.3em;
	color: #663333;
	font-weight: normal;
}

h3 {
	font-size: 1em;
	color: #663333;
}

th {
	font-size: 0.80em;
	margin-top: 0px;
	font-weight: bold;
	line-height: 125%;
	text-align: left;
	color: #663333;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-color: #624663;
	border-right-color: #624663;
	border-bottom-color: #624663;
	border-left-color: #624663;
	border-right-width: 0px;
	border-bottom-width: 1px;
	padding: 5px;
	border-bottom-style: dotted;
}
		
td {
	font-size: 0.80em;
	margin-top: 0px;
	color: #333;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #624663;
}




#c1 h2 {
	font-size: 1.2em;
	color: #663333;
	font-weight: normal;
}


#c3 h2 {
	font-size: 1.3em;
	color: #F7F0DE;
	font-weight: normal;
}


.topZero {
	margin-top: 0;
}


.floatRight {
	margin: 10px;
	float: right;
}
.floatLeft {
	margin: 10px;
	float: left;
}

#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol3_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto;
	font-size: 11px;
	width: 982px;
	background-image: url(img/p7curvitudeFooter.gif);
	background-repeat: no-repeat;
}
#footercontent {
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 36px;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #0000cc;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0000cc;
	
}
.content a:visited {
	color: #666699;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666699;
	
}
.content a:hover, .content a:focus, .content a:active {
	color: #0000CC;
	background-color:#FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000CC;
	
}
/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #0000cc;
/*	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
*/	
}
#c1 .content a:visited {
	color: #663366;
/*	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
*/	
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
/*	background-color:#0000CC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
*/	
}
#c2 .content img {
	background-color: #a48835;
	margin: 1px;
	border: 4px solid #C6B378;
}

#c2 .content li {
	list-style-position: outside;
	list-style-image: url(../images/bullet_square.gif);
	line-height: 1.5em;
	padding-top: 0px;
	padding-bottom: 2px;
	
	
}

/*Right Sidebar Links*/
#c3 a:link {
	color: #CDBC86;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CDBC86;
	
}
#c3 a:visited {
	color: #CDBC86;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CDBC86;
	
}
#c3 a:hover, #c3 a:focus, #c3 a:active {
	color: #ffffff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-color: #0000CC;
	
}
#c3 .content img {
	background-color: #FEFDFB;
	margin: 1px;
	border: 4px solid #C6B378;
}

#c3 .content li {
	padding: 5px 5x 3px 0px;
}

/*Footer Links*/
#footer a:link {
	color: #0000cc;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0000cc;
}
#footer a:visited {
	color: #663366;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663366;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #0000cc;
	background-color: #CDBC86;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000cc;
}
