/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic
  Copyright (c) 2011 Project Seven Development
  www.projectseven.com
  14: 3 Col Fixed, Top Menu
  ------------------------------------------------
*/

/*Min-width determines the point at which your layout width will cease to shrink horizontally and your browser will spawn a horizontal scroll bar.*/
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	margin: 0 0 20px 0;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-color: #6C9D0C;
	background-repeat: repeat-x;
}

/*Border Radius for CURVED CORNERS. The overall wrapper is assigned an 8px radius on all 4 corners. The masthead is assigned a 6px radius for its top corners. The footer is assigned a 6px radius for its bottom corners. The footer and masthead radii must always be 2px less than the radii set on the content wrapper so that its border displays properly.*/
.content-wrapper {border-radius: 8px; }
.masthead {border-radius: 6px 6px 0px 0px;}
.footer { border-radius: 0px 0px 6px 6px; }

/*Masthead, includes Logo and Banner.*/
.masthead {
	background-color: #FFF;
	text-align: left;
	position: relative;
	z-index: 9999999;
}

/*The masthead logo DIV rule can be used to assign padding or colors to your masthead area that contains your logo. The default logo we provide is simply a level 1 heading, which may be replaced with an image of your logo. If you choose to keep your image logo inside the H1 tag, then edit the masthead h1 rule to remove all properties except for margin: 0. */
.masthead .logo {
	border-bottom: 1px solid #000;
	background-color: #FFF;
}
.masthead .logo  .contact {
	background-color: #FFF;
	float: right;
	width: 200px;
	margin:  20px 30px;
	color: #330066;
	font-size:14px;
	line-height:16px;
}
.contact a {
	color: #360;
	text-decoration:none;
}
.contact a:hover, .contact a:focus {
	color:#360;
	text-decoration: underline;
}
.masthead h1 {
	margin: 0;
	color: #FFF;
	padding: 0;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-weight: normal;
}

/*We set height and overflow hidden to allow you place an image in the banner that would normally be too large. You can edit or remove this rule if you design your banner image to fit your layout.*/
.masthead .banner {
	height: 120px;
	overflow: hidden;
}
.masthead .banner img {}

/*Main Layout Container. The entire page is inside this element. */
.content-wrapper {
	border: 1px solid #222;
	margin: 0 auto;
	width: 980px;
	-webkit-box-shadow: 0 0 20px #333;
	box-shadow: 0 0 20px #333;
}
/*The containing element for the the main content. We simply set the content area to have a white background.*/
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
}

/*Columns*/
.sidebar {
	width: 220px;
	float: left;
	background-color: #FFF;
	/*border-right: 1px dotted #360;*/
}
.sidebarbox {
	background-color: #F3E4B1;
	padding: 10px;
	margin-bottom:25px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 20px #999;
	box-shadow: 0 0 20px #999;
}
.sidebarbox h3 {
	color: #330066;
}
.sidebarbox ul {
	margin: 10px 0 0 0;
	list-style-type: square;
	padding: 0;
}
/*Main Content*/
.main-content {
	width: 538px;
	float: left;
}
.main-contenthome {
	/*width: 978px;*/
	width: 599px;
	float:left;
}
.sidebar2 {
	width: 220px;
	float: right;
	background-color: #FFF;
	/*border-left: 1px dotted #360;*/
}
.home-img {
	overflow:hidden;
	padding: 0 30px 0 0;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 20px #999;
	box-shadow: 0 0 20px #999;
}

