/*
	National Fraternity of Kappa Delta Rho : http://www.kdr.com/
	Version : 0.1 - July 2008
	Design and Code by Amixa.com

	main CSS document that controls and imports the other CSS documents.
	Structure width - 761px ;

*/


html body{
	text-align:center;
	background:#f8e8bf url(/images/kdr_bg.jpg) no-repeat center top; 
	color: #634b01;
	margin:0;padding:0;
}

.clear{clear:both;height:10px;}

/* containers */
#wrapper{
	width:761px;
	margin:0 auto;
	border-right: 1px solid #f2d58b;
	border-left: 1px solid #f2d58b;
	background: #fcf4de;
}

#container{
	width:761px;
	text-align:left;
	background-image: url(/images/kdr_botm-burnt.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}


/*header content*/
#header01 {
	width: 761px;
	height: 45px;
	background-image: url(/images/kdr_header_01.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header02 {
	width: 761px;
	height: 41px;
	background-image: url(/images/kdr_header_02.gif);
}
#header03 {
	width: 761px;
	height: 105px;
	background-image: url(/images/kdr_header_03a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
#topnav {
	border-top: 2px solid #f3d894;
	border-bottom: 2px solid #f3d894;
	padding: 3px 0 3px 0;
	height: 20px;
	width: 761px;
}

#searchbox { float:right; width: 180px; height: 21px; margin: 5px 30px 0 0;}

/*Navigation*/

.quickmenu {
	width: 200px;
	margin: 10px 20px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2em;
	text-align:left;
}

#nav a {
	display: block;
	width: 200px;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: 200px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #f6e1ab;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul a {
	padding: 0 0 0 10px;
	width: 190px;
	color: #FF6600;
	border-bottom: 1px solid #fcf4de;
}

#nav li ul a:hover {
	background-color: #FF9900;
	color: #FFFFFF;
	padding: 0 0 0 10px;
	width: 190px;
}

#topnav ul {
	width: 635px; /* adjust this when adding or removing a menu item to center the top menu items - MAX width is 761px */
	margin: 0 auto;
}
#topnav li {
	display: inline;
	list-style-type: none;
}

#topnav li a {
	color: #ff8605;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 2px 10px 2px 10px;
	margin-right: 0px;
	border-right: 1px solid #f3d894;
	border-left: none;
	float: left;
	text-decoration: none;
}

#topnav li a:hover {
	background: #FF9900;
	color: #fff;
}

#topnav li a.nav-end {
	border-right: none;
}

/*Content*/
#news {
	width: 210px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0 0 0 5px;
}
#news p {padding: 5px 0 3px 10px; }
#newsheader { padding: 10px 0 0 6px; }

#news ul {
	margin: 10px 0 0 20px;
	list-style-position: outside;
	list-style-type: square;
}
#news li { padding: 0; }



#main {
	width: 500px;
	float: left;
	margin: 10px 0 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}

#main h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #da6c00;
	font-weight: normal;
	margin: 10px 0 0 0;
}

#main h1 { font-size: 150%;}
#main h2 { font-size: 120%;}
#main h3 { font-size: 110%;}

#main p { padding: 5px 0 3px 0;}
#main ul {
	margin: 10px 0 0 20px;
	list-style-position: outside;
	list-style-type: square;
}
#main li { padding: 0; }

#main a { color: #FF6600; text-decoration: none; }
#main a:hover { color: #FF6600; text-decoration: underline; }

#buttons {
	width: 484px;
	padding-top: 12px; margin: 0px;
	background-image: url(/images/kdr_frame-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#buttons-top {
	width: 484px;
	background-image: url(/images/kdr_frame-btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0; margin: 0;
}
#button-images {
	margin: 0; padding: 0 0 10px 10px;
}

#button-images img { padding: 0 3px 0 0; }

#vid-frame {
	width: 372px;
	height: 303px;
	background-image: url(/images/kdr_vid_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto 0 auto;
	padding: 31px 0 0 48px;
}

/*Inside Page Content*/
#sidemenu {
	width: 220px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	margin: 25px 0 0 0px;
}
.side-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0078B3;
	padding: 0 0 3px 20px;
}
.divider {
	background-image: url(/images/bar.gif);
	height: 2px;
	width: 193px;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: left top;
}
#sidemenu p { padding: 5px 15px 3px 20px; }
#sidemenu ul {
	list-style-type: none;
	padding-top: 10px;
	margin: 0px 0 20px 30px; padding:0;
}
#sidemenu li { padding:10px 0 0 0;}
#sidemenu li a {
	font-size: 13px;
	color: #FF6600;
	text-decoration: none;
}
#sidemenu li a:hover { border-bottom: 1px solid #FF6600;}

