/* - - - - - - - - - - - - - - - - - - - - -

Title :   Mighty Template
Author :  James Broad
URL :     kulor.com

Created : 01.06.2006 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

* {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: underline;
}
/**commented out on 2/10/2014 to make sure the bottom right corner image remains visible

body, html {
	margin:0;
	padding:0;
	background:#e7e7e7;
	text-align:center;
	margin-bottom:10px;
}
*/

a {
	color:#5b027a;
	text-decoration:underline;
}
a:hover {
	color:#717171;
	text-decoration:none;
}
/* ----- IDS ----- */

#containerisresmeth {
	width:950px;
	margin:1px auto;
	padding:0;
	background:#fff;
	text-align:left;
	border:0px solid;
	padding: 10px 26px 25px 26px;
	
    background-color: #ffffff;
	
}

html.mod-cssgradients.mod-rgba #containerisresmeth {
    background: linear-gradient(
            135deg,
            rgba(255,255,255,0.75)   0%,
            rgba(255,255,255,0.75)   3%,
            rgba(255,255
			,255,1.00)  15%,
            rgba(255,255,255,1.00)  85%,
            rgba(255,255,255,0.75)  95%,
            rgba(255,255,255,0.75) 100%
    );
}
html.mod-boxshadow.mod-rgba #containerisresmeth {
    /* only use a box shadow if we support RGBA and box shadows */
    box-shadow: 0px 0px 30px -10px rgba(0,0,0,1);
}
html.mod-no-boxshadow #containerisresmeth, html.mod-no-rgba #containerisresmeth {
    /* fall back to just using a border, or there's no separation at all and it's hard to use */
    border-width: 0px 1px 0px 1px;
    border-color: #888888;
}
/* ----- HEADER ----- */


#logoisresmeth {
	margin:0;
	padding:0;
}
#logoisresmeth #box {
	float:left;
	clear:none;
	height:40px;
	width:40px;
	margin:0;
	padding:0;
	background:#394E06;
	color:#87B220;
	font-family:'Times New Roman';
	font-weight:bold;
	font-size:15px;
	line-height:40px;
	letter-spacing:-2px;
	text-indent:-2px;
}
#logoisresmeth p {
	float:left;
	clear:none;
	height:40px;
	width:312px;
	margin:0;
	padding:0;
	color:#5b027a;
	font-family:'Georgia';
	font-weight:normal;
	font-size:20px;
	text-indent:2px;
	line-height:43px;
	letter-spacing:-2px;
}
.subContainer, #navigation ul {
	width:850px;
	position:absolute;
	
}
#headerisresmeth {
	text-align:left;
	margin-top:10px;;
	padding:10px 0 0 10px;
	height:70px;
	background:#87b220;
	
	

}
#banner {
	margin:0;
	padding:0;
	padding-bottom:5px;
	background:#e7e7e7;
}
/* ----- NAVIGATION ----- */

#navigation {
	margin:0;
	padding:0;
	background:#7fa71f;
	height:34px;
	list-style:none;
	position:relative;
	z-index:auto;
}

#navigation ul{
	width:80%;
	margin-left:10px;
	position:relative;
	

}
#navigation li {
	float:left;
	clear:none;
	list-style:none;

}

.searchbox {float:right;margin-top:5px;margin-left:5px;position:relative;}

#navigation li a {
	color:#fff;
	display:block;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	padding:10px 18px;
	
}
#navigation li a:hover {
	color:#fff;
	background:#739B1F;
}
#active a {
	/*background:url('../images/nav_bg.gif');*/
	
	background:#5b027a;
}
/* ----- HEADINGS ----- */

/**changed elements of h1 class because i wanted to enclose headings of all pages inside <h1> rather than the default <p> tags**/

h1 {
	font-family:'arial';
	font-size:18px;
	/*letter-spacing:-1px;*/
	margin-top:5px;
	font-weight: bold;
    margin-bottom:10px;
	
}
h2 {
	font-family:'arial';
	font-size:18px;
	letter-spacing:-1px;
	margin-top:15px;
	margin-bottom:20px;
	font-weight:normal;
	color:#5b027a;
}
h3 {
	font-size:12px;
	font-weight:bold;
	color:#666;
	margin-top:10px;
	margin-bottom:22px;
	margin-left:5px;
}
/* ----- PARAGRAPHS ----- */

p {
	color:#043f4a;
	font-size:12px;
	line-height:20px;
	font-weight: normal;
   
}
#primaryContent ul {
	color:#043f4a;
	font-size:12px;font-family: Arial, Helvetica, sans-serif;
	margin:3px 0;
	list-style-position:inside;
	list-style-type:disc;	
	
}

#primaryContent li {
	padding-left:0px;		
	margin:15px 0;

	list-style:disc;
	background:none;
}