/*DO NOT EDIT*/
.p7desktop .sidebar, .p7desktop .main-content, .p7desktop .sidebar2 {
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

/*The Sidebar content. Edit padding and font attributes to suit*/
.sidebar .content {
	padding: 30px 0 30px 30px;
	font-size: 11px;
	line-height: 1.5em;
}
.sidebar2 .content {
	padding: 30px 30px 30px 0 ;
	font-size: 11px;
	line-height: 1.5em;
}

/*This container is inside the columns wrapper and serves as a container for the content inside, allowing you to adjust whitespace (padding) without altering the CSS box model. This is the rule to use to set text attributes for your main content.*/
.main-content .content {
	padding: 30px;
	font-size: 14px;
	line-height: 1.5em;
}

/*Heading styles*/
h1, h2, h3, h4 { 
	margin: 30px 0 0 0;
	line-height: normal;
	color:#330066;
}
h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
.form1 {
	float: left;
	width: 60px;
}
.form2 {
	float: left;
	width: 100px;
	height: 18px;
}
.required {
	color:#C00
}
.left-align {
	float: left;
	border: 1px solid #000;
	margin-right: 10px;
}
/*adds rounded corners and shadow to element*/
.b-radiusshadow {
	border-radius: 6px;
	-webkit-box-shadow: 0 0 20px #999;
	box-shadow: 0 0 20px #999;
}

.rt-align {
	border-radius: 6px;
	-webkit-box-shadow: 0 0 20px #999;
	box-shadow: 0 0 20px #999;
	margin: 0 0 10px 10px;
}

/*A utility rule assigned to the first heading to remove all margins. This class can be used on any element for which you would like to remove margin.*/
.page-topper { margin: 0px; }
.test {
	background-image: url(/UncommonApplication/WEB/images/student1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.attribute {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	color: #6D9D16;
	text-align: left;
	float: right;
	width: 200px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.articleend {
	font-size: 13px;
	font-style: italic;
	line-height: 1.5em;
}
.testimonial {
	clear: both;
}
.top {
	text-align: right;
	font-weight: bold;
}

/*Misc. Typographic Styles*/
.content em {
	font-style: normal;
	text-transform: uppercase;
	font-size: 110%;
}
.content em.big {
	font-size: 125%;
}
/*Ordinary Link Styles*/
.content a {
	color: #360;
	text-decoration: none;
}
.content a:hover, .content a:focus {
	color: #360;
	text-decoration:underline;
}
.sidebar2 a {
	color: #360;
	text-decoration: none;
}
.sidebar2 a:hover, .sidebar2 a:focus {
	color: #360;
	text-decoration: underline;
}
.footer a {
	color: #B48C00;
	text-decoration: none;
}
.footer a:hover, .footer a:focus {
	color: #FFF;
	text-decoration: underline;
}

/*Lists: We reduce normal indentation and remove bullets for ordered and unordered lists  when placed in a sidebar*/
.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: .5em 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}
.main-content ul, .main-content ol, .main-contenthome ul, .main-contenthome ol {
	margin: 0;
	padding: 0;
	line-height: normal;
	list-style-type: none;
}
.main-content li, .main-contenthome li {
	background-image: url(../images/check_bullet.png);
	background-repeat: no-repeat;
	padding-left: 2em;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 22px;
}
/* the list that has the numbered icons*/
.numlist
{
list-style: none;
margin: 0;
padding: 0;
}

li.one
{
background-image: url(../images/bullet_1.png);
background-repeat: no-repeat;
padding-left: 2em;
margin: 6px 0 10px 0;
line-height: 22px;
}

li.two
{
background-image: url(../images/bullet_2.png);
background-repeat: no-repeat;
padding-left: 2em;
margin: 6px 0 10px 0;
line-height: 22px;
}

li.three
{
background-image: url(../images/bullet_3.png);
background-repeat: no-repeat;
padding-left: 2em;
margin: 6px 0 10px 0;
line-height: 22px;
}

li.four
{
background-image: url(../images/bullet_4.png);
background-repeat: no-repeat;
padding-left: 2em;
margin: 6px 0 10px 0;
line-height: 22px;
}
li.five
{
background-image: url(../images/bullet_5.png);
background-repeat: no-repeat;
padding-left: 2em;
margin: 6px 0 10px 0;
line-height: 22px;
}
li.six
{
background-image: url(../images/bullet_6.png);
background-repeat: no-repeat;
padding-left: 2em;
margin: 6px 0 10px 0;
line-height: 22px;
}
.essaylist {
	list-style: none;
}

/*The DIV that contains the horizontal menu bar at the top of your page.*/
.menutop-wrapper {
	padding: 0px 20px;
	background-color: #639600;
	border-top: 1px solid #053D00;
	border-bottom: 1px solid #FFF;
	-webkit-box-shadow: 0px 0px 30px #333;
	box-shadow: 0px 0px 30px #333;
	position: relative;
	z-index: 999999;
}
/*The Top Menu Bar UL. Font-Size 0 eliminates horizontal whitespace between menu items. DO NOT EDIT any property EXCEPT for text-align, which can be changed to center or right to easily re-position the menu. */
.menutop {
	margin: 0;
	padding: 0;
	font-size: 0px;
	text-align: center;
}
/*The menu list items. DO NOT EDIT the first 2 properties. Margin-right provises some separation between each item and may be edited.*/
.menutop li {
	list-style-type: none;
	display: inline-block;
	margin-right: -1px;
}
/*The menu links. MUST BE DISPLAY BLOCK. Padding provides white space within the link box. The first padding value controls the height of the box. The second value controls width.*/
.menutop a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 12px 20px;
	font-size: 14px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background-color: #649610;
	text-transform: uppercase;
}
/*The menu links hover and focus states. A box shadow effect changes for this state. */
.menutop a:hover, .menutop a:focus {
	color: #FFF;
	border-color: #FFFFFF;
	outline: 0;
	background-color: #0C3F07;
}
.menutop li a.current {
	color:#B48C13;
	background-color: #0C3F07;
}

/*Optional Sidebar Menu UL.*/
ul.menuside {
	margin: 0;
	padding: 0;
}

/*The menu list items. Margin-bottom provides some separation between each item and may be edited.*/
ul.menuside li {
	list-style-type: none;
	margin-bottom: 5px;
}
/*The menu links. MUST BE DISPLAY BLOCK. Padding provides white space within the link box. The first padding value controls the height of the box. The second value controls width. A box shadow is set.*/
.menuside a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 8px 10px;
	font-size: 14px;
	border: 1px solid #FFF;
	border-radius: 4px;
	background-color: #D2D2D2;
	-webkit-box-shadow: 0px 0px 15px #DDD;
	box-shadow: 0px 0px 15px #DDD;
}
/*The menu links hover and focus states. A box shadow effect changes for this state. */
.menuside a:hover, .menuside a:focus {
	color: #FFF;
	border-color: #222;
	background-color: #053D00;
	box-shadow: 5px 5px 30px #999;
	outline: 0;
}

/*The Footer*/
.footer {
	text-align:center;
	border-top: 1px solid #222;
	background-color: #073F03;
	padding: 10px 30px;
	font-size: 11px;
	color: #FFF;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}


/*P7MOBILE Styles. These styles will be used only by mobile devices (phones and tablets) and will be ignored by desktop and laptop browsers.*/
body.p7mobile { 
	-webkit-text-size-adjust:100%; 
	min-width: 0;
	margin: 1em;
}
.p7mobile .content-wrapper {
	width: auto;
}
.p7mobile .content {
	padding: 1.5em;
	font-size: large;
	line-height: 1.35em;
}
.p7mobile .sidebar, .p7mobile .main-content, .p7mobile .sidebar2 {
	width: auto;
	float: none;
	background-color: transparent;
	border-right: none;
}
.p7mobile .menuside {
	margin: 0;
	padding: 0;
}
.p7mobile .menuside li {
	list-style-type: none;
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 5px;
}
.p7mobile .menuside a, .p7mobile .footer  { 
	font-size: large; 
}
.p7mobile .sidebar, .p7mobile .sidebar2 {
	width: auto;
	float: none;
	margin-left: 0;
}
.main-contenthome .content {
	padding: 30px;
	font-size: 14px;
	line-height: 1.5em;
}