#main-inside {
	width: 500px;
	float: left;
	margin: 10px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}

#main-inside h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #da6c00;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

#main-inside h1 { font-size: 150%;}
#main-inside h2 { font-size: 120%;}
#main-inside h3 { font-size: 110%;}

#main-inside p { padding: 5px 0 3px 0;}
#main-inside ul {
	margin: 10px 0 0 20px;
	list-style-position: outside;
	list-style-type: square;
}

#main-inside ol {
	margin: 10px 0 0 20px;
	list-style-position: outside;
	list-style-type: square;
}
#main-inside li { padding: 0; }

#main-inside a { color: #FF6600; text-decoration: none; }
#main-inside a:hover { color: #FF6600; text-decoration: underline; }

#main-inside img { padding: 0 0 10px 0; }

.float-right { float: right; margin-left:10px;}
.float-left { float: left; margin-right:10px;}

#inside-full {
	margin: 10px 20px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}

#inside-full h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #da6c00;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

#inside-full h1 { font-size: 150%;}
#inside-full h2 { font-size: 120%;}
#inside-full h3 { font-size: 110%;}

#inside-full p { padding: 5px 0 3px 0;}
#inside-full ul {
	margin: 10px 0 0 20px;
	list-style-position: outside;
	list-style-type: square;
}

#inside-full ol {
	margin: 10px 0 0 20px;
	list-style-position: outside;
}

#inside-full li { padding: 0; }

#inside-full a { color: #FF6600; text-decoration: none; }
#inside-full a:hover { color: #FF6600; text-decoration: underline; }

#inside-full img { padding: 0 0 10px 0; }

/*Bottom*/
#footer{
	width:790px;
	height: 59px;
	background-image: url(/images/kdr_botm.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	background-position: 1px top;
	margin:0 auto;
}

#copyright{
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ad891a;
	padding:10px 0 0 40px;
}
#copyright a {
	color:#ad891a;
	text-decoration: none;
}

#copyright a:hover{
	border-bottom: 1px solid #ad891a;
}

#amixa {
	float: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ad891a;
	padding:10px 40px 0 0;
}

#amixa a {
	color:#ad891a;
	text-decoration: none;
}

#amixa a:hover {
	border-bottom: 1px solid #ad891a;
}

.clear{clear:both;}

/*Search box*/
.search {
	color: #6d5d33;
	margin: 6px 3px 0 0px;
	padding: 3px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #fef9eb;
	border: 1px solid #f6c643;
	width: 100px;
}
.go {float: left; margin: 6px 0 0 5px; padding: 0;}


/* breadcrumbs */
.breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A86500;
	margin: 10px 0 20px 20px;
}

.breadcrumbs a {
	color: #FF6600;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}
.navbaron {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	
}


#main-inside .breadcrumbs { margin-left: 0px; }


/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
*/

body { line-height: 1.5; background: #fff; margin:1.5em 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

.calTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 16px
}
.calSubTitle {
	FONT-SIZE: 10px
}
.calDays {
	FONT-WEIGHT: bold; FONT-SIZE: 10px
}
.calNumbers {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #ff0000; TEXT-ALIGN: left
}
.calContent {
	FONT-SIZE: 11px
}
#calendar {
	BORDER-RIGHT: #999 1px; PADDING-RIGHT: 0px; BORDER-TOP: #999 1px solid; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; FONT: 11px Verdana, sans-serif; BORDER-LEFT: #999 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #999 1px
}
.commentauthor {
	FONT-SIZE: 11px; COLOR: #003366; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.commentdate {
	FONT-SIZE: 10px; COLOR: #003366; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.commenttitle {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #003366; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.comment {
	FONT-SIZE: 12px; COLOR: #000000; LINE-HEIGHT: 13px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
/*
Shane added for on-site auth.net payments
*/

.Mandatory
{
    COLOR: #FF0000;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
}
.AccountCreateTD {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Times;
	color : #FFF8DC;
    FONT-WEIGHT: bold;
}
.NotMandatory
{
    COLOR: #111111;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold;
}