#primaryContent ol {
	color:#043f4a;
	font-size:12px;font-family: Arial, Helvetica, sans-serif;
	line-height:20px;

	
}

#primaryContent ol li{
	color:#043f4a;
	margin:20px 0;
	list-style-type:decimal;
	list-style-position:inside;	
	background:none;
	font-size:12px;
	
	
	

}




/* ----- FORMS ----- */

/*
input  {
	
	color: #333333;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
	
}
*/
button {
	background-color:#EFEFEF;
	line-height:11px;
	color: #000;
	border: 1px solid #CCC;
	font-size: 11px;
	height:20px;
	margin: 0;
	padding: 0 5px;
}

/* ----- IMAGES ----- */

img {
	border:0;
}
img a {
	border:0;
	text-decoration:none;
}
img a:hover {
	border:none;
}
/* ----- CONTENT ----- */

#primaryContent {
	width:750px;
	padding:20px 55px;
	border-right:0px solid #e7e7e7;
	font-size:11px;
	float:left;
	clear:both;
	
}

#primaryContent p{
margin-top: 5px;
margin-bottom: 5px;

}
#primaryContent img {
	float:right;
	clear:none;
	margin:10px;
	margin-right:0;
	padding:1px;
	border: 1px solid #E7E7E7;
}
#secondaryContent {
	width:228px;
	padding:1px 8px;

	font-size:11px;
	float:right;
	clear:none;
	height:231px;
	border:1px solid;
	margin-left:10px;
	
}
#secondaryContent h2 {
	padding:7px 15px;
	background:#EEEEEE;
	color:#5b027a;
	margin-bottom:0;
	line-height:21px;
	font-size:13px;
	font-weight:bold;
}
#secondaryContent h3 {
	color:#5b027a;
	margin-top:20px;
}
#secondaryContent ul {
	list-style:none;
}
#secondaryContent li {
	list-style:none;
	padding-left:20px;
	margin:20px 0;
	background:url('../images/tiny_bullet.png') left bottom no-repeat;
}
#secondaryContent li a {
	color:#575757;
	font-weight:bold;
	text-decoration:none;
}
#secondaryContent li a:hover {
	/*color:#E7E7E7;*/
	font-weight:bold;
	text-decoration:underline;
}

#secondaryContent li a img{
	margin-top:0px;

}
#secondaryContent .links li {
	padding-left:0px;
	margin:8px 0;
	background:none;
}

#otherbullets ul {

	width:700px;
}
#otherbullets li {
	
	
	margin:8px 0;

}
#otherbullets li a {
	color:#575757;
	font-weight:bold;
	text-decoration:none;
}
#otherbullets li a:hover {
	color:#E7E7E7;
	font-weight:bold;
	text-decoration:underline;
}
#otherbullets .links li {
	padding-left:0px;
	margin:8px 0;
	background:none;
}
/* ----- COMMENTS ----- */

#comments {
	margin:15px 0;
}
#comments #status {
	color:#546d17;
	background:#f8f8f8;
	border:2px solid #ececec;
	padding:10px;
	margin-bottom:15px;
}
#comments #status dd, #comments #status dt {
	display:inline;
}
#comments a {
	color:#546d17;
	font-weight:bold;
	text-decoration:none;
}
#comments a:hover {
	color:#666;
	text-decoration:underline;
}
#comments .comment {
	padding:10px 5px;
	border-top:3px solid #7fa71f;
}
#comments .comment dt {
	float:left;
	clear:none;
}
#comments .comment dd {
	clear:both;
	color:#656565;
	line-height:20px;
	font-size:10px;
	margin-bottom:10px;
}
#comments .comment .date {
	float:left;
	clear:none;
	margin-left:5px;
	line-height:12px;
	font-size:11px;
	color:#585858;
}
/* ----- FOOTER ----- */

#footerisresmeth {
	margin:0 auto;
	margin-bottom:10px;
	height:10px;
	padding:18px 20px;
	clear:both;
	width:810px;
	text-align:left;
	font-size:10px;
	color:#484848;
	background:#f4f4f4;
}
#footerisresmeth ul {
	list-style:none;
}
#footerisresmeth li {
	list-style:none;
	display:inline;
}
#footerisresmeth #copyright {
	float:left;
	clear:none;
}
#footerisresmeth #links {
	float:right;
	clear:none;
}
#footerisresmeth a {
	color:#606060;
	text-decoration:none;
}
#footerisresmeth a:hover {
	color:#ccc;
	text-decoration:underline;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
	color: #330066;
}
.style2 {
	color: #00CC66;
	font-weight: bold;
}

.style2 a{
	color: #00CC66;
	font-weight: bold;
}
/* ----- CLASSES ----- */

.clear {
	clear:both;
}


